document.write( "Question 977709: x^2-7x-4/x-2
\n" );
document.write( "whats the quotient? \n" );
document.write( "
Algebra.Com's Answer #599264 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! x^2 -7x -4/x-2 \n" ); document.write( "use synthetic division \n" ); document.write( "2 | 1 -7 -4 | \n" ); document.write( " | 2 -10 | \n" ); document.write( " | 1 -5 -14 | \n" ); document.write( "therefore the quotient is x - 5 - 14/(x-2) \n" ); document.write( " \n" ); document.write( " |