Quote:
A factory has three machines, Machine A, Machine B and Machine C, each of which works at a constant rate. At the beginning of the day, Machine A worked alone for 3 hours and completed 1/6 of a certain job. Machine A then worked together with Machine B for 2 hours, during which time 1/3 of the job was completed. Finally, Machine B and Machine C worked together for 4 hours and completed the remainder of the job. How long would it have taken Machine C, working alone, to complete the job?
Using RT=WLet rate of machine A, machine B, machine C be x, y and z respectively.
Machine A worked alone for 3 hours and completed 1/6 of a certain job
x*3 = 1/6
x = 1/18Machine A then worked together with Machine B for 2 hours, during which time 1/3 of the job was completed
(x+y)*2 = 1/3
1/18 + y = 1/6
y = 1/6 - 1/18
y = 1/9Machine B and Machine C worked together for 4 hours and completed the remainder of the job
Amount of the work remaining = 1 -(1/6 + 1/3) = 1/2
(y+z)*4 = 1/2
1/9 + z = 1/8
z = 1/8 - 1/9
z = 1/72It would take 72 hours for Machine C to complete the job, working alone.
E is correct