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)\"\" \"About 
You can put this solution on YOUR website!
Let \"t\" = time in minutes to empty tank with
\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( "\"1%2F30+-+1%2F45+=+1%2Ft\"
\n" ); document.write( "Multiply both sides by \"90t\"
\n" ); document.write( "\"3t+-+2t+=+90\"
\n" ); document.write( "\"t+=+90\"
\n" ); document.write( "It will take 90 min to empty tank
\n" ); document.write( "with both pipes open.
\n" ); document.write( "
\n" );