KnowledgeBoat Logo
|

Mathematics

Using the Remainder Theorem, find the remainders obtained when x3 + (kx + 8)x + k is divided by x + 1 and x - 2. Hence find k if the sum of the two remainders is 1.

Factorisation

5 Likes

Answer

By remainder theorem,

If f(x) is divided by (x - a), then remainder = f(a).

Let f(x) = x3 + (kx + 8)x + k = x3 + kx2 + 8x + k

Given,

Divisor :

⇒ x + 1 = 0

⇒ x = -1

On dividing x3 + kx2 + 8x + k by x + 1, we get :

⇒ f(-1) = (-1)3 + k(-1)2 + 8(-1) + k

= -1 + k - 8 + k

= 2k - 9.

Divisor :

⇒ x - 2 = 0

⇒ x = 2.

On dividing x3 + kx2 + 8x + k by x - 2, we get :

⇒ f(2) = (2)3 + k(2)2 + 8(2) + k

= 8 + 4k + 16 + k

= 5k + 24

Given,

Sum of two remainders is 1.

⇒ 2k - 9 + 5k + 24 = 1

⇒ 7k + 15 = 1

⇒ 7k = 1 - 15

⇒ k = 147-\dfrac{14}{7}

⇒ k = -2.

Hence, the value of k = -2.

Answered By

2 Likes


Related Questions