Probing Questions: Substitution into Formulae
Probing Questions

Substitution into Formulae

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

๐Ÿ†
The Golden Rule of Substitution

Always wrap your substituted values in brackets (e.g., replace \( x \) with \( (-3) \)). It makes invisible maths visible!

๐Ÿ’ฌ

Convince Me That…

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

1
Convince me that when \( a = 4 \), the value of \( 3a^2 \) is 48, not 144
๐Ÿ’ก Possible Argument

The expression \( 3a^2 \) means \( 3 \times a^2 \) — the squaring only applies to the \( a \), not to the 3. Substituting: \( 3 \times 4^2 = 3 \times 16 = 48 \). The incorrect answer of 144 comes from computing \( (3 \times 4)^2 = 12^2 = 144 \), which squares the entire product rather than just the variable.

This highlights the “coefficient gets squared” misconception. In algebraic notation, \( 3a^2 \) always means “3 times (a squared)”. If we wanted to square everything, we would write \( (3a)^2 \). The position of the index tells you exactly what it applies to.

2
Convince me that when \( x = -3 \), the value of \( x^2 \) is 9, not −9
๐Ÿ’ก Possible Argument

Squaring means multiplying a number by itself: \( x^2 = x \times x \). Substituting: \( (-3)^2 = (-3) \times (-3) = 9 \). A negative times a negative gives a positive, so the result must be positive.

The error of −9 comes from the “squaring preserves the sign” misconception — treating \( (-3)^2 \) as \( -(3^2) = -9 \). Squaring any real number (positive, negative, or zero) always gives a result that is zero or positive. Using brackets when substituting negative values makes this structure visible.

3
Convince me that \( 2x \) and \( x^2 \) give different values when \( x = 3 \)
๐Ÿ’ก Possible Argument

\( 2x \) means “2 times x”, so when \( x = 3 \): \( 2 \times 3 = 6 \). Meanwhile \( x^2 \) means “x times x”, so: \( 3 \times 3 = 9 \). Since \( 6 \neq 9 \), the expressions are different.

This targets the “doubling equals squaring” misconception. Students sometimes confuse the coefficient 2 in \( 2x \) with the index 2 in \( x^2 \). Interestingly, these expressions do give the same answer when \( x = 2 \) (both equal 4) and when \( x = 0 \) (both equal 0), which can reinforce the misconception. But for most values they differ — and they grow at very different rates.

4
Convince me that when \( a = 5 \) and \( b = -2 \), the value of \( a \; – \; b \) is 7, not 3
๐Ÿ’ก Possible Argument

Substituting directly: \( a \; – \; b = 5 \; – \; (-2) \). Subtracting a negative is the same as adding the positive: \( 5 \; – \; (-2) = 5 + 2 = 7 \). On a number line, subtracting −2 means moving 2 places to the right from 5, landing on 7.

The wrong answer of 3 comes from the “ignore the negative sign” misconception — treating \( 5 \; – \; (-2) \) as \( 5 \; – \; 2 = 3 \). This is one of the most common substitution errors: when students see a negative value for a variable, they often drop the negative sign or handle it inconsistently. Writing brackets around substituted values — \( 5 \; – \; (-2) \) — helps make the double negative visible.

5
Convince me that when \( a = 3 \) and \( b = -2 \), the value of \( ab^2 \) is 12, not 144, and definitely not −36
๐Ÿ’ก Possible Argument

The expression \( ab^2 \) means \( a \times (b^2) \). The index only applies to the \( b \). Substituting with brackets: \( 3 \times (-2)^2 = 3 \times 4 = 12 \).

The incorrect answer of 144 comes from calculating \( (ab)^2 \), which squares the product: \( (3 \times -2)^2 = (-6)^2 = 144 \). The answer of −36 comes from incorrectly evaluating \( (-2)^2 \) as −4, leading to \( 3 \times -4 = -12 \) (or computing it left to right ignoring order of operations to hit −36). This tackles the “coefficient gets squared” misconception, applied to a second variable.

๐ŸŽฏ

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 value of \( x \) that makes \( 5x \; – \; 3 \) equal to a negative number
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( x = 0 \), giving \( 5(0) \; – \; 3 = -3 \)

Another: \( x = -1 \), giving \( 5(-1) \; – \; 3 = -8 \)

Creative: \( x = 0.5 \), giving \( 5(0.5) \; – \; 3 = 2.5 \; – \; 3 = -0.5 \). This shows that even positive non-integer values can produce a negative result.

Trap: \( x = 1 \), giving \( 5(1) \; – \; 3 = 2 \), which is positive. A student might pick a small positive number assuming any small value works, but the boundary is at \( x = 0.6 \), so \( x = 1 \) is too large.

2
Give an example of a value of \( n \) where \( n^2 \) is less than \( n \)
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( n = 0.5 \), since \( 0.5^2 = 0.25 \) and \( 0.25 < 0.5 \)

Another: \( n = 0.1 \), since \( 0.1^2 = 0.01 \) and \( 0.01 < 0.1 \)

Creative: \( n = \frac{1}{3} \), since \( \left(\frac{1}{3}\right)^2 = \frac{1}{9} \) and \( \frac{1}{9} < \frac{1}{3} \). Fractions between 0 and 1 always get smaller when squared.

Trap: \( n = -2 \), since \( (-2)^2 = 4 \) and \( 4 > -2 \). A student might reason “negative numbers are small, so squaring them should make them bigger than themselves” — and they’d be right, but in the wrong direction. Squaring a negative gives a positive, which is always greater than the original negative number.

3
Give an example of two different values of \( x \) that give the same result when substituted into \( x^2 \)
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( x = 3 \) and \( x = -3 \), since both give 9

Another: \( x = 5 \) and \( x = -5 \), since both give 25

Creative: \( x = 0.5 \) and \( x = -0.5 \), since both give 0.25. Any number and its negative always give the same result when squared.

Trap: \( x = 2 \) and \( x = 4 \), since \( 2^2 = 4 \) and \( 4^2 = 16 \). A student might confuse the input 4 with the output 4 from squaring 2, but the actual outputs are 4 and 16 — they are not equal.

4 โœฆ
Give an example of values of \( a \) and \( b \) where \( a^2 + b^2 \) is not equal to \( (a + b)^2 \)
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( a = 1, b = 1 \): \( 1 + 1 = 2 \), but \( (1+1)^2 = 4 \)

Another: \( a = 2, b = 3 \): \( 4 + 9 = 13 \), but \( (2+3)^2 = 25 \)

Creative: \( a = -1, b = 2 \): \( 1 + 4 = 5 \), but \( (-1+2)^2 = 1 \). Using a negative value shows these expressions can differ dramatically.

Trap: \( a = 0, b = 5 \): \( 0 + 25 = 25 \), and \( (0+5)^2 = 25 \). They are equal! When one variable is 0, the cross-term \( 2ab \) vanishes, so the expressions coincidentally agree. A student who tests only this case might wrongly conclude they’re always equal.

5
Give an example of a value for \( x \) that breaks the formula \( \frac{10}{x – 4} \)
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( x = 4 \), since this makes the denominator zero (\( 4 – 4 = 0 \)), and you cannot divide by zero. This makes the expression mathematically undefined.

Another: Trick question! There are no other real numbers that break this formula.

Creative: Recognizing that only one unique value exists is the creative leap here!

Trap: \( x = 0 \). Students often think substituting zero “breaks” formulae, but here it just yields \( \frac{10}{0 – 4} = \frac{10}{-4} = -2.5 \), which is a perfectly valid outcome.

โš–๏ธ

Always, Sometimes, Never

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

1
When you substitute a positive number for \( x \), the result of the formula is positive
SOMETIMES

This depends entirely on the formula, not just on the input. True case: substituting \( x = 2 \) into \( 3x \) gives 6 (positive). False case: substituting \( x = 1 \) into \( 2 \; – \; 3x \) gives \( 2 \; – \; 3 = -1 \) (negative). A positive input does not guarantee a positive output — the structure of the formula matters.

The misconception here is “positive in, positive out”, which ignores the effect of subtraction and negative coefficients in formulae.

2
Substituting a negative number for \( x \) into \( x^2 \) gives a negative result
NEVER

This is never true because squaring means multiplying a number by itself, and a negative times a negative is always a positive. For example, if \( x = -4 \), then \( x^2 = (-4) \times (-4) = 16 \), which is positive. If \( x = -0.1 \), then \( x^2 = 0.01 \), still positive.

The “squaring preserves the negative” misconception leads students to believe \( (-4)^2 = -16 \), but this confuses \( (-4)^2 \) with \( -(4^2) \). Squaring any non-zero real number always gives a positive result.

3
Substituting a larger value for \( x \) into a formula always gives a larger result
SOMETIMES

True case: substituting \( x = 2 \) and \( x = 5 \) into \( 3x \) gives 6 and 15 — the larger input gives a larger output. False case: substituting \( x = 2 \) and \( x = 5 \) into \( 10 \; – \; x \) gives 8 and 5 — the larger input gives a smaller output.

The “bigger input means bigger output” misconception assumes all formulae are increasing. Formulae involving subtraction of the variable, or division by the variable, can decrease as the input grows.

4
If two expressions give the same value when \( x = 3 \), they will give the same value for every value of \( x \)
SOMETIMES

True case: \( 2(x + 1) \) and \( 2x + 2 \) are equivalent expressions — they give the same value for every value of \( x \), including \( x = 3 \) (both give 8). False case: \( x^2 \) and \( 3x \) both give 9 when \( x = 3 \), but when \( x = 4 \), \( x^2 = 16 \) while \( 3x = 12 \).

Matching at one value does not prove equivalence. The “one example proves it always works” misconception confuses a single verified case with a general proof.

๐Ÿ”ด

Odd One Out

Which is the odd one out? Can you make a case for each one? There’s no single right answer!

1
Which is the odd one out?
\( x^2 \)
\( 2x \)
\( \frac{12}{x} \)
๐Ÿ’ก A Case for Each
\( x^2 \) is the odd one out — it’s the only one where substituting a negative number yields a positive result. (The others preserve the sign).
\( 2x \) is the odd one out — it’s the only one that always gives an even integer result when any integer is substituted.
\( \frac{12}{x} \) is the odd one out — it’s the only one where substituting \( x = 0 \) is impossible (it becomes undefined).
2
Which is the odd one out?
\( n^2 + 1 \)
\( 2n + 1 \)
\( (n + 1)^2 \)
๐Ÿ’ก A Case for Each
\( n^2 + 1 \) is the odd one out — it’s the only one that always gives a strictly positive result, no matter what value of \( n \) you substitute. (The minimum is 1, when \( n = 0 \).) Both \( 2n + 1 \) and \( (n + 1)^2 \) can equal zero or go negative.
\( 2n + 1 \) is the odd one out — it’s the only linear expression. Both \( n^2 + 1 \) and \( (n + 1)^2 \) are quadratic.
\( (n + 1)^2 \) is the odd one out — it’s the only one that can equal zero when a whole number is substituted (when \( n = -1 \)). \( n^2 + 1 \) has no real zeros, and \( 2n + 1 = 0 \) only when \( n = -0.5 \).
3
Which is the odd one out?
\( 3x^2 \)
\( (3x)^2 \)
\( 9x^2 \)
๐Ÿ’ก A Case for Each
\( 3x^2 \) is the odd one out — substituting \( x = 2 \) gives 12, while the other two both give 36.
\( (3x)^2 \) is the odd one out — it is the only expression where you multiply the substituted value by 3 before you square it.
\( 9x^2 \) is the odd one out — it is the only one without a 3 in it! (Sometimes simple is best to reward observant students).
๐Ÿ”

Explain the Mistake

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

1
Find the value of \( 3(x + 2) \) when \( x = 4 \)
A student writes:

Answer: 14

Reasoning: “3 times x is 3 times 4 which is 12, then plus 2 is 14.”

๐Ÿ” The Mistake

The student has made the “partial bracket” misconception — multiplying only the \( x \) by 3 and not the 2. The bracket means the entire expression \( x + 2 \) should be evaluated first (or the 3 distributed to both terms). Substituting correctly: \( 3(4 + 2) = 3(6) = 18 \). Alternatively, distributing: \( 3 \times 4 + 3 \times 2 = 12 + 6 = 18 \).

The student treated \( 3(x + 2) \) as if it meant \( 3x + 2 \) rather than \( 3(x + 2) \). This error is especially common when students substitute first and then lose track of the bracket structure.

3 x 2 3x 6

The area of the whole rectangle is \( 3 \times (x + 2) \). The sum of the parts is \( 3x + 6 \).

2
Find the value of \( x^2 \; – \; x \) when \( x = 2 \)
A student writes:

Answer: 2 โœ“

Reasoning: “x squared means x times 2, so that’s 2 times 2 which is 4. Then 4 minus 2 is 2.”

๐Ÿ” The Mistake

The student has the correct answer of 2, but their reasoning reveals the “x² means x × 2” misconception — interpreting the superscript 2 as a multiplier rather than as an instruction to multiply \( x \) by itself. The correct working is: \( x^2 = 2 \times 2 = 4 \) (which happens to match their calculation), then \( 4 \; – \; 2 = 2 \).

This only works by coincidence when \( x = 2 \), because \( 2 \times 2 = 2^2 = 4 \). For any other value the reasoning breaks down: if \( x = 3 \), the student would compute \( 3 \times 2 = 6 \), then \( 6 \; – \; 3 = 3 \), but the correct answer is \( 9 \; – \; 3 = 6 \). This is a powerful example of why right answers can hide wrong understanding.

3
Find the value of \( 5 \; – \; 2a \) when \( a = -3 \)
A student writes:

Answer: −1

Reasoning: “5 minus 2 times 3 is 5 minus 6 which is minus 1. I just ignored the negative because you’re multiplying by 2 anyway.”

๐Ÿ” The Mistake

The student has made the “drop the negative” misconception — stripping the negative sign from −3 before substituting. The correct substitution is: \( 5 \; – \; 2(-3) = 5 \; – \; (-6) = 5 + 6 = 11 \). The student computed \( 5 \; – \; 2(3) = 5 \; – \; 6 = -1 \) instead.

When substituting negative values, students must include the negative sign as part of the value. Writing brackets around the substituted value — \( 2(-3) \) rather than \( 2 \times 3 \) — makes this explicit. The negative sign is not optional; it is part of the number being substituted.

4
Find the value of \( \frac{x + 6}{2} \) when \( x = 8 \)
A student writes:

Answer: 11

Reasoning: “6 divided by 2 is 3, and then x plus 3 is 8 plus 3 which is 11.”

๐Ÿ” The Mistake

The student has made the “partial fraction” misconception — dividing only the 6 by the denominator instead of the whole numerator. The fraction line acts like a bracket around the entire numerator, which can be written inline as \( (x + 6) \div 2 \). So the correct approach is: \( \frac{8 + 6}{2} = \frac{14}{2} = 7 \).

The student treated \( \frac{x + 6}{2} \) as if it meant \( x + \frac{6}{2} \), dividing only one term. This is a common error when students don’t recognise that the fraction bar groups everything above it together. The equivalent expression is \( \frac{x}{2} + \frac{6}{2} = \frac{x}{2} + 3 \), which gives \( \frac{8}{2} + 3 = 4 + 3 = 7 \), confirming the correct answer.