Order of Operations
Here is the argument that breaks the internet every few months: 2 + 3 × 4. Half the comments say 20, half say 14, and the half that says 14 is right — not because a committee voted, but because 3 × 4 was never two numbers. It was a package.
This guide gives you the rule as three steps, then the reason it exists, then the two traps that produce almost every wrong answer.
The rule, in three steps
- Brackets first. Anything in brackets is worked out before it can touch the rest.
- Then × and ÷, left to right. One tier, one sweep. (Powers like sit just above this tier — square first, then multiply.)
- Then + and −, left to right. Also one tier, one sweep.
That is the whole rule. PEMDAS, BODMAS and BIDMAS are all this list wearing different hats.
Why the order exists
Brackets exist for the opposite moment: when you want the addition to happen first, you say so out loud. (2 + 3) × 4 = 5 × 4 = 20. Same three numbers, different sentence.
Worked examples, one rung at a time
Step 2 beats step 3: multiply before you add
2 + 3 × 4 → 2 + 12 → 14
5 × 2 + 3 × 4 → 10 + 12 → 22 — both packages open first, then the adding.
Brackets change the sentence
(2 + 3) × 4 → 5 × 4 → 20
18 − (4 + 6) → 18 − 10 → 8
All four operations at once
Work the tiers in order: brackets, then × and ÷, then + and −.
7 + 2 × 6 − 5 → 7 + 12 − 5 → 19 − 5 → 14
With a power
3² + 4 × 5 → 9 + 20 → 29 — the square unwraps first (it is compressed multiplication, one level further up), then the ×, then the +.
The two traps worth naming
- Reading the letters as six steps. The M and D in PEMDAS are one tier, left to right — and so are A and S. 8 ÷ 2 × 4 = 4 × 4 = 16, not 1. 8 − 2 + 5 = 6 + 5 = 11, not 1. Doing all multiplication before all division (or all addition before all subtraction) invents a priority that does not exist.
- Sweeping right to left. Within a tier the sweep is left to right. It only matters for ÷ and −, which is exactly where people get burned.
Learn it properly in the app
Math Challenge teaches this as a proper lesson ladder, one idea per lesson, each with pictures and try-it problems:
- Brackets First — brackets say which part to work out first.
- Multiply and Divide Before Adding and Subtracting — no brackets? Do × and ÷ first, left to right.
- Brackets with All Four Operations — the full rule: brackets, then × and ÷, then + and −.
All three live in the Basic Arithmetic lessons in the app's Learn tab.
Practice it in the game
The Order of Ops topic drills exactly these shapes: a + b × c, two packages like a × b + c × d, bracketed sentences like (a + b) × c, and in hard mode four-term runs and squares like . Difficulty rises as you get them right.
Your turn
Three to try — tap what you get.
3 + 4 × 2
(3 + 4) × 2
20 − 12 ÷ 4