document.write( "Question 1076172: An inlet pipe on a swimming pool can be used to fill the pool in 6 hours. The drain pipe can be used to empty the pool in 8 hours. If the pool is 1/2 filled and then the inlet pipe and drain pipe are opened, how long from that time will it take to fill the pool?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #690828 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The inlet pipe can fill 1/6 of the pool per hour, the drain empties 1/8 of the pool per hour. \n" ); document.write( "In x hours, (x/6)-(x/8)=1/2 \n" ); document.write( "multiply through by 24 \n" ); document.write( "4x-3x=12 \n" ); document.write( "x=12 hours ANSWER \n" ); document.write( "The inlet pipe will fill the equivalent of 2 pools, and the drain empties the equivalent of 1.5 pools, for half a pool. \n" ); document.write( " |