We Distribute, Yet Things Multiply

Chapter 6 · Mathematics · Class 8 30 min read

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.

A rectangle of height a and width b plus c, equal to two rectangles of areas a b and a c placed side by side.
Figure 6.1 — Why a(b + c) = ab + ac, shown with area. On the left is a single rectangle. Its height is a (the red label) and its width is b + c (the green label). So its area is a × (b + c), written a(b + c). On the right, the very same rectangle is split by a dashed line into two pieces: a blue rectangle of height a and width b, area ab, and a yellow rectangle of height a and width c, area ac. The two pieces fit together to make the whole, so their areas must add up to it. That is why a(b + c) = ab + ac. The purple box at the bottom states the law.

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.

Worked example

Use the distributive law to find 23 × 28 starting from 23 × 27 = 621.

That last point is worth a picture. When you multiply 23 by something, adding 1 to that something adds one more group of 23.

A wide blue rectangle labelled 23 times 27 with a thin red column added on the right labelled plus 23, showing 23 times 28 equals 23 times 27 plus 23.
Figure 6.2 — Increasing one number by 1 increases the product by the other number. The big blue rectangle is 23 rows tall (red label on the left) and 27 columns wide (green label at the bottom), so it stands for 23 × 27. Adding 1 more column on the right adds one thin red strip. That strip is 23 tall and 1 wide, so it holds 23 dots. So 23 × (27 + 1) is just 23 × 27 plus that extra 23. The purple box states it: 23 × (27 + 1) = 23 × 27 + 23.
Concept check

Using the distributive law, what is 6 × 102? Split 102 as 100 + 2.

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.

A rectangle of width a plus m and height b plus n divided into four smaller rectangles with areas a b, m b, a n and m n.
Figure 6.3 — Why (a + m)(b + n) = ab + mb + an + mn. The whole rectangle has width a + m (the red labels along the top) and height b + n (the green labels down the left side). So its total area is (a + m)(b + n). Two cuts split it into four smaller rectangles: ab (blue, top-left), mb (yellow, top-right), an (green, bottom-left) and mn (purple, bottom-right). Each small rectangle's area is its own width times its own height. The four areas must add up to the whole, which is exactly why the product equals ab + mb + an + mn. Every term of the first bracket meets every term of the second.

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.

Worked example

Expand (a + 1)(b − 1).

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.

Worked example

Expand (2x + 3)(x + 5).

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.

A square of side a plus b cut into a square of area a squared, a square of area b squared, and two equal rectangles each of area a b.
Figure 6.4 — Why (a + b)² = a² + 2ab + b². We draw a square whose side is a + b (red labels on top, green labels on the left). Its area is (a + b)², the thing we want. Two cuts split it into four parts: a blue square of area a² (top-left), a green square of area b² (bottom-right), and two yellow rectangles. Each yellow rectangle has sides a and b, so each has area ab — and there are two of them, giving 2ab. Adding the parts: a² + ab + ab + b² = a² + 2ab + b². The two yellow rectangles are exactly why the middle term is 2ab, not ab. The blue box at the bottom states the identity.

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.

Worked example

Use (a + b)² = a² + 2ab + b² to find 65².

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.

A square of side a with two strips of width b removed from the right and bottom, and the overlapping corner square of area b squared added back once.
Figure 6.5 — Why (a − b)² = a² − 2ab + b². We want the area of the green square, whose side is a − b. Start instead with the whole big square of side a, area a². To shrink it down to side a − b, we remove a strip from the right (area ab) and a strip from the bottom (area ab) — that is 2ab removed. But look at the yellow corner of area b²: it sits in both strips, so removing both strips takes it away twice. We only meant to remove it once, so we add it back once. The result: a² − 2ab + b². That add-back is exactly why the +b² appears. The blue box states the identity.

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.

Worked example

Use (a − b)² = a² − 2ab + b² to find 49².

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.

A square of side a with a corner square of side b removed, then the L-shape rearranged into a rectangle of width a plus b and height a minus b.
Figure 6.6 — Why a² − b² = (a + b)(a − b). On the left, a blue square of side a has a small square of side b cut out of its top-right corner (the dashed red square). The shaded area left over is a² − b². Now cut that L-shape along the purple dashed line and slide the piece around. On the right, the same area becomes a single rectangle. Its width is a + b and its height is a − b. Since we only moved the pieces and did not add or remove any area, the two shapes have equal area. So a² − b² = (a + b)(a − b). The blue box states the identity.

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.

Worked example

Use (a + b)(a − b) = a² − b² to find 98 × 102 without long multiplication.

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.

A two-way arrow between factored forms on the left and expanded forms on the right, with expand pointing right and factorise pointing left, for three identities.
Figure 6.7 — Expanding and factorising are opposite moves. The left column shows factored forms (the brackets are closed): a(b + c), (a + b)², (a + b)(a − b). The right column shows the matching expanded forms (brackets opened): ab + ac, a² + 2ab + b², a² − b². The red arrow going right is expanding; the purple arrow going left is factorising. Every identity in this chapter can be read both ways — open the brackets to expand, or close them to factorise.

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.

Worked example

Factorise ab² + a²b + a²b².

We can also factorise using the star identities, run in reverse. If you see a difference of two squares, you can split it instantly.

Worked example

Factorise x² − 25.

Here is a tidy summary of the three identities, read both ways, so you can keep them in one place.

Identity (expanded)In wordsUsed to factorise
(a + b)² = a² + 2ab + b²square of a suma² + 2ab + b² becomes (a + b)²
(a − b)² = a² − 2ab + b²square of a differencea² − 2ab + b² becomes (a − b)²
(a + b)(a − b) = a² − b²difference of two squaresa² − 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.

⚠️ Common mistake
What students think

(a + b)² = a² + b². You just square each term.

Why it seems right

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.

What actually happens

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.

⚠️ Common mistake
What students think

When you expand (a + 3)(a + 5), you only multiply a × a and 3 × 5, giving a² + 15.

Why it seems right

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.

What actually happens

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.

⚠️ Common mistake
What students think

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).

Why it seems right

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.

What actually happens

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).

Which expansion of (a − b)² is correct?

Use a suitable identity to find 53 × 47 quickly.

Factorise 7y + 7z.

Practice Problems

Try each one yourself first. Then tap to check your full solution.

Easy

easy

Expand (3 + u)(v − 3).

easy

Expand (m + 3)² using the identity (a + b)² = a² + 2ab + b².

easy

Factorise 5a + 5b + 5c.

Medium

medium

Expand (10a + b)(10c + d).

medium

Use a suitable identity to compute 91² (hint: 91 = 100 − 9).

medium

Factorise 9x² − 16.

Challenge

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.

challenge

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.

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.