GMAT Club Official Solution:At a community center, a total of 31 people enrolled in at least one of three weekend workshops: pottery, photography, and creative writing. If 17 people enrolled in pottery, 13 enrolled in photography, and 12 enrolled in creative writing, how many people enrolled in all three workshops?Let
a = number enrolled in pottery and photography only
b = number enrolled in pottery and creative writing only
c = number enrolled in photography and creative writing only
t = number enrolled in all three workshops
If we add the enrollment counts for the three workshops, we get
17 + 13 + 12 = 42
But there are only 31 people in total. So the extra 11 counts must come from people who were counted more than once because they enrolled in more than one workshop.
When we add 17 + 13 + 12, each person enrolled in exactly two workshops, that is, each person in a, b, or c, is counted twice and therefore contributes 1 extra count. Each person enrolled in all three workshops is counted three times and therefore contributes 2 extra counts. Therefore:
a + b + c + 2t = 11
The question asks for t.
(1) 24 people enrolled in exactly one workshop.
If 24 people enrolled in exactly one workshop, then the remaining 31 - 24 = 7 people must be the ones who enrolled in either exactly two workshops or all three. So:
a + b + c + t = 7
Now compare the two equations:
a + b + c + 2t = 11
a + b + c + t = 7
Subtracting the second equation from the first gives:
t = 4
Sufficient.
(2) A total of 5 people were enrolled in both the pottery workshop and the photography workshop.
This implies a + t = 5. But together with a + b + c + 2t = 11 this still does not fix t.
For example, if t = 1, then a = 4, and we get
b + c = 5
If t = 4, then a = 1, and we get
b + c = 2
Not sufficient.
Answer: A.