Probing Questions: Order of Operations
Probing Questions

Order of Operations

Questions designed to stretch thinking, reveal misconceptions, and spark mathematical reasoning.

๐Ÿ’ฌ

Convince Me That…

Students must construct a mathematical argument for why each statement is true.

1
Convince me that \(3 + 4 \times 2 = 11\), not 14
๐Ÿ’ก Possible Argument

The order of operations (BIDMAS) tells us that multiplication is performed before addition. So we calculate \(4 \times 2 = 8\) first, then add: \(3 + 8 = 11\). The answer 14 comes from incorrectly working left to right: \(3 + 4 = 7\), then \(7 \times 2 = 14\).

Think of it as: “3 plus four lots of 2.” The multiplication creates a group — you wouldn’t split it up by adding the 3 first. If we wanted to add first, we’d need brackets: \((3 + 4) \times 2 = 14\).

Analogy: Operations have different strengths of “gravity”. Indices pull numbers together tighter than multiplication, and multiplication pulls tighter than addition. Brackets are like a forcefield that shields a calculation, forcing it to be resolved completely before the outside gravity can affect it.

2
Convince me that \(8 \;-\; 3 + 2 = 7\), not 3
๐Ÿ’ก Possible Argument

Addition and subtraction have equal priority, so we work left to right. That gives \(8 \;-\; 3 = 5\), then \(5 + 2 = 7\). The wrong answer of 3 comes from doing the addition first: \(3 + 2 = 5\), then \(8 \;-\; 5 = 3\).

Students who get 3 are misreading BIDMAS as “A comes before S,” but the A and S are at the same level. A helpful way to remember: in BIDMAS, the D M pair and the A S pair are each done left to right, not in the order the letters appear.

3
Convince me that \(2 \times 3^2 = 18\), not 36
๐Ÿ’ก Possible Argument

Indices (powers) come before multiplication in BIDMAS. The power applies only to the 3, so we evaluate \(3^2 = 9\) first, then \(2 \times 9 = 18\). The incorrect answer of 36 comes from multiplying first: \(2 \times 3 = 6\), then squaring: \(6^2 = 36\).

Read \(2 \times 3^2\) as “2 lots of 3 squared,” not as “2 times 3, squared.” If we wanted to square the product, we’d write \((2 \times 3)^2 = 6^2 = 36\) — the brackets tell us to multiply first.

4
Convince me that \(20 \;-\; 12 \div 4 = 17\)
๐Ÿ’ก Possible Argument

Division has higher priority than subtraction, so we evaluate \(12 \div 4 = 3\) first, then subtract: \(20 \;-\; 3 = 17\). The common wrong answer of 2 comes from working left to right: \(20 \;-\; 12 = 8\), then \(8 \div 4 = 2\).

Think of it as: “20 minus a quarter of 12.” The division creates a group that must be resolved before the subtraction can happen. If we wanted to subtract first, we’d need brackets: \((20 \;-\; 12) \div 4 = 2\).

5
Convince me that \(\sqrt{9 + 16} = 5\), not \(7\)
๐Ÿ’ก Possible Argument

The radical symbol (the square root line) acts as a grouping symbol, just like brackets. This means that the addition inside the root must be completely resolved before the root is applied.

So, we first calculate \(9 + 16 = 25\), and then evaluate \(\sqrt{25} = 5\). The incorrect answer comes from distributing the root to each number separately (\(\sqrt{9} + \sqrt{16} = 3 + 4 = 7\)), which violates the order of operations.

๐ŸŽฏ

Give an Example Of…

Think carefully — the fourth box is a trap! Give a non-example that looks right but isn’t.

1
Give an example of a calculation where working left to right gives a different answer to following the correct order of operations
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \(2 + 3 \times 4\) — left to right gives 20, but the correct answer is 14.

Another: \(10 \;-\; 6 \div 2\) — left to right gives 2, but the correct answer is 7.

Creative: \(1 + 1 \times 0\) — left to right gives 0, but the correct answer is 1. The left-to-right error wipes out the entire expression!

Trap: \(6 \div 2 \times 3\) — a student might offer this, but division and multiplication have equal priority, so left to right is the correct method here — both approaches give 9. This doesn’t satisfy the condition because there’s no difference between left-to-right and the correct order of operations. (A student with the “M before D” misconception would get 1, but that’s a different kind of error.)

2
Give an example of a calculation where inserting brackets changes the answer
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \((2 + 3) \times 4 = 20\), versus \(2 + 3 \times 4 = 14\). Brackets force the addition first.

Another: \((10 \;-\; 6) \div 2 = 2\), versus \(10 \;-\; 6 \div 2 = 7\).

Creative: \(5 \times (3 \;-\; 3) = 0\), versus \(5 \times 3 \;-\; 3 = 12\). The brackets collapse the answer to zero!

Trap: \((2 \times 3) + 4 = 10\), and \(2 \times 3 + 4 = 10\). The brackets don’t change anything because multiplication already has higher priority than addition. Brackets only change the answer when they override the natural order.

3
Give an example of a calculation using at least two different operations that equals 20
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \(4 \times 6 \;-\; 8 \div 2 = 24 \;-\; 4 = 20\)

Another: \(2 + 3 \times 6 = 2 + 18 = 20\)

Creative: \(2^4 + 12 \div 3 = 16 + 4 = 20\) — uses a power and division. Or \((7 \;-\; 3)^2 + 4 = 16 + 4 = 20\) — uses brackets and a power.

Trap: \(6 + 4 \times 2\) — a student working left to right gets \((6 + 4) \times 2 = 20\) and confidently offers it. But the correct evaluation is \(6 + 8 = 14\), not 20. The expression doesn’t satisfy the condition at all — this is exactly the kind of error the order of operations is designed to prevent.

4 โœฆ
Give an example of a calculation involving a power where a common order-of-operations mistake leads to a different answer
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \(5 \times 2^3\) — correct: \(5 \times 8 = 40\). Mistake (multiplying first): \(10^3 = 1000\).

Another: \(1 + 4^2\) — correct: \(1 + 16 = 17\). Mistake (adding first): \(5^2 = 25\).

Creative: \(-3^2\) — correct: \(-(3^2) = -9\). Mistake: \((-3)^2 = 9\). The negative sign is treated as subtraction \((0 \;-\; 3^2)\), so the power applies to 3 alone. This catches even confident students.

Trap: \((5 \times 2)^3 = 10^3 = 1000\) — a student might offer this, but the brackets force the multiplication to happen first, so there is no order-of-operations mistake to be made. The brackets remove the ambiguity entirely.

โš–๏ธ

Always, Sometimes, Never

Is the statement always true, sometimes true, or never true? Students should justify their decision with examples.

1
Adding brackets to a calculation changes the answer
SOMETIMES

It depends on where the brackets go. Brackets change the answer when they override the natural order of operations: \((2 + 3) \times 4 = 20\), but \(2 + 3 \times 4 = 14\).

However, if the brackets simply enclose an operation that would already be done first, they have no effect: \((2 \times 3) + 4 = 10\), and \(2 \times 3 + 4 = 10\). The brackets are redundant because multiplication already has higher priority than addition.

2
In BIDMAS, division must be calculated before multiplication
NEVER

Division and multiplication have equal priority. The fact that D appears before M in the acronym BIDMAS does not mean division is done first. When both appear, we work left to right.

This misconception causes real errors. Consider \(12 \div 2 \times 3\): the correct answer (left to right) is \(6 \times 3 = 18\). A student who does multiplication first gets \(2 \times 3 = 6\), then \(12 \div 6 = 2\) — completely wrong. Think of BIDMAS as B–I–DM–AS, where DM and AS are pairs at the same level.

BRACKETS ( ) [ ] INDICES / POWERS xยฒ , โˆšx DIVIDE & MULTIPLY รท , ร— (Equal Priority) ADD & SUBTRACT + , – (Equal Priority) Left to Right Left to Right
3
Brackets are evaluated before any other operation
ALWAYS

The B in BIDMAS stands for Brackets, and they are always the first priority. Whatever is inside the brackets must be evaluated before the result is used in the rest of the calculation.

For example, in \(3 \times (2 + 5)\), we must compute \(2 + 5 = 7\) before multiplying, even though multiplication normally has higher priority than addition. That is precisely the purpose of brackets: they override the default order. Note that inside the brackets, the normal order of operations still applies: in \((3 + 2 \times 4)\), we do \(2 \times 4 = 8\) first, then \(3 + 8 = 11\).

4
Swapping the two numbers in a calculation changes the answer
SOMETIMES

Addition and multiplication are commutative — swapping the numbers doesn’t change the answer: \(3 + 5 = 5 + 3 = 8\) and \(4 \times 6 = 6 \times 4 = 24\).

But subtraction and division are not commutative: \(8 \;-\; 3 = 5\) but \(3 \;-\; 8 = -5\), and \(12 \div 4 = 3\) but \(4 \div 12 = \frac{1}{3}\). So whether swapping changes the answer depends entirely on which operation is involved. Students who assume all operations behave like addition may make errors when rearranging subtractions or divisions.

๐Ÿ”ด

Odd One Out

Which is the odd one out? The challenge: make a valid mathematical case for each one being the odd one out.

1
Which is the odd one out?
\(2 + 5 \times 3\)
\((2 + 5) \times 3\)
\(2 \times 5 + 3\)
๐Ÿ’ก A Case for Each
\(2 + 5 \times 3 = 17\) is the odd one out — it’s the only one where evaluating left to right gives a wrong answer. Left to right: \((2 + 5) \times 3 = 21\), but the correct answer is \(5 \times 3 = 15\), then \(2 + 15 = 17\). The other two both give the correct result when read left to right.
\((2 + 5) \times 3 = 21\) is the odd one out — it’s the only one that contains brackets. The brackets force the addition to be performed before the multiplication, overriding the normal BIDMAS priority.
\(2 \times 5 + 3 = 13\) is the odd one out — it’s the only one where the multiplication appears before the addition in reading order. This means the higher-priority operation is already first, so no reordering of steps is needed.
2
Which is the odd one out?
\(3 \times 2^2\)
\((3 \times 2)^2\)
\(3^2 \times 2\)
๐Ÿ’ก A Case for Each
\(3 \times 2^2 = 12\) is the odd one out — it’s the only expression where the index applies only to the second number, forcing you to “jump over” the first number to resolve the higher-priority index rather than working left-to-right.
\((3 \times 2)^2 = 36\) is the odd one out — it’s the only expression where multiplication happens before the index (because it is enforced by brackets).
\(3^2 \times 2 = 18\) is the odd one out — it’s the only expression where working strictly left-to-right naturally follows the correct order of operations without needing brackets.
3
Which is the odd one out?
\(12 \;-\; 4 + 2\)
\(12 \;-\; (4 + 2)\)
\(12 \div 4 + 2\)
๐Ÿ’ก A Case for Each
\(12 \;-\; 4 + 2 = 10\) is the odd one out — it’s the only one where all operations share the exact same priority tier, so it is evaluated strictly left-to-right.
\(12 \;-\; (4 + 2) = 6\) is the odd one out — it’s the only one where the lower-priority addition must be performed before the subtraction, because the brackets force a change to the normal order.
\(12 \div 4 + 2 = 5\) is the odd one out — it’s the only one containing operations from completely different priority tiers without using brackets to force the order.
๐Ÿ”

Explain the Mistake

Each example contains a deliberate error targeting a common misconception. Can you find where and why the reasoning goes wrong?

1
Calculate \(5 + 3 \times 2\)
A student writes:

Answer: 16

Reasoning: “I worked left to right. \(5 + 3 = 8\), then \(8 \times 2 = 16\).”

๐Ÿ” The Mistake

The student is using the “left-to-right” misconception — reading the calculation like a sentence and performing each operation as they reach it, ignoring the order of operations.

The correct approach: multiplication before addition. \(3 \times 2 = 6\), then \(5 + 6 = \mathbf{11}\). Working left to right only applies when operations have equal priority (e.g. addition and subtraction, or multiplication and division).

2
Calculate \(10 + 5 \;-\; 3\)
A student writes:

Answer: 12 โœ”

Reasoning: “Addition always comes before subtraction — A is before S in BIDMAS. So I did \(10 + 5 = 15\) first, then \(15 \;-\; 3 = 12\).”

๐Ÿ” The Mistake

The answer is correct, but the reasoning is dangerously wrong. The student believes “A comes before S in BIDMAS, so addition has higher priority.” In reality, addition and subtraction have equal priority and are performed left to right.

Here, the student got lucky because the addition happened to come first when reading left to right. Apply the same faulty rule to \(10 \;-\; 3 + 5\) and they’d get \(3 + 5 = 8\), then \(10 \;-\; 8 = 2\) — but the correct answer is \(10 \;-\; 3 + 5 = 12\). A correct answer doesn’t validate a wrong method.

3
Calculate \(2 \times 4^2\)
A student writes:

Answer: 64

Reasoning: “\(2 \times 4 = 8\), then I squared it: \(8^2 = 64\).”

๐Ÿ” The Mistake

The student is doing multiplication before the index (power), which reverses the BIDMAS priority. They calculated \(2 \times 4 = 8\) and then squared the result, effectively computing \((2 \times 4)^2\) instead of \(2 \times 4^2\).

The correct approach: indices before multiplication. The power applies only to the 4: \(4^2 = 16\), then \(2 \times 16 = \mathbf{32}\). If we wanted to square the product, we would need brackets: \((2 \times 4)^2 = 64\).

4
Calculate \(5 \times (3 + 2 \times 4)\)
A student writes:

Answer: 100

Reasoning: “I did the brackets first: \(3 + 2 = 5\), then \(5 \times 4 = 20\). Then \(5 \times 20 = 100\).”

๐Ÿ” The Mistake

The student thinks “do the brackets first” means “work left to right inside the brackets.” This is the “flat brackets” misconception — treating brackets as a signal to ignore the order of operations inside them. In fact, the full BIDMAS hierarchy still applies within brackets.

Inside the brackets, multiplication before addition: \(2 \times 4 = 8\), then \(3 + 8 = 11\). Finally, \(5 \times 11 = \mathbf{55}\). The brackets tell us to evaluate their contents first, but the contents must still be evaluated using the correct order of operations.

5
Calculate \(\frac{12 + 8}{4}\)
A student writes:

Answer: 14

Reasoning: “I typed \(12 + 8 \div 4\) directly into my calculator and it gave me 14.”

๐Ÿ” The Mistake

The student missed that a fraction bar acts as a hidden grouping symbol (brackets) for both the entire numerator and the denominator. The calculation is actually \((12 + 8) \div 4\).

By typing it into the calculator linearly without brackets, the calculator correctly followed BIDMAS and did the division first (\(8 \div 4 = 2\)) and then added 12. The correct approach is to resolve the numerator completely: \(12 + 8 = 20\), then \(20 \div 4 = \mathbf{5}\).