This one is testing Combinations and Probability together in a DS context. Both statements independently lead to n = 10, so the answer is D. Here's the full walkthrough.
Let n = number of paintings in the collection.
Statement 2: C(n, 4) = 210.
n!/(4! * (n-4)!) = 210. You can recognize C(10, 4) = 10*9*8*7/24 = 5040/24 = 210. So n = 10. Sufficient.
Statement 1: P(both Sunrise Harbor and Winter Field are selected) = 2/15.
Fix those two paintings as selected. We need to choose 2 more from the remaining (n - 2) paintings. Ways to do this: C(n-2, 2).
Total ways to pick any 4 from n: C(n, 4).
So the probability is C(n-2, 2) / C(n, 4) = 2/15.
Let's simplify:
C(n-2, 2) = (n-2)(n-3)/2
C(n, 4) = n(n-1)(n-2)(n-3)/24
So the ratio is [(n-2)(n-3)/2] / [n(n-1)(n-2)(n-3)/24] = 24 / [2 * n(n-1)] = 12 / [n(n-1)].
Setting that equal to 2/15:
12 / [n(n-1)] = 2/15
n(n-1) = 90
n^2 - n - 90 = 0
(n - 10)(n + 9) = 0
n = 10 (since n must be a positive integer). Sufficient.
The thing I find genuinely satisfying about this problem is that the (n-2)(n-3) terms cancel cleanly in S1, leaving just n(n-1) to solve. If you don't simplify that ratio before setting it equal to 2/15, the algebra looks brutal but it isn't. Cancel first, then solve.
Answer: D.
________________
Founder at edskore.com | Try free adaptive diagnostic tests