Expanding Binomial Products
One rule expands every product of brackets: multiply each term in the first by each term in the second. The special products are not exceptions to it, they are the cases worth recognising before you start.
Expand $(x + 2)(x + 6)$ by any method you know. Now, without expanding, predict the constant term and the coefficient of $x$ in $(x + 4)(x + 9)$. Where did each of your two predictions come from, and would the same reasoning still work for $(x - 4)(x + 9)$?
Expanding brackets is the distributive law applied more than once. Every term in the first bracket multiplies every term in the second, and then like terms are collected. Nothing else is involved, which is why the method scales to three brackets or more without any new rule.
$$(a + b)(c + d) = ac + ad + bc + bd$$
Two terms times two terms gives four products, before any collecting. If you finish an expansion with fewer than four products written down, you have missed one. The special products from Lesson 1 are simply the cases where two of those four collect or cancel.
Know
- That expanding $(a+b)(c+d)$ produces four products before collecting
- That the special products are particular cases of the same expansion
Understand
- Why a negative sign must be carried into every product its term makes
- Why three brackets need no new rule, only the method applied twice
Can Do
- Expand and simplify any product of two binomials
- Expand products of three brackets by working two at a time
- Expand and simplify expressions combining several products, such as $(x+3)^2 - (x+1)(x-4)$
Work along the first bracket, and for each term sweep the whole of the second.
$$(x + 3)(x + 5)$$
The $x$ gives $x \times x = x^2$ and $x \times 5 = 5x$. The $3$ gives $3 \times x = 3x$ and $3 \times 5 = 15$. Four products:
$$x^2 + 5x + 3x + 15$$
Collect the like terms:
$$x^2 + 8x + 15$$
Notice where the trinomial's parts came from. The constant $15$ is the product of the two numbers, and the coefficient $8$ is their sum. That observation is what makes factorising possible in Lesson 4, so it is worth noticing now.
A minus sign belongs to the term it precedes, and travels into every product that term makes.
$$(x - 4)(x + 7)$$
The term is $-4$, not $4$. So the four products are $x^2$, $+7x$, $-4x$ and $-28$:
$$x^2 + 7x - 4x - 28 = x^2 + 3x - 28$$
With both signs negative, the constant turns positive:
$$(x - 4)(x - 7) = x^2 - 7x - 4x + 28 = x^2 - 11x + 28$$
Nothing changes except the arithmetic. Multiply the whole terms.
$$(2x + 3)(4x - 5)$$
The four products are $2x \times 4x = 8x^2$, then $2x \times (-5) = -10x$, then $3 \times 4x = 12x$, then $3 \times (-5) = -15$:
$$8x^2 - 10x + 12x - 15 = 8x^2 + 2x - 15$$
The two middle products no longer collect neatly into an obvious sum, which is exactly why non-monic expressions are harder to factorise. Lesson 4 deals with that; here it only means the arithmetic needs care.
For three brackets, expand any two first, then multiply the resulting trinomial by the remaining bracket.
$$(x+1)(x+2)(x+3) = \big(x^2 + 3x + 2\big)(x+3)$$
Now sweep: $x^3 + 3x^2 + 3x^2 + 9x + 2x + 6$, which collects to
$$x^3 + 6x^2 + 11x + 6$$
For an expression combining several products, expand each part completely before combining, and watch the sign in front of a subtracted bracket:
$$(x+3)^2 - (x+1)(x-4) = \big(x^2 + 6x + 9\big) - \big(x^2 - 3x - 4\big)$$
The minus applies to the whole second bracket, so every term inside it changes sign:
$$= x^2 + 6x + 9 - x^2 + 3x + 4 = 9x + 13$$
Watch Me Solve It · 3 examples
-
1List the four products$3x \times 2x, \quad 3x \times 5, \quad -4 \times 2x, \quad -4 \times 5$The $-4$ carries its sign into both of its products.
-
2Evaluate each$6x^2, \quad 15x, \quad -8x, \quad -20$
-
3Collect like terms$6x^2 + 15x - 8x - 20 = 6x^2 + 7x - 20$Only the two $x$ terms are alike.
-
4Check at x = 1$(3-4)(2+5) = -7$$6 + 7 - 20 = -7 \;\checkmark$Both forms agree, so no sign was dropped.
-
1Expand the first two$(x-2)(x+1) = x^2 + x - 2x - 2 = x^2 - x - 2$Any two may be chosen; take the pair that looks easiest.
-
2Multiply the trinomial by the third bracket$(x^2 - x - 2)(x + 4)$Three terms times two terms will give six products.
-
3Sweep and list$x^3 + 4x^2 - x^2 - 4x - 2x - 8$
-
4Collect$x^3 + 3x^2 - 6x - 8$The $x^2$ terms collect, and so do the $x$ terms.
-
1Expand the perfect square$(2x+1)^2 = 4x^2 + 4x + 1$Special product from Lesson 1, with $a = 2x$ and $b = 1$.
-
2Expand the difference of two squares$(x-3)(x+3) = x^2 - 9$The brackets differ only in sign, so the middle terms cancel.
-
3Subtract the WHOLE second expression$\big(4x^2 + 4x + 1\big) - \big(x^2 - 9\big)$Keeping the brackets is what stops the sign error.
-
4Distribute the minus and collect$4x^2 + 4x + 1 - x^2 + 9 = 3x^2 + 4x + 10$$-(-9)$ becomes $+9$.
Brain Trainer · 4 problems
Four quick problems. Work each one, then reveal the answer.
-
1 Expand $(x + 6)(x - 2)$.
Four products: $x^2$, $-2x$, $6x$, $-12$.$x^2 + 4x - 12$ -
2 Expand $(4x - 1)(x - 5)$.
$4x^2 - 20x - x + 5$.$4x^2 - 21x + 5$ -
3 Expand $(x + 2)(x - 2)(x + 5)$.
The first two are a difference of two squares: $(x^2 - 4)(x + 5)$.$x^3 + 5x^2 - 4x - 20$ -
4 Simplify $(x + 4)^2 - (x + 1)^2$.
$(x^2 + 8x + 16) - (x^2 + 2x + 1)$.$6x + 15$
Multiple Choice · 5 questions
Expanding $(a + b)(c + d)$ before collecting gives how many products?
$(x - 3)(x + 8)$ equals:
$(x + 5)^2 - (x^2 - 4)$ simplifies to:
In the expansion of $(x + p)(x + q)$, the constant term is:
The highest power of $x$ in the expansion of $(x+1)(x-2)(x+7)$ is:
Short Answer · 3 questions
(a) $(2x + 7)(3x - 1)$
(b) $(x - 5)(x + 5) + (x + 2)^2$
(c) $(x + 1)(x + 2)(x - 3)$
$(3x - 2)(x + 4) = 3x^2 + 12x - 2x - 8 = 3x^2 + 10x - 8$
and then
$(x + 6)^2 - (x - 1)(x + 1) = x^2 + 36 - x^2 - 1 = 35$.
(a) Is the first line correct? Justify by substituting a value.
(b) Identify every error in the second line and give the correct simplification.
(b) Two numbers have a sum of $-2$ and a product of $-15$. Write down a binomial product that expands to $x^2 - 2x - 15$, and verify it.
(c) Explain why this reasoning would not directly work for $2x^2 - 2x - 15$.
(b) Write down the coefficients of your answer, then the coefficients of $(a+b)^2$ and of $(a+b)^1$. What pattern do the three rows form?
(c) Predict the expansion of $(a+b)^4$ from the pattern, and check your prediction by multiplying your answer to (a) by $(a+b)$.
The rule
Every term times every term, then collect
Count
Two by two gives four products
Signs
A minus travels into both of its products
Structure
$(x+p)(x+q) = x^2 + (p+q)x + pq$
Your Badges
0 of 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.