home

PEMDAS is convention not law · step through how 2+3×4 evaluates · expression tree shows precedence · runs locally

overview
PEMDAS/BODMAS is a grammar rule, not a law · without it "2 + 3 × 4" is ambiguous · the convention exists because × distributes over + making it more fundamental · parentheses make evaluation order explicit
ready