document.write( "Question 85752: Dividing Polynomials : synthetic division\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "x^4 - 6x^3 + 2x - 4 divided by x -3 \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "please help me if you can \n" );
document.write( "
Algebra.Com's Answer #61960 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x^4 - 6x^3 + 2x - 4 divided by x - 3 ~> Root: 3 \n" ); document.write( "Root ................... Coefficients \n" ); document.write( "3| ....... 1 ..... -6 ..... 0 ..... 2 ..... -4 \n" ); document.write( "............. 1 ..... -3 ..... -9 ..... -25 ..... -79 \n" ); document.write( "x^3 - 3x^2 - 9x - 25 - 79/(x - 3) \n" ); document.write( " |