How do you use the remainder theorem to see if the x+6 is a factor of x^5+6x^4-3x^2-22x-29?

1 Answer
Feb 17, 2017

See explanation.

Explanation:

According to the Reminder theorem to see if (x-a) is a factor of a polynomial P(x) you have to check if P(a)=0

In the given example we have:

P(x)=x^5+6x^4-3x^2-22x-29 and a=-6, so:

P(-6)=(-6)^5+6*(-6)^4-3*(-6)^2-22*(-6)-29

=-7776+7776-108+132-29=132-108-29=

=24-29=-5

The value P(-6) is different from zero, so the polynomial is not divisible by (x+6)