Since there are 20 machines that initially work in distinct pairs for 1 day each, we need to find the number of distinct pairs and, correspondingly, the number of days until each pair has worked once, since it is given no one pair works together more than once.
The total number of such pairs that can be formed from 20 machines is given by the combination \(20C_2\), which gives us
190 distinct pairs.
Since each pair works for 1 day, the total work done by all pairs over 190 days is calculated as the sum of each pair's work, which is given by:
=> \(1\times(R_1 + R_2) + 1\times(R_1 + R_3) +\dots+ 1\times(R_{20} + R_{19})\) ; where \(R_1, R_2, ..., R_{20}\) represent the constant work rates of each of the 20 machines.
From the above, we observe that each machine’s work rate appears 19 times, so we can factor out 19 from sum of all the machines' work rates, giving us:
=> \(19\times(R_1 + R_2 +\dots+ R_{20})\) - (1)
Next, the total work done by all 20 machines working together over an additional 6 days is:
=> \(6\times(R_1 + R_2 +\dots+ R_{20})\) - (2)
Adding (1) and (2) together and equating to the total work, we get:
=> \(19\times(R_1 + R_2 +\dots+ R_{20}) + 6\times(R_1 + R_2 +\dots+ R_{20}) = 1\)
=> \(25\times(R_1 + R_2 +\dots+ R_{20}) = 1\)
=> \((R_1 + R_2 +\dots+ R_{20}) = \frac{1}{25}\) units of work/day
Thus, the combined work rate of all 20 machines working together is \(1/25\) units of work per day, and so if 20 machines together complete \(1/25\) of the job each day, it will take them
25 days to complete the entire job, had they worked together from the beginning
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