document.write( "Question 87054: Please help me to solve the following problem:\r
\n" );
document.write( "\n" );
document.write( "Factor each polynomial completely, given that the binomial following it is a factor of the polynomial:\r
\n" );
document.write( "\n" );
document.write( "x^3+4x^2-3x+10, x+5\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #63022 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x^3 + 4x^2 - 3x + 10, x + 5 \n" ); document.write( "Synthetic Division (do long division if you do not know how to solve this way): \n" ); document.write( "-5 | .... 1 ...... 4 ...... -3 ...... 10 \n" ); document.write( "..............1.......-1........2.........0 \n" ); document.write( "(x + 5)(x^2 - x + 2) \n" ); document.write( " |