Bunuel
20 machines, each working at a different constant rate, work to complete a certain job. Each day, exactly 2 machines are assigned to work, and no pair of machines works together more than once. After all such unique pairs have worked once, all 20 machines work together for 6 additional days to complete the job. If all 20 machines had worked together from the beginning, in how many days would the job have been completed?
A. 19
B. 25
C. 26
D. 190
E. 196
The machines have worked in pairs, and no pair works more than once. Hence total pairs are
20C2 = 190
Let the rates of work of each machine be denoted by r(n), where n refers to the nth machine
Let's write the work done by the machines
Day 1 = r(1) + r(2)
Day 2 = r(3) + r(2)
Day 3 = r(3) + r(4)
.......
.......
Day 190 = r(19) + r(20)
Now Adding up the work would give us
Initial work = r(1) + r(2) + r(3) + r(2) + .............................. + r(19) + r(20)
=> Initial work = 19 *( r(1) + r(2) + r(3) + ................ + r(20)) --> As each machine would partner with the other 19 machines once
Post this work, all the machine together worked for 6 days
Additional work = 6 *( r(1) + r(2) + r(3) + ................ + r(20))
Total work = Initial Work + Additional work
=> Total work = 19 *( r(1) + r(2) + r(3) + ................ + r(20)) + 6 *( r(1) + r(2) + r(3) + ................ + r(20))
=> Total work = 25 *( r(1) + r(2) + r(3) + ................ + r(20))
If all machines work together to complete the task of "Total Work" then we have
Rates of All machines working together \(X\) number of days = Total work
=> r(1) + r(2) + r(3) + ................ + r(20) \(X\) number of days = 25 *( r(1) + r(2) + r(3) + ................ + r(20))
=> number of days = \(\frac{25 *( r(1) + r(2) + r(3) + ................ + r(20))}{r(1) + r(2) + r(3) + ................ + r(20)}\)
=> number of days = 25
IMHO Option B