document.write( "Question 620951: an inlet pipe on a swimming pool can be used to fill a pool in 32 hours. The drain pipe can be used to empty the pool in 48 hours. If the pool is 1/3 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( "
Algebra.Com's Answer #390474 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! an inlet pipe on a swimming pool can be used to fill a pool in 32 hours. The drain pipe can be used to empty the pool in 48 hours. If the pool is 1/3 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( "let x=time it will take to fill the pool \n" ); document.write( ".. \n" ); document.write( "1/32=work rate of inlet pipe \n" ); document.write( "1/48=work rate of drain pipe \n" ); document.write( "volume of flow=work rate*time \n" ); document.write( "remaining fraction of pool to be filled=2/3 \n" ); document.write( ".. \n" ); document.write( "1/32*x-1/48*x=2/3 \n" ); document.write( "x/32-x/48=2/3 \n" ); document.write( "48x-32x=2*48*32/3 \n" ); document.write( "16x=1024 \n" ); document.write( "x=64 \n" ); document.write( "time it will take to fill the pool=64 hrs \n" ); document.write( " |