POLYNOMIALS (Final Done)
POLYNOMIALS (Final Done)
INTRODUCTION
An algebraic expression f(x) of the form f(x) = a0 + a1x + a2x2 +...........+ anxn, where a0, a1, a2, ............, an are
real numbers and all the index of ‘x’ are non-negative integers is called a polynomial in x.
A. CLASSIFICATION OF POLYNOMIALS
Remark : A polynomial of degree five or more than five does not have any particular name. Such a
polynomial usually called a polynomial of degree five or six or ....... etc.
Solved Examples
Example.1 Find the sum of the following : P(x) = 4t3 – 3t2 + 2, Q(x) = t4 – 2t3 + 6 and R(x) = t3 + 4t2 – 4
Solution. P(x) = 4t3 – 3t2 + 2
Q(x) = t4 – 2t3 + 6
R(x) = t3 + 4t2 – 4
P(x) + Q(x) + R(x) = t4 + 3t3 + t2 + 4
Example.4 If p(x) = x2 – 2x + 1 and q(x) = x3 – 3x2 + 2x – 1. Find p(x) q(x) and check the degree of
p(x) q(x)
Solution. p(x) q(x) = (x2 – 2x + 1) (x3 – 3x2 + 2x – 1)
= x2(x3 – 3x2 + 2x – 1) – 2x(x3 – 3x2 + 2x – 1) + 1 (x3 – 3x2 + 2x – 1)
= (x5 – 3x4 + 2x4 + 2x3 + 6x3 + x3 – x2 – 4x2 – 3x2 + 2x + 2x – 1
= x5 – 5x4 + 9x3 – 8x2 + 4x – 1
The degree of p(x) q(x) is ‘5’
Example.5 What must be added to 3x3 + x2 – 22x + 9 so that the result is exactly divisible by 3x2 + 7x – 6.
Solution. Let p(x) = 3x3 + x2 – 22x + 9 and q(x) = 3x2 + 7x – 6
We know if p(x) is divided by q(x) which is quadratic polynomial then the remainder be r(x)
and degree of r(x) is less than q(x) or Divisor.
By long division method
Example.6 What must be subtracted from x3 – 6x2 – 15x + 80 so that the result is exactly divisible by x2 + x – 12.
Example. Let p(x) = x3 – 6x2 – 15x + 80 so that it is exactly divisible by q(x) = x2 + x – 12.
We know if p(x) is divided by q(x) which is quadratic polynomial then the remainder be r(x)
and degree of r(x) is less than q(x) or Divisor.
By long division method
4
Example.7 If x = is a root of the polynomial f(x) = 6x3 – 11x2 + kx – 20 then find the value of k.
3
Solution. f(x) = 6x3 – 11x2 + kx – 20
3 2
4 4 4 4
f = 6 − 11 + k − =
3 3 3 3
64 16 4k
6 − 11 + − 20 = 0
93 9 3
128 – 176 + 12k – 180 = 0
12k = 228
k = 19.
Example.8 If x = 2 & x = 0 are two roots of the polynomial f(x) = 2x3 – 5x2 + ax + b. Find the values of a and b.
Solution. f (2) = 2(2)3 – 5 (2)2 + a (2) + b = 0
16 – 20 + 2a + b = 0
2a + b = 4 ...(i)
f (0) = 2(0)3 – 5(0)2 + a(0) + b = 0
b=0
Put b = 0 in eq. (i)
2a + 0 = 4
So, 2a = 4
a = 2.
Hence, a = 2, b = 0.
Example.9 Find the remainder, when f(x) = x3 – 6x2 + 2x – 4 is divided by g(x) = 1 – 2x.
Solution. f(x) = x3 – 6x2 + 2x – 4
Let, 1 – 2x = 0
2x = 1
1
x=
2
H1 – 226 R, Indraprastha Industrial Area (IPIA), Road No. 5, Kota (Raj.) 45
1
Remainder = f
2
3 2
1 1 1 1
f = − 6 + 2 − 4
2 3 2 2
1 3
= − +1− 4
8 2
1 − 12 + 8 − 32 35
= =− .
8 8
Example.10 The polynomials ax3 + 3x2 – 13 and 2x3 – 5x + a are divided by x + 2 and if the remainder in
each case is the same, find the value of a.
Solution. p(x) = ax3 + 3x2 – 13 and q(x) = 2x3 – 5x + a
When p(x) & q(x) are divided by x + 2
Let x + 2 = 0 x = – 2.
Remainder are same.
So, p (– 2) = q(– 2)
a (– 2)3 + 3 (– 2)2 – 13 = 2 (– 2)3 – 5 (– 2) + a
– 8a + 12 – 13 = –16 + 10 + a
5
– 9a = – 5 a = .
9
Example.11 If f(x) = x4 – 2x3 + 3x2 – ax + b is a polynomial such that when it is divided by x – 1 and x + 1, the
Remainders are respectively 5 and 19. Determine the remainder when f(x) is divided by (x – 2).
Solution. When f(x) is divided by (x – 1) and (x + 1) the remainders are 5 and 19 respectively.
f(1) = 5
14 – 2(1)3 + 3(1)2 – a(1) + b = 5
1–2+3–a+b=5
–a+b=3 ...(i)
and f(–1) = 19
(–1)4 – 2(–1)3 + 3(–1)2 – a (– 1) + b = 19
1 + 2 + 3 + a + b = 19
a + b = 13 ...(ii)
From equation (i) and (ii)
We have a = 5 and b = 8
So, f(x) = x4 – 2x3 + 3x2 – 5x + 8
The remainder when f(x) is dividing by (x – 2) is equal to f(2).
f(2) = 24 – 2(23) + 3(2)2 – 5(2) + 8
= 16 – 16 + 12 – 10 + 8 = 10.
Example.12 The polynomials ax3 + 3x2 – 3 and 2x3 – 5x + a when divided by (x – 4) leaves remainder R1 &
R2 respectively then find the value of ‘a’ if 2R1 – R2 = 0.
Solution. Let f(x) = ax3 + 3x2 – 3 and g(x) = 2x3 – 5x + a
R1 = f(4) = a(4)3 + 3(4)2 – 3
R1 = 64 a + 45.
R2 = g(4) = 2(4)3 – 5 (4) + a
= 128 – 20 + a
= 108 + a.
Given : 2R1 – R2 = 0
2(64 a + 45) – (108 + a) = 0
128 a + 90 – 108 – a = 0
127 a = 18
18
a= .
127
H1 – 226 R, Indraprastha Industrial Area (IPIA), Road No. 5, Kota (Raj.) 46
Example.13 Show that x + 1 and 2x – 3 are factors of 2x3 – 9x2 + x + 12.
Solution. To prove that (x + 1) and (2x – 3) are factors of 2x3 – 9x2 + x + 12 it is sufficient to show that
3
p(–1) and p both are equal to zero.
2
p (–1)= 2(–1)3 – 9(– 1)2 + (– 1) + 12 = – 2 – 9 – 1 + 12 = – 12 + 12 = 0.
3 2
3 3 3 3 27 81 3
And, p = 2 − 9 + + 12 = − + + 12
2 2 2 2 4 4 2
27 − 81 + 6 + 48 −81 + 81
= = = 0.
4 4
Hence, (x + 1) and (2x – 3) are the factors 2x3 – 9x2 + x + 12.
Example.14 Find the values of a and b so that the polynomials x3 – ax2 – 13x + b has (x – 1) and (x + 3) as
factors.
Solution. Let f(x) = x3 – ax2 – 13x + b
Because (x – 1) and (x + 3) are the factors of f(x),
f(1) = 0 and f(– 3) = 0
f(1) = 0
(1)3 – a(1)2 – 13(1) + b = 0
1 – a – 13 + b = 0
– a + b = 12 .... (i)
f(–3) = 0
(– 3)3 – a(– 3)2 – 13(– 3) + b = 0
– 27 – 9a + 39 + b = 0
– 9a + b = –12 ....(ii)
Subtracting equation (ii) from equation (i)
(– a + b) – (– 9a + b) = 12 + 12
– a + 9a = 24
8a = 24
a = 3.
Put a = 3 in equation (i)
– 3 + b = 12
b = 15.
Hence, a = 3 and b = 15.
Example.15 If ax3 + bx2 + x – 6 has x + 2 as a factor and leaves a remainder 4 when divided by (x – 2), find
the values of a and b?
Solution. Let p(x) = ax3 + bx2 + x – 6 be the given polynomial.
Now, (x + 2) is a factor of p(x).
p(– 2) = 0 a(– 2)3 + b(– 2)2 + (– 2) – 6 = 0
– 8a + 4b – 2 – 6 = 0
– 8a + 4b = 8 .... (i)
It is given that p(x) leaves remainder 4 when it is divided by (x – 2).
p(2) = 4 a(2)3 + b(2)2 + (2) – 6 = 4
8a + 4b + 2 – 6 = 4
8a + 4b = 8 .... (ii)
Add equation (i) & (ii)
– 8a + 4b + 8a + 4b = 8 + 8 8b = 16 b = 2.
Put b = 2 in equation (i)
– 8a + 4(2) = 8 – 8a + 8 = 8
– 8a = 0 a = 0.
Hence, a = 0 and b = 2.
5. The polynomial 5x2 + 7x + 3 is divided by x – 2. Find the remainder by using remainder theorem.
Answers
1. (a) binomial (b) trinomial (c) binomial (d) monomial (e) trinomial
(f) monomial (g) binomial (h) trinomial
2. (a) quadratic (b) cubic (c) linear (d) quadratic (e) cubic
(f) cubic (g) linear
1 1
3. (a) x = 2 (b) x = − (c) x = –1 or 6 (d) x = − or –1
8 2
4. q = 3x + 2, r = 10 5. 37 6. Yes, it’s a factor
B. ALGEBRAIC IDENTITIES
a a a a
(xi) a4 – b4 = (a2 + b2) (a2 – b2) = [(a + b)2 – 2ab](a + b) (a – b).
Solved Examples
a 2 + ab + b2 b2 + bc + c2 c2 + ca + a 2
xa xb xc
Example.16 b c a =1
x x x
a 2 + ab + b2 b2 + bc + c2 c2 + ca + a 2
xa xb xc
Solution. b c a
x x x
= (x a −b )a
2
+ ab + b 2
(x b −c )b
2
+ bc + c2
(x c −a )c
2
+ ca + a 2
(
= xa
3
− b3
)( x )( x )
b3 −c3 c3 − a 3
Example.17 Expand :
2
1
(i) 2x − (ii) ( 3x2 + 5y)2
3x
2
1 1
(iii) ( 2x − 3y) ( 2x + 3y) (iv) a − b + 1
4 2
2
1 1 1 4 1
Solution. (i) 2x − = (2x) − 2(2 x) +
2
= 4x 2 − + 2 .
3x 3x (3x)
2
3 9x
(ii) (3x2 + 5y)2 = (3x2)2 + 2(3x2)(5y) + (5y)2 = 9x4 + 30x2y + 25y2
(iii) ( 2 x – 3y)( 2 x + 3y) = ( 2 x)2 – (3y)2 = 2x2 – 9y2
2 2 2
1 1 1 1 1 1 1 1
(iv) a − b + 1 = a + − b + (1)2 + 2 a − b + 2 − b (1) + 2(2) a
4 2 4 2 4 2 2 4
1 2 1 2 ab a
= a + b +1− − b + .
16 4 4 2
Example.19 Evaluate :
(i) (107)2 (ii) (94)2 (iii) (0.99)2
Solution. (i) (107)2 = (100 + 7)2
= (100)2 + (7)2 + 2 ×100 × 7
= 10000 + 49 + 1400
= 11449
(ii) (94)2 = (100 – 6)2
= (100)2 + (6)2 – 2 × 100 × 6
= 10000 + 36 – 1200
= 8836
(iii) (0.99)2 = (1 – 0.01)2
= (1)2 + (0.01)2 – 2 × 1 × 0.01
= 1 + 0.0001 – 0.02
= 0.9801
1 1 1 4 1
Example.20 If x2 + = 23, find the values of x + , x − and x + 4
x2 x x x
1
Solution. x2 + = 23 ...(i)
x2
1
x2 + 2 + 2 = 25 [Adding 2 on both sides of (i)]
x
2
1 1
(x ) + + 2 x = 25
2
x x
2
1
x + = (5)2
x
1
x + = 5
x
x x
2
x − = 23 – 2 = 21
x
2
x − = 21.
x
2 4 1
2
x + 2 = x + 4 +2
x x
4 1
x + 4 = (23)2 – 2 = 529 – 2
x
4 1
x + 4 = 527.
x
1
Example.21 Prove that : a2 + b2 + c2 – ab – bc – ca = (a – b)2 + (b – c)2 + (c − a )2
2
Solution. Here, L.H.S. a2 + b2 + c2 – ab – bc – ca
1
= 2a 2 + 2b2 + 2c2 − 2ab − 2bc – 2ca
2
= ( a 2 − 2ab + b2 ) + ( b2 − 2bc +c2 ) + (c2 − 2ca +a 2 )
1
2
1
= ( a − b ) + ( b − c ) + (c − a)2
2 2
2
= RHS Hence Proved.
Example.23 Expand :
3
1 2
(i) − (ii) (4 + 3x)3
3x 5y
3
1 2
Solution. (i) −
3x 5y
3
1 2 1 2 1 2
3
= − − 3 −
3x 5y 3x 5y 3x 5y
1 8 1 1 2
= 3
− 3
− −
27x 125y 5xy 3x 5y
1 8 2 4
= − − +
27x 125y 15x y 25xy2
3 3 2
Example.25 Evaluate :
(i) (1005)3 (ii) (997)3
3 3
Solution. (i) (1005) = (1000 + 5)
= (1000)3 + (5)3 + 3 (1000) (5) (1000 + 5)
= 1000000000 + 125 + 15000 (1000 + 5)
= 1000000000 + 125 + 15000000 + 75000 = 1015075125.
(ii) (997)3 = (1000 – 3)3
= (1000)3 – (3)3 – 3 × 1000 × 3 × (1000 – 3)
= 1000000000 – 27 – 9000 × (1000 – 3)
= 1000000000 – 27 – 9000000 + 27000
= 991026973.
1 1
Example.26 If x – = 5, find the value of x3 – 3
x x
1
Solution. We have, x – = 5 ...(i)
x
3
1
x − = (5)3 [Cubing both sides of (i)]
x
1 1 1 1 1
x − 3 − 3x x − = 125 x − 3 − 3 x − = 125
3 3
x x x x x
1 1
x3 – 3 –3 × 5 = 125 [Substituting x − = 5]
x x
1 1
x 3 − 3 − 15 = 125 x 3 − 3 = (125 + 15) = 140
x x
Example.27 Find the products of the following expression :
(i) (4x + 3y) (16x2 – 12xy + 9y2)
(ii) (5x – 2y) (25x2 +10xy + 4y2)
Solution. (i) (4x + 3y) (16x2 – 12 xy + 9y2)
= (4x + 3y) [(4x)2 – (4x) × (3y) + (3y)2]
= (a + b) (a2 – ab + b2) [Where a = 4x, b = 3y]
= a3 + b3
= (4x)3 + (3y)3 = 64x3 + 27y3.
H1 – 226 R, Indraprastha Industrial Area (IPIA), Road No. 5, Kota (Raj.) 52
(ii) (5x – 2y) (25x2 + 10xy + 4y2)
= (5x – 2y) [(5x)2 + (5x) × (2y) + (2y)2]
= (a – b) (a2 + ab + b2) [Where a = 5x, b = 2y]
= a3 – b3
= (5x)3 – (2y) = 125x3 – 8y3.
(a − b2 ) + ( b2 − c2 ) + ( c2 − a 2 )
2 3 3 3
Example.30 Simplify :
(a − b) + ( b − c) + (c − a )
3 3 3
Example.31 Prove that : (x – y)3 +(y – z)3 + (z – x)3 = 3(x – y)(y – z)(z – x).
Solution. Let (x – y) = a, (y – z) = b and (z – x) = c.
Then, a + b + c = (x – y) + (y – z) + ( z – x) = 0
a3 + b3 + c3 = 3abc
or (x – y)3 + (y – z)3 + (z – x)3 = 3(x – y) (y – z) (z – x).
Check Point - B
1 1
3. If a + = 5 then a 2 + 2 is
a a
1 1
4. If a + =4 then a 3 + 3 is equal to
a a
Answers
1. 4x2 + 9y2 + 4z2 + 12 xy – 12 yz – 8 xz 2. 91 3. 23 4. 52
C. FACTORIZATION
To express a given polynomial as the product of polynomials, each of degree less than that of the given
polynomial such that no such a factor has a factor of lower degree, is called factorization.
Solved Examples
Example.33 Factorize :
(i) 2a (x + y) – 3b (x + y)
(ii) x(x + y)3 – 3x2y(x + y)
(iii) 8(3a – 2b)2 – 10(3a – 2b)
Solution. (i) 2a (x + y) – 3b (x + y) = (x + y) (2a – 3b).
(ii) x(x + y)3 – 3x2y(x + y)
= x(x + y) [(x + y)2 – 3xy]
= x(x + y) [x2 + y2 + 2xy – 3xy]
= x(x + y) [x2 + y2 – xy] = x(x3 + y3).
(iii) 8(3a – 2b)2 – 10(3a – 2b)
= 2 (3a – 2b) [4 (3a – 2b) – 5]
= 2 (3a – 2b) [12a – 8b – 5].
Example.34 Factorize :
1 2
(i) x 2 + 2 + 2 − 2x −
x x
(ii) (x2 + 3x)2 – 5(x2 + 3x) – y (x2 + 3x) + 5y
2
1 2 1 1 1 1
Solution. (i) x 2 + 2 + 2 − 2x − = x + − 2 x + = x + x + − 2 .
x x x x x x
(ii) (x2 + 3x)2 – 5(x2 + 3x) – y(x2 + 3x) + 5y
= (x2 + 3x) (x2 + 3x – 5) – y(x2 + 3x – 5)
= (x2 + 3x – 5) (x2 + 3x – y).
Example.35 Factorize :
(i) 4(x – y)2 – 12 (x – y) (x + y) + 9 (x + y)2
(ii) 2a2 + 2 6 ab + 3b2
(iii) 25x2 + 4y2 + 9z2 – 20xy – 12yz + 30xz
Solution. (i) 4(x – y)2 – 12(x – y) (x + y) + 9 (x + y)2
Let, x – y = a & x + y = b
= 4a2 – 12ab + 9b2
= (2a)2 – 2(2a)(3b) + (3b)2
= (2a – 3b)2
= [2(x – y) – 3(x + y)]2
= [2x – 2y – 3x – 3y]2
= [– x – 5y]2.
(ii) 2a2 + 2 6 ab + 3b2
( ) ( )( 3a ) + ( ) =( )
2 2 2
= 2a +2 2a 3b 2a + 3b .
Example.36 Factorize :
(i) x8 – y8 (ii) x4 + 5x2 + 9 (iii) x4 + 4x2 + 3 (iv) x4 + x2y2 + y4
Solution. (i) x – y
8 8
= (x4)2 – (y4)2
= (x4 + y4)(x4 – y4)
= (x4 + y4) [(x2)2 – (y2)2]
= (x4 + y4) (x2 + y2)(x2 – y2)
= (x4 + y4) (x2 + y2)(x – y)(x + y).
(ii) x4 + 5x2 + 9
= (x2)2 + 5x2 + (3)2
= (x2)2 + 6x2 + (3)2 – x2
= (x2 + 3)2 – (x)2
= (x2 + 3 + x) (x2 + 3 – x).
(iii) x4 + 4x2 + 3
= (x2)2 + 2(2)x2 + (2)2 – 1
= (x2 + 2)2 – (1)2
= (x2 + 2 + 1)(x2 + 2 – 1)
= (x2 + 3)(x2 + 1).
(iv) x4 + x2y2 + y4
= (x2)2 + 2.x2.y2 + (y2)2 – x2y2
= (x2 + y2)2 – (xy)2
= (x2 + y2 + xy)(x2 + y2 – xy).
Example.37 Factorize :
(i) x2 + 6 2 x + 10 (ii) 5 5x 2 + 20x + 3 5
5 1
(iii) 2x 2 − x + (iv) 7(x – 2y)2 – 25 (x – 2y) + 12
6 12
Solution. (i) x2 + 6 2 x + 10 = x2 + 5 2x + 2x + 10
= x(x + 5 2 ) + 2 (x + 5 2 ) = (x + 5 2 )(x + 2 )
(ii) 5 5 x2 + 20x + 3 5 = 5 5 x2 + 15x + 5x + 3 5
= 5x ( 5 x + 3) + 5( 5x + 3) = (5x + 5 )( 5 x + 3)
= 5 ( 5 x + 1)( 5 x + 3)
5 1 24x 2 − 10x + 1
(iii) 2x 2 − x + =
6 12 12
1 1
= (24 x 2 − 4 x − 6 x + 1) = [4 x(6 x − 1) − 1(6 x − 1)]
12 12
1
= (6 x − 1)(4 x − 1)
12
(iv) 7(x – 2y)2 – 25(x – 2y) + 12
Let, x – 2y = a = 7a2 – 25a + 12
= 7a2 – 21a – 4a + 12 = 7a(a – 3) – 4(a – 3)
= (a – 3)(7a – 4) = (x – 2y – 3)(7x – 14y – 4)
Example.38 What are the possible expressions for the dimensions of the cuboid whose volume is 3x2 – 12x.
Solution. Volume of cuboid = 3x2 – 12x = 3x (x – 4)
Possible dimensions are :
Length = 3 unit, Breadth = x unit and Height = (x – 4) unit.
Check Point - C
2. Factorize: 3x2 + 8x + 4
3. Factorize: 2a + 4b – ac – 2bc
Answers
1. (xy + 5) (x2 – 2y2) 2. (x + 2) (3x + 2) 3. (2 – c) (a + 2b)
4. (3a – b + c) (9a2 + b2 + c2 + 3ab + bc – 3ac) 5. 4 (2x – d) (4x2 + 2xd + d2)
TYPE (I) : VERY SHORT ANSWER TYPE QUESTIONS : [01 MARK EACH]
1. What is the degree of polynomial 25 ?
1 1
7. If 49x2 – b = 7x + 7x − , then find the value of b.
2 2
10. Factorise :
(i) x2 + 9x + 18 (ii) 6x2 + 7x – 3 (iii) 2x2 – 7x – 15 (iv) 84 – 2r – 2r2
14. (i) Without actually calculating the cubes, find the value of 483 – 303 – 183.
(ii) Without finding the cubes, factorise (x – y)3 + (y – z)3 + (z – x)3.
x 3 + 2x + 1 7 2
15. For the polynomial − x − x 6 , write
5 2
(i) the degree of the polynomial (ii) the coefficient of x3
6
(iii) the coefficient of x (iv) the constant term
16. Give an example of a polynomial, which is:
(i) monomial of degree 1 (ii) binomial of degree 20
(iii) trinomial of degree 2
1
17. If p(x) = x2 – 4x + 3, evaluate : p(2) – p(– 1) + p
2
18. By actual division, find the quotient and the remainder when the first polynomial is divided by the
second polynomial : x4 + 1; x – 1
20. Find the value of m so that 2x – 1 be a factor of 8x4 + 4x3 – 16x2 + 10x + m.
24. If the polynomials az3 + 4z2 + 3z – 4 and z3 – 4z + a leave the same remainder when divided by z – 3,
find the value of a.
TYPE (IV): VERY LONG ANSWER TYPE QUESTIONS [04 MARK EACH]
28. Without actual division, prove that 2x4 – 5x3 + 2x2 – x + 2 is divisible by x2 – 3x + 2.
29. The polynomial p(x) = x4 – 2x3 + 3x2 – ax + 3a – 7 when divided by x + 1 leaves the remainder 19. Find
the value of a. Also find the remainder when p(x) is divided by x + 2.
EXERCISE – 01
SUBJECTIVE QUESTIONS
Section (A) : Classification of polynomials
A-1. What is the degree of the polynomial 5 .
A-6. Using factor theorem, prove that p(x) is divisible by g(x) if P(x) = 4x4 + 5x3 – 12x2 – 11x + 5, g (x) = 4x + 5.
A-7. If the polynomial 2x3 + ax2 + 3x – 5 and x3 + x2 – 4x + a leave the same remainder when divided by x – 2,
find the value of a.
B-3. Evaluate :
2
1
(i) (5x + 4y)2 (ii) (4x – 5y)2 (iii) 2x −
x
B-4. Without actually calculating the cubes, evaluate the expression 303 + (–18)3 + (–12)3.
1 1
B-8. If a4 + 4
= 119, then find the value of a3 – 3 .
a a
(a − b)
2
(b− c)2 (c− a) 2
B-9. Evaluate : + + .
(b− c)(c− a) (a − b)(c− a) (a − b)(b − c)
B-10. Prove that a2 + b2 + c2 – ab – bc – ca is always non – negative for all values of a, b & c.
1
B-11. Prove that : a3 + b3 + c3 − 3abc = ( a + b + c) (a – b)2 + (b – c)2 + (c + a)2
2
B-12. If a + b + c = 15, a2 + b2 +c2 = 83, then find the value of a3 + b3 + c3 – 3abc.
C-2. Factorize :
(i) (x + 1)(x + 2)(x + 3)(x + 4) – 3 (ii) 64a3 – 27b3 – 144a2b + 108ab2
(iii) x4 + 2x3y – 2xy3 – y4 (iv) x4 + x3 – 7x2 – x + 6
(v) x3 – 23x2 + 142x – 120 (vi) x3 + 13x2 + 32 x + 20
OBJECTIVE QUESTIONS
Section (A) : Classification of polynomials
A-1. If x51 + 51 is divided by (x + 1) the remainder is :
(A) 0 (B) 1 (C) 49 (D) 50
x x3
A-6. If p(x) = 2 + + x2 − then p (–1) is :
2 3
15 17 1 13
(A) (B) (C) (D)
6 6 6 6
A-8. If x2 – 4 is a factor of 2x3 + ax2 + bx + 12, where a and b are constant. Then the values of a and b are :
(A) – 3, 8 (B) 3, 8 (C) –3, – 8 (D) 3, – 8
a 3 + b3 + c3 − 3abc
B-7. Find the value of , when a = – 5, b = – 6, c = 10.
ab + bc + ca − a 2 − b2 − c2
(A) 1 (B) –1 (C) 2 (D) –2
x 1
C-3. Factors of x 2 + − are :
6 6
1 1 1
(A) (2x + 1)(3x + 1) (B) (2x + 1)(3x – 1) (C) (2x – 1)(3x – 1) (D) (2x – 1)(3x + 1)
6 6 6
C-5. One of the factors of the expression (2a + 5b)3 + (2a – 5b)3 would be :
(A) 4a (B) 10b (C) 2a + 5b (D) 2a – 5b
EXERCISE – 02
OBJECTIVE QUESTIONS
1 x4 + 1
1. If x + = 5, the value of is :
x x2
(A) 21 (B) 23 (C) 25 (D) 30
4. Let x = (2008)1004 + (2008)–1004 and y = (2008)1004 – (2008)–1004 then the value of (x2 – y2) is equal to :
(A) 4 (B) – 4 (C) 0 (D) None
1 1
5. If x2 + 2
= 62, then the value of x4 + 4 is :
x x
(A) 84 – 28 – 2 (B) 84 + 2 (C) 84 – 28 + 2 (D) 84 + 28 – 2
a 2 b2 c2
6. If a + b + c = 0 then value of + + is :
bc ca ab
(A) 1 (B) – 1 (C) 0 (D) 3
a 2 − 5ab a 2 − b2
8. The value of is :
a − 6ab + 5b a − ab
2 2 2
a 1
(A) – 1 (B) (C) (D) 1
b a
(a − b) 2 (b − c) 2 (c− a) 2
9. Evaluate : + + .
(b − c)(c− a) (a − b)(c− a) (a − b)(b − c)
(A) 0 (B) 1 (C) 2 (D) 3
a b
10. If (a2 + b2)3 = (a3 + b3)2 then + =
b a
2 3 5 6
(A) (B) (C) (D)
3 2 6 5
x −3 − y −3
11. =
x −3 y −1 + (xy) −2 + y −3 x −1
1 1 1 1
(A) x + y (B) y – x (C) − (D) +
x y x y
( a − b) 2 + 4 ab 5
12. If = , then the value of a : b is :
a−b 3
(A) 1 : 16 (B) 1 : 4 (C) 4 : 1 (D) 16 : 1
13. If the polynomial P(x) = 2x4 + x3 – 5x2 – x + 1 is divided by the polynomial Q(x) = x2 – x then the
remainder is a linear polynomial R(x) = ax + b. Then (a + b) equals :
(A) – 2 (B) –1 (C) 1 (D) 2
4
17. If x = 2 + 2 , then x4 + is :
x4
(A) 2(3 – 2 ) (B) 6 2 – 2 (C) 6 – 2 (D) 12
1 1
18. If x + = 5 , then the value of x 3 + 3 is
x x
(A) 110 (B) 90 (C) 80 (D) 50
x2 y2 x 3
20. The square root of + − − is
y 2 4x 2 y 4
x 1 y x 1 y x 1 y x 1 y
(A) − − (B) + − (C) + + (D) − −
y 2 2x y 2 2x y 2 2x y 4 2x
x 1
23. Factors of x 2 + − are
6 6
1 1 1 1
(A) (2x + 1)(3x + 1) (B) (2x + 1)(3x – 1) (C) (2x – 1)(3x – 1) (D) (2x – 1)(3x + 1)
6 6 6 6
a 3 + b3 + c3 − 3abc
24. Value of , when a = –5, b = –6, c = 10 is
ab + bc + ca − a 2 − b 2 − c 2
(A) 1 (B) –1 (C) 2 (D) –2
26. In method of factorisation of an algebraic expression, which of the following statements is false?
(A) Taking out a common factor from two or more terms
(B) Taking out a common factor from a group of terms
(C) By using remainder theorem
(D) By using standard identities
29. If the polynomial 16x4 – 24x3 + 41x2 – mx + 16 be a perfect square, then the value of "m" is
(A) 12 (B) –12 (C) 24 (D) –24
4 4
30. If abx2 = (a – b)2(x + 1), then the value of 1 + + is
x x2
a−b a+b
2 2 2 2
a b
(A) (B) (C) (D)
a+b a−b a+b a+b
34. If the GCD of the polynomials x3 – 3x2 + px + 24 and x2 – 7x + q is (x – 2), then the value of (p + q) is
(A) 0 (B) 20 (C) –20 (D) 40
35. The LCM of two polynomials p(x) and q(x) is (x + 3)(x – 2)2 (x – 6) and their HCF is (x – 2) .If
p(x) = (x + 3)(x – 2) 2 , then q(x) =
(A) (x + 3)(x – 2) (B) x2 – 3x – 18 (C) x2 – 8x + 12 (D) none of these
36. The GCD of two polynomials is (x – 1) and their LCM is x6 – 1. If one of the polynomials is x3 – 1, then the
other polynomial is
(A) x3 – 1 (B) x4 – x3 + x – 1 (C) x2 – x + 1 (D) None of these
1 1
38. If x2 + 2
= 38, then the value of x – is
x x
(A) 6 (B) 4 (C) 0 (D) None of these
43. If the polynomial x19 + x17 + x13 + x11 + x7 + x5 + x3 is divided by (x2 + 1), then the remainder is
(A) 1 (B) x + 4 (C) –x (D) x
44. If (x – 2) is a common factor of x3 – 4x2 + ax + b and x3 – ax2 + bx + 8, then the values of a and b are
respectively
(A) 3 and 5 (B) 2 and –4 (C) 4 and 0 (D) 0 and 4
45. If the expressions ax3 + 3x2 – 3 and 2x3 – 5x + a on dividing by x – 4 leave the same remainder, then the
value of a is
(A) 1 (B) 0 (C) 2 (D) –1
47. If 3x3 + 2x2 – 3x + 4 = (Ax + B)(x – 1)(x + 2) + C(x – 1) + D for all values of x, then A + B + C + D is
(A) 0 (B) 14 (C) 10 (D) All of these
48. The expression x3 + gx2 + hx + k is divisible by both x and x – 2 but leaves a remainder of 24 when
divided by x + 2 then the values of g, h and k are
(A) g = 10, h = – 3, k = 0 (B) g = 3, h = – 10, k = 0
(C) g = 10, h = – 2, k = 3 (D) None of these
21
50. The expression Ax3 + x2 + Bx + C leaves remainder of when divided by 1 – 2x and 18 when
4
divided by x. Given also the expression has a factor of (x – 2), the values of A, B and C are
(A) A = 5, B = – 9, C = 3 (B) A = 27, B = – 18, C = 4
(C) A = 4, B = – 27, C = 18 (D) None of these
51. If h(x) = 2x3 + (6a2 – 10) x2 + (6a + 2). x – 14a – 2 is exactly divisible by x – 1 but not by x + 1, then
the value of a is
(A) 0 (B) –1 (C) 10 (D) 2
52. Given the polynomial is exactly divided by x + 1, and when it is divided by 3x – 1, the remainder is 4.
The polynomial gives a remainder hx + k when divided by 3x2 + 2x – 1 then the values of h and k are
(A) h = 2, k = 3 (B) h = 3, k = 3 (C) h = 3, k = 2 (D) None of these
53. The remainder when f(x) = (x4 – x3 + 2x – 3) g(x) is divided by x – 3, given that x – 3 is a factor of g(x) + 3,
where g(x) is a polynomial is
(A) 0 (B) –171 (C) 10 (D) 2
55. The polynomial f(x) has roots of equations 3, –3, –k. Given that the coefficient of x3 is 2, and that f(x)
has a remainder of 8 when divided by x + 1, the value of k is
(A) 1/2 (B) 1/4 (C) 1/5 (D) 2
66. The sum of the coefficients of the polynomial p(x) = (3x – 2)17 (x + 1)4 is
(A) 16 (B) –1 (C) 10 (D) None of these
68. For the expression f(x) = x3 + ax2 + bx + c, if f (1) = f(2) = 0 and f(4) = f(0). The values of a, b & c are
(A) a = – 9, b = 20, c = – 12 (B) a = 9, b = 20, c = 12
(C) a = – 1, b = 2, c = – 3 (D) None of these
−3
74. If f = 0 ; then for f(x), which of the following is a factor?
4
(A) 3x – 4 (B) 4x + 3 (C) –3x + 4 (D) 4x – 3
76. If ax3 + 9x2 + 4x – 1 is divided by (x + 2), the remainder is –6; then the value of 'a' Is
33
(A) –3 (B) –2 (C) 0 (D)
8
83. If the remainder when the polynomial f(x) is divided by x – 1, x + 1 are 6, 8 respectively then the
remainder when f(x) is divided by (x – 1)(x + 1) is
(A) 7 – x (B) 7 + x (C) 8 – x (D) 8 + x
87. The quotient and remainder when x2002 – 2001 is divided by x91 are respectively.
(A) x91 × 22, 2001 (B) x91, 2001 (C) x91×2l, –2001 (D) x9, –2001
EXERCISE – 03
2. One of the factors of the expression (2x – 3y)2 – 7 (2x – 3y) – 30 is : [Raj. NTSE Stage-1 2007]
(A) 2x – 3y – 10 (B) 2x – 3y + 10 (C) 3x – 2y + 5 (D) 6x – 4y – 15
1 1
3. If x + = 3, then the value of x6 + 6 is : [Raj. NTSE Stage-1 2013]
x x
(A) 927 (B) 114 (C) 364 (D) 322
1 1
6. If x + = 4, then the value of x6 + 6 is : [Delhi NTSE Stage - 1 2013]
x x
(A) 927 (B) 114 (C) 364 (D) 2702
10. Which one of the following is a factor of the expression (a + b)3 – (a – b)3 ?
[Madhya Pradesh NTSE Stage-1 2013]
(A) a (B) 3a – b
2
(C) 2b (D) (a + b) (a – b)
11. If x + 3, divides x3 + 5x2 + kx, then k is equal to : [Odisha NTSE Stage-1 2013]
(A) 2 (B) 4 (C) 6 (D) 8
14. If (x + a)2 + (y + b)2 = 4 (ax + by), where x, a, y, b are real, the value of xy – ab is :
[West Bengal NTSE Stage-1 2014]
(A) a (B) 0 (C) b (D) None of these
15. If a + b + c = 0 and a2 + b2 + c2 = k (a2 – bc) then k = ......... . [Bihar NTSE Stage-1 2014]
(A) 0 (B) 1 (C) 2 (D) 3
x+a x+b x +c
17. If + + + 3 = 0, a > 0, b > 0, c > 0, then the value of x is :
b+c c+a a +b
[Delhi NTSE Stage - 1 2014]
(A) – (a2 + b2 + c2) (B) (a + b + c) (C) – (a + b + c) (D) a +b+c
1
18. If x = , then value of x2 + 2x + 3 is : [Delhi NTSE Stage - 1 2014]
1+ 2
(A) 3 (B) 0 (C) 4 (D) 1
1 1 5 1
19. If x + = 5, then x3 – 5x2 + x + 3 − 2 + =.......... : [Bihar NTSE Stage-1 2014]
x x x x
(A) –5 (B) 0 (C) 5 (D) 10
21. If x – y = 5, xy = 24 then the value of x3 + y3 will be - [Uttar Pradesh NTSE Stage-1 2014]
(A) 23 (B) 73 (C) 65 (D) 74
1 1
22. If x + = 2 then x+ will be . [Uttar Pradesh NTSE Stage-1 2014]
x x
(A) 2 (B) 2 (C) 2+1 (D) 1
24. If p – q = – 8 and p.q. = – 12 then the value of p3 – q3 is : [Madhya Pradesh NTSE Stage-1 2014]
(A) 224 (B) – 224 (C) 242 (D) – 242
25. (a + b + c) (ab + bc + ca) – abc is equal to the [Madhya Pradesh NTSE Stage-1 2014]
(A) (a + b) (c + b) (c + a) (B) (a – b) (b + c) (c + a)
(C) (a + b) (b – c) (c + a) (D) (a + b) (b + c) (c – a)
26. Find the factors of the polynomial 8a3 + 27b3 + 64c3 – 72abc. [Maharashtra NTSE Stage-1 2014]
(A) (2a + 3b + 4c) (4a2 + 9b2 + 16c2 – 6ab + 12bc – 8ac)
(B) (2a + 3b + 4c) (4a2 + 9b2 + 16c2 + 6ab – 12bc + 8ac)
(C) (2a + 3b + 4c) (4a2 + 9b2 + 16c2 – 6ab – 12bc – 8ac)
(D) (2a + 3b + 4c) (4a2 + 9b2 + 16c2 – 6ab – 12bc + 8ac)
23 7
p q p q
27. If + = 2 , what is the value of + [Delhi NTSE Stage - 1 2015]
q p q p
(A) 0 (B) 2 (C) –2 (D) none of these
1 1 1
28. Value of 1 + 1 + 1 + − 1 is [Delhi NTSE Stage - 1 2015]
x x +1
x+2
(A) 3 (B) 2x (C) 5x (D) 1
30. If p(x)= 2x3 – 3x2 + 5x – 4 is divided by (x – 2), what is remainder ? [Gujarat NTSE Stage - 1 2015]
(A) 12 (B) 8 (C) 10 (D) –10
31. What is the co-efficient of x2y2 in the expansion of (x + y)4 ? [Gujarat NTSE Stage - 1 2015]
(A) 3 (B) 4 (C) 5 (D) 6
32. Zeroes of which quadratic polynomial are 4 and 3. [Gujarat NTSE Stage - 1 2015]
(A) x2 + 7x + 12 (B) x2 – 7x + 12 (C) x2 + 7x – 12 (D) x2 – 7x – 12
1
33. If x2 – 3x + 1 = 0, then the value of x5 + [Jharkhand NTSE Stage - 1 2015]
x5
(A) 87 (B) 123 (C) 135 (D) 201
xy xz yz
34. If =a, and, = c, where a, b, c are non-zero numbers, then the value of x ?
x+y x+z y+z
[Jharkhand NTSE Stage - 1 2015]
2abc 2abc abc 2abc
(A) (B) (C) (D)
ab + ac − bc ac + bc − ab ab + bc − ac ab + bc − ac
1 1 1
35. If pqr = 1, then the value of −1
+ −1
+ −1
[Odisha NTSE Stage-1 2015]
1+ p + a 1+ a + r 1+ r + p
(A) 0 (B) pq (C) 1 (D) pq
(a + b) 2 (b+ c) (c+ a) 2
37. If a + b + c = 0, then the value of + + is [Rajasthan NTSE Stage-1 2016]
ab bc ca
(A) 1 (B) 2 (C) 3 (D) – 3
38. One of the factors of 81a4 + (x – 2a) (x – 5a) (x – 8a) (x – 11a) is : [Haryana NTSE Stage-1 2016]
(A) x2 –13ax + 31a2 (B) x2 +13ax + 31a2 (C) x2 +18ax – 31a2 (D) x2 –18ax + 31a2
1 1
39. If f 2x + = x2 + + 1(x 0), the value of f(x) is [West Bengal NTSE Stage-1 2016]
x 4x 2
2 2
1 1 1 2 1
(A) 4x2 (B) 2x + (C) x (D) 4 2x +
4 x 4 x
41. Let a, b, x, y be real numbers such that a2 + b2 = 81, x2 + y2 = 121 and ax + by = 99. Then the values of
ay – bx is : [West Bengal NTSE Stage-1 2016]
(A) –1 (B) 1 (C) 0 (D) None of these
(0.03) 2 − (0.01) 2
42. The value of is [Bihar NTSE Stage-1 2016]
0.03 − 0.01
(A) 0.02 (B) 0.004 (C) 0.4 (D) 0.04
43. If (x + 2), is a factor of 2x3 – 5x + K, then the value of k is [Raj. NTSE Stage-1 2016]
(A) 6 (B) –6 (C) 26 (D) –26
(a + b) 2 (b+ c) 2 (c+ a) 2
44. If a + b + c = 0, then the value of + + is [Raj. NTSE Stage-1 2016]
ab bc ca
(A) 1 (B) 2 (C) 3 (D) –3
45. The simplified form of the expression given below is [Delhi NTSE Stage - 1 2016]
y −x
4 4
y 3
−
x(x + y) x
y2 − xy + x 2
(A) 1 (B) 0 (C) –1 (D) 2
4xy a + 2x a + 2y
46. If a = , the value of + in most simplified form is [Delhi NTSE Stage - 1 2016]
x+y a − 2x a − 2y
(A) 0 (B) 1 (C) –1 (D) 2
47. If x, y, z are real numbers such that x − 1 + y − 2 + z − 3 = 0 then the values of x, y, z are
respectively [Delhi NTSE Stage - 1 2016]
(A) 1, 2, 3 (B) 0, 0, 0 (C) 2, 3, 1 (D) 2, 4, 1
48. If x – 2 is a factor of 3x4 – 2x3 + 7x2 – 21x + k then the value of K is [Gujarat NTSE Stage - 1 2016]
(A) 2 (B) 9 (C) 18 (D) – 18
1 1
50. If p = x + then the value of p − will be- [Uttar Pradesh NTSE Stage-1 2017]
x p
3 x4 + x2 +1 x 4 + 3x 2 + 1
(A) 3x (B) (C) (D)
x x3 + x x3 + x
1 2
51. Factors of c – 2c – 9 are- [Uttar Pradesh NTSE Stage-1 2017]
3
1 1 1 1
(A) c + 3 (c + 3) (B) c − 3 (c − 3) (C) c − 3 (c + 3) (D) c − (3c+ 1)
3 3 3 3
53. If x2 + 4y2 + 9z2 – 4xy –12yz + 6xz = 0, then [Rajasthan NTSE Stage-I/18]
(A) x = 2y – 3z (B) x = y – 3z (C) 2x = y – 3z (D) x = 3y – 2z
54. A polynomial which divided by x + 2, the quotient is 2x2 – 3x + 1, and reminder is 5. The polynomial
will be – [Chhattisgarh NTSE Stage-I/18]
(A) 2x + x – 5x + 7 (B) 2x – x + 5x + 7 (C) 2x + x+ + 5x + 7 (D) 2x3 + x2 – 5x – 7
3 2 3 2 3
a+b
55. If a2 + b2 = 234 and ab =108, find the value of [Jharkhand NTSE Stage–I/18]
a−b
(A) 10 (B) 8 (C) 5 (D) 4
3. Two friends start a business together. They decided to share their capitals depending upon a variable
expenditure. The capital polynomial of the two partners together is given by polynomial 6x2 + 11x – 35.
Which is the product of their individual share factors.
(i) Find their factors
(ii) Are their capital shares same ?
(iii) Write the value depicted by this question.
TYPE (IV): VERY LONG ANSWER TYPE QUESTIONS [04 MARK EACH]
29. 62
EXERCISE – 01
SUBJECTIVE QUESTIONS
Section (A) : Classification of polynomials
A.1 0 A.2 – 8 A.3 Infinite A.4 – 3 A.5 yes
−13
A.7 A.8 p = 3, q = – 3
3
EXERCISE – 02
OBJECTIVE QUESTIONS
Ques. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ans. B D A A C D A D D A B D A C C B D A B A
Ques. 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
Ans. D C B A B C C A C B A B D A C B C A A C
Ques. 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
Ans. A A C C A C B B B C D B B A A A A C C B
Ques. 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
Ans. B B A B A A C A A C D C A B D D D C B C
Ques. 81 82 83 84 85 86 87
Ans. C D A A B D C
EXERCISE – 03
Ques. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ans. C A D D A D D C D C C B C B B C C C B B
Ques. 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
Ans. B B B B A C B A C C D B B B C C C A C A
Ques. 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
Ans. C D A C C D A D C C C B A A C A B