Question 181182
there are 810 dishes that need to be rinsed. john can rinse them in 135 minutes by himself it will take his friend bob 90 minutes to rinse these dishes how lomg will it take them if they rinse the 810 dishes together?
--------------------------------------------------------------
John DATA:
time = 135 min/job ; rate = 1/135 job/min
------------------------------------------
Bob DATA:
time = 90 min/job ; rate = 1/90 job/min
------------------------------------------
Together DATA:
time = x min/job ; rate = 1/x job/min
-----------------------------------------
Equation:
rate + rate = together rate
1/135 + 1/90 = 1/x

Multiply thru by 90*135*x
----------------------------
90x + 135x = 90*135

225x = 90*135
x = 54 min (time to do the job together)
===========================================
Cheers,
Stan H.