This is your training gym for the parent topic. Work each problem on paper before opening the solution. The problems climb a staircase: first you just recognise the pattern, and by the end you invent your own.
Before we start, one picture to remind you what "multiply two sums" looks like — it is an area (a rectangle chopped into smaller rectangles), which is the Area Models for Algebra way of seeing it.
Look at the grid: the big rectangle has width (x+2) and height (x+3). Its total area is the product (x+2)(x+3). But the four coloured tiles inside are the four "handshakes" — x⋅x, x⋅3, 2⋅x, 2⋅3. Adding the tiles = doing the multiplication. That's the whole chapter in one image.
Here you only need to spot "monomial times a bunch of terms" and hand each term its share.
Recall Solution 1.1
What we do: give the 5 to each term inside.
5(x+4)=5⋅x+5⋅4=5x+20Why: the parentheses are a "package deal" — 5 must touch both the x and the 4.
✓ Answer:5x+20
Recall Solution 1.2
Distribute 3x to each term:
3x⋅2x+3x⋅7
Multiply the number parts, add the exponents on like bases (Exponent Rules): x1⋅x1=x1+1=x2.
=6x2+21x
✓ Answer:6x2+21x
Recall Solution 1.3
Hand −4a2 to all three terms, tracking signs carefully.
Binomial × trinomial: give each term of (x+2) to the whole trinomial.
x(x2−3x+4)=x3−3x2+4x2(x2−3x+4)=2x2−6x+8
Add and combine like terms:
x3+(−3x2+2x2)+(4x−6x)+8=x3−x2−2x+8
✓ Answer:x3−x2−2x+8
Special products appear. Recognise the shape so you can shortcut — but understand why the shortcut is true.
Recall Solution 3.1
A square means the group times itself: (x+6)(x+6).
Use (a+b)2=a2+2ab+b2 with a=x, b=6:
x2+2(x)(6)+62=x2+12x+36
The 2ab appears because the two "cross" handshakes (x⋅6 and 6⋅x) are identical and add up.
✓ Answer:x2+12x+36
Recall Solution 3.2
Use (a−b)2=a2−2ab+b2 with a=2y, b=5:
(2y)2−2(2y)(5)+52=4y2−20y+25
✓ Answer:4y2−20y+25
Recall Solution 3.3
This is the difference of squares shape (a+b)(a−b)=a2−b2, with a=3x, b=7.
The Outer and Inner handshakes (3x⋅(−7) and 7⋅3x) cancel, leaving only squares:
(3x)2−72=9x2−49
✓ Answer:9x2−49
Combine several moves in one problem, mixed variables, and cleanup at the end.
Recall Solution 4.1
Distribute each of the three terms of the trinomial over (a+4b).
2a(a+4b)=2a2+8ab
−3b(a+4b)=−3ab−12b2
1(a+4b)=a+4b
Combine everything; the only like terms are 8ab−3ab=5ab:
2a2+5ab−12b2+a+4b
✓ Answer:2a2+5ab−12b2+a+4b
Recall Solution 4.2
First piece is difference of squares: (x+3)(x−3)=x2−9.
Second piece is a square of a difference: (x−4)2=x2−8x+16.
Add them:
(x2−9)+(x2−8x+16)=2x2−8x+7
✓ Answer:2x2−8x+7
Recall Solution 4.3
Trinomial × trinomial = 3×3=9 handshakes. Distribute each left term.
x2(x2−x+3)=x4−x3+3x2
2x(x2−x+3)=2x3−2x2+6x
−1(x2−x+3)=−x2+x−3
Stack by degree and combine:
x4+(−1+2)x3+(3−2−1)x2+(6+1)x−3=x4+x3+0x2+7x−3=x4+x3+7x−3
✓ Answer:x4+x3+7x−3
Reverse the machine, or design a problem to a target. This is where multiplication meets Factoring Polynomials.
Recall Solution 5.1
Expanding gives x2+(b+c)x+bc. Match coefficients:
b+c=9
bc=20
Two numbers that add to 9 and multiply to 20: b=4, c=5 (or swapped).
(x+4)(x+5)=x2+9x+20✓
✓ Answer:b=4,c=5
Recall Solution 5.2
Area = width × length. FOIL (2x+1)(3x+4):
F:6x2; O:8x; I:3x; L:4=6x2+11x+4
Now substitute x=2:
6(4)+11(2)+4=24+22+4=50
Check directly: width =5, length =10, so area =50. ✓
✓ Answer: Area =6x2+11x+4; at x=2 it is 50 square units.
Recall Solution 5.3
Notice 103=100+3 and 97=100−3, so with a=100, b=3:
103×97=1002−32=10000−9=9991
The same "cross terms cancel" idea that killed the middle term in Problem 3.3 gives a lightning mental-math trick.
✓ Answer:9991
Recall Self-check: what was the single idea behind all 13 problems?
Every term on the left shakes hands with every term on the right, then you combine like terms — with special products (perfect square, difference of squares) being fast-recognised shortcuts of that same rule.
The distributive rule, its FOIL corners, and its area picture
are three views of one operation: multiply every-with-every, then tidy.
Why does (a+b)(a−b) have no middle term?
the Outer and Inner cross products +ab and −ab cancel exactly.
In reverse (factoring), matching (x+b)(x+c)=x2+Sx+P needs which two conditions?