document.write( "Question 98063: a water tank has an inlet pipe and a drain pipe. A full tank can be emptied in 30 minutes if the drain is opened and an empty tank can be filled in 45 minutes with the inlet pipe opened. If both pipes are accidentally opened when the tank is full, then how long will it take to empty the tank \n" ); document.write( "
Algebra.Com's Answer #71327 by edjones(8007)![]() ![]() You can put this solution on YOUR website! flow*time=volume f*t=v f=v/t \n" ); document.write( "let v=100 gallons actually it can be any number you choose and the answer will be the same. \n" ); document.write( "100/30=10/3 \n" ); document.write( "100/45=20/9 \n" ); document.write( "10/3-20/9=90/27-60/27=30/27=10/9 (10 gal leaves the tank every 9 minutes) So in 90 min the tank will be empty. \n" ); document.write( "if you like formulas you can do a proportion: \n" ); document.write( "10/9=100/t \n" ); document.write( "10x/9=100 \n" ); document.write( "t=100*9/10=90 min \n" ); document.write( "Ed \n" ); document.write( " |