document.write( "Question 201658This question is from textbook
\n" );
document.write( ": 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 #151906 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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( "-------------------- \n" ); document.write( "Drain Pipe DATA: \n" ); document.write( "time = 30 min/job ; rate = 1/30 job/min \n" ); document.write( "----------------------- \n" ); document.write( "Fill Pipe DATA: \n" ); document.write( "time = 45 min/job ; rate = 1/45 job/min \n" ); document.write( "------------------------- \n" ); document.write( "Together DATA: \n" ); document.write( "time = x min/job ; rate = 1/x job/min \n" ); document.write( "-------------------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "fill rate - drain rate = together rate \n" ); document.write( "1/30 - 1/45 = 1/x \n" ); document.write( "45x - 30x = 30*45 \n" ); document.write( "15x = 30*45 \n" ); document.write( "x = 2*45 \n" ); document.write( "x = 90 minutes (time for both pipes together to fill the tank) \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |