document.write( "Question 742195: One pipe can fill a tank in 20 minutes, while
\n" );
document.write( "another takes 30 minutes to fill the same tank. How long would it take the two pipes together to fill the tank?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #852660 by greenestamps(13292) You can put this solution on YOUR website! \n" ); document.write( "Here is a different way of solving a problem like this. \n" ); document.write( "Consider the least common multiple of the two given times, which is 60 minutes. \n" ); document.write( "In 60 minutes, the first pipe could fill the tank 60/20 = 3 times. \n" ); document.write( "In 60 minutes, the second pipe could fill the tank 60/30 = 2 times. \n" ); document.write( "So in 60 minutes together the two pipes could fill the tank 3+2 = 5 times. \n" ); document.write( "So the time it takes the two pipes to fill the tank one time is 60/5 = 12 minutes. \n" ); document.write( "ANSWER: 12 minutes \n" ); document.write( "NOTE: Both this method and the method shown by the other tutor can be used to solve similar problems in which one pipe is trying to fill the tank while another pipe is trying to drain the tank. \n" ); document.write( " \n" ); document.write( " |