We Distribute, Yet Things Multiply
Why This Matters
Here is a small puzzle. What is 23 × 27?
Most people reach for the long-multiplication method. But there is a faster way. Notice that 23 × 27 is close to 25 × 25. If you know a little algebra, you can write 23 × 27 as (25 − 2)(25 + 2) = 25² − 2² = 625 − 4 = 621. Done in your head, in seconds.
That trick is not magic. It comes from one simple, powerful idea called distributivity. It is the rule that lets you break a big multiplication into smaller, easy pieces.
You use this idea every day without naming it. When a shop sells 7 notebooks at ₹12 each, you might think “7 tens are 70, 7 twos are 14, so ₹84.” You just split 12 into 10 + 2 and multiplied each part. That is the distributive law.
In this chapter, we turn that everyday move into a tool. We will write it in the language of algebra, prove why it works with pictures, and use it to build the famous identities — like (a + b)² = a² + 2ab + b² — that make hard sums easy. By the end, you will expand brackets with confidence, and you will be able to run the whole thing backwards too. That backwards move is called factorising, and it is one of the most useful skills in all of algebra.
The Big Idea
Multiplication and addition are linked by one rule: to multiply a sum, you can multiply each part separately and then add. In symbols, a(b + c) = ab + ac. This is the distributive law. Everything in this chapter grows from it. When you multiply two brackets, you are just using this rule twice. The special identities — the square of a sum, the square of a difference, the difference of two squares — are simply this rule applied to neat, common cases. And because the rule works both ways, you can also run it in reverse: pulling a common factor back out is called factorising. One idea, many uses.
Let’s Break It Down
We will go step by step. First, the distributive law itself, with a picture that shows why it is true. Then we multiply two brackets (binomials). Then we meet the three star identities, each proved with its own diagram. Finally, we learn factorising — the reverse of expanding.
Before we start, let us quickly refresh the basic algebra words this chapter leans on, so nothing trips you up.
The distributive law: a(b + c) = ab + ac
Let us start with the heart of the chapter. The distributive law says:
a(b + c) = ab + ac
In words: multiplying a by the sum (b + c) gives the same answer as multiplying a by b, multiplying a by c, and adding the two results.
Why is this true? The cleanest way to see it is with area. Remember that the area of a rectangle is its height times its width.
The picture below shows one rectangle, counted two ways.
Figure 6.1 makes the rule obvious: the big rectangle is the two small ones joined, so its area equals their areas added. The height a multiplies both widths, b and c.
This is not only for nice positive numbers. The law holds for any numbers — including negatives and fractions. We will rely on that freely.
Now, why does this matter so much? Because it lets you split a hard multiply into easy ones. Watch it turn 23 × 27 into something simpler.
Use the distributive law to find 23 × 28 starting from 23 × 27 = 621.
-
Write 28 as a sum that includes 27: 28 = 27 + 1. So 23 × 28 = 23 × (27 + 1).
-
Apply the distributive law a(b + c) = ab + ac, with a = 23, b = 27, c = 1: 23 × (27 + 1) = (23 × 27) + (23 × 1).
-
We were told 23 × 27 = 621. And 23 × 1 = 23. So the answer is 621 + 23.
-
Add: 621 + 23 = 644. So 23 × 28 = 644. Notice the neat fact: increasing 27 by 1 made the product go up by exactly 23 — one extra “row” of 23.
That last point is worth a picture. When you multiply 23 by something, adding 1 to that something adds one more group of 23.
Using the distributive law, what is 6 × 102? Split 102 as 100 + 2.
6 × 102 = 6 × (100 + 2) = (6 × 100) + (6 × 2) = 600 + 12 = 612. We split 102 into 100 + 2, multiplied 6 by each part, then added. That is the distributive law making a “hard” multiply easy.
The law also works when there are more than two terms in the bracket, and when the terms themselves have letters. For example, 3a(a − b + 5) = 3a·a − 3a·b + 3a·5 = 3a² − 3ab + 15a. You just multiply the outside term by every term inside, keeping track of the signs.
Multiplying two brackets: (a + m)(b + n)
What if both things being multiplied are sums, like (a + m)(b + n)? We simply use the distributive law twice.
Treat the first bracket (a + m) as a single block. Then distribute it over (b + n):
(a + m)(b + n) = (a + m)b + (a + m)n
Now distribute again inside each piece:
(a + m)b = ab + mb
(a + m)n = an + mn
Putting it together gives our second key result:
(a + m)(b + n) = ab + mb + an + mn
In plain words: multiply every term in the first bracket by every term in the second bracket, then add them all. Two terms times two terms gives four products.
Once again, area shows exactly why. The picture below splits a big rectangle into four parts.
Figure 6.3 is the picture behind the words “each term times each term.” This handles subtraction too — you just write a minus as adding a negative. For example (a + 1)(b − 1) uses m = 1 and n = −1, giving ab + b − a − 1. Let us see that carefully.
Expand (a + 1)(b − 1).
-
Multiply every term of the first bracket by every term of the second. First bracket terms: a and 1. Second bracket terms: b and (−1).
-
Form the four products: a × b = ab; a × (−1) = −a; 1 × b = b; 1 × (−1) = −1.
-
Add them all: ab − a + b − 1. Check for like terms — there are none to combine here.
-
So (a + 1)(b − 1) = ab + b − a − 1. This is an identity: it is true for every value of a and b. (Try a = 5, b = 8: left side = 6 × 7 = 42; right side = 40 + 8 − 5 − 1 = 42. Same.)
A quick word on the term identity. An identity is an equation between two expressions that is true for all values of the letters, not just one special value. a(b + c) = ab + ac is an identity. So is (a + 1)(b − 1) = ab + b − a − 1. We can check an identity by expanding, or by substituting many numbers and seeing it always balances.
Let us do one more, with both terms having coefficients.
Expand (2x + 3)(x + 5).
-
Each term times each term. First bracket: 2x and 3. Second bracket: x and 5.
-
The four products: 2x × x = 2x²; 2x × 5 = 10x; 3 × x = 3x; 3 × 5 = 15.
-
Write them out: 2x² + 10x + 3x + 15. Now look for like terms: 10x and 3x are like terms (both have x), so add them: 10x + 3x = 13x.
-
So (2x + 3)(x + 5) = 2x² + 13x + 15.
Special case 1: the square of a sum, (a + b)²
Now we meet the first star identity. What is (a + b)²? Remember (a + b)² just means (a + b)(a + b). So we use the rule we just learned, with both brackets the same.
(a + b)(a + b) = a·a + a·b + b·a + b·b = a² + ab + ab + b².
The two middle terms, ab and ba, are like terms (ba is the same as ab), so they add to 2ab. This gives:
(a + b)² = a² + 2ab + b²
Read it slowly: square the first, plus twice the product of the two, plus square the second. That middle 2ab is the part students most often forget.
Why is there a 2ab and not just ab? The area picture answers this perfectly.
Figure 6.4 shows the secret of the missing term: there are two equal ab rectangles, one along the top-right and one along the bottom-left, so together they give 2ab. This identity makes squaring numbers easy.
Use (a + b)² = a² + 2ab + b² to find 65².
-
Split 65 into an easy sum: 65 = 60 + 5. So 65² = (60 + 5)².
-
Match to the identity with a = 60 and b = 5: (60 + 5)² = 60² + 2(60)(5) + 5².
-
Work out each piece: 60² = 3600; 2 × 60 × 5 = 600; 5² = 25.
-
Add them: 3600 + 600 + 25 = 4225. So 65² = 4225 — found without long multiplication.
Special case 2: the square of a difference, (a − b)²
Next, what is (a − b)²? We can find it the same way, or by a clever shortcut. The cleanest is to write (a − b)² = (a + (−b))² and reuse the previous identity with b replaced by −b:
(a + (−b))² = a² + 2(a)(−b) + (−b)² = a² − 2ab + b².
So:
(a − b)² = a² − 2ab + b²
It looks just like the (a + b)² identity, but the middle term is now minus 2ab. Square the first, minus twice the product, plus square the second.
There is a lovely area argument too. Start with a big square of side a, then cut away what you do not want. The picture shows it.
Figure 6.5 explains the surprising + b² at the end: the corner gets subtracted twice, so we must add it back once. This identity makes squaring numbers a little below a round figure very easy.
Use (a − b)² = a² − 2ab + b² to find 49².
-
Write 49 as a difference from a round number: 49 = 50 − 1. So 49² = (50 − 1)².
-
Match the identity with a = 50 and b = 1: (50 − 1)² = 50² − 2(50)(1) + 1².
-
Compute each piece: 50² = 2500; 2 × 50 × 1 = 100; 1² = 1.
-
Combine: 2500 − 100 + 1 = 2401. So 49² = 2401.
Special case 3: the difference of two squares, (a + b)(a − b)
The third star identity is the most useful trick of all. What happens when you multiply a sum by the matching difference, (a + b)(a − b)?
Expand it term by term: (a + b)(a − b) = a·a − a·b + b·a − b·b = a² − ab + ab − b².
The middle terms −ab and +ab are opposites, so they cancel to 0. We are left with:
(a + b)(a − b) = a² − b²
This is called the difference of two squares. The cross-terms vanish, leaving just the two squares subtracted.
We can also see it. Take a square of side a, cut a small square of side b out of one corner, and rearrange the leftover L-shape into a neat rectangle.
Figure 6.6 shows the L-shape becoming a rectangle of sides (a + b) and (a − b) — same area, just reshaped. This identity turns awkward products into a quick subtraction of squares.
Use (a + b)(a − b) = a² − b² to find 98 × 102 without long multiplication.
-
Spot that 98 and 102 are equally spaced around 100: 98 = 100 − 2 and 102 = 100 + 2. So the product is (100 − 2)(100 + 2).
-
This is exactly (a − b)(a + b) with a = 100 and b = 2. So it equals a² − b² = 100² − 2².
-
Compute: 100² = 10000 and 2² = 4.
-
Subtract: 10000 − 4 = 9996. So 98 × 102 = 9996, done in your head.
Factorising: running the law in reverse
Everything so far has been expanding — opening brackets to spread terms out. The truly powerful move is to go the other way. Factorising means taking an expanded expression and writing it back as a product (with brackets). It is expanding in reverse.
The picture below shows the two directions side by side.
How do you factorise? The first thing to look for is a common factor — something that appears in every term. You pull it out front.
Take ab + ac. Both terms contain a. Pull out a: ab + ac = a(b + c). That is exactly the distributive law read backwards.
Take 6x + 9. Both terms share a factor of 3 (since 6 = 3 × 2 and 9 = 3 × 3). Pull out 3: 6x + 9 = 3(2x + 3).
Let us factorise something with letters in the common part.
Factorise ab² + a²b + a²b².
-
Look at each term and find what is common to all three. The terms are ab², a²b and a²b². Every term has at least one a and at least one b. So ab is common to all.
-
Pull out ab from each term. Divide each term by ab: ab² ÷ ab = b; a²b ÷ ab = a; a²b² ÷ ab = ab.
-
Write the common factor outside a bracket, and the leftover pieces inside: ab(b + a + ab).
-
So ab² + a²b + a²b² = ab(a + b + ab). Check by expanding back: ab·a + ab·b + ab·ab = a²b + ab² + a²b². Same as we started — so the factorising is correct.
We can also factorise using the star identities, run in reverse. If you see a difference of two squares, you can split it instantly.
Factorise x² − 25.
-
Check whether this is a difference of two squares. x² is a square (of x). Is 25 a square? Yes, 25 = 5². So x² − 25 = x² − 5².
-
Match the identity a² − b² = (a + b)(a − b), with a = x and b = 5.
-
Write the factors: (x + 5)(x − 5).
-
So x² − 25 = (x + 5)(x − 5). Check by expanding: (x + 5)(x − 5) = x² − 5x + 5x − 25 = x² − 25. Correct.
Here is a tidy summary of the three identities, read both ways, so you can keep them in one place.
| Identity (expanded) | In words | Used to factorise |
|---|---|---|
| (a + b)² = a² + 2ab + b² | square of a sum | a² + 2ab + b² becomes (a + b)² |
| (a − b)² = a² − 2ab + b² | square of a difference | a² − 2ab + b² becomes (a − b)² |
| (a + b)(a − b) = a² − b² | difference of two squares | a² − b² becomes (a + b)(a − b) |
Common Mistakes
These three slips are the ones examiners see again and again. Catch them now and you will save easy marks.
(a + b)² = a² + b². You just square each term.
It looks like the square 'spreads' over the plus, the same friendly way the power spreads over a product like (ab)² = a²b². The eye expects the same neat splitting.
Squaring a sum is not the same as squaring each part. (a + b)² = a² + 2ab + b² — there is an extra 2ab in the middle, which is the two equal rectangles in the area picture. For example (2 + 3)² = 25, but 2² + 3² = 13. They are different.
When you expand (a + 3)(a + 5), you only multiply a × a and 3 × 5, giving a² + 15.
It feels natural to pair up 'matching' terms — first with first, last with last — the way you might line up two columns and multiply straight down.
You must multiply every term in the first bracket by every term in the second. (a + 3)(a + 5) = a² + 5a + 3a + 15 = a² + 8a + 15. The cross-terms 5a and 3a must not be dropped.
To factorise 4x + 8, you can only pull out the x, giving x(4 + 8) — no wait, you write 4x + 8 = x(4 + 8/x).
Students remember 'pull out the letter' from earlier examples like ab + ac = a(b + c), so they hunt for a letter to pull out even when the real common factor is a number.
The common factor here is the number 4, not a letter. 4x + 8 = 4(x + 2), because 4x = 4 × x and 8 = 4 × 2. Always look for the largest factor — number or letter — shared by every term.
Quick Check
Try these quick questions. The explanation appears after you answer, so read it either way.
Expand (x + 4)(x + 2).
Multiply each term by each term: x·x = x², x·2 = 2x, 4·x = 4x, 4·2 = 8. Add the like terms 2x + 4x = 6x. So the answer is x² + 6x + 8. (x² + 8 is the common mistake of forgetting the cross-terms.)
Which expansion of (a − b)² is correct?
(a − b)² = (a − b)(a − b) = a² − ab − ba + b² = a² − 2ab + b². The middle term is minus 2ab. (a² − b² is the difference of squares, a different identity; a² + 2ab + b² is the square of a sum.)
Use a suitable identity to find 53 × 47 quickly.
53 = 50 + 3 and 47 = 50 − 3, so 53 × 47 = (50 + 3)(50 − 3) = 50² − 3² = 2500 − 9 = 2491. This is the difference-of-squares identity (a + b)(a − b) = a² − b².
Factorise 7y + 7z.
Both terms share the common factor 7. Pull it out: 7y + 7z = 7(y + z). Check by expanding: 7 × y + 7 × z = 7y + 7z. Correct. (7yz is a product, not a sum, so it is wrong.)
Practice Problems
Try each one yourself first. Then tap to check your full solution.
Easy
Expand (3 + u)(v − 3).
Multiply each term of the first bracket by each term of the second.
3 × v = 3v; 3 × (−3) = −9; u × v = uv; u × (−3) = −3u.
Add them: 3v − 9 + uv − 3u.
So (3 + u)(v − 3) = uv + 3v − 3u − 9.
Expand (m + 3)² using the identity (a + b)² = a² + 2ab + b².
Match the identity with a = m and b = 3.
a² = m²; 2ab = 2 × m × 3 = 6m; b² = 3² = 9.
Add the parts: (m + 3)² = m² + 6m + 9.
Factorise 5a + 5b + 5c.
Look for a common factor. Every term has a 5.
Pull out the 5: 5a + 5b + 5c = 5(a + b + c).
Check by expanding: 5 × a + 5 × b + 5 × c = 5a + 5b + 5c. Correct.
So 5a + 5b + 5c = 5(a + b + c).
Medium
Expand (10a + b)(10c + d).
Each term of the first bracket times each term of the second.
10a × 10c = 100ac; 10a × d = 10ad; b × 10c = 10bc; b × d = bd.
There are no like terms to combine here.
So (10a + b)(10c + d) = 100ac + 10ad + 10bc + bd.
(This is actually how two-digit multiplication works: a number like “ab” is 10a + b.)
Use a suitable identity to compute 91² (hint: 91 = 100 − 9).
Write 91 = 100 − 9, so 91² = (100 − 9)².
Use (a − b)² = a² − 2ab + b² with a = 100 and b = 9.
a² = 100² = 10000.
2ab = 2 × 100 × 9 = 1800.
b² = 9² = 81.
Combine: 10000 − 1800 + 81 = 8281.
So 91² = 8281.
Factorise 9x² − 16.
Check if this is a difference of two squares. Is 9x² a square? Yes: 9x² = (3x)². Is 16 a square? Yes: 16 = 4².
So 9x² − 16 = (3x)² − 4².
Use a² − b² = (a + b)(a − b) with a = 3x and b = 4.
So 9x² − 16 = (3x + 4)(3x − 4).
Check by expanding: (3x + 4)(3x − 4) = 9x² − 12x + 12x − 16 = 9x² − 16. Correct.
Challenge
Show that (a + b)² + (a − b)² = 2(a² + b²). Then use it to write twice the sum 5² + 6² as a sum of two squares.
Expand both squares using the identities.
(a + b)² = a² + 2ab + b².
(a − b)² = a² − 2ab + b².
Add them. The +2ab and −2ab cancel:
(a² + 2ab + b²) + (a² − 2ab + b²) = 2a² + 2b² = 2(a² + b²).
So (a + b)² + (a − b)² = 2(a² + b²) — an identity, true for all a and b.
Now use a = 6, b = 5. Then 2(6² + 5²) = (6 + 5)² + (6 − 5)² = 11² + 1².
So twice the sum 5² + 6² equals 11² + 1² (that is 121 + 1 = 122, and 2 × (25 + 36) = 2 × 61 = 122 — they match).
Choose three consecutive numbers, square the middle one, and subtract the product of the other two. Show with algebra that the answer is always 1.
Let the three consecutive numbers be (n − 1), n, (n + 1), where n is the middle one.
“Square the middle one” gives n².
“Product of the other two” is (n − 1)(n + 1). This is a difference of two squares: (n − 1)(n + 1) = n² − 1².
Now subtract: n² − (n² − 1) = n² − n² + 1 = 1.
So no matter which three consecutive numbers you pick, the answer is always 1. For example with 4, 5, 6: 5² − (4 × 6) = 25 − 24 = 1. With 9, 10, 11: 10² − (9 × 11) = 100 − 99 = 1. The algebra proves it works every time.
Summary
- The distributive law is the heart of the chapter: a(b + c) = ab + ac. Multiplying a sum equals multiplying each part and adding. The area model shows why.
- To multiply two brackets, use the law twice: (a + m)(b + n) = ab + mb + an + mn. Multiply every term by every term, then add.
- An identity is an equation that is true for all values of the letters.
- The three star identities, each provable with an area picture:
- (a + b)² = a² + 2ab + b² (square of a sum — mind the 2ab).
- (a − b)² = a² − 2ab + b² (square of a difference).
- (a + b)(a − b) = a² − b² (difference of two squares — great for fast products like 98 × 102).
- These identities make hard sums easy: 65² = (60 + 5)², 91² = (100 − 9)², 53 × 47 = (50 + 3)(50 − 3).
- Factorising is expanding in reverse: it puts the brackets back. Pull out a common factor (ab + ac = a(b + c)), or spot a difference of squares (x² − 25 = (x + 5)(x − 5)).
What’s Next
You can now open brackets, build the key identities from pictures, and run the whole thing backwards by factorising. These are the basic tools of all algebra — you will use them in every later chapter.
Next, in Chapter 7 — Proportional Reasoning, you will see how quantities grow together in fixed ratios — recipes, maps, speeds and prices. The careful “multiply each part” thinking you built here will make that reasoning feel natural. Onward!
Frequently Asked Questions
What is the distributive law in algebra?
The distributive law says a(b + c) = ab + ac. It means multiplying a sum is the same as multiplying each part and then adding. You can see it as the area of one rectangle equal to the sum of the areas of two smaller rectangles.
How do you multiply two binomials like (a + m)(b + n)?
Multiply every term in the first bracket by every term in the second bracket, then add the results. So (a + m)(b + n) = ab + an + mb + mn. This is the area of a big rectangle split into four smaller rectangles.
What is the identity for (a + b) squared?
(a + b) squared equals a squared plus 2ab plus b squared. The picture is a square of side a + b cut into a square of area a squared, a square of area b squared, and two equal rectangles each of area ab, which together make 2ab.
What is the identity for (a + b)(a - b)?
(a + b)(a - b) equals a squared minus b squared. This is the difference of two squares. It lets you compute products like 98 times 102 quickly as 100 squared minus 2 squared, which is 10000 minus 4, equal to 9996.
What is factorising and how is it related to expanding?
Factorising is the reverse of expanding. Expanding opens the brackets, turning a(b + c) into ab + ac. Factorising puts the brackets back, turning ab + ac into a(b + c) by pulling out the common factor.