document.write( "Question 1109484: Working together, two pumps can drain a certain pool in 4
\n" );
document.write( " hours. If it takes the older pump 12
\n" );
document.write( " hours to drain the pool by itself, how long will it take the newer pump to drain the pool on its own?
\n" );
document.write( "Do not do any rounding. \n" );
document.write( "
Algebra.Com's Answer #724462 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the time it takes the newer pump to drain the pool \n" ); document.write( ": \n" ); document.write( "(1/12) + (1/x) = 1/4 \n" ); document.write( ": \n" ); document.write( "1 + 12/x = 3 \n" ); document.write( ": \n" ); document.write( "12/x = 2/1 \n" ); document.write( ": \n" ); document.write( "2x = 12 \n" ); document.write( ": \n" ); document.write( "x = 6 \n" ); document.write( ": \n" ); document.write( "************************************************************ \n" ); document.write( "it takes the newer pump 6 hours to drain the pool on its own \n" ); document.write( "************************************************************ \n" ); document.write( ": \n" ); document.write( " |