document.write( "Question 324846: autumn has come and you need to empty your swimming pool at home. you have an older water pump that can empty your swimming pool in 5 hours. you also just bought a new water pump since it was on sale and it can empty your swimming pool in 3 hours. you want to get the pool drained as quickly as possible so you can go out for a run. you decide to use both water pumps to empty your swimming pool at once. how long will it take the pool using both water pumps? \n" ); document.write( "
Algebra.Com's Answer #232575 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! autumn has come and you need to empty your swimming pool at home. you have an older water pump that can empty your swimming pool in 5 hours. you also just bought a new water pump since it was on sale and it can empty your swimming pool in 3 hours. you want to get the pool drained as quickly as possible so you can go out for a run. you decide to use both water pumps to empty your swimming pool at once. how long will it take the pool using both water pumps? \n" ); document.write( "--- \n" ); document.write( "Older pump DATA: \n" ); document.write( "time = 5 hrs/job ; rate = 1/5 job/hr \n" ); document.write( "---------------- \n" ); document.write( "Newer pump DATA: \n" ); document.write( "time = 3 hrs/job ; rate = 1/3 job/hr \n" ); document.write( "----------------- \n" ); document.write( "Together DATA: \n" ); document.write( "time = x hrs/job ; rate = 1/x job/hr \n" ); document.write( "==================================== \n" ); document.write( "Equation: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "1/5 + 1/3 = 1/x \n" ); document.write( "--- \n" ); document.write( "Multiply thru by 15x to get: \n" ); document.write( "3x + 5x = 15 \n" ); document.write( "8x = 15 \n" ); document.write( "x = 15/8 hrs (time required for both pumpts to empty the pool together) \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |