document.write( "Question 91598: If Steven can mix 20 drinks in 5 minutes, Sue can mix 20 drinks in 10 minutes, and Jack can mix 20 drinks in 15 minutes, how much time will it take all 3 of them working together to mix the 20 drinks \n" ); document.write( "
Algebra.Com's Answer #66519 by stanbon(75887) ![]() You can put this solution on YOUR website! If Steven can mix 20 drinks in 5 minutes, Sue can mix 20 drinks in 10 minutes, and Jack can mix 20 drinks in 15 minutes, how much time will it take all 3 of them working together to mix the 20 drinks \n" ); document.write( "----------- \n" ); document.write( "Let \"the job\" be mix 20 drinks \n" ); document.write( "------------------- \n" ); document.write( "Steven DATA: \n" ); document.write( "Time = 5 min/job ; Rate = 1/5 job/min \n" ); document.write( "---------------------------- \n" ); document.write( "Sue DATA: \n" ); document.write( "Time = 10 min/job ; Rate = 1/10 job/min \n" ); document.write( "------------------------------ \n" ); document.write( "Jack DATA: \n" ); document.write( "Time = 15 min/job ; Rate = 1/15 job/min \n" ); document.write( "------------------------------ \n" ); document.write( "Together DATA: \n" ); document.write( "Time = x min/job ; Rate = 1/x job/min \n" ); document.write( "--------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "rate + rate + rate = together rate \n" ); document.write( "1/5 + 1/10 + 1/15 = 1/x \n" ); document.write( "Multiply thru by 30x to get: \n" ); document.write( "6x + 3x + 2x = 30 \n" ); document.write( "11x = 30 \n" ); document.write( "x = (30/11) min/job \n" ); document.write( "Time for all working together to mix 20 drinks = 30/11 = 2.73 minutes \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |