document.write( "Question 254914: A swimming pool is 1 meters deep, 6 meters wide, and 30 meters long. Water is pumped into the pool at a rate of 100 liters per minute. How many hours will it take to fill the pool? (Remember that there are 1000 liters in a cubic meter). \n" ); document.write( "
Algebra.Com's Answer #187253 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! A swimming pool is 1 meters deep, 6 meters wide, and 30 meters long. Water is pumped into the pool at a rate of 100 liters per minute. How many hours will it take to fill the pool? (Remember that there are 1000 liters in a cubic meter).\r \n" ); document.write( "\n" ); document.write( "volume = 1 * 6 * 30 = 180 cubic meters\r \n" ); document.write( "\n" ); document.write( "1000 liters / 1 cubic meter = x liters / 180 cubic meters\r \n" ); document.write( "\n" ); document.write( "1000 * 180 = x \n" ); document.write( "x=18000 liters needed to fill pool\r \n" ); document.write( "\n" ); document.write( "18000 liters / y minutes = 100 liters / 1 minute \n" ); document.write( "18000=100y \n" ); document.write( "y=180 minutes \n" ); document.write( "y=180 minutes * 1 hour / 60 minutes = 3 hours \n" ); document.write( " \n" ); document.write( " |