Quadratic Equations • Topic 2 of 4

Factorization

Factorisation is the fastest way to solve a quadratic when the roots are rational, and a sharp CAT student tries it before reaching for the formula. The method (when a = 1): find two numbers that multiply to c and add to b, then split the middle term. For x² − 7x + 12, the pair is −3 and −4 (product 12, sum −7), giving (x − 3)(x − 4) = 0. When a ≠ 1, find two numbers whose product is a·c and whose sum is b, split bx accordingly, then group. By the zero-product rule, if a product equals 0 then one factor is 0, so each factor set to zero gives a root. A quick CAT check: factorisation only works neatly when D = b² − 4ac is a perfect square; if it is not, the roots are irrational and the formula is faster than guessing. Always confirm the coefficient signs of the constant term to fix the signs of the factors.

✅ Solved examples

1. Solve x² − 7x + 12 = 0 by factorisation.
Need product 12, sum −7 ⇒ −3 and −4. (x − 3)(x − 4) = 0 ⇒ x = 3 or 4.
2. Solve x² + 2x − 15 = 0.
Product −15, sum +2 ⇒ +5 and −3. (x + 5)(x − 3) = 0 ⇒ x = −5 or 3.
3. Solve 6x² + 11x + 3 = 0 by splitting the middle term.
a·c = 18, need pair summing to 11 ⇒ 9 and 2. 6x² + 9x + 2x + 3 = 3x(2x + 3) + 1(2x + 3) = (3x + 1)(2x + 3) ⇒ x = −1/3 or −3/2.
4. Solve 2x² − 7x + 3 = 0.
a·c = 6, pair summing to −7 ⇒ −6 and −1. 2x² − 6x − x + 3 = 2x(x − 3) − 1(x − 3) = (2x − 1)(x − 3) ⇒ x = 1/2 or 3.

✏️ Practice — try these, take hints as needed

1. Solve x² − 9x + 20 = 0.
Product 20, sum −9.
Pair: −4, −5.
Set each factor to 0.
x = 4 or 5
2. Solve x² − x − 6 = 0.
Product −6, sum −1.
Pair: −3, +2.
(x − 3)(x + 2).
x = 3 or −2
3. Solve 3x² − 10x + 8 = 0.
a·c = 24, sum −10.
Pair: −6, −4.
Group after splitting.
x = 2 or 4/3
4. Solve 4x² − 9 = 0.
Difference of squares.
(2x − 3)(2x + 3).
Set each to 0.
x = 3/2 or −3/2
5. Solve x² + 7x + 10 = 0.
Product 10, sum 7.
Pair: 5, 2.
(x + 5)(x + 2).
x = −5 or −2

📝 Topic test — 8 questions

Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.

Loading questions…