We’re told:
There are 20 machines, each working at a different constant rate.
Every day, exactly 2 machines work.
No pair works together more than once.
After all unique pairs of machines have worked once, then all 20 machines work together for 6 days to finish the job.
The question: If all 20 machines had worked together from the beginning, how many total days would it have taken to finish the same job?
Step 1: Count the number of unique pairs of 20 machines.
This is a standard combination:
(20,2) = (20×19)/2 =190
So for 190 days, 2 machines worked each day, each pair only once.
Step 2: Let’s define the total amount of work done as 1 full job.
Let each machine Mi have a work rate ri (e.g., jobs per day).
The total job is of size 1.
So:During the first 190 days, each day 2 machines worked. The total work done is the sum of the rates of those 2 machines, for 1 day.
So for all 190 days, the total work done =
∑ (ri + rj) {i.e for all unique pairs (i,j)} = ∑ (ri + rj ) (i.e for each pair)
Let’s compute that more carefully.
Step 3: Sum over all pairs: total work in first 190 days
We observe:
Each machine is in exactly (20 – 1) = 19 unique pairs (because there are 19 other machines).
So each machine works for 19 days, each time paired with a different machine.
Therefore, each machine contributes its rate ri for 19 days in the first phase.
So total work done in first 190 days:
∑i= 19*ri = 19*(r1 +r2 +⋯+r20 )=19R
Let’s define:
R= (r1 +r2 +⋯+r20 ) (i.e total rate of all 20 machines)
Step 4: Work done in last 6 days
After those 190 days, all 20 machines work together for 6 days.
So the total rate is R, and for 6 days:
Work done=6R
Step 5: Total work = Work done in both phases = 1 job
Total work=19R+6R=25R=1
-> So total rate of all 20 machines: R= 1/25
Step 6: If all 20 machines had worked together from the beginning...
Their total rate is R = 1/25 jobs/day
So to do 1 full job, time required = 1/R = 1/ (1/25) = 25 days
Final Answer: B