document.write( "Question 1042459: One pump can fill a swimming pool in 8 hours and another pump can fill it in 10 hours. If both pumps are opened at the same time, how many hours will it take to fill the pool?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #657424 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Let x be the amount of time it takes to fill the pool with both pumps working together, then \n" ); document.write( ": \n" ); document.write( "(1/8) + (1/10) = (1/x) \n" ); document.write( ": \n" ); document.write( "represents amount of pool filled in an hour working together \n" ); document.write( ": \n" ); document.write( "(5/40) + (4/40) = (1/x) \n" ); document.write( ": \n" ); document.write( "9/40 = 1/x \n" ); document.write( ": \n" ); document.write( "9x = 40 \n" ); document.write( ": \n" ); document.write( "x = 4.44444 approx 4.4 hours \n" ); document.write( ": \n" ); document.write( "****************************************** \n" ); document.write( "it will take 4.4 hours to fill the pool \n" ); document.write( "****************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |