document.write( "Question 77735: Perform the indicated divisions.
\n" );
document.write( "8x^3 -6x^2 + 2x / 4x +1
\n" );
document.write( " This is what I got is it right?
\n" );
document.write( "2x^2 - 2x + 1 \n" );
document.write( "
Algebra.Com's Answer #55740 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 8x^3 -6x^2 + 2x / 4x +1 \n" ); document.write( "Factor the numerator: \n" ); document.write( "2x(4x^2-3x+1) \n" ); document.write( "=x(4x+1)(x-1) \n" ); document.write( "--------- \n" ); document.write( "Divide that by 4x+1 to get: \n" ); document.write( "x(x-1) \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |