Difficulty: Medium
Correct Answer: 10/21
Explanation:
Given data
Concept/Approach
Use combinations (sampling without replacement). The favorable outcomes are all 2-ball selections from the non-blue balls. The total outcomes are all 2-ball selections from the full set. Probability = favorable ÷ total.
Step-by-Step calculation
Non-blue balls = red + green = 2 + 3 = 5 Favorable ways = C(5, 2) = 5 × 4 ÷ 2 = 10 Total ways = C(7, 2) = 7 × 6 ÷ 2 = 21 P(no blue) = Favorable ÷ Total = 10 ÷ 21
Verification/Alternative
Sequential method: First draw non-blue with probability 5÷7; then, without replacement, 4 non-blue remain out of 6 total, so probability 4÷6. Multiply: (5÷7) × (4÷6) = 20÷42 = 10÷21 (order of the two non-blue balls does not matter, and the calculation already accounts for that because draws are successive without replacement). Complement check: P(at least one blue) = 1 − P(no blue) = 1 − 10÷21 = 11÷21.
Common pitfalls
Final Answer
10/21
Discussion & Comments