When the polynomial is divided by , the remainder is . When the polynomial is divided by , the remainder is If , find the value of a.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the first polynomial be p(x) and the second q(x).
Then p(x) = (x + 1) * r(x) + R1 and q(x) = (x - 2) * u(x) + R2 for some polynomials r(x) and u(x). Next, we have p(-1) = 5a - 6 = R1 and q(2) = 4a - 10 = R2.
Solving these simultaneously, we find that 4 * R1 - 5 * R2 = 26. We are (in effect) given that 4 * R1 + 2 * R2 = 12, so 7 * R2 = -14.
Thus R2 = -2, and so 4a = R2 + 10 = 8, giving us a = 2 .