How do you determine whether x-1 is a factor of the polynomial x^3-3x^2+4x-2x33x2+4x2?

1 Answer
Jan 2, 2017

Observe that x^3-3x^2+4x-2x33x2+4x2 evaluates to 00 at x=1x=1 and conclude that x-1x1 is a factor of x^3-3x^2+4x-2x33x2+4x2.

Explanation:

In general, given a polynomial P(x)P(x), we have that x-axa is a factor of P(x)P(x) if and only if P(a) = 0P(a)=0. To test if x-1x1 is a factor of x^3-3x^2+4x-2x33x2+4x2, then, we can evaluate x^3-3x^2+4x-2x33x2+4x2 at 11:

1^3-3(1)^2+4(1)-2 = 1 - 3 + 4 - 2 = 0133(1)2+4(1)2=13+42=0

Thus x-1x1 is a factor of x^3-3x^2+4x-2x33x2+4x2.

If we want to see how it factors out, we can use polynomial long division to find that

x^3-3x^2+4x-2 = (x-1)(x^2-2x+2)x33x2+4x2=(x1)(x22x+2)