Let's break this down.
1. Understanding the Core Question:
Total trees (N) = 10
Trees selected = 3
Let 'O' be the number of oak trees.
The total number of ways to choose 3 trees from 10 is:
[10,3] = 10×9×8 / (3×2×1) =120
The number of ways to choose 3 oak trees from 'O' oaks is:
[O,3] = O(O−1)(O−2) / {3×2×1}
So, the probability of selecting 3 oaks is:
P(3 oaks)= [O,3]/120 = 6×120
O(O−1)(O−2) = O(O−1)(O−2)/ 720
The question asks: Is O(O−1)(O−2) / 720 > 1/20 ?
Multiplying both sides by 720: Is O(O−1)(O−2)> 720/20 ?
Is O(O−1)(O−2)>36? This is what we need to find out.
2. Evaluating Statement (1): "The probability that two randomly selected trees are both oaks is 2/15."
Number of ways to choose 2 trees from 10: [10,2]= 10×9 / 2 = 45
Number of ways to choose 2 oak trees from 'O' oaks: [O,2] = {O(O−1)} /2
Given probability:
[(O,2)]/ [10,2] = {O(O−1)/2}/45 = O(O−1) / 90 = 2/15
Now, let's solve for O:
O(O−1)= (2/15)×90
O(O−1)=2×6
O(O−1)=12
By inspecting consecutive integers, we can see that if O=4, then 4×(4−1)=4×3=12.
So, Statement (1 tells us there are exactly 4 oak trees (O=4).
Now, we use this value of O to answer the original question: Is O(O−1)(O−2)>36?
Substitute O=4:
4(4−1)(4−2)=4×3×2=24
Is 24>36? No, it is False.
Since Statement (1) gives us a definitive "No" to the question, it is SUFFICIENT.
3. Evaluating Statement (2): "There are 6 maple trees in the garden."
Total trees = 10
Maple trees = 6
Remaining trees = 10−6=4.
These remaining 4 trees could be oaks, or a mix of oaks and other species (e.g., 3 oaks and 1 pine, 2 oaks and 2 birches, etc.).
So, the number of oak trees (O) could be 0, 1, 2, 3, or 4.
If O = 4, then P(3 oaks)= (4×3×2)/720 = 24/720 = 1/30
Is 1/30>1/20? No (20<30).
If O = 3, then P(3 oaks)= (3×2×1) / 720 = 6/720 = 1/120
Is 1/120>1/20? No.
If O < 3, then P(3 oaks)=0, which is not greater than 1/20.
Since we cannot determine a single "Yes" or "No" answer to the question using Statement (2) (as 'O' is not uniquely determined, and in all possible scenarios it evaluates to 'No'), it is NOT SUFFICIENT.
Conclusion:
Only Statement (1) is sufficient to answer the question.
Final Answer: (A)