Question #55c5d
1 Answer
Sep 5, 2017
There are two possible values:
m=-3/2 orm= 2
Explanation:
We use the remainder theorem:
The remainder of the division of a polynomial
f(x) by a linear factorx-a isf(a)
Consider the first polynomial:
P(x)=x^3 +4x^2 - 2x +1
Then by the Remainder Theorem, if we divide
r_p = P(m) = m^3 +4m^2 - 2m +1
Similarly for the second polynomial:
Q(x) = x^3 +2x^2 - x + 7
If we divide
r_q = Q(m) = m^3 +2m^2 - m + 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