document.write( "Question 1104694: Two pools are being filled with water. To start, the first pool contains
\n" );
document.write( "823
\n" );
document.write( " liters of water and the second pool contains
\n" );
document.write( "1300
\n" );
document.write( " liters of water. Water is being added to the first pool at a rate of
\n" );
document.write( "35.75
\n" );
document.write( " liters per minute. Water is being added to the second pool at a rate of
\n" );
document.write( "22.5
\n" );
document.write( " liters per minute. \r
\n" );
document.write( "\n" );
document.write( "full answer please!!!!!!!!!\r
\n" );
document.write( "\n" );
document.write( "1.after how many minutes will the two pools have the same amount of water?\r
\n" );
document.write( "\n" );
document.write( "2.how much water will be in the pool when they have the same amount? \n" );
document.write( "
Algebra.Com's Answer #719389 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let, \n" ); document.write( "x = number of minutes that have elapsed\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The first pool contains 823 liters of water. Water is being added to the first pool at a trate of 35.75 liters per minute. So after x minutes, the first pool will have a total of 35.75*x+823 liters of water \n" ); document.write( "The quantity 35.75*x represents the additional amount of water added after those x minutes go by, which is added on top of the 823 liters already there.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Similarly, the second pool will have a total of 22.5*x+1300 liters since it starts off with 1300 liters and we add on 22.5*x additional liters from the hose.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we want to know when the two pools are filled with the same amount of water, we set the expressions equal to each other and solve for x \n" ); document.write( "Amount of water for pool 1 = Amount of water for pool 2 \n" ); document.write( "35.75*x+823 = 22.5*x+1300 \n" ); document.write( "35.75*x+823-823 = 22.5*x+1300-823 \n" ); document.write( "35.75*x = 22.5*x+477 \n" ); document.write( "35.75*x-22.5*x = 22.5*x+477-22.5*x \n" ); document.write( "13.25*x = 477 \n" ); document.write( "13.25*x/13.25 = 477/13.25 \n" ); document.write( "x = 36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After 36 minutes, the two pools will have the same amount of water.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug x = 36 into either expression to get the amount of water \n" ); document.write( "Amount of water for pool 1 = 35.75*x+823 \n" ); document.write( "Amount of water for pool 1 = 35.75*36+823 \n" ); document.write( "Amount of water for pool 1 = 1287+823 \n" ); document.write( "Amount of water for pool 1 = 2110 \n" ); document.write( "OR \n" ); document.write( "Amount of water for pool 2 = 22.5*x+1300 \n" ); document.write( "Amount of water for pool 2 = 22.5*36+1300 \n" ); document.write( "Amount of water for pool 2 = 810+1300 \n" ); document.write( "Amount of water for pool 2 = 2110\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Technically you only have to pick one equation, but its good practice to use both to confirm we have the right answer. \r \n" ); document.write( "\n" ); document.write( "----------------------------------------------------- \n" ); document.write( "-----------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Now to answer the two questions: \n" ); document.write( "Question 1: After how many minutes will the two pools have the same amount of water? \n" ); document.write( "Answer 1: 36 minutes \n" ); document.write( "------- \n" ); document.write( "Question 2: How much water will be in the pool when they have the same amount? \n" ); document.write( "Answer 2: 2110 liters (this is the amount for each pool; not the combined from both pools) \n" ); document.write( " \n" ); document.write( " |