document.write( "Question 1026671: A rectangular tank has a base that is 10cm by 5cm and a height of 20cm. If the tank is half full of water, by how many cm will the water level rise if 325 cubic centimeter of water are poured into the tank? \n" ); document.write( "
Algebra.Com's Answer #641954 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rectangular tank has a base that is 10cm by 5cm and a height of 20cm. \n" ); document.write( " If the tank is half full of water, by how many cm will the water level rise if 325 cubic centimeter of water are poured into the tank? \n" ); document.write( ": \n" ); document.write( "let h = the height of the added water \n" ); document.write( "10 * 5 * h = 325 \n" ); document.write( "50h = 325 \n" ); document.write( "h = 325/50 \n" ); document.write( "h = 6.5 cm the water will rise \n" ); document.write( " |