When a polynomial is divided by (x+2), the remainder is -19. When the same polynomial is divided by (x-1), the remainder is 2, how do you determine the remainder when the polynomial is divided by (x+2)(x-1)?

3 Answers
Jul 1, 2015

The remainder when dividing f(x)f(x) by (x+2)(x-1)(x+2)(x1) is (7x-5)(7x5)

Explanation:

Note that (x+2)(x-1) = x^2+x-2(x+2)(x1)=x2+x2 is quadratic, so if we divide another polynomial by it then the remainder will be 00, a non-zero constant or a linear polynomial. Any remainder of greater degree could be divided further.

Suppose f(x) = (x+2)(x-1)k(x) + rx + sf(x)=(x+2)(x1)k(x)+rx+s

Then:

f(x)/(x+2) = (x-1)k(x) + (rx+s)/(x+2)f(x)x+2=(x1)k(x)+rx+sx+2

=(x-1)k(x) + (rx + 2r -2r + s)/(x+2)=(x1)k(x)+rx+2r2r+sx+2

=(x-1)k(x) + r + (s-2r)/(x+2)=(x1)k(x)+r+s2rx+2

Hence [1]: s-2r = -19s2r=19

f(x)/(x-1) = (x+2)k(x) + (rx+s)/(x-1)f(x)x1=(x+2)k(x)+rx+sx1

=(x+2)k(x) + (rx-r+r+s)/(x-1)=(x+2)k(x)+rxr+r+sx1

=(x+2)k(x)+r+(r+s)/(x-1)=(x+2)k(x)+r+r+sx1

Hence [2]: r+s = 2r+s=2

Subtract [2] from [1] to get -3r = -213r=21, hence r = 7r=7

Then s = 2 - r = -5s=2r=5

So the remainder when dividing f(x)f(x) by (x+2)(x-1)(x+2)(x1) is 7x-57x5

Jul 2, 2015

The remainder is 7x-57x5.

Explanation:

Call the polynomial P(x)P(x).

Because P(x)P(x) divided by x+2x+2 leaves a remainder of -1919, we know that:
P(x) = (x+2)Q_1(x) - 19P(x)=(x+2)Q1(x)19. (Division Algorithm)

Because P(x)P(x) divided by x-1x1 leaves a remainder of 22, we know that P(1) = 2P(1)=2 (Remainder Theorem)

From these two facts we get:

P(1) = (1+2)Q_1(1)-19 = 2P(1)=(1+2)Q1(1)19=2

So 3Q_1(1) = 213Q1(1)=21

and Q_1(1) = 7Q1(1)=7

Applying the Division Algorithm and the Remainder Theorem to Q_1(x)Q1(x) we learn that:

Q_1(x) = (x-1)Q_2(x)+7Q1(x)=(x1)Q2(x)+7

Subtitutuing in P(x) = (x+2)Q_1(x) - 19P(x)=(x+2)Q1(x)19, we get:

P(x) = (x+2)[(x-1)Q_2(x)+7] - 19P(x)=(x+2)[(x1)Q2(x)+7]19

= (x+2)(x-1)Q_2(x) + 7(x+2) - 19=(x+2)(x1)Q2(x)+7(x+2)19

= (x+2)(x-1)Q_2(x) + 7x+ 14 - 19=(x+2)(x1)Q2(x)+7x+1419

= (x+2)(x-1)Q_2(x) + [7x - 5]=(x+2)(x1)Q2(x)+[7x5]

The remainder is 7x-57x5.

May 28, 2017

7x-5.7x5.

Explanation:

Let the Poly. in question be p(x).p(x).

We know that, the Degree of the Remainder Poly. ** is strictly**

less than that of the Divisor Poly.

So, when p(x)p(x) is diveded by a Quadr. Poly. (x+2)(x-1)(x+2)(x1), the

Remainder Ploly. must have a degree 1, or, 0.1,or,0.

Therefore, let us suppose that, the desired remainder is, ax+b.ax+b.

Symbolically, this can be said, as, let,

p(x)=(x+2)(x-1)q(x)+(ax+b)..................(ast).

Now, p(x), when divided by (x+2) leaves remainder -19,

rArr p(-2)=-19.

rArr -2a+b=-19,............[because, (ast)]...........(ast_1).

On the same lines, p(1)=2 rArr a+b=2.............(ast_2).

Solving (ast_1) and (ast_2), a=7, b=-5, giving the desired

remainder, 7x-5, as Respected JIM H. and George C. have

readily obtained.

Enjoy Maths.!