Order of Operations
Key Terms
- BODMAS / BIDMAS
- The agreed order of operations: Brackets, Orders (Indices), Division & Multiplication (left to right), Addition & Subtraction (left to right).
- brackets
- Grouping symbols evaluated first; work from the innermost pair outward.
- order (index)
- Powers and roots — evaluated after brackets but before multiplication, division, addition, or subtraction.
- equal priority
- Division and multiplication share the same priority (resolve left to right); so do addition and subtraction.
- Brackets (innermost first)
- Orders / Indices (powers and roots)
- Division and Multiplication (left to right)
- Addition and Subtraction (left to right)
Worked Examples
Example 1: 3 + 4 × 2 = 3 + 8 = 11 (not 14!)
Example 2: (3 + 4) × 2 = 7 × 2 = 14
Example 3: 20 − 4 × (2 + 3)2 ÷ 5
= 20 − 4 × 52 ÷ 5 (brackets)
= 20 − 4 × 25 ÷ 5 (indices)
= 20 − 100 ÷ 5 (multiply left to right)
= 20 − 20 = 0
Why Order of Operations Exists
Consider 2 + 3 × 4. If you calculate left to right, you get 5 × 4 = 20. But if you do multiplication first, you get 2 + 12 = 14. Both methods give different answers from the same expression — which is right? Mathematics needs a universal agreement so that everyone gets the same answer. The agreed convention is BODMAS: Brackets, Orders (indices/powers), Division and Multiplication (left to right), Addition and Subtraction (left to right). So 2 + 3 × 4 = 2 + 12 = 14.
This isn't arbitrary. Multiplication represents repeated addition, so 3 × 4 = 12 must be evaluated as a single unit before being added to 2. The convention reflects the mathematical structure of expressions, not just a human agreement.
Brackets: Always First
Brackets override every other operation. Work from the innermost brackets outward. For (3 + 42) × 2: inside the bracket, indices come first: 42 = 16. Then: (3 + 16) × 2 = 19 × 2 = 38. For nested brackets [(2 + 3) × 4] − 1: innermost (2 + 3) = 5, then 5 × 4 = 20, then 20 − 1 = 19. Always resolve the innermost pair of brackets first, then work outward.
Fraction bars act like brackets. In (2 + 6)/(3 − 1): calculate numerator 2 + 6 = 8, denominator 3 − 1 = 2, then divide: 8 ÷ 2 = 4. Think of the fraction bar as saying "do the top completely and the bottom completely before dividing."
Indices (Orders) in BODMAS
Indices are evaluated before multiplication and division, but after brackets. In 3 + 23 × 4: first the index 23 = 8, then multiplication 8 × 4 = 32, then addition 3 + 32 = 35. In 4 × (2 + 1)2: first the bracket (2 + 1) = 3, then the index 32 = 9, then 4 × 9 = 36.
The worked example from Key Ideas: 20 − 4 × (2 + 3)2 ÷ 5. Step 1 brackets: (2+3) = 5. Step 2 index: 52 = 25. Step 3 multiplication: 4 × 25 = 100. Step 4 division: 100 ÷ 5 = 20. Step 5 subtraction: 20 − 20 = 0. Careful step-by-step working prevents errors.
BODMAS with Negative Numbers
Combine BODMAS with integer sign rules carefully. For −22 + 3 × (−4): Step 1 indices: −22 = −4 (note: −22 means −(22), not (−2)2). Step 2 multiplication: 3 × (−4) = −12. Step 3 addition: −4 + (−12) = −16. As a real-world application: thermostats, bank calculations, physics problems, and computer programs all rely on consistent order of operations. Getting it right is essential for any technical field.
Mastery Practice
-
Simple BODMAS (No Negatives) Fluency
- 3 + 4 × 2
- 10 − 8 ÷ 4
- (5 + 3) × 4
- 62 − 10
- 3 × (4 + 2) − 5
- 20 ÷ (2 + 3) + 1
- 4 + 32 × 2
- (7 − 3)2 + 5
-
BODMAS with Integers (Negatives Included) Fluency
- (−3) + 4 × 2
- (−2)2 − 5
- −3 × (4 − 7)
- 12 ÷ (−4) + 6
- (−5)2 − 3 × 4
- 2 × (−3)2 − 10
- (−4 + 10) ÷ (−2)
- −2 × (3 + (−7))
-
BODMAS with Fractions and Decimals Fluency
- ½ + ¼ × 4
- (0.5 + 1.5) × 3
- 3⁄4 ÷ ½ − ¼
- 0.3 × (2 + 0.7)
- (½)2 + ¾
- (1.2 + 0.8) ÷ (0.5 × 4)
- ¾ × (1 + 1⁄3)
- 2.52 − 3 × 1.5
-
Insert Brackets to Make the Statement True Understanding
Add one pair of brackets to make each equation correct:
- 3 + 4 × 2 = 14
- 5 × 3 + 2 − 4 = 5
- 20 ÷ 4 + 1 = 4
- 3 × 4 + 22 = 24
- 7 + 3 × 2 − 1 = 19
- 8 − 2 × 3 + 1 = 24
- 10 ÷ 2 + 3 = 2
- 6 + 4 ÷ 2 × 3 = 15
-
Find and Correct the Error Understanding
Each working below contains an order-of-operations mistake. Identify the error and write the correct answer:
- Problem: 5 + 3 × 4. Student wrote: 5 + 3 = 8, then 8 × 4 = 32.
- Problem: 18 ÷ 3 + 3. Student wrote: 18 ÷ 6 = 3.
- Problem: 4 × 23. Student wrote: (4 × 2)3 = 83 = 512.
- Problem: 6 − 2 × 3 + 1. Student wrote: (6 − 2) = 4, then 4 × (3 + 1) = 16.
- Problem: (−2)2 + 3. Student wrote: −22 + 3 = −4 + 3 = −1.
- Problem: 12 ÷ 4 ÷ 3. Student wrote: 12 ÷ (4 ÷ 3) = 12 ÷ 4⁄3 = 9.
-
Multi-Operation Word Problems Problem Solving
- A cinema charges $12 per adult ticket and $8 per child ticket. A family of 2 adults and 3 children attend. Write a single mathematical expression and evaluate it to find the total cost.
- James earns $15 per hour. He works 6 hours per day for 5 days, then spends $35 on a gift. Write an expression and calculate how much he has left.
- A square garden has side length (3 + 2) metres. A path of width 1 m surrounds it on all sides. Write an expression for the total area of the garden including the path, then evaluate it.
- Evaluate: 5 × (32 − 4) ÷ (2 + 3) − 1
- Evaluate: 3 × [4 − (22 ÷ 4)] + 5 × 2
- A school tuckshop sells pies for $3.50 each and drinks for $2.00 each. On Monday, 45 pies and 60 drinks were sold. Write a single expression with correct order of operations and calculate the total revenue.
-
Nested Brackets Understanding
Evaluate each expression, working from the innermost brackets outward:
- 3 × [(4 + 2) − (8 ÷ 4)]
- [(5 + 3) × 2 − 6] ÷ 5
- 22 × [(3 + 1)2 − 10]
- 10 − [3 × (2 + 1) − 42]
- [(12 ÷ 3) + (2 × 5)] ÷ (7 − 3)
- 5 × [2 − (3 − (1 + 4))]
-
Write the Expression Understanding
Write a mathematical expression (using correct order of operations) for each description, then evaluate it:
- Double the sum of 7 and 3, then subtract 4.
- The square of (9 minus 4), divided by 5.
- Subtract 3 from 10, then multiply the result by 2 squared.
- Add 6 to the product of 3 and 4, then divide by the sum of 1 and 8.
-
BODMAS with Integers, Fractions and Brackets Problem Solving
- (−3)2 × [4 − (2 + 3)2] ÷ (−21)
- [(−4 + 10) ÷ 2]2 − 5 × (−3)
- (½ + ¼) ÷ [(¾)2 × 4] + 1
- A shop has a flat-screen TV originally priced at $1800. The shop applies a 20% discount, then adds 10% GST to the discounted price. Using a single expression with correct order of operations, find the final price.
- Mia earns $18 per hour. In one week she works 5 shifts of 6 hours and 2 shifts of 4 hours. She spends $35 on lunch and $120 on petrol that week. Write a single expression and find her remaining earnings.
-
True or False? Justify Each Problem Solving
State whether each statement is true or false. Show working to justify your answer:
- 3 + 42 = 49
- (3 + 4)2 = 32 + 42
- 18 ÷ 3 ÷ 2 = 18 ÷ (3 ÷ 2)
- 2 × 5 − 3 × 2 = (2 × 5) − (3 × 2)
- (−2)4 = 24