document.write( "Question 44535This question is from textbook
\n" );
document.write( ": Find all roots of the polynomial x^3-x^2+16x-16.\r
\n" );
document.write( "\n" );
document.write( "Thanks Very Much. \n" );
document.write( "
Algebra.Com's Answer #29416 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Find all roots of the polynomial \n" ); document.write( "F(X)= x^3-x^2+16x-16. \n" ); document.write( "F(1)=1-1+16-16=0 \n" ); document.write( "HENCE X-1 IS A FACTOR.DIVIDING..WITH X-1 \n" ); document.write( "1...|..1.....-1......16......-16 \n" ); document.write( "....|..0......1.......0.......16 \n" ); document.write( "------------------------------------ \n" ); document.write( ".......1......0.......16.......0 \n" ); document.write( "X^2-16 IS THE QUOTIENT \n" ); document.write( "=(X+4)(X-4) \n" ); document.write( "HENCE \n" ); document.write( "F(X)=(X-1)(X+4)(X-4) \n" ); document.write( " |