document.write( "Question 17534: How do I use the synthetic division to solve a problem like
\n" );
document.write( "x^2+2x+4=(x+1)*(______)+(______) \n" );
document.write( "
Algebra.Com's Answer #8563 by xcentaur(357)![]() ![]() ![]() You can put this solution on YOUR website! x^2+2x+4=(x+1)*(______)+(______)\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "x+1| x^2 + 2x + 4\r\n" ); document.write( " -1| 1 2 4\r\n" ); document.write( " | - -1 -1\r\n" ); document.write( " -----------------\r\n" ); document.write( " 1 1 3\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( "So we get, \n" ); document.write( "(x+1)(x+2)+3 \n" ); document.write( "
|