← All notes
mathsGrade 6-82 min read

BODMAS: the order operations actually happen in

Why 2 + 3 × 4 is 14 and not 20. The order maths is done in isn't a suggestion — it's a fixed rule, and one line of the rule trips up almost everyone.

Type 2+3×42 + 3 \times 4 into a calculator and it says 1414, not 2020. That's not the calculator being clever — it's following the order of operations, the agreed sequence every calculation is done in. Without it, the same sum would give different answers to different people, which would make maths useless.

The order: BODMAS

Work through an expression in this order, top to bottom:

LetterMeaningExample
BBrackets(2+3)(2 + 3) first
OOrders (powers, roots)424^2, 9\sqrt{9}
DMDivision and Multiplication×\times and ÷\div
ASAddition and Subtraction++ and -

So in 2+3×42 + 3 \times 4, the multiplication outranks the addition: do 3×4=123 \times 4 = 12 first, then 2+12=142 + 12 = 14.

The line everyone gets wrong

Division and multiplication are equal rank — and so are addition and subtraction. When two operations of the same rank sit together, you work left to right, not "all multiplication before all division."

12÷2×3=(12÷2)×3=6×3=1812 \div 2 \times 3 = (12 \div 2) \times 3 = 6 \times 3 = 18

Doing the multiplication first here (2×3=62 \times 3 = 6, then 12÷6=212 \div 6 = 2) gives the wrong answer. Same rank means left to right.

Worked example

5+2×(83)25 + 2 \times (8 - 3)^2
  1. Brackets: 83=55+2×528 - 3 = 5 \Rightarrow 5 + 2 \times 5^2
  2. Orders: 52=255+2×255^2 = 25 \Rightarrow 5 + 2 \times 25
  3. Multiply: 2×25=505+502 \times 25 = 50 \Rightarrow 5 + 50
  4. Add: 5555

When in doubt, add brackets of your own. Writing 2+(3×4)2 + (3 \times 4) changes nothing about the answer but makes the order impossible to misread. Examiners never penalise brackets that make your intention clear.

Last revised 28 August 2024.