What you will learn
- expand a product of two binomials using the distributive law,
- recognise and apply the perfect-square expansion patterns,
- recognise and apply the difference-of-squares pattern,
- factorise monic quadratic trinomials of the form x2+bx+c,
- understand expanding and factorising as inverse operations.
A courtyard is (x+3) metres long and (x+2) metres wide. What is its area in expanded form?
- Area =(x+3)(x+2).
- Expand: x×x+x×2+3×x+3×2.
- Simplify: x2+2x+3x+6=x2+5x+6.
- If x=10, the courtyard is 13×12=156 m2, and 102+5(10)+6=156. It checks.
Key idea: expanding a binomial product gives a quadratic expression. The area model below shows why each term appears.
Area model: (x + 3)(x + 2) = x² + 5x + 6. Each region represents one term in the expansion.
1. Expanding binomial products
To expand (x+a)(x+b), multiply each term in the first bracket by each term in the second:
The middle coefficient is the sum of a and b; the constant term is the product of a and b.
Expand (x+4)(x+5).
Using the formula: a=4, b=5.
(x+4)(x+5)=x2+(4+5)x+(4)(5)=x2+9x+20.
Expand (x−3)(x+7).
Here a=−3, b=7.
(x−3)(x+7)=x2+(−3+7)x+(−3)(7)=x2+4x−21.
Expand (x−6)(x−2).
Here a=−6, b=−2.
(x−6)(x−2)=x2+(−6+(−2))x+(−6)(−2)=x2−8x+12.
2. Special products
Two patterns appear so often that they deserve their own formulas.
Expand (x+7)2.
(x+7)2=x2+2(7)x+72=x2+14x+49.
Expand (x+9)(x−9).
(x+9)(x−9)=x2−92=x2−81.There is no middle term — the +9x and −9x cancel exactly.
3. Factorising monic quadratics
Factorising reverses expanding. Given x2+bx+c, you need two numbers that add to b and multiply to c.
Factorise x2+7x+12.
Find two numbers that add to 7 and multiply to 12:
- Try 3 and 4: 3+4=7 and 3×4=12. Yes.
x2+7x+12=(x+3)(x+4).
Check by expanding: (x+3)(x+4)=x2+4x+3x+12=x2+7x+12. Correct.
Factorise x2+2x−15.
Need two numbers that add to 2 and multiply to −15. Since the product is negative, one number is positive and one is negative:
- Try 5 and −3: 5+(−3)=2 and 5×(−3)=−15. Yes.
x2+2x−15=(x+5)(x−3).
Factorise x2−9x+20.
Need two numbers that add to −9 and multiply to 20. Both must be negative (negative sum, positive product):
- Try −4 and −5: (−4)+(−5)=−9 and (−4)(−5)=20. Yes.
x2−9x+20=(x−4)(x−5).
The special products from Section 2 can be reversed:
Factorise x2−49.
Recognise 49=72, so this is a difference of squares:
x2−49=(x+7)(x−7).
Factorise x2−10x+25.
Check: is 25=52 and is 10=2×5? Yes. So:
x2−10x+25=(x−5)2.
Practice
Challenge