document.write( "Question 46197: Find all the roots of the polynomial x^3-x^2=16x-16. \n" ); document.write( "
Algebra.Com's Answer #30655 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Use Synthetic Division To Get: \n" ); document.write( "(x - 1)(x^2 - 16) = 0 \n" ); document.write( "(x + 4)(x - 4)(x - 1) = 0 \n" ); document.write( " |