document.write( "Question 644146: one pipe can fill a pool 1.25 times faster than a second pipe . When both pipes are opened , they fill the pool in five hours . How long would it take to fill the pool if only the slower pipe is used ? tanx
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #404849 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Let r1 = flow rate of slower pipe \n" ); document.write( "Let r2 = flow rate of faster pipe \n" ); document.write( "Let G = the capacity of the pool \n" ); document.write( "Knowns: \n" ); document.write( "1) faster rate = 1.25 slower rate. \n" ); document.write( "2) It takes 5 hours to fill the pool with both pipes. \n" ); document.write( "Unknowns: \n" ); document.write( "a) The time, T. to fill pool at the slower flow rate. \n" ); document.write( "Appropriate formula to use: \n" ); document.write( "G = r*t, where G is capacity in gallons, r is the rate of flow in gal/hr and t is the time in hours. \n" ); document.write( "Solution: \n" ); document.write( "With both pipes flowing, we have \n" ); document.write( "(1) G = (r1 + r2)*5 \n" ); document.write( "Substituting the knowns into (1) yields \n" ); document.write( "(2) G = (r1 + 1.25*r1)*5 \n" ); document.write( "Simplifying (2), we get \n" ); document.write( "(3) G = r1*(1 + 1.25)*5 or \n" ); document.write( "(4) G = 2.25*5*r1 or \n" ); document.write( "(5) G = 11.25*r1 \n" ); document.write( "Filling the pool with just at the slow rate, is given by \n" ); document.write( "(6) G = r1*T \n" ); document.write( "Setting G of (5) equal to the same G of (6) yields \n" ); document.write( "(7) G = G or \n" ); document.write( "(8) 11.25*r1 = r1*T \n" ); document.write( "The r1 factor on LS cancels r1 on the RS, leaving only \n" ); document.write( "(9) T = 11.25 hrs \n" ); document.write( "We should always check our answer. Any idea of how can we check this value of time T? Let me ask you,\"Is r2 = 1.25*r1?\" \n" ); document.write( "Let's find r1 and r2. \n" ); document.write( "In (5) we have \n" ); document.write( "(10) r1 = G/11.25 \n" ); document.write( "From (2) we have \n" ); document.write( "(11) r1 + r2 = G/5 \n" ); document.write( "Now substitute (10) into (11) to get \n" ); document.write( "(12) r2 = G/5 - G/11.25 or \n" ); document.write( "(13) r2 = ((11.25 - 5)/(5*11.25))*G or \n" ); document.write( "(14) r2 = (6.25/(5*11.25))*G or \n" ); document.write( "(15) r2 = 125/1125*G or \n" ); document.write( "(16) r2 = G/9 \n" ); document.write( "Now \n" ); document.write( "Is (r2 = 1.25*r1)? \n" ); document.write( "Is (G/9 = 1.25*(G/11.25))? \n" ); document.write( "Is (G/9 = G/9)? \n" ); document.write( "Is (9 = 9)? Yes \n" ); document.write( "Answer: The pipe with the slower flow rate will take 11.25 hours to fill the pool. \n" ); document.write( " |