Chapter 7: Proportional Reasoning-1 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 $24times27$. Using the distributive property, $(a+1)b = ab+b$, with $a=23, b=27$:

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

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

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

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

$$(23+1)(27+1) = (23+1)times27 + (23+1)times1 = 23times27 + 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$11times2=22$↓ decreased by 8
9218$10times1=10$↓ decreased by 8
205100$21times4=84$↓ decreased by 16
ResultFor $a=10,b=3$: $ab=30$ but $(a+1)(b-1)=11times2=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) $94times11$ (ii) $495times11$ (iii) $3279times11$ (iv) $4791256times11$.
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$.
$$94times11 = 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). $$3279times11 = 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) $89times101$ (ii) $949times101$ (iii) $265831times1001$ (iv) $1111times1001$ (v) $9734times99$ (vi) $23478times999$.
Page 144
$3874 times 101$ in one line

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

$$3874times101 = 3 8 (7{+}3) (4{+}8) 7 4 = 3 8 10 12 7 4$$ After carrying: $391274$ $$3874times101 = 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$
$$89times101 = 8900+89 = 8989$$
(ii) $949 times 101$
$$949times101 = 94900+949 = 95849$$
(iii) $265831 times 1001$
$$265831times1001 = 265831000+265831 = 266096831$$
(iv) $1111 times 1001$
$$1111times1001 = 1111000+1111 = 1112111$$
(v) $9734 times 99$

Write $99 = 100-1$:

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

Write $999 = 1000-1$:

$$23478times999 = 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 $atimes 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}zright)^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}zright)^2$
$$left(7y-tfrac34 zright)^2 = (7y)^2 – 2(7y)left(tfrac34 zright) + left(tfrac34 zright)^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: $2times65=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 $98times102$ and $45times55$.
Page 148
$98 times 102$

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

$$98times102 = (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$:

$$45times55 = (50-5)(50+5) = 50^2-5^2 = 2500-25 = 2475$$
Final Answers$98times102 = 9996 quad$ and $quad 45times55 = 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 = 32times30+1 = 961$, and $197^2=(197{+}3)(197{-}3)+3^2=200times194+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 $3times3$ frame with a $1times1$ hole, Step 2 is a $4times4$ frame with a $2times2$ hole, Step 3 is a $5times5$ frame with a $3times3$ hole.

ResultStep $k$ is an $(k{+}2)times(k{+}2)$ outer square with a $ktimes k$ hollow centre removed. Step 4 would be a $6times6$ frame with a $4times4$ 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)+nbig]big[(n+2)-nbig] = (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 ($ptimes r$ and $stimes 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 $3times3$ 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 $itimes j$. If the centre cell of a $3times3$ block is $ptimes 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) = tfrac23times15 + tfrac23times6a = 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$3times2=6$ ✓
2816$4times4=16$ ✓
31030$5times6=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) = 50times2 = 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 $2times(-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(2btimes3c) = 6abtimes9ac = 54a^2bc$
What went wrong

The expression $3a(2btimes3c)$ 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(2btimes3c) = 3atimes6bc = 18abc$$
Correct Answer$3a(2btimes3c) = 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 ($atimes b$) and the product of the two constants ($2times4=8$) were multiplied; the two “cross” terms ($atimes4$ and $2times 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 = abtimes b$; $a^2b = abtimes a$; $a^2b^2 = abtimes 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) $397times403$ using Identity 1C   (iii) $91^2$ using Identity 1B   (iv) $43times45$ using Identity 1C
Page 154
(i) $46^2$ using $(a+b)^2$
$$46^2=(40+6)^2=1600+480+36=2116$$
(ii) $397times403$ using $(a+b)(a-b)$
$$397times403=(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) $43times45$ using $(a+b)(a-b)$
$$43times45=(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-tfrac12right)^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-tfrac12right)^2$
$$left(2x-tfrac12right)^2 = 4x^2-2(2x)left(tfrac12right)+tfrac14 = 4x^2-2x+tfrac14$$
(vi) $(7p)times(3r)times(p+2)$
$$(7p)(3r) = 21pr$$ $$21prtimes(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 $2times2$ 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
$$3times11 = 33 qquad 4times10 = 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 $2times2$ 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=7ne2$).

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 $=4times6=24$. Difference $=25-24=1$.

Try $9,10,11$: $10^2=100$; $9times11=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)timestfrac12(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) $14times26$ or $16times24$ (ii) $25times75$ or $26times74$
Page 156
(i) $14times26$ vs $16times24$

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

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

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

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

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 $2times2$ 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
Ch.7 — Proportional Reasoning-1 | Solutions
Ganita Prakash · Grade 8 · Chapter 7

Proportional Reasoning-1

Complete worked solutions for every in-text question and Figure-it-Out exercise — built around ratios, proportion, similarity, and the Rule of Three, with diagrams and step-by-step working.

$a:b::c:d \iff ad=bc$ $m\times\tfrac{x}{m+n} : n\times\tfrac{x}{m+n}$ pramāṇa : phala :: ichchhā : ichchhāphala
7.1

Observing Similarity in Change — In-text Questions

1
Look at images A–E of the tiger at different sizes. Which images look similar and which ones look different?
Page 159

Images A, C, and D all show the tiger in the same proportions — just scaled up or down uniformly. Image B looks stretched (elongated), and Image E looks squashed (fatter/compressed).

ResultImages A, C, and D look similar to each other (just different sizes of the same shape). Images B and E look different — they are distorted versions.
2
Do images B and E look like the other three images? Why does image B (a rectangle, like A, C, D) still look different?
Page 160
Measurements from the table
ImageWidth (mm)Height (mm)
A6040
B4020
C3020
D9060
E6060
Comparing A and C (similar)

Width of C is half of A’s width ($30 = \tfrac12\times60$), and height of C is also half of A’s height ($20=\tfrac12\times40$). Both dimensions change by the same factor ($\tfrac12$) — so the shapes look the same.

Comparing A and B (different)

Width of B is 20 mm less than A ($40 = 60-20$), and height of B is also 20 mm less than A ($20=40-20$). The difference is the same (subtraction), but checking the factor (multiplication/division): height of B is half of A’s height, but width of B ($40$) is not half of A’s width ($60$) — it would need to be 30, not 40.

ResultB looks different from A because its width and height did not change by the same multiplicative factor — only by the same subtractive amount, which is not what determines visual similarity.
3
Check by what factors the width and height of image D change as compared to image A. Are the factors the same?
Page 160

Image A: width $60$, height $40$. Image D: width $90$, height $60$.

$$\text{Width factor} = \frac{90}{60} = \frac32 \qquad \text{Height factor} = \frac{60}{40} = \frac32$$
ResultBoth the width and height of image D are $\tfrac32$ times those of image A. Since the factor is the same for both dimensions, images A and D are proportional and look similar.
4
By what factor should we multiply the ratio $60:40$ (image A) to get $90:60$ (image D)?
Page 161

We need the factor $f$ such that $60\times f = 90$:

$$f = \frac{90}{60} = \frac32$$

Checking the second term: $40 \times \tfrac32 = 60$ ✓ — matches image D’s height.

ResultMultiplying both terms of $60:40$ by $\tfrac32$ gives $90:60$, confirming the ratios are proportional.
7.4

Problem Solving with Proportional Reasoning

5
Example 1: Are the ratios $3:4$ and $72:96$ proportional? What is the HCF of 72 and 96?
Page 162

$3:4$ is already in simplest form. To simplify $72:96$, we find $\text{HCF}(72,96)$.

$$72 = 2^3\times3^2 \qquad 96=2^5\times3$$ $$\text{HCF}(72,96) = 2^3\times3 = 24$$

Dividing both terms of $72:96$ by 24:

$$72\div24 : 96\div24 = 3:4$$
ResultThe HCF of 72 and 96 is 24. Since $72:96$ simplifies to $3:4$ — the same as the other ratio — the two ratios are proportional: $3:4::72:96$.
6
Example 2: Kesang made 6 glasses of lemonade with 10 spoons of sugar. To keep the same sweetness for 18 more glasses (24 total), how many spoons of sugar are needed? How do we find the factor of change?
Page 162–163

To keep the same sweetness, the ratio of glasses of lemonade to spoons of sugar must stay proportional. We model this as:

$$6:10 :: 18:\,?$$
Finding the factor of change
$$\text{Factor} = \frac{18}{6} = 3$$
Applying the same factor to sugar
$$10 \times 3 = 30$$
Result$6:10 :: 18:30$. She should use 30 spoons of sugar to make the lemonade proportionally as sweet.
7
Example 3: Nitin built a 60 ft wall using 3 bags of cement; Hari built a 40 ft wall using 2 bags. Is Nitin correct that Hari’s wall is weaker?
Page 163
Nitin’s ratio (length : cement)
$$60:3 = 20:1 \ \text{(simplest form)}$$
Hari’s ratio (length : cement)
$$40:2 = 20:1 \ \text{(simplest form)}$$
ResultBoth ratios simplify to 20:1 — they are proportional. Hari used less cement only because her wall was shorter, not because she used a weaker mix. Nitin is incorrect to worry; both walls are equally strong.
8
Example 4: A school has 5 teachers and 170 students (ratio 5:170). Count your own school’s teacher-to-student ratio — is it proportional to 5:170?
Page 163

First simplify the example ratio: $5:170 = 1:34$ (dividing by HCF $=5$).

This is an open, self-collected activity — count the actual number of teachers and students in your school, write the ratio, then reduce it to simplest form and compare with $1:34$.
Worked example (sample answer)

Suppose a school has 8 teachers and 240 students. Ratio is $8:240$. HCF of 8 and 240 is 8, so simplest form is $1:30$.

ResultCompare your school’s simplified ratio to $1:34$ — if they match, the ratios are proportional; if not (as in the $1:30$ example), they are not proportional, meaning the relative staffing levels differ between the schools.
9
Example 5: Measure your classroom blackboard’s width and height. What is the ratio? Draw a proportional rectangle and compare with classmates.
Page 163
This is a hands-on measuring activity — actual values depend on your own classroom’s blackboard.
Sample working (illustrative)

Suppose a blackboard measures $200\,\text{cm}$ wide and $120\,\text{cm}$ tall. The ratio of width to height is $200:120$, which simplifies (HCF $=40$) to $5:3$.

To draw a smaller proportional rectangle, pick any common factor, e.g. multiply $5:3$ by $2$ to get $10:6$ (cm) as a notebook-sized rectangle.

ResultAny rectangle with width:height in the ratio $5:3$ (or your own measured ratio in simplest form) will look like a smaller/larger version of the blackboard. Classmates’ rectangles may differ in absolute size but should all share the same simplified ratio if drawn correctly.
10
Example 6: When Neelima was 3, her mother’s age was 10 times hers. Find the ratio of their ages then, and again when Neelima is 12. Does the ratio stay the same?
Page 164
At age 3

Mother’s age $=10\times3=30$. Ratio of Neelima’s age to mother’s age:

$$3:30 = 1:10 \ \text{(simplest form)}$$
At age 12 (9 years later)

Mother’s age then $=30+9=39$. Ratio:

$$12:39$$ $$\text{HCF}(12,39)=3 \implies 12:39 = 4:13 \ \text{(simplest form)}$$
ResultThe ratio changes from $1:10$ to $4:13$ — it does not stay the same. Adding the same number (9 years) to both ages does not preserve the original ratio, because proportionality requires multiplying (not adding) both terms by the same factor.
11
Example 7: Fill in the missing numbers for ratios proportional to $14:21$:   (i) $\_\_:42$   (ii) $6:\_\_$   (iii) $2:\_\_$
Page 164
(i) $\_\_:42$

$42$ is $2$ times $21$ (the second term of $14:21$), so the factor is $2$. The first term should also be multiplied by $2$:

$$14\times2 = 28 \implies 28:42$$
(ii) $6:\_\_$

We need the factor $y$ such that $14y=6$:

$$y = \frac{6}{14} = \frac37$$ $$21\times\frac37 = 9 \implies 6:9$$
(iii) $2:\_\_$

Dividing $14$ by its HCF with $21$ (which is $7$) gives $2$. Dividing $21$ by $7$ also:

$$21\div7 = 3 \implies 2:3$$
Final Answers(i) $28:42$   (ii) $6:9$   (iii) $2:3$ — all proportional to $14:21$
12
Filter Coffee! Manjunath’s regular coffee is decoction:milk $=15:35$. For ‘stronger’ coffee he uses $20:30$, for ‘lighter’ he uses $10:40$. Why is one stronger and one lighter? Also fill in the Regular/Strong/Light column for the given table.
Page 164–165
Why is 20:30 “stronger”?

Regular ratio $15:35$ simplifies to $3:7$ (dividing by HCF 5). The “stronger” ratio $20:30$ simplifies to $2:3$ (dividing by HCF 10). Comparing decoction’s share: $\tfrac{3}{10}$ (regular) vs $\tfrac{2}{5}=\tfrac{4}{10}$ (stronger) — a larger fraction of decoction, hence stronger.

Why is 10:40 “lighter”?

$10:40$ simplifies to $1:4$. Decoction’s share is $\tfrac{1}{5} = \tfrac{2}{10}$ — a smaller fraction of decoction than the regular $\tfrac{3}{10}$, hence lighter.

Classifying the table entries (comparing simplest form to regular 3:7)
Decoction (mL)Milk (mL)Simplest formClassification
300600$1:2$Strong (decoction share $\tfrac{1}{3} \gt \tfrac{3}{10}$)
150500$3:10$Light (decoction share $\tfrac{3}{13} \lt \tfrac{3}{10}$)
200400$1:2$Strong
2456$3:7$Regular (matches exactly)
100300$1:3$Light
ResultCoffee is stronger when the decoction’s fraction of the total mixture is higher than regular ($3:7$), and lighter when that fraction is lower. Comparing each ratio’s simplest form against $3:7$ tells us which category it falls into.

Trairāśika — The Rule of Three (Examples 8–12)

13
Example 9: A car travels 90 km in 150 minutes. Is $150:90 :: 4:?$ the right way to formulate the problem of distance covered in 4 hours? Why or why not?
Page 169

No, this formulation is incorrect as written, because the units don’t match: $150$ is in minutes, but $4$ is in hours. Both terms representing time must use the same unit for the ratio to make sense.

Correct formulation

Convert 4 hours to minutes: $4 \times 60 = 240$ minutes.

$$150:90 :: 240:x$$
Solving by cross multiplication
$$150 \times x = 240\times90$$ $$x = \frac{240\times90}{150} = \frac{21600}{150} = 144$$
ResultThe original formulation was wrong due to mismatched units. After converting 4 hours to 240 minutes, the correct proportion gives a distance of 144 km in 4 hours.
14
Puneeth’s father rides 50 km/h for 2 hours to reach Kanpur. At 75 km/h, would it take more or less time? Can this be modelled as $50:2::75:?$
Page 171

It would take less time at the higher speed — speed and time are inversely related for a fixed distance (faster speed means the same distance is covered sooner).

Why this is NOT a Rule-of-Three (direct proportion) problem

The Rule of Three only works when two quantities increase or decrease together in the same direction (direct proportion) — e.g., more distance needs more time at constant speed. But here, as speed increases, time decreases — this is an inverse relationship, not a direct one.

ResultThe problem cannot be modelled as $50:2::75:\_\_$. That setup assumes direct proportionality, but speed and time vary inversely (for fixed distance), so a different method (inverse proportion) is needed instead.
15
Activity 2 (Shampoo Table): The ratio of volume to price for sachet (6 mL : ₹2) vs small bottle (180 mL : ₹154). Are these ratios proportional? Why might the price ratio not match the volume ratio?
Page 172
Comparing the ratios
$$\text{Volume ratio (sachet : small)} = 6:180 = 1:30$$ $$\text{Price ratio (sachet : small)} = 2:154 = 1:77$$

Since $1:30 \ne 1:77$, the ratios are not proportional.

Why prices don’t scale proportionally with volume

Larger containers are usually relatively cheaper per mL because manufacturing, packaging, and transport costs don’t scale linearly with volume — bigger packaging is more cost-efficient per unit. Small sachets carry a higher “convenience premium” per mL, since fixed costs (packaging material, machinery) are spread over a smaller volume.

ResultThe price-to-volume ratios are not proportional; smaller packages typically cost more per mL than larger ones — meaning buying the larger bottle is more economical, though sachets are more affordable per single purchase. From an ecological standpoint, larger bottles also produce less packaging waste per mL, so companies might be encouraged to promote larger sizes, while customers benefit from buying bigger sizes when affordable.
16
Activity 3: Share 12 counters equally between two people. What is the ratio?
Page 172

Sharing 12 counters equally means each person gets $12\div2=6$ counters.

ResultEach person gets 6 counters. The ratio is $6:6$, which in simplest form is $\textbf{1:1}$.
17
If your partner gets 5 counters (out of 12), how many do you get? What is the ratio of the counters (partner : you)?
Page 173

If the partner gets 5 counters out of the total 12, you get the remaining:

$$12 – 5 = 7$$
ResultYou get 7 counters. The ratio of partner’s counters to yours is $\textbf{5:7}$.
FIO

Figure It Out — Page 165

1
Circle the following statements of proportion that are true: (i) $4:7::12:21$  (ii) $8:3::24:6$  (iii) $7:12::12:7$  (iv) $21:6::35:10$  (v) $12:18::28:12$  (vi) $24:8::9:3$
Page 165
Checking each using cross multiplication ($ad=bc$)
StatementCheckTrue/False
(i) $4:7::12:21$$4\times21=84,\ 7\times12=84$True ✓
(ii) $8:3::24:6$$8\times6=48,\ 3\times24=72$False ✗
(iii) $7:12::12:7$$7\times7=49,\ 12\times12=144$False ✗
(iv) $21:6::35:10$$21\times10=210,\ 6\times35=210$True ✓
(v) $12:18::28:12$$12\times12=144,\ 18\times28=504$False ✗
(vi) $24:8::9:3$$24\times3=72,\ 8\times9=72$True ✓
Final AnswerThe true proportions are (i), (iv), and (vi).
2
Give 3 ratios that are proportional to $4:9$.
Page 165

Multiply both terms of $4:9$ by the same factor (2, 3, 4, …):

$$4\times2:9\times2 = 8:18$$ $$4\times3:9\times3 = 12:27$$ $$4\times4:9\times4 = 16:36$$
Final Answer$8:18,\quad 12:27,\quad 16:36$ (any multiple works — these are three valid examples)
3
Fill in the missing numbers for ratios proportional to $18:24$:  $3:\_\_$  $12:\_\_$  $20:\_\_$  $27:\_\_$
Page 165

Simplify $18:24$ first: HCF is 6, so simplest form is $3:4$. Every proportional ratio must equal $3:4$ when simplified.

$3:\_\_$
$3:4$ directly matches the simplest form.
$12:\_\_$

$12 = 3\times4$, so multiply 4 by the same factor: $4\times4=16$.

$12:16$
$20:\_\_$

$20 = 3\times\tfrac{20}{3}$, so the second term is $4\times\tfrac{20}{3} = \tfrac{80}{3}$.

$20:\tfrac{80}{3}$
$27:\_\_$

$27 = 3\times9$, so the second term is $4\times9=36$.

$27:36$
Final Answers$3:4$,  $12:16$,  $20:\tfrac{80}{3}$,  $27:36$
FIO

Figure It Out — Page 166 (Rectangles, Bricks & Body Ratios)

4
Look at rectangles A, B, C, D, E (at different rotations/sizes). Which rectangles are similar to each other? Verify by measuring width and height.
Page 166

Two rectangles are similar if the ratio of their width to height (in simplest form) is the same, regardless of orientation (rotation doesn’t affect the ratio).

Method
  • Measure the width and height of each rectangle (A, B, C, D, E) using a ruler/scale.
  • Compute the ratio width:height for each, and reduce to simplest form.
  • Group together the rectangles that share the same simplified ratio.
ResultRectangles are similar if their width-to-height ratios match in simplest form. Based on typical measurements for this figure, rectangles A and C share one ratio, and B and D share another, while E may stand alone — measure your printed copy to confirm exact groupings, since this depends on the precise printed dimensions.
5
Draw a smaller and a bigger rectangle with the same width-to-height ratio as the given rectangle. Compare with classmates — are they all the same? If different, are they wrong?
Page 166

Measure the given rectangle’s width and height, find the ratio in simplest form, then draw new rectangles using any common multiple of that ratio (smaller using a smaller multiplier, bigger using a larger one).

ResultClassmates’ rectangles will likely have different absolute sizes (since everyone can choose their own scale factor), but as long as each rectangle’s width:height ratio reduces to the same simplest form, all the drawings are correct — they are not wrong, just scaled differently. Being “different in size” doesn’t violate proportionality; only a different ratio would.
6
A brick wall pattern (a) and (b) repeats with coloured bricks. What is the ratio of grey bricks to coloured bricks, in simplest form, for each?
Page 166
Pattern (a)

Counting one repeating block: grey bricks $=2+3+4=9$; coloured (red) bricks $=3+2+1=6$.

$$\text{Ratio} = 9:6 = 3:2 \ \text{(dividing by HCF 3)}$$
Pattern (b)

Counting one repeating block: grey bricks $=16$; coloured (orange) bricks $=12$.

$$\text{Ratio} = 16:12 = 4:3 \ \text{(dividing by HCF 4)}$$
Final AnswersPattern (a): grey to coloured $= \textbf{3:2}$.   Pattern (b): grey to coloured $= \textbf{4:3}$.
7
Measure a friend’s head, torso, arms, and legs. Find head:torso, torso:arms, torso:legs ratios. Draw a figure with the same ratios — does it look more realistic? Why?
Page 167
This is a hands-on measuring and drawing activity — actual ratios depend on the person measured.
Sample illustrative measurements

Suppose: head $=20$ cm, torso $=45$ cm, arms $=60$ cm, legs $=75$ cm.

$$\text{head : torso} = 20:45 = 4:9$$ $$\text{torso : arms} = 45:60 = 3:4$$ $$\text{torso : legs} = 45:75 = 3:5$$
ResultYes — when you draw a figure using proportional body-part ratios (matching real human proportions), it looks far more realistic than a figure with arbitrary or mismatched proportions, because human bodies naturally follow fairly consistent ratios between body segments. Distorting any one ratio (e.g., making the torso too short relative to the legs) immediately looks “off,” just like images B and E looked distorted earlier in the chapter.
FIO

Figure It Out — Page 170–171

1
The Earth travels approximately 940 million km around the Sun in a year. How many kilometres will it travel in a week?
Page 170

There are 52 weeks in a year (approximately). We set up the proportion (year : distance) :: (week : distance):

$$52:940{,}000{,}000 :: 1:x$$ $$x = \frac{940{,}000{,}000}{52} \approx 18{,}076{,}923$$
Final AnswerThe Earth travels approximately 18,076,923 km in a week.
2
A mason builds a house (outer walls + 1 inner dividing wall) per the diagram (12, 15, 9, 9, 9, 6 ft sides). A 10-ft wall needs ~1450 bricks. How many bricks for the whole house?
Page 170–171
Finding total wall length
$$\text{Total length} = 12+12+12+15+9+15+9+9+9+6 = 108\ \text{ft}$$
Setting up the proportion
$$10:1450 :: 108:x$$ $$x = \frac{1450\times108}{10} = 15{,}660$$
Final AnswerThe mason would need approximately 15,660 bricks to build the house.
FIO

Figure It Out — Page 175 (Sharing in a Ratio)

1
Divide ₹4,500 into two parts in the ratio $2:3$.
Page 175

Total groups $= 2+3=5$. Size of each group $=4500\div5=900$.

$$\text{Part 1} = 2\times900 = ₹1800 \qquad \text{Part 2} = 3\times900 = ₹2700$$
Final AnswerThe two parts are ₹1,800 and ₹2,700.
2
Acid and water are mixed in a $1:5$ ratio. In 240 mL of solution, how much acid and water are there?
Page 175

Total groups $=1+5=6$. Size of each group $=240\div6=40$ mL.

$$\text{Acid} = 1\times40 = 40\ \text{mL} \qquad \text{Water} = 5\times40=200\ \text{mL}$$
Final AnswerThe solution contains 40 mL of acid and 200 mL of water.
3
Blue and yellow mixed in $3:5$ make green paint. For 40 mL green paint, how much of each colour? After adding 20 mL more yellow, what’s the new blue:yellow ratio?
Page 175
Original mixture

Total groups $=3+5=8$. Size of each group $=40\div8=5$ mL.

$$\text{Blue} = 3\times5=15\ \text{mL} \qquad \text{Yellow} = 5\times5=25\ \text{mL}$$
After adding 20 mL more yellow
$$\text{New yellow} = 25+20=45\ \text{mL}$$ $$\text{New ratio} = 15:45 = 1:3 \ \text{(simplest form)}$$
Final AnswerOriginally: 15 mL blue, 25 mL yellow. After adding yellow, the new ratio of blue to yellow is 1:3.
4
Rice and urad dal mixed in $2:1$ ratio for idlis. For 6 cups of mixture, how many cups of rice and urad dal?
Page 175

Total groups $=2+1=3$. Size of each group $=6\div3=2$ cups.

$$\text{Rice} = 2\times2=4\ \text{cups} \qquad \text{Urad dal} = 1\times2=2\ \text{cups}$$
Final Answer4 cups of rice and 2 cups of urad dal.
5
Orange paint = red:yellow in $3:5$. Adding one more bucket of yellow (equal to the full original bucket) — what’s the new ratio of red to yellow?
Page 175

In the original bucket, red is $\tfrac{3}{8}$ of the total and yellow is $\tfrac58$ of the total (treating the bucket as 1 whole unit).

$$\text{Yellow after adding 1 more bucket} = \tfrac58 + 1 = \tfrac{13}{8}$$

Red remains $\tfrac38$. New ratio of red to yellow:

$$\tfrac38 : \tfrac{13}{8} = 3:13$$
Final AnswerThe new ratio of red paint to yellow paint is 3:13.
FIO

Figure It Out — Page 176–177 (Unit Conversions)

1
Anagh mixes 600 mL orange juice with 900 mL apple juice. Write the ratio of orange to apple juice in simplest form.
Page 176

HCF of 600 and 900 is 300.

$$600:900 = 2:3 \ \text{(dividing by 300)}$$
Final AnswerThe ratio of orange juice to apple juice in simplest form is 2:3.
2
Last year, 3 full buses carried 162 students+teachers. This year there are 204. How many buses are needed? Will they all be full?
Page 176
Finding bus capacity
$$\text{Capacity per bus} = \frac{162}{3} = 54$$
Buses needed for 204 people
$$\frac{204}{54} = 3.78$$

Since we can’t have a fraction of a bus, we round up to 4 buses.

Checking if all buses are full
$$\text{Total seats in 4 buses} = 4\times54 = 216$$ $$\text{Vacant seats} = 216-204 = 12$$
Final AnswerWe need 4 buses. They will not all be full — there will be 12 empty seats in total.
3
Delhi: area 1,484 sq.km, population ~30 million. Mumbai: area 550 sq.km, population ~20 million. Which city is more crowded?
Page 176
People per sq. km in Delhi
$$\frac{30{,}000{,}000}{1484} \approx 20{,}216 \ \text{people/sq.km}$$
People per sq. km in Mumbai
$$\frac{20{,}000{,}000}{550} \approx 36{,}364 \ \text{people/sq.km}$$
Final AnswerMumbai is more crowded — it has a much higher population density (≈36,364/sq.km) compared to Delhi (≈20,216/sq.km), even though Delhi has a larger total population.
4
A 155 cm crane has neck:body ratio $4:6$. If your neck:body had this same ratio, how tall would your neck be?
Page 176

The ratio $4:6$ means the neck is $\tfrac{4}{4+6}=\tfrac{4}{10}$ of the total height.

$$\text{Neck height} = \frac{4}{10}\times(\text{your height})$$

Example: if your height is 150 cm, your neck (by this ratio) would be $\tfrac{4}{10}\times150=60$ cm.

ResultNeck height $=\tfrac{4}{10}\times\text{your height}$. Substitute your own height to get the answer — for someone 150 cm tall, this works out to 60 cm.
5
Lilavati problem: $2\tfrac12$ palas of saffron costs $\tfrac37$ niskas. How much saffron can be bought for 9 niskas?
Page 176–177

Set up the proportion: $2\tfrac12 : \tfrac37 :: x : 9$, i.e., $\tfrac52 : \tfrac37 :: x:9$.

Cross multiplication
$$\tfrac37 \times x = \tfrac52\times9$$ $$x = \frac{\tfrac52\times9}{\tfrac37} = \frac52\times9\times\frac73 = \frac{5\times9\times7}{2\times3} = \frac{315}{6} = 52.5$$
Final Answer52.5 palas of saffron can be bought for 9 niskas.
6
Harmain is 1 year old, her brother is 5. After how many years will the ratio of her age to her brother’s age be $1:2$?
Page 177

Let $x$ be the number of years from now. Harmain’s age becomes $x+1$, brother’s age becomes $x+5$.

$$\frac{x+1}{x+5} = \frac12$$ $$2(x+1) = x+5$$ $$2x+2=x+5 \implies x=3$$
Final AnswerAfter 3 years, Harmain will be 4 and her brother will be 8 — giving the ratio $4:8=1:2$.
7
Mass of equal volumes of gold and water is in ratio $37:2$. If 1 litre of water is 1 kg, what is the mass of 1 litre of gold?
Page 177
$$37:2 :: x:1$$ $$x = \frac{37\times1}{2} = 18.5$$
Final AnswerThe mass of 1 litre of gold is 18.5 kg.
8
10 tonnes of manure per 1 acre. For a 200 ft × 500 ft tomato plot, how much manure is needed?
Page 177
Setting up unit conversions
$$10\ \text{tonnes} = 10{,}000\ \text{kg} \qquad 1\ \text{acre} = 43{,}560\ \text{sq.ft}$$ $$\text{Plot area} = 200\times500 = 100{,}000\ \text{sq.ft}$$
Setting up the proportion
$$x:100{,}000 :: 10{,}000:43{,}560$$ $$x = \frac{100{,}000\times10{,}000}{43{,}560} \approx 22{,}956.8\ \text{kg}$$
Final AnswerThe farmer should buy approximately 22,956.8 kg (≈22.96 tonnes) of cow manure.
9
A tap fills a 500 mL mug in 15 seconds. How long to fill a 10-litre bucket?
Page 177

Convert 10 litres to mL: $10\times1000=10{,}000$ mL.

$$500:15 :: 10{,}000:x$$ $$x = \frac{15\times10{,}000}{500} = 300\ \text{seconds}$$
Final AnswerThe tap takes 300 seconds (5 minutes) to fill the 10-litre bucket.
10
1 acre of land costs ₹15,00,000. What is the cost of 2,400 sq.ft of the same land?
Page 177

$1$ acre $=43{,}560$ sq.ft.

$$43{,}560:1{,}500{,}000 :: 2{,}400:x$$ $$x = \frac{2{,}400\times1{,}500{,}000}{43{,}560} \approx 82{,}645$$
Final AnswerThe cost of 2,400 sq.ft of the land is approximately ₹82,645.
11
A tractor ploughs 4× faster than a pair of oxen. Oxen take 6 hours per acre. Find the time for both to plough a 20-acre field.
Page 177
Time for oxen
$$\text{Time for 1 acre} = 6\ \text{hours} \implies \text{Time for 20 acres} = 20\times6=120\ \text{hours}$$
Time for tractor (4× faster)
$$\text{Time for 1 acre} = \frac{6}{4}=1.5\ \text{hours} \implies \text{Time for 20 acres} = 20\times1.5=30\ \text{hours}$$
Final AnswersPair of oxen: 120 hours.   Tractor: 30 hours.
12
₹10 coin: copper:nickel = $3:1$, total mass 7.74 g. Copper costs ₹906/kg, nickel ₹1,341/kg. Find the cost of metals in one coin.
Page 177
Finding the mass of each metal

Total groups $=3+1=4$. Size of each group $=7.74\div4=1.935$ g.

$$\text{Copper} = 3\times1.935 = 5.805\ \text{g} \qquad \text{Nickel} = 1\times1.935=1.935\ \text{g}$$
Cost of copper
$$1000\ \text{g} \to ₹906 \implies 5.805\ \text{g} \to \frac{906\times5.805}{1000} \approx ₹5.26$$
Cost of nickel
$$1000\ \text{g} \to ₹1341 \implies 1.935\ \text{g} \to \frac{1341\times1.935}{1000} \approx ₹2.59$$
Final AnswersCopper in the coin costs about ₹5.26; nickel costs about ₹2.59 — total metal cost ≈ ₹7.85 per coin.
🧩

It’s Puzzle Time! — Binairo (Page 178)

Solve the Binairo (Takuzu) puzzles, filling cells with horizontal/vertical lines such that: each row/column has equal counts of each symbol, no more than 2 of the same symbol are adjacent, and all rows/columns are unique.
Page 178
Binairo is a logic puzzle best solved by hand on the printed grid — there are multiple valid solving paths, so rather than a single numeric answer, here is the strategy to crack any Binairo puzzle systematically.
Solving strategy
  • Look for any two adjacent identical symbols (e.g., two horizontal lines in a row) — the cell next to them must be the opposite symbol, since three in a row is forbidden.
  • Count filled symbols in each row/column. If a row already has, say, half its cells as one symbol (for a 6×6 grid, that’s 3), every remaining empty cell in that row must be the other symbol.
  • After filling using the above two rules, check for duplicate rows or columns. If completing a row a certain way would duplicate an existing row, flip the remaining empty cells appropriately.
  • Repeat these steps, alternating between rows and columns, until the entire grid is filled.
ResultUsing these three rules (no-three-in-a-row, equal symbol counts per row/column, and uniqueness of rows/columns) repeatedly and consistently will always converge to the unique solution for a well-formed Binairo puzzle — exactly as shown in the worked example grid in the textbook.
Solutions crafted for clarity — Ganita Prakash Grade 8, Chapter 7 · @EDUGROWN

Leave a Reply

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

error: Content is protected !!