Probing Questions: Solving Quadratic Equations by Factorising
Probing Questions

Solving Quadratic Equations by Factorising

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 the equation \( x^2 + 5x + 6 = 0 \) has exactly two solutions
๐Ÿ’ก Possible Argument

We can factorise the left-hand side: \( x^2 + 5x + 6 = (x + 2)(x + 3) \). Setting each factor equal to zero gives \( x + 2 = 0 \), so \( x = -2 \), and \( x + 3 = 0 \), so \( x = -3 \). Substituting back: \( (-2)^2 + 5(-2) + 6 = 4 \; – \; 10 + 6 = 0 \) โœ“ and \( (-3)^2 + 5(-3) + 6 = 9 \; – \; 15 + 6 = 0 \) โœ“. Both solutions work, and no others exist.

The reason there are exactly two solutions comes from the zero product property: if \( AB = 0 \), then \( A = 0 \) or \( B = 0 \). Since the quadratic factorises into two distinct linear factors, each factor generates one solution — no more, no fewer. The “quadratics only have one answer” misconception often arises because students stop after finding the first solution, or because they confuse quadratics with linear equations.

2
Convince me that \( x = -3 \) is a solution to \( x^2 \; – \; 9 = 0 \)
๐Ÿ’ก Possible Argument

Substituting \( x = -3 \): \( (-3)^2 \; – \; 9 = 9 \; – \; 9 = 0 \) โœ“. Many students recognise that \( x = 3 \) is a solution (since \( 3^2 = 9 \)) but forget the negative root. The equation factorises as \( (x \; – \; 3)(x + 3) = 0 \) using the difference of two squares. Setting \( x + 3 = 0 \) gives \( x = -3 \).

A common error is to reason “\( x^2 = 9 \), so \( x = 3 \)” — the “only the positive square root” misconception. Squaring a negative number also gives a positive result, so both \( x = 3 \) and \( x = -3 \) satisfy \( x^2 = 9 \).

3 โœฆ
Convince me that \( 2x^2 + 7x + 3 = 0 \) has solutions \( x = -3 \) and \( x = -0.5 \)
๐Ÿ’ก Possible Argument

We need to factorise a non-monic quadratic (where the \( x^2 \) coefficient is greater than 1). We look for numbers that multiply to \( 2 \times 3 = 6 \) and add to 7. These are 6 and 1. Splitting the middle term: \( 2x^2 + 6x + x + 3 = 0 \). Factorising by grouping: \( 2x(x + 3) + 1(x + 3) = 0 \), which gives \( (2x + 1)(x + 3) = 0 \).

Setting \( x + 3 = 0 \) gives \( x = -3 \). Setting \( 2x + 1 = 0 \) gives \( 2x = -1 \), so \( x = -0.5 \). Many students struggle here because they expect factors to always look like \( (x \pm a) \), forgetting that the coefficient of \( x \) in the bracket can be greater than 1.

4
Convince me that \( x^2 \; – \; 10x + 25 = 0 \) has only one solution
๐Ÿ’ก Possible Argument

Factorising: \( x^2 \; – \; 10x + 25 = (x \; – \; 5)(x \; – \; 5) = (x \; – \; 5)^2 = 0 \). This gives \( x \; – \; 5 = 0 \), so \( x = 5 \) is the only solution. We can verify: \( 5^2 \; – \; 10(5) + 25 = 25 \; – \; 50 + 25 = 0 \) โœ“.

xยฒ -5x -5x +25 x -5 x -5

Visualising \( (x-5)(x-5) \) as an area model

Students often assume that every quadratic must produce two different answers. Here, the quadratic is a perfect square trinomial, so both factors are identical, producing a repeated root.

๐ŸŽฏ

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 quadratic equation that has solutions \( x = 2 \) and \( x = 5 \)
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( x^2 \; – \; 7x + 10 = 0 \)

Another: \( 2x^2 \; – \; 14x + 20 = 0 \)

Creative: \( (x \; – \; 2)(x \; – \; 5) = 0 \) — left in factored form, this is already a valid equation with the required solutions.

Trap: \( x^2 + 7x + 10 = 0 \) — a student might think “2 and 5 add to 7 and multiply to 10, so this works.” But this factorises as \( (x + 2)(x + 5) = 0 \), giving \( x = -2 \) and \( x = -5 \), not \( x = 2 \) and \( x = 5 \). The “sign confusion” misconception strikes: the factors contain +2 and +5, but the solutions are their negatives.

2
Give an example of a quadratic equation where \( x = 0 \) is one of the solutions
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( x^2 \; – \; 3x = 0 \)

Another: \( x^2 + 8x = 0 \)

Creative: \( 5x^2 \; – \; x = 0 \) — a non-monic example. Factorises as \( x(5x \; – \; 1) = 0 \), giving \( x = 0 \) and \( x = \frac{1}{5} \).

Trap: \( x(x + 4) = 5 \) — a student might see \( x \) as a factor and think “setting \( x = 0 \) gives a solution.” But substituting \( x = 0 \) gives \( 0 \times 4 = 0 \neq 5 \). The equation does not equal zero, so the zero product property cannot be applied. This targets the “factorising when RHS โ‰  0” misconception.

3
Give an example of a quadratic equation where both solutions are negative
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( x^2 + 7x + 12 = 0 \) — solutions \( x = -3 \) and \( x = -4 \)

Another: \( x^2 + 8x + 15 = 0 \) — solutions \( x = -3 \) and \( x = -5 \)

Creative: \( x^2 + 2x + 1 = 0 \) — this gives \( (x + 1)^2 = 0 \), so \( x = -1 \) is a repeated negative root. Both “solutions” are negative (even though they’re the same).

Trap: \( x^2 \; – \; 5x + 6 = 0 \) — a student might think “the \( -5x \) makes it negative, so the solutions should be negative.” But this factorises as \( (x \; – \; 2)(x \; – \; 3) = 0 \), giving \( x = 2 \) and \( x = 3 \) — both positive. This is the “negative coefficient means negative solutions” misconception: the sign of the \( x \)-coefficient does not directly determine the sign of the solutions.

4 โœฆ
Give an example of a quadratic equation that cannot be solved by factorising over integers
An example
Another example
One no-one else will think of
A sneaky non-example
๐Ÿ’ก Possible Answers

Example: \( x^2 + 3x + 1 = 0 \) — the only integer pairs with product 1 are \( (1, 1) \) and \( (-1, -1) \), which sum to 2 and −2 respectively. Neither gives 3, so no integer factorisation exists.

Another: \( x^2 \; – \; 5x + 1 = 0 \) — same pairs with product 1, sums of 2 and −2. Neither gives −5.

Creative: \( x^2 + x \; – \; 1 = 0 \) — integer pairs with product −1 are \( (1, -1) \), which sums to 0, not 1. This needs the quadratic formula, giving irrational solutions.

Trap: \( x^2 + 16 = 0 \) — this is a Sum of Two Squares. Unlike the difference of two squares (\( x^2 – 16 \)), this cannot be factorised using real numbers. Students often try to write \( (x+4)(x+4) \) (which gives \( x^2+8x+16 \)) or \( (x+4)(x-4) \) (which gives \( x^2-16 \)). It has no real solutions at all.

โš–๏ธ

Always, Sometimes, Never

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

1
A quadratic equation that can be factorised has exactly two distinct solutions
SOMETIMES

This is true for many quadratics — for example, \( x^2 \; – \; x \; – \; 6 = 0 \) factorises as \( (x \; – \; 3)(x + 2) = 0 \), giving two distinct solutions (often called roots) \( x = 3 \) and \( x = -2 \). However, repeated roots provide the counterexample: \( x^2 \; – \; 6x + 9 = 0 \) factorises as \( (x \; – \; 3)^2 = 0 \), but has only one distinct solution, \( x = 3 \).

The misconception is that factorising always produces two different answers. A perfect square trinomial factorises into two identical brackets, yielding a single repeated root.

2
Multiplying both sides of a quadratic equation by 2 changes its solutions
NEVER

If \( x^2 \; – \; 5x + 6 = 0 \) has solutions \( x = 2 \) and \( x = 3 \), then multiplying both sides by 2 gives \( 2x^2 \; – \; 10x + 12 = 0 \). Checking: \( 2(2^2) \; – \; 10(2) + 12 = 8 \; – \; 20 + 12 = 0 \) โœ“ and \( 2(3^2) \; – \; 10(3) + 12 = 18 \; – \; 30 + 12 = 0 \) โœ“. The solutions are unchanged.

Multiplying (or dividing) both sides of an equation by any non-zero constant is a valid operation that preserves all solutions. The “different-looking equation means different solutions” misconception leads students to think the two equations are fundamentally different, but they are equivalent.

3
A quadratic equation of the form \( x^2 + bx = 0 \) (where \( b \neq 0 \)) has \( x = 0 \) as one of its solutions
ALWAYS

Factorising: \( x^2 + bx = x(x + b) = 0 \). By the zero product property, \( x = 0 \) or \( x + b = 0 \) (giving \( x = -b \)). Since \( x \) is always a common factor, \( x = 0 \) is always a solution. For example: \( x^2 + 3x = 0 \to x(x + 3) = 0 \to x = 0 \) or \( x = -3 \); and \( x^2 \; – \; 10x = 0 \to x(x \; – \; 10) = 0 \to x = 0 \) or \( x = 10 \).

The key point is that the absence of a constant term guarantees \( x \) is a factor, which guarantees \( x = 0 \) as a solution (root). Students who divide by \( x \) instead of factorising will miss this solution entirely.

4
You can solve any quadratic equation by factorising
SOMETIMES

Many quadratic equations factorise neatly — for example, \( x^2 + x \; – \; 12 = 0 \) factorises as \( (x + 4)(x \; – \; 3) = 0 \), giving \( x = -4 \) and \( x = 3 \). But consider \( x^2 + x \; – \; 1 = 0 \): the integer pairs multiplying to −1 are \( (1, -1) \), which sum to 0, not 1. No integer factorisation exists.

This equation requires the quadratic formula or completing the square. The “all quadratics can be factorised” misconception leads students to assume that every quadratic can be cracked by finding a factor pair, but factorising only works when the solutions are rational numbers with a convenient form.

๐Ÿ”ด

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 \; – \; 5x + 6 = 0 \)
\( x^2 \; – \; x \; – \; 6 = 0 \)
\( x^2 + 5x + 6 = 0 \)
๐Ÿ’ก A Case for Each
\( x^2 \; – \; 5x + 6 = 0 \) is the odd one out — both solutions (\( x=2, x=3 \)) are positive. The others have at least one negative solution.
\( x^2 \; – \; x \; – \; 6 = 0 \) is the odd one out — the solutions have mixed signs (\( x=3, x=-2 \)). In the other two, the solutions share the same sign (both positive or both negative).
\( x^2 + 5x + 6 = 0 \) is the odd one out — both solutions (\( x=-2, x=-3 \)) are negative.
2
Which is the odd one out?
\( x^2 \; – \; 9 = 0 \)
\( x^2 \; – \; 6x + 9 = 0 \)
\( x^2 + 6x + 9 = 0 \)
๐Ÿ’ก A Case for Each
\( x^2 \; – \; 9 = 0 \) is the odd one out — it has two distinct roots (\( \pm 3 \)). The others are perfect squares with one repeated root. Also, the sum of its roots is zero.
\( x^2 \; – \; 6x + 9 = 0 \) is the odd one out — the solution is positive (\( x = 3 \)). The others have at least one negative solution.
\( x^2 + 6x + 9 = 0 \) is the odd one out — the solution is negative (\( x = -3 \)).
3
Which is the odd one out?
\( x^2 \; – \; 4x = 0 \)
\( x^2 \; – \; 16 = 0 \)
\( x^2 \; – \; 8x + 16 = 0 \)
๐Ÿ’ก A Case for Each
\( x^2 \; – \; 4x = 0 \) is the odd one out — it lacks a constant term (\( c=0 \)), which means its graph passes through the origin.
\( x^2 \; – \; 16 = 0 \) is the odd one out — it has a negative solution (\( x = -4 \)). The others have only non-negative solutions.
\( x^2 \; – \; 8x + 16 = 0 \) is the odd one out — it has a repeated root (\( x = 4 \) only). The other two have two distinct roots.
๐Ÿ”

Explain the Mistake

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

1
Solve \( x^2 + x \; – \; 12 = 0 \)
A student writes:

Answer: \( x = 4 \) and \( x = -3 \)

Reasoning: “I found two numbers that multiply to −12 and add to 1, which are 4 and −3. So the equation factorises as \( (x + 4)(x \; – \; 3) = 0 \). That means \( x = 4 \) and \( x = -3 \).”

๐Ÿ” The Mistake

The factorisation \( (x + 4)(x \; – \; 3) = 0 \) is correct. However, the student fell for the “signs in the brackets are the solutions” trap. They just read off the numbers 4 and -3. But we need to find the value of \( x \) that makes the bracket equal to zero.

0 -4 Makes (x+4) zero 3 Makes (x-3) zero

The correct solutions are \( x = -4 \) and \( x = 3 \). Always perform a sanity check: substituting \( x = 4 \) gives \( 4^2 + 4 \; – \; 12 = 8 \neq 0 \), proving it wrong.

2
Solve \( x^2 \; – \; 4x = 0 \)
A student writes:

Answer: \( x = 0 \) and \( x = 4 \) โœ”

Reasoning: “I divided both sides by \( x \) to get \( x \; – \; 4 = 0 \), so \( x = 4 \). Then I spotted that \( x = 0 \) also works.”

๐Ÿ” The Mistake

The answer is correct, but the method is dangerous. You cannot divide by \( x \) unless you know \( x \neq 0 \). By dividing by \( x \), you are effectively assuming \( x \) is not zero, which instantly deletes the valid solution \( x = 0 \). You are removing a factor, and therefore removing a solution.

The correct approach is to factorise: \( x^2 \; – \; 4x = x(x \; – \; 4) = 0 \). This systematic method finds both solutions (\( x=0, x=4 \)) without relying on luck to spot the missing one.

3
Solve \( x^2 + 2x = 8 \)
A student writes:

Answer: \( x = 8 \) or \( x = 6 \)

Reasoning: “I factorised the left side to get \( x(x + 2) = 8 \). So either \( x = 8 \) or \( x + 2 = 8 \), which gives \( x = 6 \).”

๐Ÿ” The Mistake

The student has applied the “zero product property” to a non-zero product. The logic “if \( AB = 0 \) then \( A=0 \) or \( B=0 \)” ONLY works for zero. If \( AB = 8 \), there are infinite possibilities (e.g., \( 2 \times 4 \), \( 1 \times 8 \), \( 0.5 \times 16 \)).

You must rearrange to equal zero before factorising.
Correct method: \( x^2 + 2x \; – \; 8 = 0 \), then \( (x + 4)(x \; – \; 2) = 0 \), giving \( x = -4 \) or \( x = 2 \).

4
Solve \( 2x^2 \; – \; 10x = 0 \)
A student writes:

Answer: \( x = 2 \) and \( x = 5 \)

Reasoning: “I factorised to get \( 2x(x \; – \; 5) = 0 \). Setting each factor to zero: \( 2x = 0 \) so \( x = 2 \), and \( x \; – \; 5 = 0 \) so \( x = 5 \).”

๐Ÿ” The Mistake

The student fell for the “coefficient becomes the solution” trap. When they reached \( 2x = 0 \), they just saw the “2” and wrote \( x = 2 \). But if \( 2 \times \text{something} = 0 \), that something must be 0.

The correct solutions are \( x = 0 \) and \( x = 5 \). Sanity Check: Substitute the student’s answer \( x = 2 \) into the original equation: \( 2(2^2) \; – \; 10(2) = 8 \; – \; 20 = -12 \neq 0 \).