Here they said 2 machines work each day,and there are 20 machines in total.So how many unique pairs are there?
That will give us the number of days those machines worked in the first phase.
20C2 will give us the unique pairs and that is 190.That means the machines worked for 190 days in the first phase.
Then I got stuck.
The question asks us how many days would the job have been completed
rate=work/time
so somehow we need to find rate and work to get the time
in second phase we can calculate work
work=rate*time
let rate be R which adds up all the rates of the machines and time is given
work(phase 2)=R*6=6R
in first phase,we need to find total work
work=rate*time
let rate be R which adds up all the rates of the machines
work(phase 1)=R*days.
We need to find the days
Each machine will work with 19 other machines(not 20 because it cant pair with itself),so that means each machine works for 19 days.
So it will be like 19r1+19r2+19r3........(where r1,r2,r3 are different rates for the different machines)
so work(phase2)=19R
total work(phase1+phase2)=25R
Finally we can get the answer(phew)
rate=work/time
time=work/rate=25R/R=25
The answer is B.
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