document.write( "Question 272480: 1. how do you find the quotient for (12x^3 + 3x^2 – 6x) divided by 3x. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #199329 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! how do you find the quotient for (12x^3 + 3x^2 – 6x) divided by 3x. \r \n" ); document.write( "\n" ); document.write( "(12x^3 + 3x^2 - 6x)/3x = \n" ); document.write( "(12x^3/3x) + (3x^2/3x) - (6x/3x) = \n" ); document.write( "4x^2 + x - 2 \n" ); document.write( " |