Chapter 2 Polynomials Ex 2.4

Question 1.
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) x3 – x2 – (2 +√2 )x + √2
Solution:
The zero of x + 1 is -1.
(i) Let p (x) = x3 + x2 + x + 1
Then, p (-1) = (-1)3 + (-1)2 + (-1) + 1 .
= -1 + 1 – 1 + 1
⇒ p (- 1) = 0
So, by the Factor theorem (x+ 1) is a factor of x3 + x2 + x + 1.
(ii) Let p (x) = x4 + x3 + x2 + x + 1
Then, P(-1) = (-1)4 + (-1)3 + (-1)2 + (-1)+1
= 1 – 1 + 1 – 1 + 1
⇒ P (-1) = 1
So, by the Factor theorem (x + 1) is not a factor of x4 + x3 + x2 + x+ 1.
(iii) Let p (x) = x4 + 3x3 + 3x2 + x + 1 .
Then, p (-1)= (-1)4 + 3 (-1)3 + 3 (-1)2 + (- 1)+ 1
= 1- 3 + 3 – 1 + 1
⇒ p (-1) = 1
So, by the Factor theorem (x + 1) is not a factor of x4 + 3x3 + 3x2 + x+ 1.
(iv) Let p (x) = x3 – x2 – (2 + √2) x + √2
Then, p (- 1) =(- 1)3- (-1)2 – (2 + √2)(-1) + √2
= -1 – 1+ 2 +√2+√2
= 2√2
So, by the Factor theorem (x + 1) is not a factor of
x3 – x2 – (2 + √2) x + √2.

Question 2.
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 + X g (x) = x + 2
(iii) p (x) = x3 – 4x2 + x + 6, g (x) = x – 3
Solution:
(i)
 The zero of g (x) = x + 1 is x= -1.
Then, p (-1) = 2 (-1)3+ (-1)2 – 2 (-1)-1 [∵ p(x) = 2x3 + x2 – 2x -1]
= -2 + 1 + 2 – 1
⇒ P (- 1)= 0
Hence, g (x) is a factor of p (x).

(ii)
 The zero of g (x) = x + 2 is – 2.
Then, p (- 2) = (- 2)3 + 3 (- 2)2 +3 (- 2) + 1 [∵ p(x) = x3 + 3x2 + 3x + 1]
= – 8 + 12 – 6 + 1
⇒ p(-2) = -1
Hence, g (x) is not a factor of p (x).

(iii)
 The zero of g (x) = x – 3 is 3.
Then, p (3) = 33 – 4 (3)2+3 + 6 [∵ p(x) = x3-4x2 + x+6]
= 27 – 36+ 3 +6
⇒ p(3) = 0
Hence, g (x) is a factor of p (x).

Question 3.
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 – √2 x + 1
(iv) p (x) = kx2 – 3x + k
Solution:
The zero of x – 1 is 1.
(i) (x – 1) is a factor of p (x),then p(1)= 0 (By Factor theorem)
⇒ 12 + 1 + k = 0 [∵ p(x) = x2 + x + k]
⇒ 2 + k =0
⇒ k = -2
(ii) ∵ (x -1) is a factor of p (x), then p (1) = 0 (By Factor theorem)
⇒ 2(1)2 + k(1)+√2= 0 [∵p(x) = 2x2 + kx+ -√2]
⇒ 2 + k + √2 = 0
⇒ k = – (2 + √2)
(iii) ∵ (x-1) is a factor of p (x), then p (1) = 0 (By Factor theorem)
⇒ k (1)2 – √2 + 1 = 0 [∵p(x) = kx2 – √2x + 1]
⇒ k = (√2 – 1)
(iv) ∵ (x-1) is a factor of p (x), then p (1) = 0 (By Factor theorem)
⇒ k(1)2 – 3 + k = 0 [∵p(x) = kx2 – 3x + k]
⇒ 2k-3 = 0
⇒ k = 32

Question 4.
Factorise

(i) 12x2 – 7x +1
(ii) 2x2 + 7x + 3
(iii) 6x2 + 5x – 6
(iv) 3x2 – x – 4
Solution:

(i) 12x2 – 7x + 1 = 12x2 – 4x- 3x + 1 (Splitting middle term)
= 4x (3x – -0 -1 (3x-1)
= (3x -1) (4x -1)
(ii)2x2 + 7x + 3 = 2x2 + 6x + x + 3 (Splitting middle term)
= 2x (x + 3) +1 (x + 3) = (x + 3) (2x+ 1)
(iii) 6x2 + 5x – 6= 6x2 + 9x- 4x- 6 (Splitting middle term)
= 3x(2x+3)-2(2x+3)=(2x+3)(3x-2)
(iv) 3x2 – x- 4= 3x2-4x+3x-4 (Splitting middle term)
= x (3x – 4) + 1 (3x – 4)= (3x- 4) (x + 1)

Question 5.
Factorise

(i) x3 – 2x2 – x + 2
(ii) x3 – 3x2 – 9x – 5
(iii) x3 + 13x2 + 32x + 20
(iv) 2y3 + y2 – 2y – 1
Solution:
(i)
 Let p (x) = x3 – 2x2 – x+ 2, constant term of p (x) is 2.
Factors of 2 are ± 1 and ± 2.
Now, p (1) = 13 – 2 (1)2 – 1 + 2
=1- 2 – 1 + 2
p(1) = 0
By trial, we find that p (1) = 0, so (x – 1) is a factor of p (x).
So, x3 – 2x2 – x+ 2
= x3 – x2 – x2 + x – 2x + 2
= x2 ( x -1)- x (x – 1)-2 (x – 1)
= (x – 1)(x2 – x – 2)
= (x – 1)(x2 – 2x+x-2)
= (x – 1) [x (x – 2) + 1 (x – 2)]
= (x – 1) (x – 2)(x + 1)

(ii)
 Let p(x) = x3 – 3x2 – 9x – 5
By trial, we find that p(5) = (5)3 – 3(5)2 – 9(5) – 5
=125 – 75 – 45 – 5 = 0
So, (x – 5) is a factor of p(x).
So, x– 3x– 9x – 5
= x3-5x2 + 2x2-10x+x-5
= x2(x – 5)+2x(x – 5)+1(x – 5)
= (x – 5) (x2 + 2x + 1)
= (x – 5) (x2 + x + x + 1)
= (x – 5) [x (x + 1)+ 1 (x+ 1)]
= (x – 5) (x + 1) (x + 1)
= (x – 5)(x+1)2

(iii)
 Let p (x) = x3 + 13x2 + 32x + 20
By trial, we find that p (-1) = (-1)3 + 13(-1)2 + 32 (-1) + 20
= -1+13 – 32 + 20 = -33 + 33 = 0
So (x + 1) is a factor of p (x).
So, x3 + 13x2 + 32x + 20
= x3+ x2 + 12x2 + 12x+ 20x+ 20
=x2(x+ 1) + 12x(x+ 1)+ 20 (x+ 1)
= (x+1)(x2+12x+20)
= (x+ 1) (x2+ 10x + 2x+ 20)
= (x+1)[x(x+10)+2(x+10)]
= (x+ 1) (x+ 10) (x + 2)

(iv)
 Let p (y) = 2y3 + y2 – 2y -1
By trial we find that p(1) = 2 (1)3 + (1)2 – 2(1) – 1 = 2 + 1 – 2 -1 = 0
So (y -1) is a factor of p (y).
So, 2y3 + y2 – 2y -1
= 2y3 – 2y2+ 3y2 – 3y + y – 1
= 2y2(y – 1) + 3y(y – 1)+1(y – 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)

0:00
0:00

tipobet-tipobet-tipobet-tipobet-marsbahis-marsbahis-marsbahis-jojobet-jojobet-casibom-casibom-casibom-casibom-bets10-bets10-bets10-bets10-bets10-mobilbahis-mobilbahis-bet365-bet365-bet365-betturkey-betturkey-betturkey-betturkey-onwin-holiganbet-holiganbet-holiganbet-holiganbet-holiganbet-meritking-meritking-bahsegel-bahsegel-bahsegel-bahsegel-bettilt-bettilt-bettilt-bettilt-bettilt-mostbet-mostbet-mostbet-mostbet-misty-misty-misty-misty-misty-betenerji-betenerji-betenerji-sahabet-sahabet-sahabet-sahabet-sahabet-betmatik-betmatik-betmatik-betmatik-betmatik-mariobet-mariobet-mariobet-mariobet-mariobet-madridbet-madridbet-madridbet-madridbet-madridbet-pusulabet-pusulabet-pusulabet-pusulabet-pusulabet-betcio-betcio-betano-betano-betano-celtabet-celtabet-celtabet-celtabet-hitbet-hitbet-hitbet-hitbet-hitbet-pincocasino-pincocasino-pincocasino-meritbet-meritbet-meritbet-almanbahis-almanbahis-almanbahis-almanbahis-almanbahis-mersobahis-mersobahis-mersobahis-mersobahis-baywin-baywin-baywin-baywin-piabellacasino-piabellacasino-piabellacasino-limanbet-limanbet-limanbet-limanbet-limanbet-artemisbet-artemisbet-artemisbet-artemisbet-1xbet-1xbet-1xbet-1xbet-misli-misli-misli-misli-oleybet-oleybet-oleybet-oleybet-superbahis-superbahis-superbahis-nesine-nesine-nesine-youwin-youwin-youwin-youwin-betboo-betboo-betboo-bilyoner-bilyoner-sbahis-sbahis-maximumbet-betwin-betwin-royalbet-asyabahis-asyabahis-asyabahis-asyabahis-asyabahis-stake-stake-stake-dumanbet-dumanbet-dumanbet-7slots-7slots-7slots-pokerklas-pokerklas-klasbahis-klasbahis-klasbahis-imajbet-imajbet-imajbet-perabet-portbet-portbet-portbet-betgit-tipobet-tipobet-tipobet-marsbahis-jojobet-casibom-bets10-bets10-bets10-bets10-mobilbahis-mobilbahis-mobilbahis-bet365-bet365-betturkey-betturkey-betturkey-betturkey-onwin-holiganbet-holiganbet-meritking-meritking-meritking-bettilt-mostbet-mostbet-misty-misty-misty-betenerji-betenerji-betenerji-betenerji-betenerji-sahabet-betmatik-betmatik-mariobet-madridbet-madridbet-madridbet-pusulabet-pusulabet-pusulabet-pusulabet-betcio-betcio-betcio-betano-betano-celtabet-celtabet-celtabet-klasbahis-maximumbet-klasbahis-klasbahis-hitbet-1xbet-misli-imajbet-maximumbet-pincocasino-misli-betwin-imajbet-pincocasino-imajbet-pincocasino-perabet-pincocasino-perabet-misli-meritbet-oleybet-perabet-royalbet-royalbet-oleybet-asyabahis-almanbahis-asyabahis-portbet-portbet-portbet-asyabahis-superbahis-superbahis-portbet-mersobahis-superbahis-stake-mersobahis-betgit-nesine-baywin-baywin-nesine-betgit-youwin-dumanbet-piabellacasino-youwin-dumanbet-youwin-piabellacasino-betboo-dumanbet-7slots-7slots-bilyoner-bilyoner-7slots-safirbet-safirbet-safirbet-bilyoner-artemisbet-sbahis-sbahis-pokerklas-sbahis-pokerklas-royalbet-royalbet-royalbet-royalbet-royalbet-royalbet-royalbet-palacebet-palacebet-pashagaming-pashagaming-pashagaming-pashagaming-pashagaming-betasus-betasus-betasus-betasus-grandpashabet-grandpashabet-grandpashabet-cratosroyalbet-cratosroyalbet-cratosroyalbet-cratosroyalbet-betwoon-betwoon-betwoon-betwoon-betwoon-betwoon-spinco-spinco-spinco-radissonbet-radissonbet-radissonbet-radissonbet-betwild-betwild-betwild-betwild-betwild-süperbet-süperbet-casinofast-casinofast-casinofast-casinofast-casinofast-maxwin-maxwin-maxwin-maxwin-maxwin-damabet-damabet-damabet-damabet-damabet-damabet-damabet-dedebet-dedebet-dedebet-ramadabet-ramadabet-exonbet-exonbet-exonbet-exonbet-exonbet-exonbet-ritzbet-slotday-slotday-slotday-slotday-slotday-slotday-slotday-leogrand-leogrand-leogrand-leogrand-palazzobet-palazzobet-palazzobet-palazzobet-sloto-sloto-sloto-sloto-sloto-bahibom-bahibom-bahibom-bahibom-bahibom-bahibom-betsin-betsin-betsin-betsin-betsin-betsin-romabet-betgar-betgar-roketbet-roketbet-roketbet-roketbet-venombet-bahsegel-misli-imajbet-mobilbahis-celtabet-misli-bettilt-celtabet-celtabet-oleybet-stake-misli-stake-bettilt-hitbet-dumanbet-tipobet-dumanbet-celtabet-celtabet-hitbet-bahsegel-oleybet-dumanbet-hitbet-oleybet-pincocasino-superbahis-bahsegel-dumanbet-mostbet-pincocasino-marsbahis-hitbet-stake-hitbet-7slots-stake-celtabet-superbahis-mostbet-hitbet-stake-mostbet-nesine-nesine-7slots-nesine-sahabet-klasbahis-marsbahis-misli-betkanyon-nesine-portbet-pusulabet-pusulabet-youwin-oleybet-youwin-portbet-betboo-misli-perabet-jojobet-betboo-betgit-1xbet-betgit-1xbet-betcio-casibom-casibom-betano-betkanyon-betgit-bilyoner-betano-bilyoner-betcio-betboo-betboo-betano-betgit-mariobet-youwin-bets10-bets10-betano-betboo-sbahis-hitbet-mariobet-pincocasino-bets10-jojobet-pincocasino-pincocasino-betboo-casibom-bilyoner-mobilbahis-pincocasino-madridbet-madridbet-betgit-meritbet-casibom-mobilbahis-casibom-madridbet-bet365-pusulabet-sbahis-portbet-sahabet-pusulabet-bet365-betenerji-betenerji-betano-sbahis-pusulabet-meritbet-artemisbet-madridbet-bilyoner-mariobet-nesine-perabet-betkanyon-superbahis-betturkey-perabet-misty-superbahis-betturkey-bets10-maximumbet-maximumbet-mariobet-betcio-betwin-mostbet-onwin-betwin-betwin-limanbet-imajbet-imajbet-betwin-onwin-1xbet-bahsegel-betwin-klasbahis-betwin-mobilbahis-betmatik-meritking-klasbahis-piabellacasino-mersobahis-betano-betwin-holiganbet-misli-imajbet-holiganbet-betano-royalbet-holiganbet-piabellacasino-royalbet-klasbahis-meritking-baywin-baywin-meritking-royalbet-meritbet-meritking-royalbet-asyabahis-royalbet-meritking-bettilt-baywin-asyabahis-meritbet-asyabahis-bet365-baywin-dumanbet-meritbet-almanbahis-mostbet-sahabet-betturkey-almanbahis-7slots-betturkey-almanbahis-7slots-almanbahis-safirbet-misty-artemisbet-7slots-almanbahis-betturkey-safirbet-sahabet-pokerklas-misty-mersobahis-artemisbet-bet365-misty-piabellacasino-artemisbet-safirbet-pokerklas-holiganbet-piabellacasino-klasbahis-safirbet-onwin-mersobahis-piabellacasino-betturkey-betenerji-pokerklas-artemisbet-onwin-pokerklas-betenerji-baywin-pokerklas-pokerklas-holiganbet-piabellacasino-betenerji-mersobahis-safirbet-limanbet-limanbet-pokerklas-stake-venombet-venombet-venombet-venombet-venombet-roketbet-roketbet-roketbet-roketbet-roketbet-betgar-betgar-betgar-romabet-romabet-betsin-betsin-betsin-betsin-bahibom-bahibom-bahibom-bahibom-bahibom-bahibom-sloto-sloto-sloto-sloto-sloto-palazzobet-palazzobet-palazzobet-palazzobet-leogrand-leogrand-leogrand-leogrand-slotday-slotday-ritzbet-ritzbet-ritzbet-ritzbet-exonbet-exonbet-exonbet-exonbet-exonbet-ramadabet-ramadabet-ramadabet-ramadabet-dedebet-dedebet-dedebet-dedebet-dedebet-damabet-damabet-damabet-damabet-maxwin-maxwin-maxwin-maxwin-maxwin-casinofast-casinofast-süperbet-süperbet-süperbet-süperbet-süperbet-süperbet-süperbet-betwild-betwild-radissonbet-radissonbet-radissonbet-radissonbet-radissonbet-radissonbet-spinco-spinco-spinco-spinco-spinco-spinco-spinco-spinco-betwoon-betwoon-betwoon-betwoon-cratosroyalbet-cratosroyalbet-cratosroyalbet-cratosroyalbet-cratosroyalbet-cratosroyalbet-grandpashabet-grandpashabet-grandpashabet-grandpashabet-betasus-betasus-betasus-pashagaming-pashagaming-royalbet-royalbet-royalbet-royalbet-royalbet-palacebet-palacebet-palacebet-palacebet-palacebet-pashagaming-betasus-cratosroyalbet-exonbet-betgar-meritbet-bet365-betmatik-youwin-betkanyon-marsbahis-jojobet-casibom-mobilbahis-meritking-mostbet-betenerji-betenerji-betano-betano-pincocasino-meritbet-mersobahis-baywin-piabellacasino-artemisbet-1xbet-misli-oleybet-nesine-nesine-betboo-betboo-bilyoner-bilyoner-bilyoner-sbahis-sbahis-sbahis-maximumbet-maximumbet-betwin-betwin-betwin-royalbet-royalbet-royalbet-royalbet-stake-dumanbet-7slots-7slots-safirbet-safirbet-safirbet-safirbet-pokerklas-pokerklas-pokerklas-casibom-casibom-tipobet-jojobet-jojobet-mobilbahis-mobilbahis-bet365-onwin-onwin-onwin-meritking-meritking-bahsegel-betcio-betcio-betcio-celtabet-pincocasino-meritbet-piabellacasino-superbahis-superbahis-youwin-maximumbet-maximumbet-stake-dumanbet-safirbet-klasbahis-klasbahis-imajbet-imajbet-perabet-perabet-perabet-perabet-betkanyon-betkanyon-betkanyon-betkanyon-betkanyon-portbet-portbet-betgit-betgit-betgit-betgit-tipobet-tipobet-marsbahis-marsbahis-marsbahis-marsbahis-jojobet-jojobet-jojobet-jojobet-casibom-casibom-bets10-mobilbahis-mobilbahis-bet365-bet365-bet365-betturkey-onwin-onwin-onwin-onwin-holiganbet-holiganbet-holiganbet-meritking-meritking-bahsegel-bahsegel-bahsegel-bahsegel-bahsegel-bettilt-bettilt-bettilt-bettilt-mostbet-mostbet-mostbet-misty-misty-sahabet-sahabet-sahabet-sahabet-betmatik-betmatik-betmatik-mariobet-mariobet-mariobet-mariobet-madridbet-madridbet-pusulabet-betcio-betcio-betano-betano-betano-celtabet-celtabet-maximumbet-1xbet-hitbet-1xbet-klasbahis-hitbet-1xbet-hitbet-hitbet-1xbet-klasbahis-maximumbet-maximumbet-pincocasino-betwin-imajbet-misli-imajbet-betwin-misli-betwin-meritbet-betwin-meritbet-royalbet-perabet-perabet-royalbet-meritbet-meritbet-oleybet-betkanyon-royalbet-betkanyon-almanbahis-betkanyon-almanbahis-betkanyon-oleybet-betkanyon-almanbahis-almanbahis-oleybet-asyabahis-asyabahis-portbet-superbahis-mersobahis-mersobahis-superbahis-mersobahis-betgit-baywin-stake-betgit-nesine-betgit-stake-nesine-nesine-stake-baywin-stake-baywin-piabellacasino-youwin-youwin-dumanbet-piabellacasino-piabellacasino-betboo-betboo-dumanbet-limanbet-limanbet-limanbet-betboo-betboo-limanbet-7slots-bilyoner-7slots-limanbet-artemisbet-bilyoner-safirbet-artemisbet-safirbet-artemisbet-pokerklas-artemisbet-pokerklas-sbahis-pokerklas-sbahis-stake-tipobet-betmatik-bettilt-stake-tipobet-bettilt-stake-bettilt-celtabet-oleybet-tipobet-mostbet-marsbahis-bahsegel-bettilt-oleybet-asyabahis-bettilt-celtabet-asyabahis-tipobet-hitbet-pincocasino-dumanbet-oleybet-stake-bettilt-oleybet-bahsegel-misli-marsbahis-tipobet-celtabet-misli-tipobet-bahsegel-asyabahis-marsbahis-tipobet-misty-superbahis-7slots-jojobet-7slots-hitbet-mostbet-nesine-superbahis-celtabet-marsbahis-jojobet-mostbet-safirbet-youwin-madridbet-betenerji-superbahis-perabet-madridbet-madridbet-portbet-sahabet-oleybet-perabet-madridbet-marsbahis-madridbet-misli-nesine-betkanyon-marsbahis-betmatik-portbet-betgit-jojobet-portbet-pusulabet-pusulabet-pusulabet-youwin-portbet-jojobet-betkanyon-betmatik-superbahis-betcio-1xbet-betkanyon-betboo-sahabet-perabet-portbet-jojobet-betmatik-betcio-jojobet-portbet-betcio-betmatik-sahabet-betmatik-betboo-superbahis-casibom-betgit-mariobet-1xbet-mariobet-youwin-betgit-youwin-betenerji-youwin-1xbet-youwin-perabet-casibom-betkanyon-betenerji-tipobet-betgit-casibom-imajbet-bilyoner-bets10-marsbahis-nesine-betgit-mariobet-bets10-jojobet-hitbet-jojobet-betboo-sbahis-madridbet-betboo-sbahis-mobilbahis-mariobet-mobilbahis-sbahis-sbahis-marsbahis-artemisbet-maximumbet-bilyoner-casibom-artemisbet-imajbet-maximumbet-casibom-pusulabet-portbet-pincocasino-bet365-sbahis-bilyoner-bet365-bilyoner-betkanyon-misty-artemisbet-meritbet-bilyoner-betkanyon-limanbet-imajbet-mariobet-nesine-sbahis-perabet-bet365-limanbet-misty-artemisbet-mostbet-misty-betturkey-nesine-maximumbet-tipobet-pusulabet-betcio-sbahis-betturkey-maximumbet-maximumbet-maximumbet-meritbet-bets10-betcio-superbahis-perabet-meritbet-bets10-maximumbet-onwin-bets10-betcio-limanbet-betturkey-almanbahis-onwin-oleybet-imajbet-perabet-almanbahis-bettilt-betano-bets10-betcio-betano-onwin-bahsegel-imajbet-mariobet-almanbahis-maximumbet-misli-betwin-klasbahis-almanbahis-bahsegel-holiganbet-imajbet-meritking-piabellacasino-betwin-almanbahis-mobilbahis-limanbet-klasbahis-holiganbet-1xbet-bahsegel-betmatik-1xbet-betwin-mobilbahis-royalbet-betano-pincocasino-royalbet-mersobahis-royalbet-mersobahis-klasbahis-mobilbahis-royalbet-meritking-mobilbahis-royalbet-klasbahis-bilyoner-mersobahis-mersobahis-meritking-betmatik-1xbet-klasbahis-meritking-pincocasino-baywin-meritbet-bet365-meritking-baywin-asyabahis-asyabahis-bet365-asyabahis-piabellacasino-asyabahis-7slots-dumanbet-7slots-mostbet-piabellacasino-mersobahis-dumanbet-mersobahis-holiganbet-misty-piabellacasino-betturkey-7slots-pokerklas-1xbet-dumanbet-misty-limanbet-onwin-safirbet-safirbet-pokerklas-betenerji-safirbet-baywin-sahabet-onwin-baywin-betenerji-limanbet-safirbet-artemisbet-limanbet-pokerklas-holiganbet-sahabet-onwin-dumanbet-baywin-holiganbet-sahabet-