document.write( "Question 745076: One pipe can fill a tank in 5 hours and another pipe can fill the same tank in 4 hours. A drainpipe can empty the full content of the tank in 20 hours. With all the three pipes open, how long will it take to fill the tank? \n" ); document.write( "
Algebra.Com's Answer #453701 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
One pipe can fill a tank in 5 hours and another pipe can fill the same tank in 4 hours. A drainpipe can empty the full content of the tank in 20 hours. With all the three pipes open, how long will it take to fill the tank?
\n" ); document.write( ".
\n" ); document.write( "Let x = time (hours) it takes to fill tank
\n" ); document.write( "then
\n" ); document.write( "x(1/5 + 1/4 - 1/20) = 1
\n" ); document.write( "multiplying both sides by 20:
\n" ); document.write( "x(4 + 5 - 1) = 20
\n" ); document.write( "x(8) = 20
\n" ); document.write( "x = 20/8
\n" ); document.write( "x = 5/2
\n" ); document.write( "x = 2.5 hours
\n" ); document.write( "
\n" );