document.write( "Question 672209: (x 3 - 5x 2 + 4x + 7 ) ÷ (x - 1) \n" ); document.write( "
Algebra.Com's Answer #417829 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
(x 3 - 5x 2 + 4x + 7 ) ÷ (x - 1)
\n" ); document.write( "using long division:
\n" ); document.write( "..........x^2...-4x.........
\n" ); document.write( "...x-1|x^3...-5x^2.... 4x...7...
\n" ); document.write( "..........x^3....-x^2..................
\n" ); document.write( "....................-4x^2.....4x........
\n" ); document.write( "....................-4x^2.....4x.......
\n" ); document.write( "........................0.........0.....7.....
\n" ); document.write( "Quotient:(x^2-4x)+Remainder=7
\n" ); document.write( "Check:
\n" ); document.write( "divisor*quotient=dividend
\n" ); document.write( "(x-1)(x^2-4x)+7=(x^3-5x^2+4x+7 )
\n" ); document.write( "
\n" );