Last visit was: 19 Nov 2025, 05:21 It is currently 19 Nov 2025, 05:21
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
iamchinu97
Joined: 14 Dec 2020
Last visit: 19 Nov 2025
Posts: 133
Own Kudos:
139
 [1]
Given Kudos: 34
Products:
Posts: 133
Kudos: 139
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
simondahlfors
Joined: 24 Jun 2025
Last visit: 23 Sep 2025
Posts: 48
Own Kudos:
46
 [1]
Posts: 48
Kudos: 46
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Emkicheru
Joined: 12 Sep 2023
Last visit: 12 Sep 2025
Posts: 119
Own Kudos:
22
 [1]
Given Kudos: 11
Location: Kenya
GMAT 1: 780 Q50 V48
GRE 1: Q167 V164
GPA: 3.7
GMAT 1: 780 Q50 V48
GRE 1: Q167 V164
Posts: 119
Kudos: 22
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Redmaster2
Joined: 11 Mar 2025
Last visit: 19 Nov 2025
Posts: 36
Own Kudos:
20
 [1]
Given Kudos: 97
Posts: 36
Kudos: 20
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Count how many unique pairs of machines can be formed
We are choosing 2 machines out of 20 without repetition, so:
Number of unique pairs = C(20, 2) = (20 × 19) / 2 = 190 pairs

So, for 190 days, 2 machines worked per day.


Let’s define 1 “machine-day” as the work done by 1 machine in 1 day.

For the first 190 days: 2 machines worked each day → 190 × 2 = 380 machine-days
Then, all 20 machines worked for 6 days → 20 × 6 = 120 machine-days

Total work done = 380 + 120 = 500 machine-days


Let the number of days be D. Then:
20 × D = 500
D = 500 / 20 = 25

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


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
Sayan597
Joined: 16 Dec 2024
Last visit: 16 Nov 2025
Posts: 14
Own Kudos:
3
 [1]
Given Kudos: 53
Posts: 14
Kudos: 3
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Let us consider machine 1 finishes alone in m1 days, machine 2 in m2 days and so on...
efficiency: 1/m1, 1/m2, 1/m3, ..... 1/m20

in simple terms:

job done in day1: (1/m1 +1/m2)
job done in day2: (1/m2+1/m3)
job done in day3: (1/m3+1/m4)
....
....
job done in day190 (why 190? "Unique pairs can work once hence 20C2 = 190): (1/m19+1/m20)

Now, think carefully, each machine will appear 19 times if you combine the total work done since day 1 to 190 apparently the equation formed by this approach will represent the expression of job done in one day if all the machines would have worked together , hence -

19*(1/m1 + 1/m2 + 1/m3 + 1/m4 + 1/m5 ....... + 1/m19 + 1/m20) + 6*(ALL) = 1
=> 19*(ALL) + 6*(ALL) = 1

Hence it would take 19+6= 25 days to finish if all the machines would have worked together.

*Suggestions or any rectification to this approach is highly appreciated :)*
User avatar
HarshaBujji
Joined: 29 Jun 2020
Last visit: 16 Nov 2025
Posts: 695
Own Kudos:
885
 [1]
Given Kudos: 247
Location: India
Products:
Posts: 695
Kudos: 885
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
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


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

Let's call the rates at which each machine work as r1,r2......

If 2 machine groups work... So for 1st machine there will be 19 pairs, similarly for 2nd 19 pairs. ....

Total work = 19(r1+r2+.....r20) + 6(r1+r2+...r20) [ This is for the additional 6 days mentioned].
=> total work =25(r1+r2....r20).

So if from the start, if all 20 work together each day the work completed would be (r1+r2+r3....r20).

Hence to complete the total work we require 25 days.

Hence IMO B
User avatar
Harika2024
Joined: 27 Jul 2024
Last visit: 19 Nov 2025
Posts: 80
Own Kudos:
65
 [1]
Given Kudos: 31
Location: India
Posts: 80
Kudos: 65
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
The number of ways to choose 2 machines from 20 is given by the combination formula:
C(n,k)= n!/ (k!(n−k)!)

Number of unique pairs = C(20,2)= 20!/(2!(20−2)!)=10×19=190 pairs.

now let's consider the contribution of each individual machine to this sum. Each machine will work with 19 other machines.
sum of all unique pairs (R i)=19×(R 1 +R 2 +...+R 20 )

The first phase lasts for 190 days (since each of the 190 unique pairs works for 1 day).
Let R_total =R 1 +R 2 +...+R 20

Work done in the first phase (W 1 ) = 19×R_total ×1 day=19R_total
Work done in the second phase (for 6 days)(W 2 ) = R_total ×6 days=6R_total

The total job W = W 1 +W2

W=19R_total + 6R_total = 25R_total

Now, lets calculate days to complete the job

Let D be the number of days it would take.
W=R_total ×D
Substitute W=25R_total
25R_total =R_total ×D
D=25 days
User avatar
D3N0
Joined: 21 Jan 2015
Last visit: 19 Nov 2025
Posts: 587
Own Kudos:
572
 [1]
Given Kudos: 132
Location: India
Concentration: Operations, Technology
GMAT 1: 620 Q48 V28
GMAT 2: 690 Q49 V35
WE:Operations (Retail: E-commerce)
Products:
GMAT 2: 690 Q49 V35
Posts: 587
Kudos: 572
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Ans: B (25)

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.
So Total number of pairs = 20C2 = 190 ==> 190 days of pair work
In these 190 days, each machine has worked 19 times with another machine, so in total, there were 19 days of work done when all the machines work together.

After all such unique pairs have worked once, all 20 machines work together for 6 additional days to complete the job.
Including this, a total of 25 days (19+6) of work was done when all the machines worked together.

If all 20 machines had worked together from the beginning, in how many days would the job have been completed?
So if all the machines have worked together total of 25 days would have been the work days to complete the job.
User avatar
Brownieeee
Joined: 24 Nov 2024
Last visit: 04 Aug 2025
Posts: 49
Own Kudos:
31
 [1]
Given Kudos: 17
Products:
Posts: 49
Kudos: 31
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
  • How many unique pairs of 20 machines?
    Number of unique pairs of 20 machines = 20C2 =. 20! = 20×19 = 190 (20-2)! 2! 2 So, for 190 days, 2 machines work each day.
  • Each machine is in 19 different pairs (with each of the other 19 machines).
    So, every machine worked for 19 days in those 190 days.
  • If a machine has a rate of work (like machine A does 1 unit/day), then in 19 days, it does 19 units.
    So total work done in first 190 days =Sum of all machines’ rates × 19 = 19 × total rate (R) = 19R
  • In the last 6 days, all 20 machines work together, so work done = 6 × R
  • So total work = 19R + 6R = 25R
  • If all 20 machines worked together from the start, daily rate = R
    So number of days = 25R = 25
    R

Final Answer: 25 days
User avatar
mvgkannan
Joined: 23 Apr 2025
Last visit: 01 Oct 2025
Posts: 58
Own Kudos:
36
 [1]
Given Kudos: 38
Location: India
Concentration: Finance, Entrepreneurship
GMAT Focus 1: 705 Q90 V85 DI80
WE:General Management (Government)
GMAT Focus 1: 705 Q90 V85 DI80
Posts: 58
Kudos: 36
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Let's call machines X1 to X20, each having work rates of 1/X1, 1/X2, 1/X2, ...... , 1/X19, 1/X20. Since all 20 Machines work in pairs, we will have 19 unique pairs for X1, 18 for X2, ....... 1 unique pair for X19. Or in other words, each machine would have worked for 19 days, aprt from that all the machines worked for additional 6 days together, that means total work is completable in 19 + 6 days. i.e 25 days.

To visualise total work rate was equal to

(1/X1 + 1/X2) + (1/X1 + 1/X3) + ..... 19 terms ..... + (1/X1 + 1/X20 ) + (1/X2 +1/X3) +.... 18 terms ... + (1/X2 +1/X20) +...similarly.......+ (1/X19 +1/X20) + ( last 6 days all machines worked together =) 6( 1/X1 + 1/X2 + 1/X3 + 1/X4 + ....... 1/X19 + 1/X20) = 1.

If we closely examine the above equation, we can see each term is repeated 19 times in total apart from the last 6 days. So we can rewrite this as,

19 ( 1/X1 + 1/X2 + 1/X3 + ...... + 1/X20) + 6 ( 1/X1 + ....... + 1/X20) = 25 ( 1/X1 + ..... + 1/X20) = 1. This shows if all machines work together from the beginning, the work could have been completed by 25 days.
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


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
Aashimabhatia
Joined: 29 Aug 2024
Last visit: 15 Nov 2025
Posts: 46
Own Kudos:
25
 [1]
Given Kudos: 655
Posts: 46
Kudos: 25
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
In this problem, 20 machines each work at a different constant rate. For the first part of the job, only 2 machines work each day, and every possible unique pair works together exactly once. Since there are C (20, 2) = 190 unique pairs, this part takes 190 days.
After that, all 20 machines work together for 6 more days to finish the job, making the total time taken 196 days.

If all 20 machines had worked together from the beginning, they would have completed more work per day. In the first 190 days, each machine appears in 19 different pairs, so the total work done during that time is equivalent to 19 days of all machines working together.
Adding the 6 final days, the total job equals 25 full days of work by all machines. Therefore, if all 20 machines had worked together from the start, the entire job would have been completed in 25 days.
User avatar
kvaishvik24
Joined: 31 Mar 2025
Last visit: 15 Oct 2025
Posts: 81
Own Kudos:
65
 [1]
Given Kudos: 16
Posts: 81
Kudos: 65
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We have to choose 2 machines out of 20 machines.
So, 20C2 =190

Let Ri and Rj be the rate of the i-th and j-th machines respectively.
So, the work done by both in one day is (Ri + Rj).


Notice that each machine will appear in 19 pairs
So, the sum can be rewritten as: 19∗(R1+R2+...+R20).
This work is completed over 190 days

Work done by all 20 machines:
Let Rtotal be the sum of the rates of all 20 machines: Rtotal=R1+R2+...+R20.
The work done by all 20 machines working together for 6 days is 6∗Rtotal.

Total job completions:
W=19∗Rtotal+6∗Rtotal
W=25∗Rtotal

If all 20 machines worked together from the beginning, the time taken would be W/Rtotal.
Days = (25∗Rtotal)/Rtotal=25 days.

B) 25
User avatar
hakzarif
Joined: 31 May 2025
Last visit: 25 Oct 2025
Posts: 65
Own Kudos:
Given Kudos: 9
Products:
Posts: 65
Kudos: 29
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Step 1: How many unique pairs of machines?
Choose 2 out of 20:
(202)=20×192=190 days(220)=220×19=190 days
So, this phase lasts 190 days, with 2 machines working per day.
[hr]
Step 2: Total work done
Let’s say the total job = 1 unit.
Let the total rate of all 20 machines together be RR.
  • In the 190-day phase, each machine works with 19 others, so each machine’s rate is counted 19 times.
  • So total work in 190 days = 19R19R
  • Then, all 20 machines work together for 6 days → work = 6R6R
  • So total work = 19R+6R=25R19R+6R=25R
But total job = 1, so:
25R=1⇒R=12525R=1⇒R=251
[hr]
Step 3: If all 20 worked together from the start
They would work at rate R=125R=251, so time to finish:
11/25=25 days1/251=25 days
[hr]
✅ Final Answer: B. 25
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


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
Duongduong273
Joined: 08 Apr 2023
Last visit: 02 Sep 2025
Posts: 32
Own Kudos:
32
 [1]
Given Kudos: 4
Posts: 32
Kudos: 32
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Number of pairs of 20 machines: 20C2 = (20x19)/2 = 190 => Need 190 days for all pairs work. Each day, 2 machines work => In 190 days those pairs work: 190x2=380. Then, 20 machines work together for 6 additional days => In 6 days, those machines work: 20x6=120. If all 20 machines had worked together from the beginning, days would the job have been completed: (390+120)/20 = 500/2 = 25 => B.

Quote:
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


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
Ramya850
Joined: 23 Mar 2025
Last visit: 15 Nov 2025
Posts: 5
Own Kudos:
4
 [1]
Given Kudos: 60
Location: India
Concentration: Entrepreneurship, Sustainability
GPA: 9.1
WE:Engineering (Telecommunications)
Posts: 5
Kudos: 4
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Please correct me if my reasoning is wrong.

In 20 machines
exactly 2 machines are assigned to work, and no pair of machines works together more than once
each machine works 19 days out of all days.
19[m1+m2+m3...+m20] =
later extra 6 days of working together
6[m1+m2...+m20]

total effort= 25[m1+m2+m3...+m20]

So,if they start working together from start, then can finish in 25 days.
User avatar
Cana1766
Joined: 26 May 2024
Last visit: 15 Nov 2025
Posts: 85
Own Kudos:
79
 [1]
Given Kudos: 11
Posts: 85
Kudos: 79
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
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


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
Rishika2805
Joined: 13 Dec 2023
Last visit: 19 Nov 2025
Posts: 31
Own Kudos:
24
 [1]
Given Kudos: 27
Posts: 31
Kudos: 24
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Let ri be the constant rate of work for the i-th machine, where i=1,2,...,20 and Let the total amount of work to be completed be W


Now since each machine works with one another in day only once so total work days 20-1=19

total work in with pair of two machines = 19×(r1+r2+...+r20)=19×Rtotal.
Total work, W=19×Rtotal+6×Rtotal = 19+6(Rtotal)

If they would have worked together from the first day then Total work done, W= Rate of all 20(Rtotal)×Time


19+6×(Rtotal)= Time×(Rtotal)
Time =25


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


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
31120170423
Joined: 21 Jul 2020
Last visit: 19 Jul 2025
Posts: 33
Own Kudos:
26
 [1]
Given Kudos: 4
Posts: 33
Kudos: 26
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
B. 25

We know that the total work(w) done is = work done by unique pairs + work done by all 20 machines together
Let their individual rates be x1, x2......x20
w = work done when they are paired together + (x1+x2.......+x20) * 6 days

since each machine will be paired exactly 19 times
work done when they are paired together = 19*(x1+x2.......+x20)

so,
w = (x1+x2.......+x20) * 19 + (x1+x2.......+x20) * 6
w = 25 (x1+x2.......+x20) --- (1)

If they worked together from the beginning then days taken = w/collective rates
Hence, from (1) days = [25 (x1+x2.......x20)] / (x1+x2.......x20)
final answer = 25
User avatar
ledzep10
Joined: 13 May 2025
Last visit: 19 Nov 2025
Posts: 60
Own Kudos:
26
 [1]
Given Kudos: 44
Products:
Posts: 60
Kudos: 26
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
There are a total of 20 machines. If these machines are to work in pairs, and each machine works with every other machine just once, then we have the total number of days it would take for these machines to work with each other = 19 + 18 + ... + 1.

Sum of the AP => 19/2 * (1+19) = 190

If the total number of days = 190, then we can say that each machine has worked for 19 days because each machine has worked with each of the other 19 machines.
Therefore, if from the beginning these machines were to be working together, the work which took 190 days to complete using the pairing method, would have actually taken 19 days.
The extra 6 days at the end was worked upon by all the machines together so it will be added to the 19 days which would have been taken.

Hence, total number of days = 19 + 6 = 25.

Answer = B.

Note : To calculate that the pairing method would take 190 days, we could also use 20C2 = 20!/(18!*2!) = 20*19/2 = 190
User avatar
vidhi421
Joined: 16 Mar 2024
Last visit: 18 Nov 2025
Posts: 22
Own Kudos:
Given Kudos: 12
Posts: 22
Kudos: 25
Kudos
Add Kudos
Bookmarks
Bookmark this Post
  • Total = a
  • Cybersecurity = b
  • Cloud = c
  • Neither = d
So,
Both = b + c + d − a

Fraction who attended both =
(both/a) = (b+c+d−a)/a

Answer: C
   1   2   3   4   5   6   7   8   
Moderators:
Math Expert
105385 posts
Tuck School Moderator
805 posts