🏠 Home/ 🎓 Prishita/ 🔢 Maths/ Ch 6
📚 All chapters
✨ Term 1 Maths · Chapter 6

We Distribute, Yet Things Multiply

A 1000-year-old trick lets you square 197 in your head. Discover the distributive property, three powerful identities, and spot the mistakes in 12 "worked" examples!

1

The distributive property

Hi, it's Patto! If 23 × 27 grows by increasing 27 by 1, the product grows by exactly 23. That's the distributive property at work: a(b+c) = ab + ac.
📖 Picture it as two rectangles

Imagine a rectangle a rows tall and (b+c) columns wide. Split it into two smaller rectangles — one a×b, one a×c. Their combined area is exactly ab+ac — same as the one big rectangle!

🔨 Building "Identity 1" — what if BOTH numbers change?

If a product's two numbers become (a+m) and (b+n), apply the distributive property twice:

(a+m)(b+n) = ab + mb + an + mn
This is Identity 1 — the sum of EVERY pair of terms multiplied together, one from each bracket!

(i) Here m = −2 (decrease by 2) and n = +3 (increase by 3). Using Identity 1, (a+m)(b+n) = ab + mb + an + mn:

(a−2)(b+3) = ab + (−2)b + a(3) + (−2)(3) = ab + 3a − 2b − 6

(ii) Here m = −3 and n = −4 (both decreased):

(a−3)(b−4) = ab + (−3)b + a(−4) + (−3)(−4) = ab − 4a − 3b + 12

Try checking with real numbers too — say a=10, b=8: (10−2)(8+3)=88, and 10×8+3(10)−2(8)−6 = 80+30−16−6 = 88 ✓

🔨 Worked Example 1: distributing over THREE terms, with a fraction

The distributive property isn't just for 2-term brackets — it works for any number of terms! Expand 3a/2 × (a − b + 5):

3a/2 (a − b + 5) = (3a/2 × a) − (3a/2 × b) + (3a/2 × 5) = 3a²/2 − 3ab/2 + 15a/2
No two terms share the same letter-pattern (a², ab, a are all different), so this is as simple as it gets — 3a²/2 − 3ab/2 + 15a/2.
💡 Works for subtraction too — just watch your signs!

Since subtracting is just "adding a negative," (a+u)(b-v) = ab + ub - av - uv — the sign of each term follows normal integer multiplication rules (+×−=−, etc.)

No — it doesn't always increase! We saw (a+1)(b−1) = ab + b − a − 1, so the change is b − a − 1. This is negative (product decreases) whenever b < a+1, i.e. whenever b ≤ a.

a=10, b=3: 10×3=30, but (10+1)×(3−1)=11×2=22 → 22 < 30 (decreased!) a=5, b=5: 5×5=25, but (5+1)×(5−1)=6×4=24 → 24 < 25 (decreased!) a=8, b=1: 8×1=8, but (8+1)×(1−1)=9×0=0 → 0 < 8 (decreased!)

Rule of thumb: the product only INCREASES when the number being increased (a) is already smaller than the number being decreased (b, before the change).

🇮🇳 Brahmagupta's names for these ideas (628 CE)

Long before Brahmagupta, mathematicians like Euclid (using geometric pictures) and Āryabhaṭa (using algebra) were already USING the distributive property in their work — just without ever writing it down as a rule!

Khaṇḍa-guṇanam ("multiplication by parts") is Brahmagupta's own name for the distributive property itself — his was the first EXPLICIT statement of the rule. He described it in his book Brahmasphuṭasiddhānta over 1,400 years ago!

📘 Figure it Out (page 142)

(p−1)(q−1)(p−1)q(p−1)(q+1)
p(q−1)pqp(q+1)
(p+1)(q−1)(p+1)q(p+1)(q+1)

Each cell is just (its row label) × (its column label) — the grid is a giant times-table!

(3+u)(v−3) = uv + 3v − 3u − 9 ⅔(15+6a) = 10 + 4a (10a+b)(10c+d) = 100ac + 10ad + 10bc + bd (3−x)(x−6) = −x² + 9x − 18 (−5a+b)(c+d) = −5ac − 5ad + bc + bd (5+z)(y+9) = 5y + yz + 9z + 45

We need (a+2)(b−4) = ab. Expanding: ab − 4a + 2b − 8 = ab, so 2b = 4a + 8, i.e. b = 2a+4.

a=1, b=6: 3 × 2 = 6 and 1 × 6 = 6 ✓ a=2, b=8: 4 × 4 = 16 and 2 × 8 = 16 ✓ a=3, b=10: 5 × 6 = 30 and 3 × 10 = 30 ✓
(a+ab−3b²)(4+b) = 4a + 4ab − 12b² + ab + ab² − 3b³ = 4a + 5ab + ab² − 12b² − 3b³ (4y+7)(y+11z−3) = 4y² + 44yz − 12y + 7y + 77z − 21 = 4y² + 44yz − 5y + 77z − 21
(a−b)(a+b) = a² − b² (a−b)(a²+ab+b²) = a³ − b³ (a−b)(a³+a²b+ab²+b³) = a⁴ − b⁴

Pattern: each time we add one more "descending/ascending" term pair, the power on the right goes up by one! The NEXT identity should be (a−b)(a⁴+a³b+a²b²+ab³+b⁴) = a⁵ − b⁵ — and expanding it out confirms this is true (every middle term cancels in pairs, just like before)!

🔨 Worked Example 3: a full 2-term × 3-term expansion

Let's fully expand (a+b)(a²+2ab+b²) — distribute each term of (a+b) across all three terms of the second bracket:

(a+b)(a²+2ab+b²) = (a+b)a² + (a+b)×2ab + (a+b)b² = a³ + a²b + 2a²b + 2ab² + ab² + b³

Now combine the like terms — a²b + 2a²b = 3a²b and 2ab² + ab² = 3ab²:

(a+b)(a²+2ab+b²) = a³ + 3a²b + 3ab² + b³ — this matches the cubic pattern spotted in Q5, since a²+2ab+b² is just (a+b)²!
2

Three key identities

Three special cases of the distributive property come up SO often, they get their own names:

IdentityFormula
1A — Square of a sum(a+b)² = a² + 2ab + b²
1B — Square of a difference(a-b)² = a² - 2ab + b²
1C — Difference of squares(a+b)(a-b) = a² - b²
📐 Why 1A works: split a square into 4 pieces

A square of side 65 = a square of side 60, PLUS a square of side 5, PLUS two rectangles of 60×5:

65² = (60+5)² = 60² + 2(60×5) + 5² = 3600 + 600 + 25 = 4225
Check: 65 × 65 = 4225 ✓ — works no matter how you split 65 (try 30+35 or 52+13, you'll always get 4225)!

Since (a+b)² = a²+2ab+b², comparing to a²+b² just means comparing 2ab to 0:

(a+b)² − (a²+b²) = 2ab

Not always greater! It's greater only when 2ab > 0, i.e. when a and b have the same sign (both positive or both negative). If a and b have opposite signs, 2ab < 0 and (a+b)² is actually SMALLER. And if either a or b is 0, they're exactly equal! Example: a=3, b=4 → 49 > 25 ✓, but a=3, b=−4 → 1 < 25 ✗.

104² = (100+4)² = 100²+2(100)(4)+4² = 10000+800+16 = 10,816 37² = (30+7)² = 30²+2(30)(7)+7² = 900+420+49 = 1,369
(m+3)² = m² + 6m + 9 (6+p)² = 36 + 12p + p²
Using the identity: (3j+2k)² = (3j)²+2(3j)(2k)+(2k)² = 9j²+12jk+4k² Using the distributive property: (3j+2k)(3j+2k) = 9j²+6jk+6jk+4k² = 9j²+12jk+4k²

Same answer both ways — 9j² + 12jk + 4k²!

📖 A beautiful bonus pattern

Adding Identity 1A and 1B together gives: 2(a²+b²) = (a+b)² + (a-b)² — twice the sum of two squares equals the sum of the squares of their sum and difference!

Draw a big square of side a, and inside it, tuck a smaller square of side (a−b) into one corner (so there's a leftover strip of width b along two sides). The area of the small square is what we want, so we take the big square and remove the two strips of size a×b — but that double-removes the tiny corner square of side b, so we add it back:

(a−b)² = a² − ab − ab + b² = a² − 2ab + b²

Exactly matches Identity 1B — the same picture-splitting idea that worked for 55² works for ANY (a−b)²!

99² = (100−1)² = 100²−2(100)(1)+1² = 10000−200+1 = 9,801 58² = (60−2)² = 60²−2(60)(2)+2² = 3600−240+4 = 3,364
(b−6)² = b² − 12b + 36 (−2a+3)² = 4a² − 12a + 9 (7y − ¾z)² = 49y² − 21yz/2 + 9z²/16

Both methods (identity or full distributive multiplication) give the exact same three answers — try it either way!

98 × 102 = (100−2)(100+2) = 100² − 2² = 10000 − 4 = 9,996 45 × 55 = (50−5)(50+5) = 50² − 5² = 2500 − 25 = 2,475

Start with a big square of side a (area ), and cut a small b×b square out of one corner. What's left is an L-shaped piece of area a² − b². Now slice that L-shape into two rectangular strips — one of size b×(a−b) and one of size a×(a−b) — and instead take the OTHER cut: slice the L-shape into one long strip of size (a+b)×(a−b) by sliding the smaller cut-out piece around and re-joining it along the bottom edge.

Area of L-shape (before moving piece) = a² − b² Area of L-shape (after sliding the piece) = (a+b) × (a−b)

Since we only moved a piece (never added or removed any area), both must be the SAME area — so (a+b)(a−b) = a² − b², proven just by cutting and sliding, no algebra needed!

🏺 Sridharacharya's speed-squaring trick (750 CE)

💡 Square almost ANY number in your head!

Rearranging Identity 1C gives: a² = (a+b)(a-b) + b². Pick a small b that makes (a+b) and (a-b) easy to multiply!

🔎 Worked example: 197² without a calculator

Pick b=3, since 197+3=200 (a nice round number!):

197² = (197+3)(197−3) + 3² = 200 × 194 + 9 = 38,809
38,809 — try checking with a calculator!

🎮 Try the live speed-squaring calculator

Yes — both patterns hold for ALL real numbers, not just counting numbers! They come directly from Identities 1A, 1B and 1C, which we proved using the distributive property — and the distributive property works for negative numbers and fractions exactly the same way it works for positive whole numbers.

Try a = −3, b = 2: 2(a²+b²) = 2(9+4) = 26 (a+b)²+(a−b)² = (−1)² + (−5)² = 1 + 25 = 26 ✓ Try a = ½, b = ⅓: a² − b² = ¼ − 1/9 = 5/36 (a+b)(a−b) = (⅚)(⅙) = 5/36 ✓
3

Fast mental math tricks

📖 The ×11 shortcut

To multiply a number by 11, add each pair of neighbouring digits (carrying when needed)! For 495 × 11: write the last digit (5), then 9+5=14 (write 4, carry 1), then 4+9+1(carry)=14 (write 4, carry 1), then 0+4+1(carry)=5. Answer: 5445.

Multiply by…Shortcut
11Add neighbouring digit pairs
101Add digits 2 places apart
1001Add digits 3 places apart
99×100, then subtract the original
🔢 Worked example: 9734 × 99
9734 × 99 = 9734 × (100−1) = 973400 − 9734 = 963,666
Way faster than long multiplication!
94 × 11 = 1,034 495 × 11 = 5,445 3279 × 11 = 36,069 4791256 × 11 = 52,703,816
89 × 101 = 8,989 949 × 101 = 95,849 265831 × 1001 = 266,096,831 1111 × 1001 = 1,112,111 23478 × 999 = 23478 × (1000−1) = 23,478,000 − 23,478 = 23,454,522
🕉️ Ancient Indian speed-math masters

These fast-multiplication methods (called ista-gunana by Brahmagupta) were studied and extended by Sridharacharya (750 CE) and Bhaskaracharya in his famous book Lilavati (1150 CE)!

4

Mind the mistake, mend the mistake!

Some of these "worked examples" have sneaky mistakes — and SOME are actually correct! Tap each one to reveal whether it's right or wrong.
−3p(−5p+2q) = −3p+5p−2q = p−2q
2(x−1)+3(x+4) = 2x−1+3x+4 = 5x+3
y+2(y+2) = (y+2)² = y²+4y+4
(5m+6n)² = 25m²+36n²
(−q+2)² = q²−4q+4
3a(2b×3c) = 6ab×9ac = 54a²bc
½(10s−6)+3 = 5s−3+3 = 5s
5w²+6w = 11w²
2a³+3a³+6a²b+6ab² = 5a³+12a²b²
(x+2)(x+5) = (x+2)x+(x+2)5 = x²+2x+5x+10 = x²+7x+10
(a+2)(b+4) = ab+8
ab²+a²b+a²b² = ab(a+b+ab)
⚠️ Three BIG traps to avoid

Unlike terms can't combine: 5w² and 6w have DIFFERENT powers of w, so they can never merge into one term — same goes for a²b and ab², which LOOK similar but are different terms too! Distributivity is only for addition/subtraction, never for multiplication — 3a(2b×3c) is just ONE multiplication problem, not something to "distribute." And don't forget the CROSS terms: (a+2)(b+4) needs FOUR products (a×b, a×4, 2×b, 2×4) — not just the first and last!

4b

This way or that way, all ways lead to the bay!

Same pattern, FOUR different ways of counting it — and they all simplify to the exact same algebra! This is the whole chapter's big lesson: many roads, one answer.
🔵 The circle pattern

Look at a growing pattern of dots arranged in an L-shape "staircase": Step 1 has 3 dots (a 2×2 square missing 1 corner), Step 2 has 8 dots (3×3 missing 1 corner), Step 3 has 15 dots (4×4 missing 1 corner), and so on. At Step k, the shape is a (k+1)×(k+1) square missing exactly 1 dot.

Four students each found a DIFFERENT expression for the number of dots at Step k — let's see all four, and prove they're secretly identical!

MethodHow they saw itExpression at Step k
Method 1Full (k+1)×(k+1) square minus the 1 missing corner dot(k+1)² − 1
Method 2A k×k square, plus 2 extra arms of k dots eachk² + 2k
Method 3A k×(k+1) rectangle, plus k more dotsk(k+1) + k
Method 4A k×(k+2) rectangle exactlyk(k+2)
🔨 Proving all 4 methods give the SAME expression
Method 1: (k+1)² − 1 = k²+2k+1−1 = k²+2k Method 2: k² + 2×k = k²+2k Method 3: k×(k+1)+k = k²+k+k = k²+2k Method 4: k×(k+2) = k²+2k
All four simplify to k² + 2k — same pattern, four honest ways of seeing it!
Step 15: k² + 2k = 15² + 2(15) = 225 + 30 = 255
🟪 The square-tile pattern

A different pattern is made of a ring of square tiles — Step 1 has 8 tiles forming a hollow ring around a 1×1 hole, Step 2 has 12 tiles around a 2×2 hole, Step 3 has 16 tiles around a 3×3 hole. The whole ring (including the hole) at Step n is an (n+2)×(n+2) square with an n×n hole cut out of the middle.

Number of tiles = (outer square) − (inner hole):

Tiles at Step n = (n+2)² − n² Step 4: (4+2)² − 4² = 36 − 16 = 20 tiles Step 10: (10+2)² − 10² = 144 − 100 = 44 tiles
🎨 Tadang's method vs. Yusuf's method — same shaded region, two views

A big square of side (m+n) has 4 identical m×n rectangles removed from its corners, leaving a shaded square in the middle. Tadang says: start with the big square and subtract the 4 rectangles — area = (m+n)² − 4mn. Yusuf says: the shaded region is itself just a smaller square of side (n−m) — area = (n−m)².

(m+n)² − 4mn = m²+2mn+n² − 4mn = m² − 2mn + n² = (n−m)²

Exactly matches Yusuf's (n−m)² — two totally different ways of looking at the picture, same algebra underneath!

Think of it as a big p×s rectangle with a smaller (p−r)×(s−r) rectangle removed from one corner:

Area = ps − (p−r)(s−r) = ps − (ps − pr − sr + r²) = ps − pr − sr + r² Substituting p=6, r=3.5, s=9: Area = ps − pr − sr + r² = 6(9) − 6(3.5) − 9(3.5) + 3.5² = 54 − 21 − 31.5 + 12.25 = 13.75 sq units
5

Every question from the book

Cover the answer, try it yourself first, then tap to check!
46² = (40+6)² = 1600+480+36 = 2116 [Identity 1A] 397×403 = (400−3)(400+3) = 160000−9 = 159991 [Identity 1C] 91² = (100−9)² = 10000−1800+81 = 8281 [Identity 1B] 43×45 = (44−1)(44+1) = 1936−1 = 1935 [Identity 1C]
(p−1)(p+11) = p² + 10p − 11 (3a−9b)(3a+9b) = 9a² − 81b² −(2y+5)(3y+4) = −6y² − 23y − 20 (6x+5y)² = 36x² + 60xy + 25y² (2x−½)² = 4x² − 2x + ¼ (7p)(3r)(p+2) = 21pr(p+2) = 21p²r + 42pr

(i) Two more than a square number — a square number is , so two more than it is s²+2. (Careful: (s+2)² is a DIFFERENT thing — the square of a number that's 2 more, not 2 more than the square!)

(ii) Sum of squares of two consecutive numbers — if one number is m, the next consecutive number is m+1, so the sum of their squares is m² + (m+1)².

Write 14×26 as (16−2)(24+2), then expand and compare to 16×24:

(16−2)(24+2) = 16×24 + 32 − 48 − 4 = 16×24 − 20

16×24 is larger (by 20).

Now write 25×75 as (26−1)(74+1), and compare to 26×74:

(26−1)(74+1) = 26×74 + 26 − 74 − 1 = 26×74 − 49

26×74 is larger (by 49) — both found without computing either product fully!

(i) (k+1)(k+2)−(k+3) = k²+3k+2−k−3 = k²+2k−1 Not always 2 (depends on k) → FALSE (ii) (2q+1)(2q−3) = 4q²−4q−3 4q²−4q is a multiple of 4, but −3 breaks it → FALSE (iii) Even 2k: (2k)² = 4k² → multiple of 4 ✓ Odd 2k+1: (2k+1)² = 4k(k+1)+1 k(k+1) is always even (consecutive numbers), so 4k(k+1) is a multiple of 8, and the square is exactly 1 more → TRUE (iv) (6n+2)²−(4n+3)² = (36n²+24n+4)−(16n²+24n+9) = 20n²−5 At n=1: 20−5 = 15, and 15+5 = 20 is NOT a square → FALSE

Only (iii) is TRUE — the rest are false!

Let the numbers be 7a+3 and 7b+5.

Sum: (7a+3)+(7b+5) = 7(a+b)+8 = 7(a+b+1)+1 → remainder 1 Difference: (7b+5)−(7a+3) = 7(b−a)+2 → remainder 2 Product: (7a+3)(7b+5) = 7(...)+15 = 7(...)+1 → remainder 1

Let the two numbers be a and b. Their sum is a+b.

(a+b) × ½(a+b) = ½(a+b)²

That IS exactly half the square of the sum — proven for any a and b, just by multiplying it out!

Let the numbers be n-1, n, n+1:

n² − (n−1)(n+1) = n² − (n²−1) = 1

Always exactly 1 — no matter which 3 consecutive numbers you pick!

Label the 2×2 block as a, a+1 on top and a+7, a+8 below (since each row is 7 days later):

(a+7)(a+1) − (a+8)(a) = 7

The two diagonal products always differ by exactly 7 — every single time, anywhere on the calendar!

26² − 24² = 676 − 576 = 100

Trick: pick any factor pair of 100 with matching parity (like 50×2), set a+b=50 and a-b=2, solve to get a=26, b=24!

406² = (400+6)² = 400²+2(400)(6)+6² = 164,836 72² = (70+2)² = 70²+2(70)(2)+2² = 5,184 145² = (150−5)² = 150²−2(150)(5)+5² = 21,025 1097² = (1100−3)² = 1100²−2(1100)(3)+3² = 1,203,409 124² = (120+4)² = 120²+2(120)(4)+4² = 15,376

They're always equal! (b-a) = -(a-b), and squaring a negative gives the same result as squaring the positive — so (b-a)² = (a-b)² always.

Pattern (a): a solid (y+2)×(y+2) square (no hole this time) — Step 1 = 9, Step 2 = 16, Step 3 = 25 units.

Pattern (b): a (y+1)×(y+1) square PLUS y extra units — Step 1 = 5, Step 2 = 11, Step 3 = 19 units.

Pattern (a), Step y = (y+2)² Step 4 = (2+4)² = 36, Step 10 = (2+10)² = 144 Pattern (b), Step y = (y+1)² + y Step 4 = 5²+4 = 29, Step 10 = 11²+10 = 131
6

Practice like the real exam

Section A (12 MCQ, 1 mark), B (10 × 2 marks), C (8 × 3 marks), D (4 × 4 marks), E (2 case studies, 4 marks). Here's a taste of each.

Section A · MCQ (1 mark each)

(b) a²−b²

(c) it cannot be simplified further — unlike terms!

Section B · short answer (2 marks each)

(6x+5y)² = 36x² + 60xy + 25y²

Section C · longer answer (3 marks each)

31² = (31+1)(31−1) + 1² = 32 × 30 + 1 = 960 + 1 = 961

Section D · 4 marks each

Overall park: length = (2g+4w), breadth = (g+2w).

Park area = (2g+4w)(g+2w) = 2g²+8w²+8wg Two squares area = 2g² Path area = (2g²+8w²+8wg) − 2g² = 8w²+8wg = 8w(w+g)

Section E · case study (4 marks)

(a) Expanding Vaishnavi's: x(x+2y)-3xy = x²+2xy-3xy = x²-xy — exactly matches Anusha's expression! Now Aditya's: the required area is 2 × Area(JKLM), and Area(JKLM) = x × (x-y)/2:

2 × Area(JKLM) = 2 × x × (x−y)/2 = x(x−y) = x² − xy

All three — Anusha's x²−xy, Vaishnavi's x(x+2y)−3xy, and Aditya's x(x−y) — expand to the exact same expression!

(b) x²-xy = 64 - 24 = 40 sq units (with x=8, y=3). Check with Aditya's: x(x-y) = 8(8-3) = 8 × 5 = 40

(c) Different methods reflect different ways of "seeing" the same shape — subtracting an inner region, building up from outer pieces, or splitting into congruent halves. All three are equally correct; finding multiple methods is a creative mathematical skill, not just a way to double-check answers.

7

You did it! 🎉

Chapter 6 done — you can now expand any algebraic expression, square numbers in your head, and spot broken math instantly! ⭐
🧩 Bonus puzzle: Coin Conjoin

Arrange 10 coins in a triangle (like bowling pins — rows of 1, 2, 3, 4). The challenge: flip the triangle upside-down by moving as FEW coins as possible, one at a time.

A 3-coin triangle flips with just 1 move, a 6-coin triangle flips with 2 moves, and the 10-coin triangle can be flipped with only 3 moves — can you figure out how?

Now try the next size up: a 15-coin triangle (rows of 1, 2, 3, 4, 5). What's the minimum number of moves needed to flip it? Is there a simple rule connecting the size of the triangle to the minimum number of moves?

Distributive property Identity 1A, 1B, 1C Sridharacharya's trick Fast mental math Spotting mistakes Multiple solution methods

🏁 Chapter 6 of 7 · Term 1 Maths · Prishita, Class 8