document.write( "Question 1121278: Use synthetic division to divide the first polynomial by the second.
\n" );
document.write( "5x3 − 6x2 + 3x − 3, x − 2 \n" );
document.write( "
Algebra.Com's Answer #737095 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! 5x^3-6x^2+3x-3 divided by x-2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The root being checked is 2. \n" ); document.write( " \r\n" ); document.write( "2 | 5 -6 3 -3\r\n" ); document.write( " |\r\n" ); document.write( " | 10 8 22\r\n" ); document.write( " |___________________________\r\n" ); document.write( " 5 4 11 19\r\n" ); document.write( " \n" ); document.write( "Remainder is 19. \n" ); document.write( " |