document.write( "Question 1131318: Use synthetic division to find the quotient and remainder of the following:\r
\n" );
document.write( "\n" );
document.write( "x^3+2x^2-3x+1 is divisible by x+1 \n" );
document.write( "
Algebra.Com's Answer #747971 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "-1//1---2--- -3----1 \n" ); document.write( " 1 1 -4---- 5 \n" ); document.write( "quotient is x^2+x-4 with remainder 5 ANSWER\r \n" ); document.write( "\n" ); document.write( "multiply the two together \n" ); document.write( "x^3+x^2+x^2+x-4x-4+5 remainder=x^3+2x^2-3x+1 \n" ); document.write( " |