Question 65545
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.