How do you use polynomial division to determine whether x=3 is a root of x3+x2+15x?

1 Answer
Nov 24, 2015

Divide (x3+x2x+15)÷(xr) with long polynomial division.

If you can divide without a remainder, x=r is a root.
If you have a remainder, it's not a root.

Explanation:

Well, just to check if x=3 is a root of your term, it would be easier to plug x=3 and see if the result is 0. :-)

But of course, it is also possible to determine the outcome with polynomial division.

To do so, you must divide (x3+x2x+15) by (x3).

I know that in some countries, a different notation for long division is being used but I will use the one that I'm familiar with and I hope that it will be no problem for you to rewrite it in your notation if necessary.

×(x3+x2×x×+15):(x3)=x2+4x+11
i(x33x2)
×x×××x
×××x4x2xx
××x(4x212x)
×××x××××x
××××××11xx+15
×××××(11xx33)
××××××××××x
×××××××××48

At the end of the computation, there is the remainder 48.

As you have a remainder, it means that x=3 is not a root of x3+x2x+15.