What is the formula or rather the rationale for computing a combined rate but just for a portion of the work, for example two machines working together for a certain amount of time and then one of the machine stops while the other continues. The other way around as well: one machine start working and then another one joins. Many thx in advance!
Let assume we have 2 machines M1 and M2
M1 can finish a task in say x hours (lets say x = 2)
M2 can finish a task in say y hours (lets say y = 3)
One approach is to assume TOTAL WORK to be done as some multiple of X and Y hours. Lets say total work = 12
M1 works on a task for 1 hour and then M2 joins M1 to finsh the work in Z hours, Calculate Z.
Now we know from above that M1 can do 12 units of WORK in 2 hours; so in 1 hour he completes 12/2 = 6 units of work.
similarly M2 can do 12 units of WORK in 3 hours; so in 1 hour he completes 12/3 = 4 units of work.
Now we know M1 worked alone for an hour. in that he must have finished 6 units
work remaining = 12 - 6 = 6 units
M1 + M2 together do 6 + 4 = 10 units of work in 1 hour (=60 mins)
to do 6 units of work, they will need: 60 * 6 / 10 = 36 mins
hence Z = 36 mins or 3/5 hours












