document.write( "Question 987570: A fish tank 60 cm long,40 cm wide and 30 cm high is three quarters full of water.All the water is poured into a second tank 75 cm long and 24 cm wide.Find the height of water in the second tank.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #608356 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A fish tank 60 cm long, 40 cm wide and 30 cm high is three quarters full of water. \n" ); document.write( "Find the volume of the water in cu/cm \n" ); document.write( "V = 60 * 40 * \n" ); document.write( "V = 2400 * 22.5 \n" ); document.write( "V = 54000 cu/cm \n" ); document.write( ": \n" ); document.write( "All the water is poured into a second tank 75 cm long and 24 cm wide. \n" ); document.write( "Find the height of water in the second tank. \n" ); document.write( "let h = the height of the water in this tank \n" ); document.write( "h * 75 * 24 = 54000 \n" ); document.write( "1800h = 54000 \n" ); document.write( "h = 54000/1800 \n" ); document.write( "h = 30 cm is the height of the water in this tank \n" ); document.write( " |