Skip to content
MathAnvil
§ Arithmetic

Order of Operations

§ Arithmetic

Order of Operations

CCSS.5.OACCSS.6.EE3 min read

Order of operations is a set of rules that determines the sequence in which mathematical operations should be performed within an expression. The acronym BIDMAS (Brackets, Indices, Division/Multiplication, Addition/Subtraction) provides the standard hierarchy that ensures calculations produce consistent results. Without these rules, the expression 3 + 4 × 2 could equal either 11 or 14, creating mathematical ambiguity.

§ 01

Why it matters

Order of operations appears throughout real-world calculations, from working out shopping bills to engineering formulas. When calculating the cost of 5 items at £8 each plus a £3 delivery charge, the correct sequence (5 × 8 + 3 = £43) differs significantly from the incorrect order (5 × 11 = £55). This foundation becomes crucial in Year 7 algebra, where expressions like 2x + 3y require proper sequencing. GCSE mathematics extensively tests these principles in contexts ranging from compound interest calculations to physics equations. Professional fields including accounting, construction, and computer programming rely on consistent order of operations to ensure accurate results. The rules prevent costly errors in everything from recipe scaling (doubling 2 cups flour plus 1 cup sugar correctly yields 5 cups, not 6) to calculating mortgage payments where multiple operations determine monthly costs.

§ 02

How to solve order of operations

Order of Operations (PEMDAS)

  • Parentheses first.
  • Then exponents.
  • Then multiplication and division (left to right).
  • Then addition and subtraction (left to right).

Example: 3 + 4 × 2 = 3 + 8 = 11 (not 14).

§ 03

Worked examples

Beginner§ 01

True or false: 2 + 2 × 3 = 12

Answer: False (8)

  1. Multiply first 2 × 3 = 6 Multiplication before addition (PEMDAS).
  2. Then add 2 + 6 = 8 Now add the remaining term.
  3. Verify 2 + 2 × 3 = 8 ✓ Check the answer.
Easy§ 02

10 packs of 6 stickers, plus 8 extra. How many stickers in total?

Answer: 68

  1. Multiply packs by stickers 10 × 6 = 60 Find total stickers in packs first.
  2. Add the extras 60 + 8 = 68 Then add the extra stickers.
  3. Verify 10 × 6 + 8 = 68 ✓ Check.
Medium§ 03

What is different about 10 × (2 + 6) vs 10 × 2 + 6? Calculate both.

Answer: 10 × (2 + 6) = 80, 10 × 2 + 6 = 26

  1. With parentheses 10 × (2 + 6) = 10 × 8 = 80 Parentheses force addition first.
  2. Without parentheses 10 × 2 + 6 = 20 + 6 = 26 Without parentheses, multiplication happens first.
  3. Difference 80 − 26 = 54 Parentheses change the result.
§ 04

Common mistakes

  • Working left to right without considering operation priority leads to errors like calculating 2 + 3 × 4 as 20 instead of 14
  • Ignoring brackets changes results dramatically, such as computing 6 × (2 + 3) as 6 × 2 + 3 = 15 instead of 6 × 5 = 30
  • Treating division and multiplication as having different priorities causes mistakes like evaluating 12 ÷ 3 × 2 as 12 ÷ 6 = 2 instead of 4 × 2 = 8
§ 05

Frequently asked questions

What does BIDMAS stand for and how does it work?
BIDMAS stands for Brackets, Indices (powers), Division/Multiplication, Addition/Subtraction. Operations within each level have equal priority and are performed left to right. For example, in 8 ÷ 2 × 3, both division and multiplication have equal priority, so work left to right: 8 ÷ 2 = 4, then 4 × 3 = 12.
Why do we multiply before adding in expressions like 2 + 3 × 4?
Multiplication has higher priority than addition in the order of operations hierarchy. This convention ensures mathematical expressions have only one correct interpretation. In 2 + 3 × 4, we calculate 3 × 4 = 12 first, then 2 + 12 = 14, rather than working left to right which would give 20.
How do brackets change the order of operations?
Brackets override the standard order of operations by forcing enclosed calculations to be completed first. Without brackets, 4 × 3 + 2 equals 14, but 4 × (3 + 2) equals 20 because the addition inside brackets must be calculated before multiplication. Brackets essentially create a mini-calculation within the larger expression.
What happens when division and multiplication appear together?
Division and multiplication have equal priority in BIDMAS, so they are performed from left to right as they appear. In 20 ÷ 4 × 3, calculate 20 ÷ 4 = 5 first, then 5 × 3 = 15. The answer is 15, not 20 ÷ 12 = 1.67. This left-to-right rule also applies to addition and subtraction.
How can I remember the order of operations?
BIDMAS is the standard UK mnemonic: Brackets, Indices, Division/Multiplication, Addition/Subtraction. Some people use memory aids like 'Big Elephants Destroy Mice And Snails' to remember the sequence. The key is practising with different expressions until the order becomes automatic, starting with simple two-operation problems before progressing to more complex calculations.
§ 06

See also

§ 06

Where to next?

Share this article