document.write( "Question 252721: A box is x inches high, (2x + 3) inches wide, and (2x + 5) inches long. In terms of x, what is the volume (V) of the box? \n" ); document.write( "
Algebra.Com's Answer #184780 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Volume is
\n" ); document.write( "V = LxWxH
\n" ); document.write( "V = (X)(2x+3)(2x+5)
\n" ); document.write( "V = 4x^3 + 16x^2 + 15X.
\n" ); document.write( "
\n" );