document.write( "Question 85754: Dividing Polynomials: synthetic\r
\n" );
document.write( "\n" );
document.write( "3x^4 - 8x^2 + 7 divided by x - 2\r
\n" );
document.write( "\n" );
document.write( "please help me if you can \n" );
document.write( "
Algebra.Com's Answer #61959 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 3x^4 - 8x^2 + 7 divided by x - 2 \n" ); document.write( "Main Concern: x - 2 ~> the root being 2 \n" ); document.write( "Root .......................... Coefficients \n" ); document.write( "2| ...... 3 ..... 0 ..... -8 ..... 0 ..... 7 \n" ); document.write( ".............. 3 ..... 6 ..... 4 .... 8 ..... 23 \n" ); document.write( "The first term you pull down. Multiply that (3) by the root (2) and add to the next coefficient. Repeat for the rest of the coefficients. \n" ); document.write( "3x^3 + 6x^2 + 4x + 8 + 23/(x - 2) \n" ); document.write( " |