Saraswati Vidyamandir Logo
Home Our Courses CBSE Resources
NCERT Solutions
Science — Class 9 Science — Class 10 Maths — Class 9 Maths — Class 10 About Us Contact Us Book Free Orientation
4

Exploring Algebraic Identities

Class 9 Maths (Ganita Manjari)  ·  NCERT Solutions 2026–27  ·  25 Questions

25 Questions Solved
Complete, step-by-step NCERT Solutions for Class 9 Maths Chapter 4 — Exploring Algebraic Identities from the 2026–27 Ganita Manjari textbook. The chapter builds the standard identities one at a time — \((a+b)^2\), \((a-b)^2\), \((a+b+c)^2\), the difference of squares, the cubes \((a\pm b)^3\) and \(a^3+b^3+c^3-3abc\) — and then puts them to work: factorising with algebra tiles and without, squaring large numbers mentally, and simplifying rational expressions. Every question from Exercise Sets 4.1 to 4.5 and the End-of-Chapter Exercises is solved. Prepared by the faculty at Saraswati Vidyamandir, Ambala Cantt.

Exercise Set 4.1

Q1

Using the identity \((a+b)^2 = a^2 + 2ab + b^2\), expand the following:

(i)\((7x+4y)^2\)
(ii)\(\left(\frac{7}{5}x+\frac{3}{2}y\right)^2\)
(iii)\((2.5p+1.5q)^2\)
(iv)\(\left(\frac{3}{4}s+8t\right)^2\)
(v)\(\left(x+\frac{1}{2y}\right)^2\)
(vi)\(\left(\frac{1}{x}+\frac{1}{y}\right)^2\)
Answer

In every part, identify \(a\) and \(b\) first, then write down the three terms \(a^2\), \(2ab\) and \(b^2\).

(i) Here \(a=7x\) and \(b=4y\).

\((7x)^2 + 2(7x)(4y) + (4y)^2\)
\((7x+4y)^2\)
\(= 49x^2 + 56xy + 16y^2\)

(ii) Here \(a=\frac{7}{5}x\) and \(b=\frac{3}{2}y\). The middle term is \(2\times\frac{7}{5}\times\frac{3}{2}=\frac{21}{5}\).

\(\left(\frac{7}{5}x+\frac{3}{2}y\right)^2\)
\(= \frac{49}{25}x^2 + \frac{21}{5}xy + \frac{9}{4}y^2\)

(iii) Here \(a=2.5p\) and \(b=1.5q\), so \(2ab = 2(2.5)(1.5)pq = 7.5pq\).

\((2.5p+1.5q)^2\)
\(= 6.25p^2 + 7.5pq + 2.25q^2\)

(iv) Here \(a=\frac{3}{4}s\) and \(b=8t\), so \(2ab = 2\times\frac{3}{4}\times 8 = 12\).

\(\left(\frac{3}{4}s+8t\right)^2\)
\(= \frac{9}{16}s^2 + 12st + 64t^2\)

(v) Here \(a=x\) and \(b=\frac{1}{2y}\), so \(2ab = 2\times x\times\frac{1}{2y}=\frac{x}{y}\).

\(\left(x+\frac{1}{2y}\right)^2\)
\(= x^2 + \frac{x}{y} + \frac{1}{4y^2}\)

(vi) Here \(a=\frac{1}{x}\) and \(b=\frac{1}{y}\).

\(\left(\frac{1}{x}+\frac{1}{y}\right)^2\)
\(= \frac{1}{x^2} + \frac{2}{xy} + \frac{1}{y^2}\)
The identity does not care whether \(a\) and \(b\) are whole numbers, fractions, decimals or even reciprocals — only that the bracket is a sum of exactly two terms.
Q2

Using the same identity, find the values of the following:

(i)\((64)^2\)
(ii)\((105)^2\)
(iii)\((205)^2\)
Answer

Split each number into a convenient round part plus a small part, then apply \((a+b)^2=a^2+2ab+b^2\).

(i) Write \(64 = 60+4\).

\((60+4)^2\)
\(= 60^2 + 2(60)(4) + 4^2\)
\(= 3600 + 480 + 16 = 4096\)

(ii) Write \(105 = 100+5\).

\((100+5)^2\)
\(= 10000 + 1000 + 25\)
\(= 11025\)

(iii) Write \(205 = 200+5\).

\((200+5)^2\)
\(= 40000 + 2000 + 25\)
\(= 42025\)
NumberSplit asValue
6460 + 44096
105100 + 511025
205200 + 542025

Exercise Set 4.2

Q1

Factor completely:

(i)\(9x^2+24xy+16y^2\)
(ii)\(4s^2+20st+25t^2\)
(iii)\(49x^2+28xy+4y^2\)
(iv)\(64p^2+\frac{32}{3}pq+\frac{4}{9}q^2\)
*(v)\(3a^2+4ab+\frac{4}{3}b^2\)
*(vi)\(\frac{9}{5}s^2+6sv+5v^2\)
Answer

Each expression is to be matched with \(a^2+2ab+b^2=(a+b)^2\). Take the square roots of the first and last terms to guess \(a\) and \(b\), then check the middle term equals \(2ab\).

(i) \(\sqrt{9x^2}=3x\), \(\sqrt{16y^2}=4y\) and \(2(3x)(4y)=24xy\). It matches.

\(9x^2+24xy+16y^2\)
\(= (3x+4y)^2\)

(ii) \(\sqrt{4s^2}=2s\), \(\sqrt{25t^2}=5t\) and \(2(2s)(5t)=20st\).

\(4s^2+20st+25t^2\)
\(= (2s+5t)^2\)

(iii) \(\sqrt{49x^2}=7x\), \(\sqrt{4y^2}=2y\) and \(2(7x)(2y)=28xy\).

\(49x^2+28xy+4y^2\)
\(= (7x+2y)^2\)

(iv) \(\sqrt{64p^2}=8p\), \(\sqrt{\tfrac{4}{9}q^2}=\tfrac{2}{3}q\) and \(2(8p)\!\left(\tfrac{2}{3}q\right)=\tfrac{32}{3}pq\).

\(64p^2+\frac{32}{3}pq+\frac{4}{9}q^2\)
\(= \left(8p+\frac{2}{3}q\right)^2\)

*(v) The first term \(3a^2\) is not a perfect square, so follow the hint and pull out a common factor first — take out 3:

\(3a^2+4ab+\frac{4}{3}b^2\)
\(= 3\left(a^2+\frac{4}{3}ab+\frac{4}{9}b^2\right)\)

Inside the bracket \(\sqrt{a^2}=a\), \(\sqrt{\tfrac{4}{9}b^2}=\tfrac{2}{3}b\) and \(2(a)\!\left(\tfrac{2}{3}b\right)=\tfrac{4}{3}ab\).

\(3a^2+4ab+\frac{4}{3}b^2\)
\(= 3\left(a+\frac{2}{3}b\right)^2\)

*(vi) Again the leading coefficient is not a perfect square, so take out \(\frac{9}{5}\):

\(\frac{9}{5}s^2+6sv+5v^2\)
\(= \frac{9}{5}\left(s^2+\frac{10}{3}sv+\frac{25}{9}v^2\right)\)
\(\frac{9}{5}s^2+6sv+5v^2\)
\(= \frac{9}{5}\left(s+\frac{5}{3}v\right)^2\)
Parts (v) and (vi) are starred because of exactly this extra step: when the first term is not a perfect square, look for a common factor before trying to force the identity.
Q2

Find the values of the following using the identity \((a-b)^2 = a^2 - 2ab + b^2\):

(i)\((79)^2\)
(ii)\((193)^2\)
(iii)\((299)^2\)
Answer

Each number is just short of a round number, so write it as a difference.

(i) \(79 = 80-1\).

\((80-1)^2 = 6400 - 160 + 1 = 6241\)

(ii) \(193 = 200-7\).

\((200-7)^2\)
\(= 40000 - 2800 + 49\)
\(= 37249\)

(iii) \(299 = 300-1\).

\((300-1)^2\)
\(= 90000 - 600 + 1\)
\(= 89401\)
NumberSplit asValue
7980 − 16241
193200 − 737249
299300 − 189401

Exercise Set 4.3

Q1

Find the following squares using one of the identities \((a+b)^2\), \((a-b)^2\) or \((a+b+c)^2\). Determine which of these identities will make the calculation easier.

(i)\(117^2\)
(ii)\(78^2\)
(iii)\(198^2\)
(iv)\(214^2\)
(v)\(1104^2\)
(vi)\(1120^2\)
Answer

Choose the split that leaves the smallest, roundest pieces. A number close below a round number suits \((a-b)^2\); a three-digit number with three significant digits suits \((a+b+c)^2\).

(i) \(117 = 100+10+7\), so use \((a+b+c)^2 = a^2+b^2+c^2+2ab+2bc+2ca\).

\(117^2\)
\(= 10000 + 100 + 49 + 2000 + 140 + 1400\)
\(117^2 = 13689\)

(ii) \(78 = 80-2\), so use \((a-b)^2\).

\(78^2 = 6400 - 320 + 4 = 6084\)

(iii) \(198 = 200-2\), so use \((a-b)^2\).

\(198^2 = 40000 - 800 + 4 = 39204\)

(iv) \(214 = 200+10+4\), so use \((a+b+c)^2\).

\(214^2\)
\(= 40000 + 100 + 16 + 4000 + 80 + 1600\)
\(214^2 = 45796\)

(v) \(1104 = 1100+4\), so use \((a+b)^2\).

\(1104^2\)
\(= 1210000 + 8800 + 16\)
\(= 1218816\)

(vi) \(1120 = 1100+20\), so use \((a+b)^2\).

\(1120^2\)
\(= 1210000 + 44000 + 400\)
\(= 1254400\)
SquareIdentity usedValue
117²(a+b+c)²13689
78²(a−b)²6084
198²(a−b)²39204
214²(a+b+c)²45796
1104²(a+b)²1218816
1120²(a+b)²1254400
Q2

Factor using suitable identities:

(i)\(16y^2-24y+9\)
(ii)\(\frac{9}{4}s^2+6st+4t^2\)
(iii)\(\frac{m^2}{9}+\frac{mk}{3}+\frac{k^2}{4}+3nk+2mn+9n^2\)
(iv)\(\frac{p^2}{16}-2+\frac{16}{p^2}\)
(v)\(9a^2+4b^2+c^2-12ab+6ac-4bc\)
Answer

(i) Two perfect squares with a negative middle term point to \((a-b)^2\). Here \(a=4y\), \(b=3\) and \(2ab=24y\).

\(16y^2-24y+9 = (4y-3)^2\)

(ii) \(\sqrt{\tfrac{9}{4}s^2}=\tfrac{3}{2}s\), \(\sqrt{4t^2}=2t\) and \(2\!\left(\tfrac{3}{2}s\right)(2t)=6st\).

\(\frac{9}{4}s^2+6st+4t^2\)
\(= \left(\frac{3}{2}s+2t\right)^2\)

(iii) Six terms with three perfect squares means the three-variable identity \((a+b+c)^2\). The squares are \(\tfrac{m^2}{9}\), \(\tfrac{k^2}{4}\) and \(9n^2\), so try \(a=\tfrac{m}{3}\), \(b=\tfrac{k}{2}\), \(c=3n\).

\(2ab = 2\left(\frac{m}{3}\right)\left(\frac{k}{2}\right)=\frac{mk}{3}\)
\(2bc = 2\left(\frac{k}{2}\right)(3n)=3nk\)
\(2ca = 2(3n)\left(\frac{m}{3}\right)=2mn\)

All three cross terms match, so:

\(\frac{m^2}{9}+\frac{mk}{3}+\frac{k^2}{4}+3nk+2mn+9n^2\)
\(= \left(\frac{m}{3}+\frac{k}{2}+3n\right)^2\)

(iv) Take \(a=\tfrac{p}{4}\) and \(b=\tfrac{4}{p}\). Then \(2ab = 2\times\tfrac{p}{4}\times\tfrac{4}{p}=2\), which is exactly the middle term with its minus sign.

\(\frac{p^2}{16}-2+\frac{16}{p^2}\)
\(= \left(\frac{p}{4}-\frac{4}{p}\right)^2\)

(v) Three squares again. Try \(a=3a\), \(b=-2b\), \(c=c\); the signs of the cross terms tell you which letter is negative.

\(2(3a)(-2b) = -12ab\)
\(2(-2b)(c) = -4bc\)
\(2(c)(3a) = 6ac\)
\(9a^2+4b^2+c^2-12ab+6ac-4bc\)
\(= (3a-2b+c)^2\)
With three squares and three cross terms, exactly one letter carries the minus sign when two cross terms are negative and one is positive — here that letter is \(b\).
Q3

Expand the following using the identity \((a+b+c)^2 = a^2+b^2+c^2+2ab+2bc+2ca\):

(i)\((p+3q+7r)^2\)
(ii)\((3x-2y+4z)^2\)
Answer

(i) Take \(a=p\), \(b=3q\), \(c=7r\).

\(a^2+b^2+c^2\)
\(= p^2+9q^2+49r^2\)
\(2ab = 6pq\)
\(2bc = 42qr\)
\(2ca = 14rp\)
\((p+3q+7r)^2\)
\(= p^2+9q^2+49r^2+6pq+42qr+14rp\)

(ii) Take \(a=3x\), \(b=-2y\), \(c=4z\) and keep the signs inside the products.

\(a^2+b^2+c^2\)
\(= 9x^2+4y^2+16z^2\)
\(2ab = 2(3x)(-2y) = -12xy\)
\(2bc = 2(-2y)(4z) = -16yz\)
\(2ca = 2(4z)(3x) = 24zx\)
\((3x-2y+4z)^2\)
\(= 9x^2+4y^2+16z^2-12xy-16yz+24zx\)
Q4

Is this an identity? \((a+b-c)^2 + (a-b+c)^2 + (a-b-c)^2 = 2a^2+2b^2+2c^2\)

Answer

An identity must hold for every value of the letters, so a single counter-example is enough to settle it. Try the simplest possible choice, \(a=b=c=1\).

Left side. Each bracket becomes:

\((1+1-1)^2+(1-1+1)^2+(1-1-1)^2\)
\(= 1+1+1\)
\(= 3\)

Right side.

\(2(1)^2+2(1)^2+2(1)^2 = 6\)

Since \(3 \neq 6\), the statement is not an identity.

What the left side actually equals. Expanding each bracket in full:

\((a+b-c)^2\)
\(= a^2+b^2+c^2+2ab-2bc-2ca\)
\((a-b+c)^2\)
\(= a^2+b^2+c^2-2ab-2bc+2ca\)
\((a-b-c)^2\)
\(= a^2+b^2+c^2-2ab+2bc-2ca\)

Adding the three lines, the \(2ab\) terms give \(-2ab\), the \(2bc\) terms give \(-2bc\) and the \(2ca\) terms give \(-2ca\):

\((a+b-c)^2+(a-b+c)^2+(a-b-c)^2\)
\(= 3a^2+3b^2+3c^2-2ab-2bc-2ca\)

This equals \(2a^2+2b^2+2c^2\) only for special values of \(a\), \(b\) and \(c\) — not for all of them. So it is an equation, not an identity.

This is the distinction the chapter opens with: \(x^2-1=24\) is an equation because it holds only for \(x=5\) or \(x=-5\), while \((x+y)^2=x^2+2xy+y^2\) is an identity because it holds always.

Exercise Set 4.4

Q1

Fill in the blanks to complete the following identities:

(i)\(s^2-11s+24 = (\underline{\hspace{2.2em}})(\underline{\hspace{2.2em}})\)
(ii)\((\underline{\hspace{2.2em}})(x+1) = 3x^2-4x-7\)
(iii)\(10x^2-11x-6 = (2x-\underline{\hspace{1.2em}})(\underline{\hspace{1.2em}}+2)\)
(iv)\(6x^2+7x+2 = (\underline{\hspace{2.2em}})(\underline{\hspace{2.2em}})\)
Answer

(i) Compare with \(s^2+(a+b)s+ab\): we need \(a+b=-11\) and \(ab=24\). The pair \(-3\) and \(-8\) works.

\(s^2-11s+24 = (s-3)(s-8)\)

(ii) One factor is \((x+1)\). Since the product starts with \(3x^2\) and ends with \(-7\), the other factor must start with \(3x\) and end with \(-7\).

\((3x-7)(x+1)\)
\(= 3x^2+3x-7x-7\)
\(= 3x^2-4x-7\)

So the blank is \((3x-7)\).

(iii) Write the factors as \((2x-\alpha)(\beta x+2)\). Multiplying out, the \(x^2\) term is \(2\beta x^2 = 10x^2\), so \(\beta=5\); the constant is \(-2\alpha=-6\), so \(\alpha=3\). Check the middle term:

\((2x-3)(5x+2)\)
\(= 10x^2+4x-15x-6\)
\(= 10x^2-11x-6\)

So the blanks are \(3\) and \(5x\).

(iv) Here \(6x^2+7x+2\) needs two numbers multiplying to \(6\times 2=12\) and adding to \(7\) — namely \(3\) and \(4\). Split the middle term:

\(6x^2+3x+4x+2\)
\(= 3x(2x+1)+2(2x+1)\)
\(6x^2+7x+2 = (3x+2)(2x+1)\)
Q2

Select and use the identity that will help you find the following products without multiplying directly:

(i)\((41)^2\)
(ii)\((27)^2\)
(iii)\((23\times 17)\)
(iv)\((135)^2\)
(v)\((97)^2\)
(vi)\((18\times 29)\)
(vii)\((34\times 43)\)
(viii)\((205)^2\)
Answer

Squares of numbers near a round number use \((a\pm b)^2\). A product of two numbers equally spaced about a round number uses \((a+b)(a-b)=a^2-b^2\). Any other product of two numbers uses \((x+a)(x+b)=x^2+(a+b)x+ab\).

(i) \(41 = 40+1\), so use \((a+b)^2\).

\(41^2 = 1600 + 80 + 1 = 1681\)

(ii) \(27 = 30-3\), so use \((a-b)^2\).

\(27^2 = 900 - 180 + 9 = 729\)

(iii) \(23\) and \(17\) are both 3 away from 20, so use \(a^2-b^2\).

\(23\times 17\)
\(= (20+3)(20-3)\)
\(= 400 - 9\)
\(= 391\)

(iv) \(135 = 130+5\), so use \((a+b)^2\).

\(135^2\)
\(= 16900 + 1300 + 25\)
\(= 18225\)

(v) \(97 = 100-3\), so use \((a-b)^2\).

\(97^2 = 10000 - 600 + 9 = 9409\)

(vi) \(18\) and \(29\) are not equally spaced about any round number, so use \((x+a)(x+b)\) with \(x=20\), \(a=-2\), \(b=9\).

\(18\times 29\)
\(= 400 + (-2+9)(20) + (-2)(9)\)
\(18\times 29 = 400 + 140 - 18 = 522\)

(vii) Take \(x=40\), \(a=-6\), \(b=3\).

\(34\times 43\)
\(= 1600 + (-6+3)(40) + (-6)(3)\)
\(34\times 43 = 1600 - 120 - 18 = 1462\)

(viii) \(205 = 200+5\), so use \((a+b)^2\).

\(205^2\)
\(= 40000 + 2000 + 25\)
\(= 42025\)
ProductIdentity usedValue
41²(a+b)²1681
27²(a−b)²729
23 × 17a² − b²391
135²(a+b)²18225
97²(a−b)²9409
18 × 29(x+a)(x+b)522
34 × 43(x+a)(x+b)1462
205²(a+b)²42025
Q3

Factor the following:

(i)\(9a^2+b^2+4c^2-6ab+12ac-4bc\)
(ii)\(16s^2+25t^2-40st\)
(iii)\(r^2-r-42\)
(iv)\(49g^2+14gh+h^2\)
(v)\(64u^2+121v^2+4w^2-176uv-32uw+44vw\)
Answer

(i) Three squares and three cross terms — use \((a+b+c)^2\). The squares are \(9a^2\), \(b^2\) and \(4c^2\), and the signs force \(b\) to be the negative one. Try \(3a\), \(-b\), \(2c\):

\(2(3a)(-b) = -6ab\)
\(2(-b)(2c) = -4bc\)
\(2(2c)(3a) = 12ca\)
\(9a^2+b^2+4c^2-6ab+12ac-4bc\)
\(= (3a-b+2c)^2\)

(ii) Rearranged, this is \(16s^2-40st+25t^2\), with \(a=4s\), \(b=5t\) and \(2ab=40st\).

\(16s^2+25t^2-40st\)
\(= (4s-5t)^2\)

(iii) Find two numbers with product \(-42\) and sum \(-1\): they are \(-7\) and \(6\).

\(r^2-r-42 = (r-7)(r+6)\)

(iv) \(\sqrt{49g^2}=7g\), \(\sqrt{h^2}=h\) and \(2(7g)(h)=14gh\).

\(49g^2+14gh+h^2 = (7g+h)^2\)

(v) The squares are \(64u^2\), \(121v^2\) and \(4w^2\). Two cross terms are negative and one positive, so both \(v\) and \(w\) carry a minus. Try \(8u\), \(-11v\), \(-2w\):

\(2(8u)(-11v) = -176uv\)
\(2(-11v)(-2w) = 44vw\)
\(2(-2w)(8u) = -32uw\)
\(64u^2+121v^2+4w^2-176uv-32uw+44vw\)
\(= (8u-11v-2w)^2\)

Exercise Set 4.5

Q1

Simplify the following rational expressions, assuming that the expressions in the denominators are not equal to zero:

(i)\(\dfrac{3p^2-3pq-18q^2}{p^2+3pq-10q^2}\)
(ii)\(\dfrac{n^3-3n^2m+3nm^2-m^3}{5m^2-10mn+5n^2}\)
(iii)\(\dfrac{w^3-v^3+x^3+3wvx}{w^2+v^2+x^2-2wv-2vx+2wx}\)
(iv)\(\dfrac{4y^2-20yz+25z^2}{25z^2-4y^2}\)
(v)\(\dfrac{(x^2+x-6)(x^2-7x+12)}{(x^2-6x+8)(x^2-9)}\)
(vi)\(\dfrac{p^4-16}{p^2-4p+4}\)
Answer

The method is always the same: factor the numerator, factor the denominator, then cancel whatever is common.

(i) Factor both parts.

\(3p^2-3pq-18q^2\)
\(= 3(p-3q)(p+2q)\)
\(p^2+3pq-10q^2\)
\(= (p+5q)(p-2q)\)

Look carefully: the numerator's factors are \(p-3q\) and \(p+2q\), the denominator's are \(p+5q\) and \(p-2q\). No factor is common, so nothing cancels — the expression is already in its simplest form.

\(\frac{3p^2-3pq-18q^2}{p^2+3pq-10q^2}\)
\(= \frac{3(p-3q)(p+2q)}{(p+5q)(p-2q)}\)

(ii) The numerator is \((n-m)^3\) and the denominator is \(5(m-n)^2 = 5(n-m)^2\).

\(n^3-3n^2m+3nm^2-m^3\)
\(= (n-m)^3\)
\(5m^2-10mn+5n^2 = 5(n-m)^2\)
\(\frac{(n-m)^3}{5(n-m)^2} = \frac{n-m}{5}\)

(iii) The denominator is a perfect square, \((w-v+x)^2\). For the numerator use \(a^3+b^3+c^3-3abc\) with \(a=w\), \(b=-v\), \(c=x\); then \(-3abc = -3(w)(-v)(x) = +3wvx\), which is exactly the last term.

\(w^2+v^2+x^2-2wv-2vx+2wx\)
\(= (w-v+x)^2\)
\(w^3-v^3+x^3+3wvx\)
\(= (w-v+x)(w^2+v^2+x^2+wv+vx-wx)\)

Cancelling one factor of \((w-v+x)\):

\(\frac{w^3-v^3+x^3+3wvx}{w^2+v^2+x^2-2wv-2vx+2wx}\)
\(= \frac{w^2+v^2+x^2+wv+vx-wx}{w-v+x}\)

(iv) The numerator is \((2y-5z)^2\) and the denominator is a difference of squares.

\(4y^2-20yz+25z^2\)
\(= (2y-5z)^2\)
\(25z^2-4y^2\)
\(= (5z-2y)(5z+2y)\)

Since \((2y-5z)^2 = (5z-2y)^2\), one factor of \((5z-2y)\) cancels:

\(\frac{4y^2-20yz+25z^2}{25z^2-4y^2}\)
\(= \frac{5z-2y}{5z+2y}\)

(v) Factor all four quadratics.

\(x^2+x-6 = (x+3)(x-2)\)
\(x^2-7x+12 = (x-3)(x-4)\)
\(x^2-6x+8 = (x-2)(x-4)\)
\(x^2-9 = (x-3)(x+3)\)

Every factor upstairs appears downstairs, so all four cancel:

\(\frac{(x^2+x-6)(x^2-7x+12)}{(x^2-6x+8)(x^2-9)}\)
\(= 1\)

(vi) The numerator is a difference of squares twice over; the denominator is \((p-2)^2\).

\(p^4-16\)
\(= (p^2-4)(p^2+4)\)
\(= (p-2)(p+2)(p^2+4)\)
\(p^2-4p+4 = (p-2)^2\)
\(\frac{p^4-16}{p^2-4p+4}\)
\(= \frac{(p+2)(p^2+4)}{p-2}\)
Part (i) is worth pausing on: not every rational expression simplifies. Factoring is what proves a fraction is already in lowest terms, just as much as it is what lets you cancel.

End-of-Chapter Exercises

Q1

Use suitable identities to find the following products:

(i)\((-3x+4)^2\)
(ii)\((2s+7)(2s-7)\)
(iii)\(\left(p^2+\frac{1}{2}\right)\left(p^2-\frac{1}{2}\right)\)
(iv)\((2n+7)(2n-7)\)
(v)\((s-2t)(s^2+2st+4t^2)\)
(vi)\(\left(\frac{1}{2r}-4r\right)^2\)
(vii)\((-3m+4k-l)^2\)
(viii)\(\left(x-\frac{1}{3}y\right)^3\)
(ix)\(\left(\frac{7}{2}k-\frac{2}{3}m\right)^3\)
Answer

(i) Use \((a+b)^2\) with \(a=-3x\), \(b=4\).

\((-3x+4)^2 = 9x^2 - 24x + 16\)

(ii) Use \((a+b)(a-b)=a^2-b^2\).

\((2s+7)(2s-7) = 4s^2 - 49\)

(iii) Same identity, with \(a=p^2\) and \(b=\tfrac{1}{2}\).

\(\left(p^2+\frac{1}{2}\right)\left(p^2-\frac{1}{2}\right)\)
\(= p^4 - \frac{1}{4}\)

(iv) Again \(a^2-b^2\), with \(a=2n\), \(b=7\).

\((2n+7)(2n-7) = 4n^2 - 49\)

(v) This is \((a-b)(a^2+ab+b^2)=a^3-b^3\) with \(a=s\), \(b=2t\).

\((s-2t)(s^2+2st+4t^2)\)
\(= s^3 - 8t^3\)

(vi) Use \((a-b)^2\) with \(a=\tfrac{1}{2r}\), \(b=4r\); the middle term is \(2\times\tfrac{1}{2r}\times 4r = 4\).

\(\left(\frac{1}{2r}-4r\right)^2\)
\(= \frac{1}{4r^2} - 4 + 16r^2\)

(vii) Use \((a+b+c)^2\) with \(a=-3m\), \(b=4k\), \(c=-l\).

\(2ab = 2(-3m)(4k) = -24km\)
\(2bc = 2(4k)(-l) = -8kl\)
\(2ca = 2(-l)(-3m) = 6lm\)
\((-3m+4k-l)^2\)
\(= 9m^2+16k^2+l^2-24km-8kl+6lm\)

(viii) Use \((a-b)^3 = a^3-3a^2b+3ab^2-b^3\) with \(a=x\), \(b=\tfrac{y}{3}\).

\(\left(x-\frac{1}{3}y\right)^3\)
\(= x^3 - x^2y + \frac{1}{3}xy^2 - \frac{1}{27}y^3\)

(ix) Same identity with \(a=\tfrac{7}{2}k\), \(b=\tfrac{2}{3}m\).

\(a^3 = \frac{343}{8}k^3\)
\(3a^2b\)
\(= 3\left(\frac{49}{4}k^2\right)\left(\frac{2}{3}m\right)\)
\(= \frac{49}{2}k^2m\)
\(3ab^2\)
\(= 3\left(\frac{7}{2}k\right)\left(\frac{4}{9}m^2\right)\)
\(= \frac{14}{3}km^2\)
\(b^3 = \frac{8}{27}m^3\)
\(\left(\frac{7}{2}k-\frac{2}{3}m\right)^3\)
\(= \frac{343}{8}k^3 - \frac{49}{2}k^2m + \frac{14}{3}km^2 - \frac{8}{27}m^3\)
Q2

Find the values using suitable identities:

(i)\(17\times 21\)
(ii)\(104\times 96\)
(iii)\(24\times 16\)
(iv)\(147^3\)
(v)\(199^3\)
(vi)\(127^3\)
(vii)\((-107)^3\)
(viii)\((-299)^3\)
Answer

Parts (i)–(iii) are pairs equally spaced about a round number, so use \(a^2-b^2\). Parts (iv)–(viii) are cubes near a round number, so use \((a\pm b)^3\).

(i) \(17\) and \(21\) are both 2 away from 19.

\(17\times 21\)
\(= (19-2)(19+2)\)
\(= 361 - 4\)
\(= 357\)

(ii) Both are 4 away from 100.

\(104\times 96\)
\(= (100+4)(100-4)\)
\(= 10000 - 16\)
\(= 9984\)

(iii) Both are 4 away from 20.

\(24\times 16\)
\(= (20+4)(20-4)\)
\(= 400 - 16\)
\(= 384\)

(iv) \(147 = 150-3\), so use \((a-b)^3 = a^3-3a^2b+3ab^2-b^3\).

\(147^3\)
\(= 3375000 - 202500 + 4050 - 27\)
\(147^3 = 3176523\)

(v) \(199 = 200-1\).

\(199^3\)
\(= 8000000 - 120000 + 600 - 1\)
\(= 7880599\)

(vi) \(127 = 130-3\).

\(127^3\)
\(= 2197000 - 152100 + 3510 - 27\)
\(= 2048383\)

(vii) A negative cube stays negative, so compute \(107^3\) with \(107 = 100+7\) and put the sign back.

\(107^3\)
\(= 1000000 + 210000 + 14700 + 343\)
\(= 1225043\)
\((-107)^3 = -1225043\)

(viii) Similarly \(299 = 300-1\).

\(299^3\)
\(= 27000000 - 270000 + 900 - 1\)
\(= 26730899\)
\((-299)^3 = -26730899\)
ExpressionIdentityValue
17 × 21a² − b²357
104 × 96a² − b²9984
24 × 16a² − b²384
147³(a−b)³3176523
199³(a−b)³7880599
127³(a−b)³2048383
(−107)³(a+b)³−1225043
(−299)³(a−b)³−26730899
Q3

Factor the following algebraic expressions:

(i)\(4y^2+1+\frac{1}{16y^2}\)
(ii)\(9m^2-\frac{1}{25n^2}\)
(iii)\(27b^3-\frac{1}{64b^3}\)
(iv)\(x^2+\frac{5x}{6}+\frac{1}{6}\)
(v)\(27u^3-\frac{1}{125}-\frac{27u^2}{5}+\frac{9u}{25}\)
(vi)\(64y^3+\frac{1}{125}z^3\)
(vii)\(p^3+27q^3+r^3-9pqr\)
(viii)\(9m^2-12m+4\)
(ix)\(9x^3-\frac{8}{3}y^3+\frac{z^3}{3}+6xyz\)
(x)\(4x^2+9y^2+36z^2+12xz+36yz+24xy\)
(xi)\(27u^3-\frac{1}{216}-\frac{9u^2}{2}+\frac{u}{4}\)
Answer

(i) Two squares with middle term 1. Take \(a=2y\), \(b=\tfrac{1}{4y}\); then \(2ab = 2(2y)\!\left(\tfrac{1}{4y}\right)=1\).

\(4y^2+1+\frac{1}{16y^2}\)
\(= \left(2y+\frac{1}{4y}\right)^2\)

(ii) A difference of squares.

\(9m^2-\frac{1}{25n^2}\)
\(= \left(3m-\frac{1}{5n}\right)\left(3m+\frac{1}{5n}\right)\)

(iii) A difference of cubes, \(a^3-b^3=(a-b)(a^2+ab+b^2)\), with \(a=3b\) and \(b'=\tfrac{1}{4b}\).

\(27b^3-\frac{1}{64b^3}\)
\(= \left(3b-\frac{1}{4b}\right)\left(9b^2+\frac{3}{4}+\frac{1}{16b^2}\right)\)

(iv) Need two numbers with sum \(\tfrac{5}{6}\) and product \(\tfrac{1}{6}\) — they are \(\tfrac{1}{2}\) and \(\tfrac{1}{3}\).

\(x^2+\frac{5x}{6}+\frac{1}{6}\)
\(= \left(x+\frac{1}{2}\right)\left(x+\frac{1}{3}\right)\)

(v) Four terms with alternating signs suggest \((a-b)^3\). Take \(a=3u\), \(b=\tfrac{1}{5}\).

\(3a^2b\)
\(= 3(9u^2)\left(\frac{1}{5}\right)\)
\(= \frac{27u^2}{5}\)
\(3ab^2 = 3(3u)\left(\frac{1}{25}\right) = \frac{9u}{25}\)
\(27u^3-\frac{1}{125}-\frac{27u^2}{5}+\frac{9u}{25}\)
\(= \left(3u-\frac{1}{5}\right)^3\)

(vi) A sum of cubes, \(a^3+b^3=(a+b)(a^2-ab+b^2)\), with \(a=4y\), \(b=\tfrac{z}{5}\).

\(64y^3+\frac{1}{125}z^3\)
\(= \left(4y+\frac{z}{5}\right)\left(16y^2-\frac{4yz}{5}+\frac{z^2}{25}\right)\)

(vii) This is \(a^3+b^3+c^3-3abc\) with \(a=p\), \(b=3q\), \(c=r\), since \(3abc = 3(p)(3q)(r)=9pqr\).

\(p^3+27q^3+r^3-9pqr\)
\(= (p+3q+r)(p^2+9q^2+r^2-3pq-3qr-rp)\)

(viii) A perfect square with \(a=3m\), \(b=2\).

\(9m^2-12m+4 = (3m-2)^2\)

(ix) None of \(9x^3\), \(\tfrac{8}{3}y^3\), \(\tfrac{z^3}{3}\) is a clean cube, so take \(\tfrac{1}{3}\) out as a common factor first.

\(9x^3-\frac{8}{3}y^3+\frac{z^3}{3}+6xyz\)
\(= \frac{1}{3}\left(27x^3-8y^3+z^3+18xyz\right)\)

Inside the bracket use \(a^3+b^3+c^3-3abc\) with \(a=3x\), \(b=-2y\), \(c=z\); then \(-3abc = -3(3x)(-2y)(z) = 18xyz\).

\(27x^3-8y^3+z^3+18xyz\)
\(= (3x-2y+z)(9x^2+4y^2+z^2+6xy+2yz-3zx)\)
\(9x^3-\frac{8}{3}y^3+\frac{z^3}{3}+6xyz\)
\(= \frac{1}{3}(3x-2y+z)(9x^2+4y^2+z^2+6xy+2yz-3zx)\)

(x) The three squares \(4x^2\), \(9y^2\) and \(36z^2\) point to \(a=2x\), \(b=3y\), \(c=6z\). Their cross terms are:

\(2ab = 2(2x)(3y) = 12xy\)
\(2bc = 2(3y)(6z) = 36yz\)
\(2ca = 2(6z)(2x) = 24zx\)
\(4x^2+9y^2+36z^2+12xy+36yz+24zx\)
\(= (2x+3y+6z)^2\)
As printed in the textbook the \(xy\) and \(xz\) coefficients are interchanged (\(12xz\) and \(24xy\)). With that exact arrangement the expression is not a perfect square and does not factor at all — the coefficients only fit together as \(12xy + 36yz + 24zx\), which is the version solved above.

(xi) Again \((a-b)^3\), this time with \(a=3u\) and \(b=\tfrac{1}{6}\).

\(3a^2b\)
\(= 3(9u^2)\left(\frac{1}{6}\right)\)
\(= \frac{9u^2}{2}\)
\(3ab^2 = 3(3u)\left(\frac{1}{36}\right) = \frac{u}{4}\)
\(27u^3-\frac{1}{216}-\frac{9u^2}{2}+\frac{u}{4}\)
\(= \left(3u-\frac{1}{6}\right)^3\)
Q4

Simplify the following (assume the denominators are not equal to 0):

(i)\(\dfrac{4x^2+4x+1}{4x^2-1}\)
(ii)\(\dfrac{9(3a^3-24b^3)}{9a^2-36b^2}\)
(iii)\(\dfrac{s^3+125t^3}{s^2-2st-35t^2}\)
Answer

(i) The numerator is \((2x+1)^2\); the denominator is a difference of squares.

\(\frac{(2x+1)^2}{(2x-1)(2x+1)}\)
\(= \frac{2x+1}{2x-1}\)

(ii) Pull out the numbers first, then use the difference of cubes and the difference of squares.

\(9(3a^3-24b^3)\)
\(= 27(a^3-8b^3)\)
\(= 27(a-2b)(a^2+2ab+4b^2)\)
\(9a^2-36b^2 = 9(a-2b)(a+2b)\)
\(\frac{9(3a^3-24b^3)}{9a^2-36b^2}\)
\(= \frac{3(a^2+2ab+4b^2)}{a+2b}\)

(iii) The numerator is a sum of cubes with \(a=s\), \(b=5t\); the denominator factors as a quadratic in \(s\).

\(s^3+125t^3\)
\(= (s+5t)(s^2-5st+25t^2)\)
\(s^2-2st-35t^2\)
\(= (s-7t)(s+5t)\)
\(\frac{s^3+125t^3}{s^2-2st-35t^2}\)
\(= \frac{s^2-5st+25t^2}{s-7t}\)
Q5

Find possible expressions for the length and breadth of each of the following rectangles whose areas are given by the following expressions in square units.

(i)\(25a^2-30ab+9b^2\)
(ii)\(36s^2-49t^2\)
Answer

Area of a rectangle is length × breadth, so factoring the area into two factors gives one possible pair of dimensions.

(i) This is a perfect square with \(a'=5a\), \(b'=3b\) and \(2a'b' = 30ab\).

\(25a^2-30ab+9b^2\)
\(= (5a-3b)^2\)
\(= (5a-3b)(5a-3b)\)

So length \(= 5a-3b\) units and breadth \(= 5a-3b\) units — the rectangle is in fact a square.

(ii) A difference of squares.

\(36s^2-49t^2\)
\(= (6s-7t)(6s+7t)\)

So length \(= 6s+7t\) units and breadth \(= 6s-7t\) units.

These are possible dimensions, not the only ones — any pair of factors whose product is the given area would do, but the factorisation into linear expressions is the one intended.
Q6

Find possible expressions for the length, breadth and height of each of the following cuboids whose volumes are given by the following expressions in cubic units.

(i)\(6a^2-24b^2\)
(ii)\(3ps^2-15ps+12p\)
Answer

A cuboid needs three factors, so factor the volume into three parts.

(i) Take out 6, then use the difference of squares.

\(6a^2-24b^2 = 6(a^2-4b^2)\)
\(6a^2-24b^2 = 6(a-2b)(a+2b)\)

So the three dimensions can be \(6\), \((a-2b)\) and \((a+2b)\) units.

(ii) Take out the common factor \(3p\), then factor the quadratic.

\(3ps^2-15ps+12p\)
\(= 3p(s^2-5s+4)\)
\(3ps^2-15ps+12p\)
\(= 3p(s-1)(s-4)\)

So the three dimensions can be \(3p\), \((s-1)\) and \((s-4)\) units.

Q7

The village playground is shaped as a square of side 40 metres. A path of width \(s\) metres is created around the playground for people to walk. Find an expression for the area of the path in terms of \(s\).

Answer

The path forms a border all the way round, so the outer boundary is also a square. Its side is the playground's side plus the path width on both ends.

\(\text{Outer side} = 40 + 2s\)

The area of the path is the outer square minus the playground:

\(\text{Area of path} = (40+2s)^2 - 40^2\)

Expand using \((a+b)^2\):

\((40+2s)^2 = 1600 + 160s + 4s^2\)
\(\text{Area of path} = 1600 + 160s + 4s^2 - 1600\)
\(\text{Area of path} = 4s^2 + 160s \ \text{square metres}\)

It can also be written in factored form as \(4s(s+40)\) square metres.

The commonest slip here is using \(40+s\) for the outer side. The path runs along both opposite edges, so the side grows by \(2s\), not \(s\).
Q8

If a number plus its reciprocal equals \(\frac{10}{3}\), find the number.

Answer

Let the number be \(x\). Its reciprocal is \(\frac{1}{x}\), so:

\(x + \frac{1}{x} = \frac{10}{3}\)

Multiply throughout by \(3x\) to clear the fractions:

\(3x^2 + 3 = 10x\)
\(3x^2 - 10x + 3 = 0\)

Split the middle term. Two numbers with product \(3\times 3 = 9\) and sum \(-10\) are \(-1\) and \(-9\):

\(3x^2 - 9x - x + 3 = 0\)
\(3x(x-3) - 1(x-3) = 0\)
\((3x-1)(x-3) = 0\)

So \(x = \frac{1}{3}\) or \(x = 3\).

Check. Both work, and they are reciprocals of each other:

\(3 + \frac{1}{3} = \frac{10}{3}\)
\(\frac{1}{3} + 3 = \frac{10}{3}\)

The number is 3 (or equivalently \(\frac{1}{3}\)).

Q9

A rectangular pool has area \(2x^2+7x+3\) square hastas. If its width is \(2x+1\) hastas, find its length. (Hasta was a unit used to measure length.)

Answer

Length \(=\) Area \(\div\) Width, so factor the area and divide out the known width.

Split the middle term of \(2x^2+7x+3\): two numbers with product \(2\times 3=6\) and sum \(7\) are \(1\) and \(6\).

\(2x^2+7x+3 = 2x^2+x+6x+3\)
\(= x(2x+1) + 3(2x+1)\)
\(2x^2+7x+3 = (2x+1)(x+3)\)

Dividing by the width \((2x+1)\):

\(\text{Length} = \frac{(2x+1)(x+3)}{2x+1}\)
\(= x+3\)

The length of the pool is \((x+3)\) hastas.

Q10

* If both \(x-2\) and \(x-\frac{1}{2}\) are factors of \(px^2+5x+r\), show that \(p=r\).

Answer

If \((x-k)\) is a factor of a polynomial, then substituting \(x=k\) makes the polynomial zero.

Using the factor \(x-2\), put \(x=2\):

\(p(2)^2 + 5(2) + r = 0\)
\(4p + r = -10\)

Using the factor \(x-\frac{1}{2}\), put \(x=\frac{1}{2}\):

\(p\left(\frac{1}{2}\right)^2 + 5\left(\frac{1}{2}\right) + r = 0\)
\(\frac{p}{4} + r = -\frac{5}{2}\)

Multiply this second equation by 4 to clear the fraction:

\(p + 4r = -10\)

Now both equations have the same right-hand side, so their left-hand sides are equal:

\(4p + r = p + 4r\)
\(3p = 3r\)
\(p = r\)

which is what had to be shown.

Going further. Substituting \(p=r\) back into \(4p+r=-10\) gives \(5p=-10\), so \(p=r=-2\) and the polynomial is \(-2x^2+5x-2 = -(2x-1)(x-2)\).

Q11

* If \(a+b+c=5\) and \(ab+bc+ca=10\), then prove that \(a^3+b^3+c^3-3abc = -25\).

Answer

Start from the identity established in this chapter:

\(a^3+b^3+c^3-3abc\)
\(= (a+b+c)(a^2+b^2+c^2-ab-bc-ca)\)

The bracket contains \(a^2+b^2+c^2\), which is not given directly — but it follows from \((a+b+c)^2\):

\((a+b+c)^2\)
\(= a^2+b^2+c^2+2(ab+bc+ca)\)
\(5^2 = a^2+b^2+c^2 + 2(10)\)
\(a^2+b^2+c^2 = 25 - 20 = 5\)

Now substitute both known quantities into the identity:

\(a^3+b^3+c^3-3abc = 5\left(5 - 10\right)\)
\(a^3+b^3+c^3-3abc\)
\(= 5 \times (-5)\)
\(= -25\)

Hence proved.

Q12

* By factoring the expression, check that \(n^3-n\) is always divisible by 6 for all natural numbers \(n\). Give reasons.

Answer

Factor the expression completely.

\(n^3 - n = n(n^2-1)\)

The bracket is a difference of squares:

\(n^3 - n = n(n-1)(n+1)\)

Rewriting the factors in increasing order:

\(n^3 - n = (n-1)\,n\,(n+1)\)

This is the product of three consecutive integers. Now argue about divisibility:

Divisible by 2. Among any two consecutive integers one is even, so among three consecutive integers at least one is even. Hence the product is divisible by 2.

Divisible by 3. Every third integer is a multiple of 3, so among any three consecutive integers exactly one is a multiple of 3. Hence the product is divisible by 3.

Since 2 and 3 are coprime, a number divisible by both is divisible by \(2\times 3 = 6\). Therefore \(n^3-n\) is always divisible by 6.

n(n−1)n(n+1)Value÷ 6
21 × 2 × 361
32 × 3 × 4244
43 × 4 × 56010
54 × 5 × 612020
For \(n=1\) the product is \(0\times 1\times 2 = 0\), and 0 is divisible by 6, so the claim holds there too.
Q13

* Find the value of

(i)\(x^3+y^3-12xy+64\), when \(x+y = -4\)
(ii)\(x^3-8y^3-36xy-216\), when \(x = 2y+6\)
Answer

Both parts are disguised versions of \(a^3+b^3+c^3-3abc = (a+b+c)(a^2+b^2+c^2-ab-bc-ca)\). The trick is to spot the third cube hiding in the constant term.

(i) Note that \(64 = 4^3\), and \(-12xy = -3(x)(y)(4)\). So take \(a=x\), \(b=y\), \(c=4\).

\(x^3+y^3+4^3-3(x)(y)(4)\)
\(= (x+y+4)(x^2+y^2+16-xy-4y-4x)\)

Since \(x+y=-4\), the first bracket is:

\(x+y+4 = -4+4 = 0\)

A product with a zero factor is zero, so the value is 0.

(ii) Here \(-8y^3 = (-2y)^3\), \(-216 = (-6)^3\), and \(-3(x)(-2y)(-6) = -36xy\). So take \(a=x\), \(b=-2y\), \(c=-6\).

\(x^3+(-2y)^3+(-6)^3-3(x)(-2y)(-6)\)
\(= x^3-8y^3-216-36xy\)

Therefore the expression factors as:

\((x-2y-6)\left(x^2+4y^2+36+2xy-12y+6x\right)\)

Since \(x = 2y+6\), the first bracket is:

\(x-2y-6 = (2y+6)-2y-6 = 0\)

So the value is 0.

Whenever a question fixes a linear relation like \(x+y=-4\) and asks for a cubic expression, look for the \(a+b+c\) factor — the relation is usually there precisely to make it vanish.