document.write( "Question 737605: Use synthetic division to find the quotient and the remainder.\r
\n" );
document.write( "\n" );
document.write( "(2x5 - x4 + 3x2 - x + 5) ÷ (x - 1)\r
\n" );
document.write( "\n" );
document.write( "I have tried to solve but I dont think I am getting far
\n" );
document.write( "so far I have \r
\n" );
document.write( "\n" );
document.write( "1 | 2 1 0 3 1 5
\n" );
document.write( " 2 3 6 9 10
\n" );
document.write( " 2 3 3 9 10 15\r
\n" );
document.write( "\n" );
document.write( "I know the 15 will become the remainder
\n" );
document.write( "(15/x-1)\r
\n" );
document.write( "\n" );
document.write( "But I am lost after that.
\n" );
document.write( "Thanks for your help \n" );
document.write( "
Algebra.Com's Answer #450492 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! Setting the pieces to perform synthetic division:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1___|___2____-1____3_____-1_____5 \n" ); document.write( "____|___.____2_____1_____4______3 \n" ); document.write( "___________________________________ \n" ); document.write( "________2____1_____4______3_____8\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check about two things in the method. I choose the root being tested-for from the binomial divisor, which is the POSITIVE 1. The first and second row elements are ADDED for obtaining the bottom row elements.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You could backtrack in advancement of method and compare results with regular polynomial division. \n" ); document.write( " |