Polynomials

EXERCISE-2.1

P1. Which of the following expressions are polynomials in one variable and which are not? State reasons for your answer.

(i) 4x2 – 3x2 + 7

(ii)  y2+2  

(iii) 3t+t2  

(iv)  y+2y  

(v) x10+y3+t50

Sol. (i) 4x23x2+7

Yes, this expression is a polynomial in one variable x.

(ii) y2+2

Yes, this expression is a polynomial in one variable y.

(iii) 3t+t2

No. It can be observed that the exponent of variable t in term 3t is 12 , which is not a whole number. Therefore, this expression is not a polynomial.

(iv) y+2y

No. It can be observed that the exponent of variable y in term 2y is −1, which is not a whole number. Therefore, this expression is not a polynomial.

(v) x10 + y3 + t50

No. It can be observed that this expression is a polynomial in 3 variables x, y, and t. Therefore, it is not a polynomial in one variable.

P2. Write the coefficients of x2 in each of the following :

(i) 2 + x2 + x 

(ii) 2  x2 + x

(iii) π22x2+x

(iv) 2xx

Sol. (i) 2+x2+x

In the above expression, the coefficient of x2 is 1.

(ii) 2x2+x

In the above expression, the coefficient of x2 is −1.

(iii) π22x2+x

In the above expression, the coefficient of x2 is π2.

(iv) 2x1, or 0x2+2x1

In the above expression, the coefficient of x2 is 0.

P3. Give one example each of a binomial of degree 35, and of a monomial of degree 100.

Sol. Degree of a polynomial is the highest power of the variable in the polynomial.

Binomial has two terms in it. Therefore, binomial of degree 35 can be written as x35 + x34.

Monomial has only one term in it. Therefore, monomial of degree 100 can be written as x100.

P4. Write the degree of each of the following polynomials:

(i) 5x3 + 4x2 + 7x

(ii) 4 – y2

(iii) 5t7 

(iv) 3

Sol. Degree of a polynomial is the highest power of the variable in the polynomial.

(i)  5x3 + 4x2 + 7x

This is a polynomial in variable x and the highest power of variable x is 3. Therefore, the degree of this polynomial is 3.

(ii) 4 – y2

This is a polynomial in variable y and the highest power of variable y is 2. Therefore, the degree of this polynomial is 2.

(iii) 5t7

This is a polynomial in variable t and the highest power of variable t is 1. Therefore, the degree of this polynomial is 1.

(iv) 3

This is a constant polynomial. Degree of a constant polynomial is always 0.

P5. Classify the following as linear, quadratic and cubic polynomial:

(i) x2 + x

(ii) x – x3

(iii) y + y2 + 4

(iv) 1 + x

(v) 3t

(vi) r2

(vii) 7x3

Sol. Linear polynomial, quadratic polynomial, and cubic polynomial has its degrees as 1, 2, and 3 respectively.

(i) x2 + x is a quadratic polynomial as its degree is 2.

(ii) x – x3 is a cubic polynomial as its degree is 3.

(iii) y + y2 + 4 is a quadratic polynomial as its degree is 2.

(iv) 1 + x is a linear polynomial as its degree is 1.

(v) 3t is a linear polynomial as its degree is 1.

(vi) r2 is a quadratic polynomial as its degree is 2.

(vii) 7x3 is a cubic polynomial as its degree is 3.

EXERCISE-2.2

P1. Find the value of the polynomial 5x – 4x2 + 3 at

(i) x = 0  

(ii) x = −1

(iii) x = 2

Sol. (i) p(x) = 5x – 4x2 + 3

p(0) = 5(0) – 4(0)2 + 3 = 3

(ii) p(x) = 5x – 4x2 + 3

p(–1) = 5(–1) – 4(–1)2 + 3

= –5 –4(1) + 3 = –6

(iii) p(x) = 5x – 4x2 + 3

p(2) = 5(2) – 4(2)2 + 3

= 10 – 16 + 3 = – 3

P2. Find p(0), p(1) and p(2) for each of the following polynomials:

(i)  p(y) = y2y + 1

(ii) p(t) = 2 + t + 2t2t3

(iii) p(x) = x3

(iv) p(x) = (x − 1) (x + 1)

Sol. 

(i) p(y) = y2y + 1

p(0) = (0)2 − (0) + 1 = 1

p(1) = (1)2 − (1) + 1 = 1

p(2) = (2)2 − (2) + 1 = 3

(ii) p(t) = 2 + t + 2t2t3

p(0) = 2 + 0 + 2 (0)2 − (0)3 = 2

p(1) = 2 + (1) + 2(1)2 − (1)3

= 2 + 1 + 2 − 1 = 4

p(2) = 2 + 2 + 2(2)2 − (2)3

= 2 + 2 + 8 − 8 = 4

(iii) p(x) = x3

p(0) = (0)3 = 0

p(1) = (1)3 = 1

p(2) = (2)3 = 8

(iv) p(x) = (x − 1) (x + 1)

p(0) = (0 − 1) (0 + 1) = (− 1) (1) = − 1

p(1) = (1 − 1) (1 + 1) = 0 (2) = 0

p(2) = (2 − 1 ) (2 + 1) = 1(3) = 3

P3. Verify whether the following are zeroes of the polynomial, indicated against them.

(i)  p(x) = 3x + 1, x13

(ii) p(x) = 5x – π, x = 45

(iii) p(x) = x2 − 1, x = 1, − 1

(iv) p(x) = (x + 1) (x − 2), x = − 1, 2

(v) p(x) = x2 , x = 0 (vi) p(x) = lx + m

(vii) p(x) = 3x2 – 1, x =13,23

(viii) p(x) = 2x +1, x= 12

Sol. (i) If x=13is a zero of given polynomial p(x) = 3x + 1, then p13 should be 0.

Here,  p13=313+ 1= – 1 + 1 = 0

Therefore, x=13is a zero of the given polynomial.

(ii) If is a zero of polynomial p(x) = 5x − π , then p45should be 0.

Here,  p45=545π=4π

p450

Therefore, x=45 is not a zero of the given polynomial.

 (iii)  If x = 1 and x = −1 are zeroes of polynomial p(x) = x2 − 1, then p(1) and p(−1) should be 0.

Here, p(1) = (1)2 − 1 = 0, and

p(− 1) = (− 1)2 − 1 = 0

Hence, x = 1 and −1 are zeroes of the given polynomial.

(iv) If x = −1 and x = 2 are zeroes of polynomial p(x) = (x +1) (x − 2), then p(−1) and p(2)should be 0.

Here, p(−1) = (− 1 + 1) (− 1 − 2) = 0 (−3) = 0, and

p(2) = (2 + 1) (2 − 2 ) = 3 (0) = 0

Therefore, x = −1 and x = 2 are zeroes of the given polynomial.

(v) If x = 0 is a zero of polynomial p(x) = x2, then p(0) should be zero.

Here, p(0) = (0)2 = 0

Hence, x = 0 is a zero of the given polynomial.

(vi) If x=mlis a zero of polynomial p(x) = lx + m, then pml should be 0.

Here, pml=lml+m 

= – m + m = 0

Therefore, x=ml is a zero of the given polynomial.

(vii) If x=13and x=23are zeroes of polynomial p(x) = 3x2 − 1, then p13  and  p23should be 0.

Here, p13=31321

=3131=11=0, and

p23=32321=3431

= 4 – 1 = 3

Hence, x=13is a zero of the given polynomial. However, x=23 is not a zero of the given polynomial.

(viii) If x=12is a zero of polynomial p(x) = 2x + 1, then p12 should be 0.

Here, p12=212=212+1

= 1 + 1 = 2

As p120

Therefore, x=12is not a zero of the given polynomial.

P4. Find the zero of the polynomial in each of the following cases:

(i) p(x) = x + 5    

(ii) p(x) = x − 5

(iii) p(x) = 2x + 5

(iv) p(x) = 3x − 2

(v) p(x) = 3x

(vi) p(x) = ax, a ≠ 0

(vii) p(x) = cx + d, c ≠ 0, c, are real numbers.

Sol. Zero of a polynomial is that value of the variable at which the value of the polynomial is obtained as 0.

(i) p(x) = x + 5

p(x) = 0

x + 5 = 0

x = − 5

Therefore, for x = −5, the value of the polynomial is 0 and hence, x = −5 is a zero of the given polynomial.

(ii) p(x) = x − 5

p(x) = 0

x − 5 = 0

x = 5

Therefore, for x = 5, the value of the polynomial is0 and hence, x = 5 is a zero of the given polynomial.

(iii) p(x) = 2x + 5

p(x) = 0

2x + 5 = 0

2x=5x=52

Therefore, for x=52, the value of the polynomial is 0 and hence, x=52is a zero of the given polynomial.

(iv) p(x) = 3x − 2

p(x) = 0

3x2=0x=23

Therefore, for x=23, the value of the polynomial is 0 and hence, x=23is a zero of the given polynomial.

(v)  p(x) = 3x

p(x)=03x=0x=0

Therefore, for x = 0, the value of the polynomial is 0 and hence, x = 0 is a zero of the given polynomial.

(vi) p(x) = ax

p(x)=0ax=0x=0

Therefore, for x = 0, the value of the polynomial is 0 and hence, x = 0 is a zero of the given polynomial.

(vii) p(x) = cx + d

p(x) = 0

cx+ d = 0

x=dc

Therefore, for x=dc, the value of the polynomial is 0 and hence, x=dcis a zero of the given polynomial.

EXERCISE-2.3

P1. Find the remainder when x3 + 3x2 + 3x + 1 is divided by

(i) x + 1

(ii) x12

(iii) x

(iv) x + π

(v) 5 + 2x

Sol. (i) x + 1

By long division,

x+1)x2+2x+1x3+3x2+3x+1           x3+x2                      _______________          2x2+3x+1           2x2+2x                           _______________            x+1            x+1                      ________                0        ________

Therefore, the remainder is 0.

(ii) x12 By long division, 

x12)x2+72x+194x3+3x2+3x+1            x3x22              +            _____________           72x2+3x+1           72x274x                +          _____________          194x+1           194x188                 +            _________             278             _________

Therefore, the remainder is 278.

(iii) x By long division,

x)x2+3x+3x3+3x2+3x+1    x3    ______________    3x2+3x+1    3x2     ______________   3x+1   3x     ______________    1    _____________

Therefore, the remainder is 1.

(iv)  x + π

By long division,

x+π)x2+3πx+33π+π2x3+3x23x+1                       x3+πx2                                    ______________________                          33π+π2x+133π+π2x+33π+π2π                                                                          __________________________                                              13π+3π2π3                         __________________________

Therefore, the remainder is –π3 + 3π2 –3π + 1

(v)  5 + 2By long division,

2x+5)x22+x4+78x3+3x2+3x+1x3+52x2                           ______________            x22+3x+1            x22+5x4                          _____________           7x4+1           74x+358                         ____________           278          ____________

Therefore, the remainder is 278

P2. Find the remainder when x3ax2 + 6xa is divided by x − a.

Sol. By long division,

xa)x2+6x3ax2+6xa           x3ax2            +           _______________           6xa           6x6a             +           _______________             5a

Therefore, when x3ax2 + 6xa is divided by x − a, the remainder obtained is 5a.

P3. Check whether 7 + 3x is a factor of 3x3 + 7x.

Sol. Let us divide (3x3 + 7x) by (7 + 3x). If the remainder obtained is 0, then 7 + 3x will be a factor of 3x3 + 7x.

By long division,

3x+7)x273x+7093x30x2+7x             3x3+7x2                            ____________            7x2+7x            7x249x3             +      +           ____________             70x3             70x3+4909                              ______________             4909           ______________

As the remainder is not zero, therefore, 7 + 3x is not a factor of 3x3 + 7x.

EXERCISE-2.4

P1. Determine which of the following polynomials has (x + 1) a factor:

(i) x3 + x2 + x + 1

(ii) x4 + x3 + x2 + x + 1

(iii) x4 + 3x3 + 3x2 + x + 1

(iv) x3x2(2+2)x+2   

Sol. (i) If (x + 1) is a factor of p(x) = x3 + x2 + x + 1, then p (−1) must be zero, otherwise (x + 1) is not a factor of p(x).

p(x) = x3 + x2 + x + 1

p(−1) = (−1)3 + (−1)2 + (−1) + 1

= − 1 + 1 − 1 + 1 = 0

Hence, x + 1 is a factor of this polynomial.

(ii) If (x + 1) is a factor of p(x) = x4 + x3 + x2 + x + 1, then p (−1) must be zero, otherwise (x + 1) is not a factor of p(x).

p(x) = x4 + x3 + x2 + x + 1

p(−1) = (−1)4 + (−1)3 + (−1)2 + (−1) + 1

= 1 − 1 + 1 −1 + 1 = 1

As p(− 1) ≠ 0,

Therefore, x + 1 is not a factor of this polynomial.

(iii) If (x + 1) is a factor of polynomial p(x) = x4 + 3x3 + 3x2 + x + 1, then p(−1) must be 0, otherwise (x + 1) is not a factor of this polynomial.

p(−1) = (−1)4 + 3(−1)3 + 3(−1)2 + (−1) + 1 = 1 − 3 + 3 − 1 + 1 = 1

As p(−1) ≠ 0,

Therefore, x + 1 is not a factor of this polynomial.

(iv) If(x + 1) is a factor of polynomial p(x) = x3x2(2+2)x+2 , then p(−1) must be 0, otherwise (x + 1) is not a factor of this polynomial.

p(−1)

=(1)3(1)2(2+2)(1)+2

=11+2+2+2

=2+2

As p(−1) ≠ 0,

Therefore, (x + 1) is not a factor of this polynomial.

P2. Use the Factor Theorem to determine whether g(x) is a factor of p(x) in each of the following cases:

(i) p(x) = 2x3 + x2 − 2x − 1, g(x) = x + 1

(ii) p(x) = x3 + 3x2 + 3x + 1, g(x) = x + 2

(iii) p(x) = x3 − 4 x2 + x + 6, g(x) = x − 3

Sol. (i) If g(x) = x + 1 is a factor of the given polynomial p(x), then p(−1) must be zero.

p(x) = 2x3 + x2 − 2x − 1

p(−1) = 2(−1)3 + (−1)2 − 2(−1) − 1

= 2(−1) + 1 + 2 − 1 = 0

Hence, g(x) = x + 1 is a factor of the given polynomial.

(ii) If g(x) = x + 2 is a factor of the given polynomial p(x), then p(−2) must be 0.

p(x) = x3 +3x2 + 3x + 1

p(−2) = (−2)3 + 3(−2)2 + 3(−2) + 1

= − 8 + 12 − 6 + 1

= −1

As p(−2) ≠ 0,

Hence, g(x) = x + 2 is not a factor of the given polynomial.

(iii) If g(x) = x − 3 is a factor of the given polynomial p(x), then p(3) must be 0.

p(x) = x3 − 4 x2 + x + 6

p(3) = (3)3 − 4(3)2 + 3 + 6

= 27 − 36 + 9 = 0

Hence, g(x) = x − 3 is a factor of the given polynomial.

P3. Find the value of k, if x − 1 is a factor of p(x) in each of the following cases:

(i) p(x) = x2 + x + k

(ii) p(x)=2x2+kx+2   

(iii) p(x)=kx2+2x+1    

(iv) p(x) = kx2 − 3x + k

Sol. If x − 1 is a factor of polynomial p(x), then p(1) must be 0.

(i) p(x) = x2 + x + k

p(1) = 0

⇒ (1)2 + 1 + k = 0

⇒ 2 + k = 0

k = −2

Therefore, the value of k is −2.

(ii) p(x)=2x2+kx+2   

p(1) = 0

 (1)2 + k(1) + 2 = 0

  2 + k +2 = 0

 k = 2 2 = (2 +2 )

Therefore, the value of k is (2+2)

(iii) p(x)=kx22x+1

p(1)=0

k¯(1)22(1)+1=0

k2+1=0

k=21

Therefore, the value of k is 21

(iv)  p(x) = kx2 − 3x + k

p(1) = 0

k(1)2 − 3(1) + k = 0

k − 3 + k = 0

⇒ 2k − 3 = 0

k=32

Therefore, the value of k is 32.

P4. Factorise:

(i) 12x2 − 7x + 1

(ii) 2x2 + 7x + 3

(iii) 6x2 + 5x − 6

(iv) 3x2x − 4

Sol. (i) 12x2 − 7x + 1

We can find two numbers such that pq = 12 × 1 = 12 and p + q = −7. They are p = −4 and q = −3.

Here, 12x2 − 7x + 1 = 12x2 − 4x − 3x + 1

= 4x (3x − 1) − 1 (3x − 1)

= (3x − 1) (4x − 1)

(ii) 2x2 + 7x + 3

We can find two numbers such that pq = 2 × 3 = 6 and p + q = 7.

They are p = 6 and q = 1.

Here, 2x2 + 7x + 3 = 2x2 + 6x + x + 3

= 2x (x + 3) + 1 (x + 3)

= (x + 3) (2x+ 1)

(iii) 6x2 + 5x − 6

We can find two numbers such that pq = −36 and p + q = 5.

They are p = 9 and q = −4.

Here,

6x2 + 5x − 6 = 6x2 + 9x − 4x − 6

= 3x (2x + 3) − 2 (2x + 3)

= (2x + 3) (3x − 2)

(iv) 3x2x − 4

We can find two numbers such that pq = 3 × (− 4) = −12

and p + q = −1.

They are p = −4 and q = 3.

Here,

3x2x − 4 = 3x2 − 4x + 3x − 4

= x (3x − 4) + 1 (3x − 4)

= (3x − 4) (x + 1)

P5. Factorise:

(i) x3 − 2x2x + 2

(ii) x3 + 3x2 −9x − 5

(iii) x3 + 13x2 + 32x + 20

(iv) 2y3 + y2 − 2y − 1

Sol. (i) Let p(x) = x3 − 2x2x + 2

All the factors of 2 have to be considered. These are ± 1, ± 2.

By trial method,

p(−1) = (−1)3 − 2(−1)2 − (−1) + 2

= −1 − 2 + 1 + 2 = 0

Therefore, (x +1 ) is factor of polynomial p(x).

Let us find the quotient on dividing x3 − 2x2x + 2 by x + 1.

By long division,

x+1)x23x+2x32x2x+2          x3+x2                     _____________          3x2x+2          3x23x           +      +          _____________          2x+2          2x+2                     _____________            0          _____________

It is known that,  Dividend = Divisor × Quotient + Remainder

x3 − 2x2x + 2 = (x + 1) (x2 − 3x + 2) + 0

= (x + 1) [x2 − 2xx + 2]

= (x + 1) [x (x − 2) − 1 (x − 2)]

= (x + 1) (x − 1) (x − 2)

= (x − 2) (x − 1) (x + 1)

(ii) Let p(x) = x3 − 3x2 − 9x − 5

All the factors of 5 have to be considered. These are ±1, ± 5.

By trial method,

p(−1) = (−1)3 − 3(−1)2 − 9(−1) − 5

= − 1 − 3 + 9 − 5 = 0

Therefore, x + 1 is a factor of this polynomial.

Let us find the quotient on dividing x3 + 3x2 − 9x − 5 by x + 1.

By long division,

x+1)x24x5x33x29x5          x3+x2                    ______________          4x29x5          4x24x          +       +         ______________         5x5         5x5                        _____________           0         _____________ 

It is known that,

Dividend = Divisor × Quotient + Remainder

x3 − 3x2 − 9x − 5 = (x + 1) (x2 − 4x − 5) + 0

= (x + 1) (x2 − 5x + x − 5)

= (x + 1) [(x (x − 5) +1 (x − 5)]

= (x + 1) (x − 5) (x + 1)

= (x − 5) (x + 1) (x + 1)

(iii) Let p(x) = x3 + 13x2 + 32x + 20

All the factors of 20 have to be considered. Some of them are ±1,

± 2, ± 4, ± 5 ……

By trial method,

p(−1) = (−1)3 + 13(−1)2 + 32(−1) + 20

= − 1 +13 − 32 + 20

= 33 − 33 = 0

As p(−1) is zero, therefore, x + 1 is a factor of this polynomial p(x).

Let us find the quotient on dividing x3 + 13x2 + 32x + 20 by (x + 1).

By long division,

x+1)x2+12x+20x3+13x2+32x+20           x3+x2                      _________________                  12x2+32x                  12x2+12x                                  ________________                   20x+20                   20x+20                                          ____________                         0                  ____________

It is known that,

Dividend = Divisor × Quotient + Remainder

x3 + 13x2 + 32x + 20 = (x + 1) (x2 + 12x + 20) + 0

= (x + 1) (x2 + 10x + 2x + 20)

= (x + 1) [x (x + 10) + 2 (x + 10)]

= (x + 1) (x + 10) (x + 2)

= (x + 1) (x + 2) (x + 10)

(iv) Let p(y) = 2y3 + y2 − 2y − 1

By trial method,

p(1) = 2 ( 1)3 + (1)2 − 2( 1) − 1

= 2 + 1 − 2 − 1= 0

Therefore, y − 1 is a factor of this polynomial.

Let us find the quotient on dividing 2y3 + y2 − 2y − 1 by y ­− 1.

y1)2y2+3y+12y3+y22y1           2y32y2              +          _______________                     3y22y1                     3y23y                         +         ________________                                y1                                y1                              _______                                 0                              _______

p(y) = 2y3 + y2 − 2y − 1

= (y − 1) (2y2 +3y + 1)

= (y − 1) (2y2 +2y + y +1)

= (y − 1) [2y (y + 1) + 1 (y + 1)]

= (y − 1) (y + 1) (2y + 1)

EXERCISE-2.5

P1. Use suitable identities to find the following products:

(i) (x + 4) (x + 10)

(ii) (x + 8) (x – 10) 

(iii) (3x + 4) (3x – 4)

(iv) y2+32y232

(v) (3 – 2x) (3 + 2x)

Sol. (i) By using the identity

(x + a)(x + b) = x2 + (a + b) x + ab,

(x + 4)(x + 10)

= x2 + (4 + 10) x + 4 ×10,

= x2 + 14x + 40

(ii) By using the identity

(x + a)(x + b) = x2 + (a + b) x + ab,

(x + 8)(x – 10)

= x2 + (8 – 10) x + (8) (– 10),

= x2 – 24x – 80

(iii) (3x+4)(3x5)=9x+43x53 

By using the identity

(x + a)(x + b) = x2 + (a + b) x + ab,

9x+43x53

=9x2+4353x+4353

=9x213x209

= 9x2 – 3x – 20

 (iv) By using the identity

(x + y)(x – y) = x2 – y2

y2+32y232=y22322

=y494

(v) By using the identity

(x + y)(x – y) = x2 – y2 ,

(3 – 2x)(3 + 2x) = (3)2 – (2x)2

= 9 – 4x2

P2. Evaluate the following products without multiplying directly:

(i) 103 × 107

(ii) 95 × 96

(iii) 104 × 96

Sol. (i) 103 × 107 = (100 + 3) (100 + 7)

= (100)2 + (3 + 7) 100 + (3) (7)

[By using the identity

(x + a)(x + b) = x2 + (a + b) x + ab, where

x = 100, a = 3, and b = 7]

= 10000 + 1000 + 21

= 11021

(ii) 95 × 96 = (100 − 5) (100 − 4)

= (100)2 + (− 5 − 4) 100 + (− 5) (− 4)

[By using the identity

(x + a)(x + b) = x2 + (a + b) x + ab, where

x = 100, a = −5, and b = −4]

= 10000 − 900 + 20

= 9120

(iii) 104 × 96 = (100 + 4) (100 − 4)

= (100)2 − (4)2 [(x + y)(x – y) = x2 – y2]

= 10000 − 16

= 9984

P3. Factorise the following using appropriate identities:

(i)  9x2 + 6xy + y2

(ii) 4y2 – 4y + 1

(iii) x2y2100  

Sol. (i) 9x2 + 6xy + y2 = (3x)2 + 2(3x)(y) + (y)2 

= (3x + y) (3x + y) [x2 + 2xy + y2

= (x + y)2]

(ii) 4y2 – 4y + 1 = (2y)2 – 2(2y)(1) + (1)2

= (2y – 1) (2y – 1) [x2 – 2xy + y2

= (x – y)2]

(iii) x2y2100=x2y102

=x+y10xy10x2y2=(x+y)(xy)

P4. Expand each of the following, using suitable identities:

(i) (x + 2y + 4z)2  

(ii) (2x – y + z)2

(iii) (– 2x + 3y + 2z)2 

(iv) (3a – 7b – c)2

(v) (– 2x + 5y – 3z)2

(vi) 14a12 b+12

Sol. It is known that, (x + y + z)2 = x2 + y2 + z2 + 2xy + yz + 2zx

(i) (x + 2y + 4z)2

= x2 + (2y)2 + (4z)2 + 2(x)(2y) + 2(2y)(4z) + 2(4z)(x)

= x2 + 4y2 + 16z2 + 4xy + 16yz + 8xz

(ii) (2x – y + z)2 = (2x)2 + (– y)2 + (z)2 + 2(2x)(–y) + 2(–y)(z) + 2(z)(2x)

= 4x2 + y2 + z2 – 4xy – 2yz + 4xz

(iii) (– 2x+3y+2z)2 = (–2x)2 + (3y)2 + (2z)2 + 2(–2x)(3y) + 2(3y)(2z)+2(2z)(–2x)

= 4x2 + 9y2 + 4z2 – 12xy + 12yz – 8xz

 (iv) (3a – 7b – c)2

= (3a)2 + (– 7b)2 + (– c)2 + 2(3a) (– 7b) + 2(– 7b)(– c) + 2(–c)(3a)

= 9a2 + 49b2 + c2 – 42ab + 16bc – 6ac

(v) (2x + 5y – 3z)2

= (–2x)2 + (5y)2 + (–3z)2 + 2(–2x)(5y) + 2(5y)(–3z) + 2(–3z)(–2x)

= 4x2 + 25y2 + 9z2 – 20xy – 30yz + 12xz

 (vi) 14a12 b+12

=14a2+12b2+(1)2+214a12b+212b(1)+214a(1)

=116a2+14 b2+114abb+12a

P5. Factorise:

(i) 4x2 + 9y2 + 16z2 + 12xy – 24yz – 16xz

(ii) 2x2+y2+8z222xy+42yz8xz   

Sol. It is known that,

(x + y + z)2

= x2 + y2 + z2 + 2xy + yz + 2zx

(i) 4x2 + 9y2 + 16z2 + 12xy – 24yz – 16xz

= (2x)2 + (3y)2 + 2(2x)(3y) + 2(3y)(– 4z) + 2(2x)(– 4z)

= (2x + 3y – 4z)2

= (2x + 3y – 4z) (2x + 3y – 4z)

(ii) 2x2+y2+8z222xy+42yz8xz

=(2x)2+(y)2+(22z)2+(2z)(y)+2(y)(22z)+2(2x)(22z)

=(2x+y+22z)2

=(2x+y+22z)(2x+y+22z)

P6. Write the following cubes in expanded form:

(i) (2x + 1)3

(ii) (2a – 3b)3

(iii) 32x+13 

(iv) x23y3

Sol. It is known that,

(a + b)3 = a3 + b3 + 3ab (a + b) and (a – b)3 = a3 – b3 – 3ab (a – b)

(i) (2x +1)3

= (2x)3 + (1)3 + 3(2x)(1)(2x + 1)

= 8x3 + 1 + 6x (2x + 1)

= 8x3 + 1 + 12x2 + 6x

= 8x3 + 12x2 + 6x + 1

(ii) (2a – 3b)3

= (2a)3 – (3b)3 – 3(2a)(3b)(2a – 3b)

= 8a3 – 27b3 – 18ab (2a – 3b)

= 8x3 – 27b3 – 36a2b + 54ab2

(iii) 32x+13=32x3+(1)3+332x(1)32x+1

=278x3+1+92x32x+1

=278x3+1+274x2+92x

=278x3+274x2+92x+1

 (vi) x23y3 

=x323y33(x)23yx23y

=x3827y32xyx23y

=x3827y32x2y+43xy2

 P7. Evaluate the following using suitable identities:

(i) (99)3

(ii) (102)3

(iii) (998)3

Sol. It is known that,

(a + b)3 = a3 + b3 + 3ab (a + b) and (a – b)3 = a3 – b3 – 3ab (a – b)

 (i) (99)3 = (100 − 1)3

= (100)3 − (1)3 − 3(100) (1) (100 − 1)

= 1000000 − 1 − 300(99)

= 1000000 − 1 − 29700

= 970299

(ii) (102)3 = (100 + 2)3

= (100)3 + (2)3 + 3(100) (2) (100 + 2)

= 1000000 + 8 + 600 (102)

= 1000000 + 8 + 61200

= 1061208

(iii) (998)3= (1000 − 2)3

= (1000)3 −(2)3− 3(1000) (2) (1000 − 2)

= 1000000000 − 8 − 6000(998)

= 1000000000 − 8 − 5988000

= 1000000000 − 5988008

= 994011992

P8. Factorise each of the following:

(i) 8a3 + b3 + 12a2b + 6ab2     

(ii) 8a3 – b3 – 12a2b + 6ab2

(iii) 27 – 125a3 – 135a + 225a2

(iv) 64a3 – 27b3 – 144a2b + 108ab2

(v) 27p3121692p2+14p

Sol. It is known that,

(a + b)3 = a3 + b3 + 3ab (a + b) and (a – b)3 = a3 – b3 – 3ab (a – b)

(i) 8a3 + b3 + 12a2b + 6ab2

= (2a)3 + (b)3 + 3(2a)2 b + 3(2a)(b)2

= (2a + b)3

= (2a + b)(2a + b)(2a + b)

(ii) 8a3 – b3 – 12a2b + 6ab2

= (2a)3 – (b)3 – 3(2a)2 b + 3(2a)(b)2

= (2a – b)3

= (2a – b)(2a – b)(2a – b)

(iii) 27 – 125a3 – 135a + 225a2

= (3)3 – (5a)3 – 3(3)2 (5a) + 3(3)(5a)2

= (3 – 5a)3

= (3 – 5a)(3 – 5a)(3 – 5a)

(iv) 64a3 – 27b3 – 144a2b + 108ab2

= (4a)3 – (3b)3 – 3(4a)2 (3b) + 3(4a)(3b)2

= (4a – 3b)3

= (4a – 3b)(4a – 3b)(4a – 3b)

 (v) 27p3121692p2+14p  

=(3p)31633(3p)216+3(3p)162 

=3p163

=3p163p163p16

P9. Verify:

(i) x3 + y3 = (x + y)(x2 – xy + y2)

(ii) x3 – y3 = (x – y)(x2 + xy + y2)

Sol. (i) It is known that,

(x+y)3 = x3 + y3 + 3xy (x + y)

x3 + y3 = (x + y)3 – 3xy(x + y)

= (x + y)3 [(x + y)2 – 3x + y]

= (x + y)3 (x2 + y2 + 2xy – 3xy)

= (x + y)(x2 + y2 – xy)

= (x + y)(x2 – y2 –y2)

(ii) It is known that,

(x – y)3 = x3 – y3 – 3xy (x – y)

x3 – y3 = (x – y)3 + 3xy(x – y)

= (x – y) [(x – y)2 + 3xy]

= (x – y)(x2 + y2 – 2xy + 3xy)

= (x – y)(x2 + y2 + xy)

= (x – y)(x2 + xy + y2)

P10. Factorise each of the following:

(i) 27y3 + 125z

(ii) 64m3 – 343n3

Sol. (i) 27y3 + 125z

= (3y)3 + (5z)3

= (3y + 5z)[(3y)2 + (5z)2 – (3y)(5z)]

[ a3 + b3 = (a + b)(a2 + b2 – ab)]

= (3y + 5z)[9y2 + 25z2 – 15yz]

(ii) 64m3 – 343n3

= (4m)3 – (7n)3

= (4m – 7n)[(4m)2 + (7n)2 + (4m)(7n)]

[ a3 – b3 = (a – b)(a2 + b2 + ab)]

= (4m – 7n)[16m2 + 49n2 + 28mn]

P11. Factorise: 27x3 + y3 + z3 – 9xyz

Sol. It is known that,

x3 + y3 + z3 – 3xyz = (x + y + z)(x2 + y2 +  z2 – xy – yz – zx )

27x3 + y3 + z3 – 9xyz

=(3x)3 + (y)3 + (z)3 – 3(3x)(y)(z)

=(3x +  y + z)[(3x)2 + y2 +  z2 – (3x)(y) – (y)(z) – z(3x)]

=(3x +  y + z)[(3x)2 + y2 +  z2 – (3x)(y) – (y)(z) – z(3x)]

P12. Verify that x3 +y3 + z3 – 3xyz = 12(x+y+z)(xy)2+(yz)2+(zx)2

Sol. It is known that,

x3 + y3 + z3 – 3xyz = (x + y + z)(x2 + y2 +  z2 – xy – yz – zx )

 =12(x + y + z)(2x2 + 2y2 +  2z2 – 2xy – 2yz – 2zx )

 =12(x + y + z)[(x2 + y2 – 2xy) +(y2 + z2 – 2yz)+(x2 + z2 – 2zx)]

=12 (x + y + z)[(x – y)2 + (y – z)2 + (z – x)2]

P13. If x + y + z = 0, show that x3 + y3 + z3 – 3xyz.

Sol. It is known that, 

x3 + y3 + z3 – 3xyz

= (x+y+z)(x2 + y2 +  z2 – xy – yz – zx )

Put x + y + z = 0,

x3 + y3 + z3 – 3xyz = (0)(x2 + y2 +  z2 – xy – yz – zx )

x3 + y3 + z3 – 3xyz = 0

x3 + y3 + z3 = 3xyz

P14. Without actually calculating the cubes, find the value of each of the following:

(i) (–12)3 + (7)3 + (5)3

(ii) (28)3 + (–15)3 + (–13)3

Sol.  (i) (–12)3 + (7)3 + (5)3

Let x = −12, y = 7, and z = 5

It can be observed that,

x + y + z = − 12 + 7 + 5 = 0

It is known that if x + y + z = 0, then

x3 + y3 + z3 = 3xyz

(–12)3 + (7)3 + (5)3 = 3(–12)(7)(5) = −1260

(ii) (28)3 + (–15)3 + (–13)3

Let x = 28, y = −15, and z = −13

It can be observed that,

x + y + z = 28 + (−15) + (−13)

= 28 − 28 = 0

It is known that if x + y + z = 0, then

x3 + y3 + z3 = 3xyz

(28)3 + (–15)3 + (–13)3

= 3(28)(–15)(–13)

= 16380

P15. Give possible expressions for the length and breadth of each of the following rectangles, in which their areas are given:

(i) Area: 25a2 – 35a + 12

(ii) Area: 35y2 + 13y – 12

Sol. Area = Length × Breadth

The expression given for the area of the rectangle has to be factorised. One of its factors will be its length and the other will be its breadth.

(i) 25a2 – 35a + 12 = 25a2 – 15a – 20a + 12

   = 5a (5a a– 3) –4(5a – 3)

   = (5a – 3)(5a – 4)

Therefore, possible length = 5a − 3

And, possible breadth = 5a − 4

(ii) 35y2 + 13y – 12

= 35y2 + 28y – 15y – 12

= 7y(5y + 4) – 3(5y + 4)

= (5y + 4)(7y – 3)

Therefore, possible length = 5y + 4

And, possible breadth = 7y − 3

Therefore, possible length = 5y + 4

And, possible breadth = 7y − 3

P16. What are the possible expressions for the dimensions of the cuboids whose volumes are given below?

(i)  Volume: 3x2 – 12x

(ii) Volume: 12ky2 + 8ky – 20k

Sol. Volume of cuboid = Length × Breadth × Height

The expression given for the volume of the cuboid has to be factorised. One of length, one will be its breadth, and one will be its height.

(i) 3x2 – 12x = 3x(x – 4)

One of the possible solutions is as follows.

Length = 3, Breadth = x, Height = x − 4

(ii) 12ky2 + 8ky – 20k = 4k(3y2 + 2y – 5)

= 4k[3y2 + 5y – 3y – 5]

= 4k[y(3y + 5) – 1(3y + 5)]

= 4k(3y + 5)(y – 1)

One of the possible solutions is as follows.

Length = 4k, Breadth = 3y + 5, Height = y – 1

Was this article helpful to you? Yes No