document.write( "Question 428523: One pump can empty a pool in 5 days, whereas a second pump can empty the pool in 7 days. How long will it take the two pumps, working together, to empty the pool?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #297827 by mananth(16946) You can put this solution on YOUR website! Emptying the tank is one job \n" ); document.write( "one pipe drains in 5 days \n" ); document.write( "It does 1/ 5 of the job in 1 day \n" ); document.write( "other pipe 7 day \n" ); document.write( "It does 1/ 7 of thejob in 1 day \n" ); document.write( "Together they will do 1/5+ 1/ 7 \n" ); document.write( "Together they will do 12/35 of the job in one day \n" ); document.write( "So they will take 2 8/9 days \n" ); document.write( "So they will take 2.92 days \n" ); document.write( " \n" ); document.write( " |