Question 65545: I was told to find all roots of the polynomial x^3-x^2+16x-16.
Is it 1,4,-4? -1,4,-4? or do I add an "i" in any of them? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! I was told to find all roots of the polynomial x^3-x^2+16x-16.
----------
The coefficients add up to zero, so x=1 is a root.
Then using synthetic division you find:
1)....1....-1....16....-16
.......1.....0.....16.| 0
Quotient: x^2+16
Remainder: 0
---------------
Now you knowf(x)=(x-1)(x^2+16)
--------
But x^2+16 = (x+4i)(x-4i)
--------
So the final answer is
f(x)=(x-1)(x-4i)(x+4i)
Cheers,
Stan H.