document.write( "Question 201089: Filling a tank. A water tank has an inlet pipe and a drain
\n" );
document.write( "pipe. A full tank can be emptied in 30 minutes if the drain
\n" );
document.write( "is opened and an empty tank can be filled in 45 minutes
\n" );
document.write( "with the inlet pipe opened. If both pipes are accidentally
\n" );
document.write( "opened when the tank is full, then how long will it take to
\n" );
document.write( "empty the tank? \n" );
document.write( "
Algebra.Com's Answer #151354 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( "both pipes open \n" ); document.write( "Given: \n" ); document.write( "drain pipe rate: \n" ); document.write( "(1 tankful)/(30 min) \n" ); document.write( "inlet pipe rate: \n" ); document.write( "(1 tankful)/(45 min) \n" ); document.write( " \n" ); document.write( "Multiply both sides by \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "It will take 90 min to empty tank \n" ); document.write( "with both pipes open. \n" ); document.write( " |