This is an overlapping sets minimum intersection question.
We need the minimum number admitted by all three.
Let:
A admits 15
B admits 17
C admits 20
Total applicants = 40
Total admissions given out:
15 + 17 + 20 = 52
If nobody were admitted by all three, how many admission "slots" can 40 applicants absorb?
To minimize triple overlap, spread the 52 admissions as much as possible.
Each applicant can receive at most 2 admissions without becoming a triple-overlap applicant.
So 40 applicants can absorb at most:
40 × 2 = 80
admissions.
Since only 52 admissions exist, there is plenty of room to distribute them with no applicant receiving all three approvals.
For example:
• 15 applicants approved by A and B
• 2 applicants approved by B and C
• 3 applicants approved by A and C
• Remaining approvals can be distributed among single-approval applicants
The exact arrangement can be adjusted, but the key point is that 52 approvals can be distributed among 40 people without forcing any triple overlap.
----------------------------------------------------------------------------------------------------------------------------------------------------
A more formal test:
Minimum triple overlap is forced only if:
A + B + C > 2N
because after every applicant has received 2 approvals, any extra approvals must create triple overlaps.
Here:
52 < 2(40) = 80
so no triple overlap is required.
Therefore the minimum number admitted by all three is:
0
Answer: (A) 0
-------------
GMAT Takeaway
For three-set minimum intersection problems:
• Compute total memberships S = A + B + C
• Compare with 2N
• Minimum triple intersection = max(0, S − 2N)
Here:
max(0, 52 − 80) = 0
So the minimum number admitted by all three interviewers is 0.