Difficulty: Medium
Correct Answer: 18/35
Explanation:
Introduction / Context:Sampling without replacement from colored marbles is modeled by combinations. We count favorable color-compositions and divide by total equally likely 3-combinations from the urn.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Total ways = C(7,3) = 35Favorable ways = C(4,2) * C(3,1) = 6 * 3 = 18Probability = 18 / 35Verification / Alternative check:Hypergeometric model: HG(N=7, success-type G=4, draws k=3, want x=2) gives the same ratio 18/35 after multiplying by C(3,1) for the red pick.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:18/35
Discussion & Comments