document.write( "Question 79963: 49. One pipe can fill a tank in 8 minutes and a second pipe in 12 minutes. If the tank is empty, how long will it take both pipes to fill it?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #57338 by doctor_who(15)![]() ![]() ![]() You can put this solution on YOUR website! We don't know the volume of the tank, so let's say it has a capacity of G gallons. \n" ); document.write( "If the first pipe can fill the tank in 8 minutes, then the flow rate of the pipe is G/8 gallons per minute. \n" ); document.write( "Likewise, the flow rate of the second pipe is G/12 gallons per minute. \n" ); document.write( "That means the combined flow rate is (G/8) + (G/12) gallons per minute. \n" ); document.write( "Now, put them over a common denominator of 24 and simplify : \n" ); document.write( "(G/8) + (G/12) = 3G/24 + 2G/24 \n" ); document.write( "= (5/24)G. \n" ); document.write( "So every minute, 5/24 of the tank gets filled by both pipes together. \n" ); document.write( "Therefore, in 24/5 minutes, the whole tank will be filled. \n" ); document.write( "24/5 minutes = 4 minutes and 48 seconds (ANSWER) \n" ); document.write( " |