document.write( "Question 250404: I need help dividing the following using synthetic division.\r
\n" );
document.write( "\n" );
document.write( "(x^2 - 6x - 6x^3 + x^4) / (6 + x) \n" );
document.write( "
Algebra.Com's Answer #185107 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! First thing is to write everything in descending order and not to skip any terms: we have: \n" ); document.write( " \n" ); document.write( "we solve X + 6 = 0 for x to get x = 6. Now we are ready.\r \n" ); document.write( "\n" ); document.write( "6.// . 1 . . -6 . . 1 . . -6 \n" ); document.write( " . . . . . . 6 . . .0 . . 6 \n" ); document.write( "______________________________ \n" ); document.write( " . . . 1. . 0 . . . 1 . . 0.\r \n" ); document.write( "\n" ); document.write( "So, if all of this works correctly, you will see \n" ); document.write( "X^2 + 1 with no remainder. \n" ); document.write( " |