document.write( "Question 1050119: What is the height of a box with a volume of 50 cubic meters, length of 10 meters, and width of 2 meters. \n" ); document.write( "
Algebra.Com's Answer #665693 by hussamuddin(51)\"\" \"About 
You can put this solution on YOUR website!
\"volume=length%2Awidth%2Aheight\"
\n" ); document.write( "\"50=10%2A2%2Ah\"
\n" ); document.write( "\"50=20h\"
\n" ); document.write( "\"20h=50\"
\n" ); document.write( "\"h=50%2F20\"
\n" ); document.write( "\"h=5%2F2\"
\n" ); document.write( "\"h=2.5\"
\n" ); document.write( "height = 2.5 metres
\n" ); document.write( "
\n" );