document.write( "Question 234490: A rectangular box has a volume of 750,000 cubic centimeters. It is
\n" );
document.write( "1 meter wide and 1.5 meters long. How tall is the box?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #172935 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A rectangular box has a volume of 750,000 cubic centimeters. It is \n" ); document.write( "1 meter wide and 1.5 meters long. How tall is the box? \n" ); document.write( "--------- \n" ); document.write( "1 meter = 100 cm \n" ); document.write( "1.5 meters = 150 cm \n" ); document.write( "Volume = l*w*h = 750000 cc \n" ); document.write( "750000 = 100*150*h = 1500h \n" ); document.write( "h = 750000/1500 = 500 cm = 0.5 meters \n" ); document.write( " \n" ); document.write( " |