document.write( "Question 329130: 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 i t take to empty the tank? \n" ); document.write( "
Algebra.Com's Answer #235857 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 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 i t take to empty the tank? \n" ); document.write( ". \n" ); document.write( "Let t = time it takes to empty tank \n" ); document.write( "then \n" ); document.write( "1 - t(1/30) + t(1/45) = 0 \n" ); document.write( "1 - t/30 + t/45 = 0 \n" ); document.write( "multiplying both sides by (30)(45): \n" ); document.write( "1350 - 45t + 30t = 0 \n" ); document.write( "1350 - 15t = 0 \n" ); document.write( "1350 = 15t \n" ); document.write( "90 minutes = t \n" ); document.write( " \n" ); document.write( " |