document.write( "Question 1168097: Two pools are being filled with water. To start, the first pool contains 980 liters of water and the second pool is empty. Water is being added to the first pool at a rate of 20.25 liters per minute. Water is being added to the second pool at a rate of 44.75 liters per minute. \r
\n" );
document.write( "\n" );
document.write( "After how many minutes will the two pools have the same amount of water?
\n" );
document.write( "How much water will be in each pool when they have the same amount? \n" );
document.write( "
Algebra.Com's Answer #792708 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! pool 1 has 980+20.25x, x=minutes \n" ); document.write( "pool 2 is 44.75x \n" ); document.write( "set them equal \n" ); document.write( "980+20.25x=44.75x \n" ); document.write( "980=24.5x \n" ); document.write( "x=40 minutes\r \n" ); document.write( "\n" ); document.write( "alternative way \n" ); document.write( "the rate of change between the two is pool 2 is filling 24.5 liters per minute faster than pool 1. It has to catch up 980 liters. That will take 40 minutes. \n" ); document.write( " |