document.write( "Question 71797: Find the roots of the polynomial x3 -x2 +16x -16\r
\n" );
document.write( "\n" );
document.write( "Please explain also.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #51333 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x3 - x2 + 16x - 16 \n" ); document.write( "(x3 - x2) + (16x - 16) \n" ); document.write( "x2(x - 1) + 16(x - 1) \n" ); document.write( "(x2 + 16)(x - 1) \n" ); document.write( " |