Question #55c5d

1 Answer
Sep 5, 2017

There are two possible values:

m=-3/2m=32 or m= 2 m=2

Explanation:

We use the remainder theorem:

The remainder of the division of a polynomial f(x)f(x) by a linear factor x-axa is f(a)f(a)

Consider the first polynomial:

P(x)=x^3 +4x^2 - 2x +1 P(x)=x3+4x22x+1

Then by the Remainder Theorem, if we divide P(x)P(x) by x-mxm then the remainder, r_prp, is:

r_p = P(m) = m^3 +4m^2 - 2m +1 rp=P(m)=m3+4m22m+1

Similarly for the second polynomial:

Q(x) = x^3 +2x^2 - x + 7 Q(x)=x3+2x2x+7

If we divide Q(x)Q(x) by x-mxm then the remainder, r_qrq, is:

r_q = Q(m) = m^3 +2m^2 - m + 7 rq=Q(m)=m3+2m2m+7

We are given that the remainders are the same:

:. r_p = r_q
:. m^3 +4m^2 - 2m +1 = m^3 +2m^2 - m + 7
:. 2m^2 - m -6 = 0
:. (m-2)(2m+3) = 0
:. m=-3/2, 2