document.write( "Question 1049591: A box with a top has length L, width W, and height H. Find the volume and surface area of the box.
\n" ); document.write( "L equals=1.5meters, W equals=0.8meters, H equals=0.3meters
\n" ); document.write( "

Algebra.Com's Answer #665163 by hussamuddin(51)\"\" \"About 
You can put this solution on YOUR website!
\"volume=length%2Awidth%2Aheight\"
\n" ); document.write( "\"v=1.5%2A0.8%2A0.3\"
\n" ); document.write( "\"v=0.36\"\r
\n" ); document.write( "\n" ); document.write( "\"area=length%2Awidth\"
\n" ); document.write( "\"a=1.5%2A0.8\"
\n" ); document.write( "\"a=1.2\"
\n" ); document.write( "
\n" );