There are 10 trees in a garden
Is the probability that all 3 selected trees are oaks greater than 1/20?
Now, let total number of oak trees be x
Since we are selecting 3 of the oak trees without replacement,
P(all 3 oaks) = x / 10 * (x-1) /9 * (x-2) / 8 > 1/20 ?
Given the statements,
(1) The probability that two randomly selected trees are both oaks is 2/15.
=> x / 10 * (x-1) /9 = 2/15
=> x* (x - 1) = 12
=> x = 4
P(all 3 oaks) = x / 10 * (x-1) /9 * (x-2) / 8
= (4 * 3 * 2)/10*9*8
= 1/30 < 1/20
P(all 3 oaks) < 1/20
Statement (1) is sufficient
(2) There are 6 maple trees in the garden.
=> There are 10 trees total, 6 are maple, so 4 are not maple. These could be all oaks, or a mix
So maximum oak trees = 4, minimum = 0
Now best case would be when there are 4 oaks,
=> P(3 oaks) = 4C3 / 10C3 = 4/120 = 1/30 < 1/20
We can see that P(3 oaks) < 1/20 even in the best case
Statement(2) is sufficient
D. Each statement alone is sufficient