document.write( "Question 114306: use synthetic division to find the quotient and remainder
\n" );
document.write( "(x^3+4x^2+x-2)/(x+1) \n" );
document.write( "
Algebra.Com's Answer #83179 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! use synthetic division to find the quotient and remainder \n" ); document.write( "(x^3+4x^2+x-2)/(x+1) \n" ); document.write( "------------------- \n" ); document.write( "-1)....1....4....1....-2 \n" ); document.write( ".........1....3...-2...|..0\r \n" ); document.write( "\n" ); document.write( "------------------------------- \n" ); document.write( "Remainder: zero \n" ); document.write( "Quotient: x^2+3x-2\r \n" ); document.write( "\n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |