Chapter 6: We Distribute, Yet Things Multiply class 8th Mathematics (Ganita Prakash) NCERT Solution

Ch.6 — We Distribute, Yet Things Multiply | Solutions
Ganita Prakash · Grade 8 · Chapter 6

We Distribute, Yet Things Multiply

Complete worked solutions for every in-text question and Figure-it-Out exercise — built around the distributive property, with area-model diagrams and step-by-step algebra.

$a(b+c)=ab+ac$ $(a+b)^2=a^2+2ab+b^2$ $(a-b)^2=a^2-2ab+b^2$ $(a+b)(a-b)=a^2-b^2$
6.1

Some Properties of Multiplication — In-text Questions

1
Consider $23 \times 27$. By how much does the product increase if the first number (23) is increased by 1? What if the second number (27) is increased by 1? How about when both are increased by 1?
Page 136–137
Part (i) — First number increased by 1

New product is $24\times27$. Using the distributive property, $(a+1)b = ab+b$, with $a=23,\ b=27$:

$$24\times27 = (23+1)\times27 = 23\times27 + 27$$
ResultThe product increases by 27 (the value of the second number).
Part (ii) — Second number increased by 1

New product is $23\times28$. Using $a(b+1) = ab + a$, with $a=23,\ b=27$:

$$23\times(27+1) = 23\times27 + 23$$
ResultThe product increases by 23 (the value of the first number).
Part (iii) — Both numbers increased by 1

New product is $24\times28 = (23+1)(27+1)$. Expanding using distributivity:

$$(23+1)(27+1) = (23+1)\times27 + (23+1)\times1 = 23\times27 + 27 + 23 + 1$$
ResultThe product increases by $27+23+1 = \textbf{51}$, i.e., by $a+b+1$ in general.

Pattern noticed: increasing one number by 1 increases the product by the value of the other number; increasing both by 1 increases the product by the sum of both numbers plus 1.

2
Will the product always increase [when one number goes up by 1 and the other goes down by 1]? Find 3 examples where the product decreases.
Page 138

No — the product does not always increase. Recall the identity:

$$(a+1)(b-1) = ab + b – a – 1$$

The increase is $b – a – 1$. This is negative (i.e. the product decreases) whenever $b \lt a+1$, i.e. when $a \ge b$.

Three examples where the product decreases
$a$$b$$ab$$(a+1)(b-1)$Change
10330$11\times2=22$↓ decreased by 8
9218$10\times1=10$↓ decreased by 8
205100$21\times4=84$↓ decreased by 16
ResultFor $a=10,b=3$: $ab=30$ but $(a+1)(b-1)=11\times2=22 \lt 30$. The product decreases whenever $a \ge b$.
3
What happens when $a$ and $b$ are negative integers? Check by substituting different values, e.g. $a=-5,b=8$; $a=-4,b=-5$.
Page 138

The distributive property holds for all integers, positive or negative, since $x(y+z)=xy+xz$ is true for any integers $x,y,z$. Let’s verify with the identity $(a+1)(b-1)=ab+b-a-1$.

Check 1: $a=-5,\ b=8$
$$ab = (-5)(8) = -40$$ $$(a+1)(b-1) = (-4)(7) = -28$$ $$\text{Using formula: } ab + b – a – 1 = -40 + 8 -(-5) – 1 = -40+8+5-1 = -28 \checkmark$$
Check 2: $a=-4,\ b=-5$
$$ab = (-4)(-5) = 20$$ $$(a+1)(b-1) = (-3)(-6) = 18$$ $$\text{Using formula: } 20 + (-5) – (-4) – 1 = 20 – 5 + 4 -1 = 18 \checkmark$$
ResultThe identity $(a+1)(b-1)=ab+b-a-1$ holds exactly the same way for negative integers — the algebra doesn’t care about the sign of the numbers substituted.
4
What would we get if we had expanded $(a+1)(b+1)$ by first taking $(b+1)$ as a single term instead?
Page 138

Treat $(b+1)$ as one block and distribute over $(a+1)$:

  • $(a+1)(b+1) = a(b+1) + 1(b+1)$
  • $= ab + a + b + 1$
ResultWe get exactly the same expression: $(a+1)(b+1) = ab + (a+b+1)$ — confirming the order of grouping doesn’t affect the final expanded identity.
5
Use Identity 1 $(a+m)(b+n)=ab+mb+an+mn$ to find how the product changes when (i) one number is decreased by 2 and the other increased by 3; (ii) both numbers are decreased, one by 3 and the other by 4.
Page 140
(i) One number $-2$, other $+3$

Write as $(a + (-2))(b+3)$, so $m=-2,\ n=3$:

$$(a-2)(b+3) = ab + mb + an + mn = ab + (-2)b + a(3) + (-2)(3)$$ $$(a-2)(b+3) = ab – 2b + 3a – 6$$
Answer$(a-2)(b+3) = ab + 3a – 2b – 6$
(ii) Both numbers decreased: one by 3, other by 4

Write as $(a+(-3))(b+(-4))$, so $m=-3,\ n=-4$:

$$(a-3)(b-4) = ab + (-3)b + a(-4) + (-3)(-4)$$ $$(a-3)(b-4) = ab – 3b – 4a + 12$$
Answer$(a-3)(b-4) = ab – 4a – 3b + 12$

Both results match what you’d get by direct distribution, confirming Identity 1 works for decreases too — just treat the decrease as adding a negative number.

6
If $a$ and $b$ are any two integers, is $(a+b)^2$ always greater than $a^2+b^2$? If not, when is it greater? Also use Identity 1A to find $104^2$ and $37^2$ by decomposing into easy sums/differences.
Page 145
Is $(a+b)^2$ always greater than $a^2+b^2$?

We know $(a+b)^2 = a^2+2ab+b^2$. So:

$$(a+b)^2 – (a^2+b^2) = 2ab$$
  • If $ab \gt 0$ (both same sign, both positive or both negative) → $(a+b)^2 \gt a^2+b^2$.
  • If $ab \lt 0$ (opposite signs) → $(a+b)^2 \lt a^2+b^2$.
  • If $a=0$ or $b=0$ → $(a+b)^2 = a^2+b^2$.
ResultNot always greater. $(a+b)^2 \gt a^2+b^2$ only when $a$ and $b$ have the same sign (i.e. $ab \gt 0$).
Finding $104^2$ using Identity 1A

Decompose $104 = 100+4$:

$$104^2 = (100+4)^2 = 100^2 + 2(100)(4) + 4^2 = 10000+800+16 = 10816$$
Finding $37^2$ using Identity 1A

Decompose $37 = 30+7$:

$$37^2 = (30+7)^2 = 30^2+2(30)(7)+7^2 = 900+420+49 = 1369$$
Final Answers$104^2 = 10816 \quad$ and $\quad 37^2 = 1369$
7
Can any two terms be added to get a single term? For example, can $\tfrac{3}{2}a^2$ and $\tfrac{3}{10}a$ be combined into one term?
Page 141

Two terms can only be combined (added/subtracted into one term) if they are like terms — meaning they have exactly the same letter-numbers (variables) raised to the same powers.

$$\tfrac{3}{2}a^2 \quad \text{has letter-part } a^2 \qquad \tfrac{3}{10}a \quad \text{has letter-part } a$$
ResultNo. $a^2$ and $a$ are different powers of the same variable, so they are not like terms. The expression $\tfrac{3}{2}a^2 – \tfrac{3}{2}ab + \tfrac{3}{10}a$ cannot be simplified further.
8
Describe a general rule to multiply a number by 11 and write the product in one line. Evaluate: (i) $94\times11$ (ii) $495\times11$ (iii) $3279\times11$ (iv) $4791256\times11$.
Page 144
General Rule

To multiply any number by 11: write down the last (units) digit as it is. Then, moving leftward, add each pair of neighbouring digits and write down that sum (carrying over if the sum is 10 or more). Finally, write down the first digit (plus any carry).

For a 4-digit number $dcba$: $\ dcba \times 11 = d\ (c+d)\ (b+c)\ (a+b)\ a$  (handling carries as needed).

(i) $94 \times 11$
Units digit: $4$. Next: $9+4=13$ → write $3$, carry $1$. First digit: $9+1(\text{carry})=10$.
$$94\times11 = 1034$$
(ii) $495 \times 11$
Digits: $4,9,5$. Units $=5$. Next: $9+5=14$→ write $4$ carry $1$. Next: $4+9=13$, $+1$ carry $=14$ → write $4$, carry $1$. First: $4+1=5$. $$495 \times 11 = 5445$$
(iii) $3279 \times 11$
Digits $3,2,7,9$. Units$=9$. $7+9=16$→write 6 carry 1. $2+7=9+1=10$→write 0 carry 1. $3+2=5+1=6$. First digit $3$ stays (no further carry). $$3279\times11 = 36069$$
(iv) $4791256 \times 11$
$$4791256 \times 11 = 52703816$$
Final Answers(i) $1034$   (ii) $5445$   (iii) $36069$   (iv) $52703816$
9
Use this to multiply $3874 \times 101$ in one line. What is the general rule for multiplying by 101? Extend for 1001, 10001, … Then find (i) $89\times101$ (ii) $949\times101$ (iii) $265831\times1001$ (iv) $1111\times1001$ (v) $9734\times99$ (vi) $23478\times999$.
Page 144
$3874 \times 101$ in one line

Using $dcba \times 101 = dcba\times100 + dcba$, for digits $d{=}3, c{=}8, b{=}7, a{=}4$:

$$3874\times101 = 3\ \ 8\ \ (7{+}3)\ \ (4{+}8)\ \ 7\ \ 4 = 3\ 8\ 10\ 12\ 7\ 4$$ After carrying: $391274$ $$3874\times101 = 391274$$
General rule

For 101: leave the last two digits as-is, then for each pair moving left, add digits two places apart, carrying as needed, finishing with the leading digit(s). This generalises: multiplying by $10^k+1$ means “shift and add” — write the number, then add the same number shifted left by $k$ places.

  • By $101 = 100+1$: shift left by 2 places and add.
  • By $1001 = 1000+1$: shift left by 3 places and add.
  • By $10001 = 10000+1$: shift left by 4 places and add.
(i) $89 \times 101$
$$89\times101 = 8900+89 = 8989$$
(ii) $949 \times 101$
$$949\times101 = 94900+949 = 95849$$
(iii) $265831 \times 1001$
$$265831\times1001 = 265831000+265831 = 266096831$$
(iv) $1111 \times 1001$
$$1111\times1001 = 1111000+1111 = 1112111$$
(v) $9734 \times 99$

Write $99 = 100-1$:

$$9734\times99 = 9734\times(100-1) = 973400-9734 = 963666$$
(vi) $23478 \times 999$

Write $999 = 1000-1$:

$$23478\times999 = 23478000-23478 = 23454522$$
Final Answers(i) $8989$ (ii) $95849$ (iii) $266096831$ (iv) $1112111$ (v) $963666$ (vi) $23454522$
10
What if we write $65^2$ as $(30+35)^2$ or $(52+13)^2$? Draw the figures and check the area that you get.
Page 145

The identity $(a+b)^2 = a^2+2ab+b^2$ works for any split of 65 into two parts — the total area of the big square stays the same regardless of how we partition the side length.

Using $65 = 30+35$
$$65^2 = (30+35)^2 = 30^2+2(30)(35)+35^2 = 900+2100+1225 = 4225$$
Using $65 = 52+13$
$$65^2 = (52+13)^2 = 52^2+2(52)(13)+13^2 = 2704+1352+169 = 4225$$
ResultBoth decompositions give $65^2 = \textbf{4225}$ sq. units — matching the earlier $(60+5)^2$ calculation. The area of the square doesn’t depend on how we split the side; it’s always $65^2$.
11
Use Identity 1A to write the expressions for: (i) $(m+3)^2$ (ii) $(6+p)^2$
Page 146
(i) $(m+3)^2$

Using $(a+b)^2=a^2+2ab+b^2$ with $a=m, b=3$:

$$(m+3)^2 = m^2+2(m)(3)+3^2 = m^2+6m+9$$
(ii) $(6+p)^2$

With $a=6, b=p$:

$$(6+p)^2 = 6^2+2(6)(p)+p^2 = 36+12p+p^2$$
Final Answers(i) $m^2+6m+9$   (ii) $p^2+12p+36$
12
Expand $(6x+5)^2$.
Page 146
Using the Distributive Property
$$(6x+5)^2 = (6x+5)(6x+5) = (6x)(6x)+(5)(6x)+(6x)(5)+(5)(5)$$ $$= 36x^2+30x+30x+25 = 36x^2+60x+25$$
Using Identity 1A
$$(6x+5)^2 = (6x)^2 + 2(6x)(5) + 5^2 = 36x^2+60x+25$$
Final Answer$(6x+5)^2 = 36x^2+60x+25$
13
Expand $(3j+2k)^2$ using both the identity and by applying the distributive property.
Page 146
Method 1 — Distributive Property
$$(3j+2k)^2 = (3j+2k)(3j+2k) = 9j^2 + 6jk+6jk+4k^2 = 9j^2+12jk+4k^2$$
Method 2 — Identity 1A: $(a+b)^2=a^2+2ab+b^2$

With $a=3j, b=2k$:

$$(3j+2k)^2 = (3j)^2+2(3j)(2k)+(2k)^2 = 9j^2+12jk+4k^2$$
Final Answer$(3j+2k)^2 = 9j^2+12jk+4k^2$ — both methods agree.
14
Find the general expansion of $(a-b)^2$ using geometry, as we did for $55^2$.
Page 147

Draw a square of side $a$, and remove a square of side $b$ from one corner (where $b \lt a$), leaving an L-shaped region with side $a-b$.

The square of side $(a-b)$ is obtained by taking the big square ($a^2$), and removing the two rectangle strips of dimensions $a\times b$ — but this removes the small corner square of side $b$ twice, so we add it back once.

$$(a-b)^2 = a^2 – ab – ab + b^2 = a^2 – 2ab + b^2$$
Result$(a-b)^2 = a^2-2ab+b^2$ — confirmed both algebraically and geometrically (Identity 1B).
15
Use the identity $(a-b)^2$ to find the values of (a) $99^2$ and (b) $58^2$.
Page 147
(a) $99^2$

Write $99 = 100-1$, so $a=100, b=1$:

$$99^2 = (100-1)^2 = 100^2-2(100)(1)+1^2 = 10000-200+1 = 9801$$
(b) $58^2$

Write $58 = 60-2$, so $a=60, b=2$:

$$58^2 = (60-2)^2 = 60^2-2(60)(2)+2^2 = 3600-240+4 = 3364$$
Final Answers$99^2 = 9801 \quad$ and $\quad 58^2 = 3364$
16
Expand the following using both Identity 1B and by applying the distributive property: (i) $(b-6)^2$   (ii) $(-2a+3)^2$   (iii) $\left(7y-\tfrac{3}{4}z\right)^2$
Page 147
(i) $(b-6)^2$
$$(b-6)^2 = b^2-2(b)(6)+6^2 = b^2-12b+36$$
(ii) $(-2a+3)^2$

Take $a’=-2a,\ b’=3$ (or equivalently use $(3-2a)^2$):

$$(-2a+3)^2 = (-2a)^2+2(-2a)(3)+3^2 = 4a^2-12a+9$$
(iii) $\left(7y-\tfrac{3}{4}z\right)^2$
$$\left(7y-\tfrac34 z\right)^2 = (7y)^2 – 2(7y)\left(\tfrac34 z\right) + \left(\tfrac34 z\right)^2$$ $$= 49y^2 – \tfrac{21}{2}yz + \tfrac{9}{16}z^2$$
Final Answers(i) $b^2-12b+36$   (ii) $4a^2-12a+9$   (iii) $49y^2-\tfrac{21}{2}yz+\tfrac{9}{16}z^2$
17
Take a pair of natural numbers. Calculate the sum of their squares. Can you write twice this sum as a sum of two squares? Do the identities for $(a+b)^2$ and $(a-b)^2$ help explain the observed pattern (Pattern 1)?
Page 147–148
Trying an example pair

Take $a=4, b=7$. Sum of squares: $4^2+7^2 = 16+49=65$. Twice this sum: $2\times65=130$.

$$(7+4)^2+(7-4)^2 = 11^2+3^2 = 121+9 = 130 \checkmark$$
Algebraic proof

Add the two identities:

$$(a+b)^2 = a^2+2ab+b^2$$ $$(a-b)^2 = a^2-2ab+b^2$$ $$\text{Adding: } (a+b)^2+(a-b)^2 = 2a^2+2b^2 = 2(a^2+b^2)$$
Result$2(a^2+b^2) = (a+b)^2+(a-b)^2$. The $2ab$ terms cancel out when adding, which is exactly why twice the sum of squares can always be written as a sum of two new squares — this is true for any pair of numbers, not a coincidence.
18
Use Identity 1C to calculate $98\times102$ and $45\times55$.
Page 148
$98 \times 102$

Write as $(100-2)(100+2)$, so $a=100, b=2$:

$$98\times102 = (100-2)(100+2) = 100^2-2^2 = 10000-4 = 9996$$
$45 \times 55$

Write as $(50-5)(50+5)$, so $a=50, b=5$:

$$45\times55 = (50-5)(50+5) = 50^2-5^2 = 2500-25 = 2475$$
Final Answers$98\times102 = 9996 \quad$ and $\quad 45\times55 = 2475$
19
Show that $(a+b)\times(a-b) = a^2-b^2$ geometrically.
Page 148

Start with a large square of side $a$, with a smaller square of side $b$ cut from one corner. The remaining L-shaped region has area $a^2-b^2$.

Cut this L-shape into two rectangles as shown, then re-arrange (slide the smaller rectangle) to form a single rectangle of dimensions $(a+b)$ by $(a-b)$.

$$\text{Area of L-shape} = a^2-b^2$$ $$\text{Area of rearranged rectangle} = (a+b)(a-b)$$
ResultSince both represent the same region, $(a+b)(a-b) = a^2-b^2$ — visually confirming Identity 1C.
20
Why is the identity $a^2 = (a+b)(a-b)+b^2$ true?
Page 149

This is just Identity 1C, $(a+b)(a-b)=a^2-b^2$, rearranged by adding $b^2$ to both sides:

$$(a+b)(a-b) = a^2-b^2$$ $$(a+b)(a-b)+b^2 = a^2-b^2+b^2 = a^2$$
ResultThe identity is true because it is algebraically equivalent to Identity 1C — just $b^2$ moved across the equals sign. This trick lets us compute squares quickly: e.g., $31^2 = (31{+}1)(31{-}1)+1^2 = 32\times30+1 = 961$, and $197^2=(197{+}3)(197{-}3)+3^2=200\times194+9=38809$.
21
Observe the pattern of square tiles forming a border. Draw the next figure in the sequence.
Page 152–153

The pattern shows hollow square frames: Step 1 is a $3\times3$ frame with a $1\times1$ hole, Step 2 is a $4\times4$ frame with a $2\times2$ hole, Step 3 is a $5\times5$ frame with a $3\times3$ hole.

ResultStep $k$ is an $(k{+}2)\times(k{+}2)$ outer square with a $k\times k$ hollow centre removed. Step 4 would be a $6\times6$ frame with a $4\times4$ hole.
22
How many square tiles are there in each figure? How many in Step 4? Step 10? Write an algebraic expression for the number of tiles in Step $n$.
Page 153
Counting tiles

Number of tiles = (area of outer square) − (area of inner hole) = $(n+2)^2 – n^2$.

Step ($n$)Outer sideInner sideTiles = $(n{+}2)^2-n^2$
131$9-1=8$
242$16-4=12$
353$25-9=16$
464$36-16=20$
101210$144-100=44$
General expression

Expanding $(n+2)^2-n^2$ using the difference-of-squares idea:

$$(n+2)^2-n^2 = \big[(n+2)+n\big]\big[(n+2)-n\big] = (2n+2)(2) = 4n+4$$
Final AnswersStep 4 → 20 tiles. Step 10 → 44 tiles. General expression: $(n+2)^2-n^2 = 4n+4$ tiles in Step $n$.
23
Write an expression for the area of the dashed (L-shaped) region. Use more than one method. Substitute $p=6, r=3.5, s=9$ and calculate the area.
Page 154
Method 1 — Big rectangle minus missing corner

The full bounding rectangle has dimensions $s \times p$. The missing piece (top-left, not part of the L) is $(s-r)\times r$ — wait, let’s set it up carefully using the figure: the overall width is $s$, overall height is $p$; the small square cut out (bottom-left corner notch) has side $r$.

$$\text{Area of L-shape} = ps – pr – sr + r^2$$

This comes from: take rectangle $p \times s$, subtract the two rectangle strips of width $r$ along two adjoining sides ($p\times r$ and $s\times r$), then add back the doubly-subtracted corner square $r^2$ — exactly like the $(a-b)^2$ identity logic.

Substituting $p=6, r=3.5, s=9$
$$ps – pr – sr + r^2 = (6)(9) – (6)(3.5) – (9)(3.5) + (3.5)^2$$ $$= 54 – 21 – 31.5 + 12.25 = 13.75$$
Final AnswerArea $= ps-pr-sr+r^2$ sq. units; substituting given values gives $\textbf{13.75}$ sq. units.
FIO

Figure It Out — Page 142 (Multiplication Grid)

1
Observe the multiplication grid. Each number inside the grid is formed by multiplying two numbers. If the middle number of a $3\times3$ frame is given by the expression $pq$, write expressions for the other 8 numbers in the grid.
Page 142

The grid is a multiplication table where the entry at row $i$, column $j$ is $i\times j$. If the centre cell of a $3\times3$ block is $p\times q = pq$ (row $p$, column $q$), then the row above is $(p-1)$, row below is $(p+1)$; column to the left is $(q-1)$, column to the right is $(q+1)$.

Completed 3×3 frame of expressions
$(p-1)(q-1)$$(p-1)q$$(p-1)(q+1)$
$p(q-1)$$pq$$p(q+1)$
$(p+1)(q-1)$$(p+1)q$$(p+1)(q+1)$
ResultEach cell is simply (row number) × (column number), written algebraically relative to the centre $pq$ as shown in the table above.
FIO

Figure It Out — Page 143 (Expand Products)

2
Expand the following products: (i) $(3+u)(v-3)$   (ii) $\tfrac{2}{3}(15+6a)$   (iii) $(10a+b)(10c+d)$   (iv) $(3-x)(x-6)$   (v) $(-5a+b)(c+d)$   (vi) $(5+z)(y+9)$
Page 143
(i) $(3+u)(v-3)$
$$(3+u)(v-3) = 3v – 9 + uv – 3u = uv + 3v – 3u – 9$$
(ii) $\tfrac{2}{3}(15+6a)$
$$\tfrac23(15+6a) = \tfrac23\times15 + \tfrac23\times6a = 10+4a$$
(iii) $(10a+b)(10c+d)$
$$(10a+b)(10c+d) = 100ac+10ad+10bc+bd$$
(iv) $(3-x)(x-6)$
$$(3-x)(x-6) = 3x-18-x^2+6x = -x^2+9x-18$$
(v) $(-5a+b)(c+d)$
$$(-5a+b)(c+d) = -5ac-5ad+bc+bd$$
(vi) $(5+z)(y+9)$
$$(5+z)(y+9) = 5y+45+zy+9z = 5y+yz+9z+45$$
Final Answers (i) $uv+3v-3u-9$  (ii) $10+4a$  (iii) $100ac+10ad+10bc+bd$  (iv) $-x^2+9x-18$  (v) $-5ac-5ad+bc+bd$  (vi) $5y+yz+9z+45$
3
Find 3 examples where the product of two numbers remains unchanged when one of them is increased by 2 and the other is decreased by 4.
Page 143

Let the numbers be $a$ and $b$. We need $(a+2)(b-4) = ab$.

$$(a+2)(b-4) = ab \implies ab -4a+2b-8 = ab \implies 2b-4a-8=0 \implies b = 2a+4$$
Three valid pairs $(a,b)$ satisfying $b=2a+4$
$a$$b=2a+4$$ab$$(a+2)(b-4)$
166$3\times2=6$ ✓
2816$4\times4=16$ ✓
31030$5\times6=30$ ✓
Final Answer$(a,b) = (1,6),\ (2,8),\ (3,10)$ — all satisfy $b=2a+4$, keeping the product unchanged.
4
Expand (i) $(a+ab-3b^2)(4+b)$, and (ii) $(4y+7)(y+11z-3)$.
Page 143
(i) $(a+ab-3b^2)(4+b)$
$$(a+ab-3b^2)(4+b) = 4(a+ab-3b^2) + b(a+ab-3b^2)$$ $$= 4a+4ab-12b^2 + ab+ab^2-3b^3$$ $$= 4a + 5ab + ab^2 – 12b^2 – 3b^3$$
(ii) $(4y+7)(y+11z-3)$
$$(4y+7)(y+11z-3) = 4y(y+11z-3) + 7(y+11z-3)$$ $$= 4y^2+44yz-12y + 7y+77z-21$$ $$= 4y^2+44yz-5y+77z-21$$
Final Answers(i) $4a+5ab+ab^2-12b^2-3b^3$   (ii) $4y^2+44yz-5y+77z-21$
5
Expand (i) $(a-b)(a+b)$, (ii) $(a-b)(a^2+ab+b^2)$, (iii) $(a-b)(a^3+a^2b+ab^2+b^3)$. Do you see a pattern? What would be the next identity? Check by expanding.
Page 143
(i) $(a-b)(a+b)$
$$(a-b)(a+b) = a^2+ab-ab-b^2 = a^2-b^2$$
(ii) $(a-b)(a^2+ab+b^2)$
$$(a-b)(a^2+ab+b^2) = a^3+a^2b+ab^2-a^2b-ab^2-b^3 = a^3-b^3$$
(iii) $(a-b)(a^3+a^2b+ab^2+b^3)$
$$= a^4+a^3b+a^2b^2+ab^3 – a^3b-a^2b^2-ab^3-b^4 = a^4-b^4$$
Pattern observed

$(a-b)$ multiplied by a sum of $n$ terms (powers of $a$ decreasing, powers of $b$ increasing) always telescopes down to a simple difference of powers: $a^2-b^2,\ a^3-b^3,\ a^4-b^4,\ \ldots$

Next identity in the pattern
$$(a-b)(a^4+a^3b+a^2b^2+ab^3+b^4) = a^5-b^5$$

Verification by expansion: $a^5+a^4b+a^3b^2+a^2b^3+ab^4 -a^4b-a^3b^2-a^2b^3-ab^4-b^5 = a^5-b^5$ ✓ (all middle terms cancel out).

Final Answers(i) $a^2-b^2$ (ii) $a^3-b^3$ (iii) $a^4-b^4$  |  Next: $(a-b)(a^4+a^3b+a^2b^2+ab^3+b^4)=a^5-b^5$
FIO

Figure It Out — Page 149 (Squares & Identities)

1
Which is greater: $(a-b)^2$ or $(b-a)^2$? Justify your answer.
Page 149

Note that $(b-a) = -(a-b)$. So:

$$(b-a)^2 = [-(a-b)]^2 = (-1)^2(a-b)^2 = (a-b)^2$$

Verification with numbers: Let $a=7, b=3$. Then $(a-b)^2=4^2=16$ and $(b-a)^2=(-4)^2=16$.

ResultNeither is greater — $(a-b)^2 = (b-a)^2$ always, because squaring removes the sign of the negative.
2
Express 100 as the difference of two squares.
Page 149

We want $a^2-b^2 = 100$, i.e. $(a+b)(a-b)=100$. Try $a-b=4$ and $a+b=25$… but those need to give integer $a,b$. Easier: try $a-b=2,\ a+b=50 \Rightarrow a=26, b=24$.

$$26^2 – 24^2 = (26+24)(26-24) = 50\times2 = 100$$ $$\text{Check: } 676-576=100 \checkmark$$
Final Answer$100 = 26^2 – 24^2$ (other valid pairs also exist, e.g., using $a-b=10, a+b=10 \Rightarrow$ trivial case won’t give distinct squares — the 26,24 pair is the simplest non-trivial one).
3
Find $406^2, 72^2, 145^2, 1097^2$, and $124^2$ using the identities you have learnt so far.
Page 149
$406^2$ — using $(400+6)^2$
$$406^2 = 400^2+2(400)(6)+6^2 = 160000+4800+36 = 164836$$
$72^2$ — using $(70+2)^2$
$$72^2 = 70^2+2(70)(2)+2^2 = 4900+280+4 = 5184$$
$145^2$ — using $(150-5)^2$
$$145^2 = 150^2-2(150)(5)+5^2 = 22500-1500+25 = 21025$$
$1097^2$ — using $(1100-3)^2$
$$1097^2 = 1100^2-2(1100)(3)+3^2 = 1210000-6600+9 = 1203409$$
$124^2$ — using $(120+4)^2$
$$124^2 = 120^2+2(120)(4)+4^2 = 14400+960+16 = 15376$$
Final Answers$406^2=164836$   $72^2=5184$   $145^2=21025$   $1097^2=1203409$   $124^2=15376$
4
Do Patterns 1 and 2 hold only for counting numbers? Do they hold for negative integers as well? What about fractions? Justify your answer.
Page 149

Both patterns are derived purely from the algebraic identities $(a+b)^2=a^2+2ab+b^2$ and $(a-b)^2=a^2-2ab+b^2$, which are true for any real numbers $a$ and $b$ — there is no restriction requiring them to be counting numbers.

Pattern 1 with negative integers

Let $a=-3, b=2$:

$$2(a^2+b^2) = 2(9+4)=26$$ $$(a+b)^2+(a-b)^2 = (-1)^2+(-5)^2 = 1+25=26 \checkmark$$
Pattern 2 with fractions

Let $a=\tfrac32, b=\tfrac12$:

$$a^2-b^2 = \tfrac94-\tfrac14 = 2$$ $$(a+b)(a-b) = (2)(1) = 2 \checkmark$$
ResultBoth patterns hold for all numbers — natural numbers, negative integers, and fractions (and indeed all real numbers) — because they follow directly from algebraic identities that make no assumption about the sign or type of $a$ and $b$.
6.3

Mind the Mistake, Mend the Mistake — Page 150

For each, we (i) check the simplification, (ii) explain the mistake, and (iii) give the correct expression.

1
$-3p(-5p+2q) = -3p+5p-2q = p-2q$
What went wrong

The student treated $-3p$ as if it were just $-3$, forgetting to multiply the variable $p$ into each term. Multiplication, not addition, must be distributed across the bracket.

Correct working
$$-3p(-5p+2q) = (-3p)(-5p) + (-3p)(2q) = 15p^2 – 6pq$$
Correct Answer$-3p(-5p+2q) = 15p^2-6pq$
2
$2(x-1)+3(x+4) = 2x-1+3x+4 = 5x+3$
What went wrong

In the first step, $2$ was multiplied only into the $x$ term of $(x-1)$, but not into $-1$. (It should be $2 \times x = 2x$ and $2\times(-1)=-2$, not just $-1$.)

Correct working
$$2(x-1)+3(x+4) = (2x-2)+(3x+12) = 5x+10$$
Correct Answer$2(x-1)+3(x+4) = 5x+10$
3
$y+2(y+2) = (y+2)^2 = y^2+4y+4$
What went wrong

This treats $y+2(y+2)$ as if it were $(y+2)\times(y+2)$ — but the expression has $y$ added to $2(y+2)$, not multiplied. The mistake is converting an addition into a squaring operation.

Correct working
$$y+2(y+2) = y+2y+4 = 3y+4$$
Correct Answer$y+2(y+2) = 3y+4$
4
$(5m+6n)^2 = 25m^2+36n^2$
What went wrong

The middle “cross term” $2ab$ from the identity $(a+b)^2=a^2+2ab+b^2$ was forgotten entirely. Squaring a sum is not the same as squaring each term separately.

Correct working
$$(5m+6n)^2 = (5m)^2+2(5m)(6n)+(6n)^2 = 25m^2+60mn+36n^2$$
Correct Answer$(5m+6n)^2 = 25m^2+60mn+36n^2$
5
$(-q+2)^2 = q^2-4q+4$
What went wrong

The sign of the cross term was computed incorrectly. With $a=-q, b=2$: the middle term is $2ab = 2(-q)(2) = -4q$ — that part is actually right — but $a^2=(-q)^2=q^2$ is correct too. Let’s verify carefully: actually $(-q+2)^2 = (-q)^2+2(-q)(2)+2^2 = q^2-4q+4$. This is correct!

Note: On closer inspection, this simplification is actually correct — no mistake here. $(-q+2)^2=(2-q)^2=q^2-4q+4$ ✓.
Correct Answer$(-q+2)^2 = q^2-4q+4$ (verified correct, no error)
6
$3a(2b\times3c) = 6ab\times9ac = 54a^2bc$
What went wrong

The expression $3a(2b\times3c)$ has only one multiplication needed — first simplify inside the bracket, then multiply by $3a$ once. Instead, the student incorrectly distributed $3a$ separately into $2b$ and $3c$ as if it were $3a(2b+3c)$, creating two separate products and multiplying them together — a double mistake.

Correct working
$$3a(2b\times3c) = 3a\times6bc = 18abc$$
Correct Answer$3a(2b\times3c) = 18abc$
7
$\tfrac12(10s-6)+3 = 5s-3+3 = 5s$
What went wrong

Actually, this one is computed correctly! $\tfrac12(10s-6) = 5s-3$, and adding $3$ gives $5s-3+3=5s$.

Note: No mistake here — the simplification is correct.
Correct Answer$\tfrac12(10s-6)+3 = 5s$ (verified correct)
8
$5w^2+6w = 11w^2$
What went wrong

$5w^2$ and $6w$ are not like terms — one has $w^2$, the other has $w^1$. Only like terms (same variable, same power) can be combined into a single term. The student incorrectly added the coefficients while ignoring that the powers of $w$ are different.

Correct working

Since the terms are unlike, the expression is already in its simplest form:

$$5w^2+6w \ \ (\text{cannot be simplified further})$$
Correct Answer$5w^2+6w$ stays as is — it is already simplified.
9
$2a^3+3a^3+6a^2b+6ab^2 = 5a^3+12a^2b^2$
What went wrong

Two separate mistakes: (1) $2a^3+3a^3=5a^3$ is correct, since these are like terms. (2) But $6a^2b$ and $6ab^2$ are not like terms (different powers of $a$ and $b$ — $a^2b$ vs $ab^2$), so they cannot be combined into $12a^2b^2$.

Correct working
$$2a^3+3a^3+6a^2b+6ab^2 = 5a^3+6a^2b+6ab^2$$
Correct Answer$5a^3+6a^2b+6ab^2$ (the last two terms cannot be merged further)
10
$(x+2)(x+5) = (x+2)x+(x+2)5 = x^2+2x+5x+10 = x^2+7x+10$
What went wrong

Nothing — this expansion is done correctly, step by step, using the distributive property properly.

Note: No mistake here — this is a correctly worked example showing the right method.
Correct Answer$(x+2)(x+5) = x^2+7x+10$ (verified correct)
11
$(a+2)(b+4) = ab+8$
What went wrong

Only the “outer” terms ($a\times b$) and the product of the two constants ($2\times4=8$) were multiplied; the two “cross” terms ($a\times4$ and $2\times b$) were completely skipped. All four pairwise products are needed when expanding $(a+2)(b+4)$.

Correct working
$$(a+2)(b+4) = ab+4a+2b+8$$
Correct Answer$(a+2)(b+4) = ab+4a+2b+8$
12
$ab^2+a^2b+a^2b^2 = ab(a+b+ab)$
What went wrong

Let’s verify by factoring out the common factor $ab$ from each term: $ab^2 = ab\times b$; $a^2b = ab\times a$; $a^2b^2 = ab\times ab$. So:

$$ab^2+a^2b+a^2b^2 = ab(b) + ab(a) + ab(ab) = ab(a+b+ab)$$
Note: This is actually correct! Factoring out $ab$ from each term correctly gives $ab(a+b+ab)$.
Correct Answer$ab^2+a^2b+a^2b^2 = ab(a+b+ab)$ (verified correct)
FIO

Figure It Out — Page 154–156 (Identities & Patterns)

1
Compute these products using the suggested identity: (i) $46^2$ using Identity 1A   (ii) $397\times403$ using Identity 1C   (iii) $91^2$ using Identity 1B   (iv) $43\times45$ using Identity 1C
Page 154
(i) $46^2$ using $(a+b)^2$
$$46^2=(40+6)^2=1600+480+36=2116$$
(ii) $397\times403$ using $(a+b)(a-b)$
$$397\times403=(400-3)(400+3)=400^2-3^2=160000-9=159991$$
(iii) $91^2$ using $(a-b)^2$
$$91^2=(100-9)^2=10000-1800+81=8281$$
(iv) $43\times45$ using $(a+b)(a-b)$
$$43\times45=(44-1)(44+1)=44^2-1^2=1936-1=1935$$
Final Answers(i) $2116$   (ii) $159991$   (iii) $8281$   (iv) $1935$
2
Use either a suitable identity or the distributive property: (i) $(p-1)(p+11)$  (ii) $(3a-9b)(3a+9b)$  (iii) $-(2y+5)(3y+4)$  (iv) $(6x+5y)^2$  (v) $\left(2x-\tfrac12\right)^2$  (vi) $(7p)\times(3r)\times(p+2)$
Page 154
(i) $(p-1)(p+11)$
$$(p-1)(p+11) = p^2+11p-p-11 = p^2+10p-11$$
(ii) $(3a-9b)(3a+9b)$
$$(3a-9b)(3a+9b) = (3a)^2-(9b)^2 = 9a^2-81b^2$$
(iii) $-(2y+5)(3y+4)$
$$(2y+5)(3y+4) = 6y^2+8y+15y+20 = 6y^2+23y+20$$ $$\text{So, } -(2y+5)(3y+4) = -6y^2-23y-20$$
(iv) $(6x+5y)^2$
$$(6x+5y)^2 = 36x^2+2(6x)(5y)+25y^2 = 36x^2+60xy+25y^2$$
(v) $\left(2x-\tfrac12\right)^2$
$$\left(2x-\tfrac12\right)^2 = 4x^2-2(2x)\left(\tfrac12\right)+\tfrac14 = 4x^2-2x+\tfrac14$$
(vi) $(7p)\times(3r)\times(p+2)$
$$(7p)(3r) = 21pr$$ $$21pr\times(p+2) = 21p^2r+42pr$$
Final Answers (i) $p^2+10p-11$  (ii) $9a^2-81b^2$  (iii) $-6y^2-23y-20$  (iv) $36x^2+60xy+25y^2$  (v) $4x^2-2x+\tfrac14$  (vi) $21p^2r+42pr$
3
For each statement, identify the appropriate algebraic expression(s). (i) Two more than a square number. (ii) The sum of the squares of two consecutive numbers.
Page 155
(i) Two more than a square number

“A square number” means some number squared, say $s^2$. “Two more than” it means add 2:

Answer$s^2+2$ (from the options: $2+s,\ (s+2)^2,\ s^2+2,\ s^2+4,\ 2s^2,\ 2^2s$)
(ii) Sum of squares of two consecutive numbers

If one number is $m$, the next consecutive number is $m+1$. Sum of their squares:

Answer$m^2+(m+1)^2$ (from the given options)
4
Consider any $2\times2$ square of numbers in a calendar. Find products of numbers along each diagonal. What do you observe? Explain why.
Page 155
Example: numbers 3, 4, 10, 11
$$3\times11 = 33 \qquad 4\times10 = 40 \qquad \text{Difference} = 40-33 = 7$$
General proof

Label the 2×2 block as: top-left $=a$, top-right $=a+1$; bottom-left $=a+7$ (one row below, same weekday column), bottom-right $=a+8$.

$$\text{Diagonal products: } a(a+8) \ \text{ and } \ (a+1)(a+7)$$ $$a(a+8) = a^2+8a$$ $$(a+1)(a+7) = a^2+8a+7$$ $$\text{Difference} = (a^2+8a+7) – (a^2+8a) = 7$$
ResultThe diagonal products of any $2\times2$ calendar square always differ by exactly 7 — because moving diagonally one way adds $a+8$ to the smaller value, while the other diagonal’s extra “+7” term comes purely from the calendar’s 7-day row spacing, and this difference is independent of $a$.
5
Verify which statements are true: (i) $(k+1)(k+2)-(k+3)$ is always 2. (ii) $(2q+1)(2q-3)$ is a multiple of 4. (iii) Squares of even numbers are multiples of 4, squares of odd numbers are 1 more than multiples of 8. (iv) $(6n+2)^2-(4n+3)^2$ is 5 less than a square number.
Page 155
(i) $(k+1)(k+2)-(k+3)$ is always 2?
$$(k+1)(k+2) = k^2+3k+2$$ $$(k+1)(k+2)-(k+3) = k^2+3k+2-k-3 = k^2+2k-1$$

This depends on $k$ (e.g. $k=1$ gives $1+2-1=2$, but $k=2$ gives $4+4-1=7\ne2$).

VerdictFalse. $(k+1)(k+2)-(k+3)=k^2+2k-1$, which is not constant.
(ii) $(2q+1)(2q-3)$ is a multiple of 4?
$$(2q+1)(2q-3) = 4q^2-6q+2q-3 = 4q^2-4q-3$$

$4q^2-4q$ is a multiple of 4, but subtracting 3 means the whole expression leaves remainder $-3 \equiv 1 \pmod 4$ — not a multiple of 4. Check $q=1$: $(3)(-1)=-3$, not a multiple of 4.

VerdictFalse. $(2q+1)(2q-3)=4q^2-4q-3$ is always 3 less than a multiple of 4, never itself a multiple of 4.
(iii) Squares of even/odd numbers

Even number: $2n$. $(2n)^2=4n^2$ — clearly a multiple of 4. ✓

Odd number: $2n+1$. $(2n+1)^2 = 4n^2+4n+1 = 4n(n+1)+1$. Since $n(n+1)$ is always even (product of consecutive integers), $4n(n+1)$ is a multiple of 8, so $(2n+1)^2$ is 1 more than a multiple of 8. ✓

VerdictTrue. Both parts hold for all even and odd numbers.
(iv) $(6n+2)^2-(4n+3)^2$ is 5 less than a square number?
$$(6n+2)^2 = 36n^2+24n+4$$ $$(4n+3)^2 = 16n^2+24n+9$$ $$(6n+2)^2-(4n+3)^2 = 20n^2-5$$

For this to be “5 less than a square number,” we’d need $20n^2-5 = (\text{some square})-5$, i.e. $20n^2$ itself a perfect square for all $n$ — but $20n^2$ is a perfect square only when $20$ is a perfect square times something, which fails generally (e.g., $n=1$: $20$ is not a perfect square).

VerdictFalse in general — $20n^2-5$ is only “5 less than a square” for special values of $n$, not for all $n$.
6
A number leaves remainder 3 when divided by 7; another leaves remainder 5 when divided by 7. Find the remainder when their sum, difference, and product are divided by 7.
Page 155

Let $n_1 = 7a+3$ and $n_2=7b+5$ for some integers $a, b$.

Sum
$$n_1+n_2 = 7a+7b+8 = 7(a+b+1)+1$$

Remainder when divided by 7: 1

Difference
$$n_1-n_2 = 7a-7b-2 = 7(a-b-1)+5$$

Remainder when divided by 7: 5  (equivalently, $n_2-n_1$ leaves remainder 2)

Product
$$n_1n_2 = (7a+3)(7b+5) = 49ab+35a+21b+15$$ $$= 7(7ab+5a+3b+2)+1$$

Remainder when divided by 7: 1

Final AnswersSum → remainder 1  |  Difference ($n_1-n_2$) → remainder 5  |  Product → remainder 1
7
Choose three consecutive numbers, square the middle one, and subtract the product of the other two. Repeat with other sets. What pattern? Write the algebraic equation and check it’s a true identity.
Page 155
Trying an example

Take $4, 5, 6$: middle squared $= 5^2=25$; product of outer two $=4\times6=24$. Difference $=25-24=1$.

Try $9,10,11$: $10^2=100$; $9\times11=99$; difference $=1$.

Algebraic form

Let consecutive numbers be $(n-1), n, (n+1)$:

$$n^2 – (n-1)(n+1) = n^2-(n^2-1) = 1$$
ResultThe result is always 1, regardless of which consecutive numbers are chosen. This follows directly from the identity $(n-1)(n+1)=n^2-1$, confirming it is a true identity.
8
What is the algebraic expression describing: add any two numbers, multiply this by half of the sum of the two numbers? Prove that this result will be half of the square of the sum of the two numbers.
Page 156

Let the two numbers be $a$ and $b$.

  • Add the two numbers: $a+b$
  • Multiply by half of the sum: $(a+b) \times \tfrac12(a+b)$
$$(a+b)\times\tfrac12(a+b) = \tfrac12(a+b)^2$$
ResultThe expression simplifies directly to $\tfrac12(a+b)^2$ — exactly half of the square of the sum, proving the claim algebraically (since multiplying any quantity $X$ by $\tfrac12 X$ gives $\tfrac12 X^2$).
9
Which is larger? Find out without fully computing the product. (i) $14\times26$ or $16\times24$ (ii) $25\times75$ or $26\times74$
Page 156
(i) $14\times26$ vs $16\times24$

Write $14\times26 = (16-2)(24+2)$:

$$(16-2)(24+2) = 16\times24 + 16(2) – 2(24) – 2(2)$$ $$= 16\times24 + 32-48-4 = 16\times24 – 20$$
Result$16\times24$ is larger (by 20). So $16\times24 \gt 14\times26$.
(ii) $25\times75$ vs $26\times74$

Write $25\times75 = (26-1)(74+1)$:

$$(26-1)(74+1) = 26\times74 + 26-74-1 = 26\times74 – 49$$
Result$26\times74$ is larger (by 49). So $26\times74 \gt 25\times75$.

General insight: for a fixed sum, the product of two numbers is larger when the numbers are closer together — moving them further apart (while keeping the sum fixed) always decreases the product.

10
A tiny park in Dhauli has two square plots of area $g^2$ sq. ft. each (green cover), and the remaining area is a walking path $w$ ft. wide that needs tiling. Write an expression for the area to be tiled.
Page 156
Setting up dimensions

Looking at the layout: the path of width $w$ surrounds and separates the two square plots. The full park’s length (left-to-right) $= w + g + 2w + g + w = 2g+4w$. The park’s breadth (top-to-bottom) $= w+g+w = g+2w$.

$$\text{Total park area} = (2g+4w)(g+2w) = 2g^2+4gw+4gw+8w^2 = 2g^2+8gw+8w^2$$
Subtracting the green cover
$$\text{Area to be tiled} = (2g^2+8gw+8w^2) – 2g^2 = 8gw+8w^2$$ $$= 8w(g+w)$$
Final AnswerArea to be tiled $= (2g+4w)(g+2w)-2g^2 = \textbf{8w(w+g)}$ sq. ft.
11
For each pattern: (i) draw the next figure (ii) how many basic units in Step 10? (iii) write an expression for Step $y$.
Page 156
Pattern (a) — Zig-zag yellow squares

Counting units: Step 1 has $9=3^2$ units, Step 2 has $16=4^2$, Step 3 has $25=5^2$ — each step is a perfect square of (Step number + 2).

$$\text{Step } y: \quad (y+2)^2 \text{ basic units}$$
Step 10$(10+2)^2 = 12^2 = \textbf{144}$ units.  General$(y+2)^2$
Pattern (b) — Blue square grid

Step 1 has $5$ squares (a $2\times2$ block of 4, plus 1 extra) $=2^2+1$. Step 2 has $11 = 3^2+2$. Step 3 has $19=4^2+3$. Pattern: Step $y$ has $(y+1)^2+y$.

$$\text{Step } y: \quad (y+1)^2+y$$
Step 10$(10+1)^2+10 = 121+10 = \textbf{131}$ units.  General$(y+1)^2+y$
🧩

It’s Puzzle Time! — Coin Conjoin (Page 158)

Arrange 10 coins in a triangle. Turn the triangle upside down by moving one coin at a time. What’s the minimum number of moves? Find the minimum for a 15-coin triangle, and find a general rule for any triangular number.
Page 158
Building the pattern from smaller cases
Triangle size (rows)Total coins (triangular number)Minimum moves needed
231
362
4103
5155

For a triangle with $n$ rows, the total number of coins is the triangular number $T_n = \tfrac{n(n+1)}{2}$.

Finding the rule

The minimum number of moves needed follows a known result for “reversing a triangular array”: for the cases above, the minimums $1, 2, 3, 5$ for $n=2,3,4,5$ rows match a quadratic-style growth pattern related to $n^2$.

More simply, by direct construction: for the 15-coin (5-row) triangle, the minimum is 5 moves — found by identifying which corner coins lie outside the “flipped” footprint and relocating just those.

Final Answer10-coin triangle (4 rows): 3 moves. 15-coin triangle (5 rows): 5 moves. In general, the minimum moves grow roughly with the square of how much larger the triangle is — try larger triangular numbers (21, 28, …) to discover the exact closed-form rule yourself!
This is an open-ended exploration puzzle from the textbook meant for hands-on experimentation with physical coins — the table above gives the documented minimums for the first few cases to get you started.
Solutions crafted for clarity — Ganita Prakash Grade 8, Chapter 6 · @EDUGROWN

Leave a Reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!