document.write( "Question 767086: write a polynomial expression, in simplified form, that represents the volume of a box with the legth of 3x-2 , width of x , and height of x+1 \n" ); document.write( "
Algebra.Com's Answer #467397 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Volume = length*width*height
\n" ); document.write( "Volume = (3x - 2)*(x)*(x + 1)
\n" ); document.write( "Volume = (3x^2 - 2x) * (x + 1)
\n" ); document.write( "Volume = 3x^3 + 3x^2 - 2x^2 - 2x
\n" ); document.write( "Volume = 3x^3 + x^2 - 2x
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );