document.write( "Question 231208: use synthetic division to perform 3xcubed plus 8xsquared plus 5x plus ten divided by x plus 2 \n" ); document.write( "
Algebra.Com's Answer #171153 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
\"%283x%5E3+%2B+8x%5E2+%2B+5x+%2B+10%29%2F%28x%2B2%29\"
\n" ); document.write( "Synthetic division works for division of expressions like (x-a). So we have to picture the problem as:
\n" ); document.write( "\"%283x%5E3+%2B+8x%5E2+%2B+5x+%2B+10%29%2F%28x+-+%28-2%29%29\"
\n" ); document.write( "Now we can proceed:
\n" ); document.write( "
\r\n" );
document.write( "-2 |   3   8   5   10\r\n" );
document.write( "----      -6  -4   -2             \r\n" );
document.write( "      ---------------\r\n" );
document.write( "       3   2   1    8\r\n" );
document.write( "

\n" ); document.write( "So
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );