document.write( "Question 253212: 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 empty tank can be filled in 45 minutess with the inlet pipe opened. If both pipes are accidently opened when the tank is full, then how long would it take to empty the tank?\r
\n" ); document.write( "\n" ); document.write( "I believe this is a trick question and can possible be unknown.
\n" ); document.write( "

Algebra.Com's Answer #185450 by Greenfinch(383)\"\" \"About 
You can put this solution on YOUR website!
Tank is full = 1
\n" ); document.write( "Tank is empty = 0
\n" ); document.write( "Rate of filling is t/30
\n" ); document.write( "Rate of emptying is t/45
\n" ); document.write( "The condition is therefore 1-(t/30) + (t/45) = 0
\n" ); document.write( "LCM is 90 so 90/90 -(3t - 2t)/90 = 0
\n" ); document.write( "or 90 -(3t - 2t)=0
\n" ); document.write( "90 -t = 0
\n" ); document.write( "t = 90 (minutes)
\n" ); document.write( "The problem gets more difficult if the rate of emptying depends on the level of water left in the tank, but this is not the case here.
\n" ); document.write( "
\n" );