Difficulty: Medium
Correct Answer: 9/10
Explanation:
Introduction / Context:“At least one” events are often faster via the complement rule: P(at least one woman) = 1 − P(no women). Counting committees uses combinations since only membership matters, not order.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Total committees = C(5,3) = 10No-woman committees = C(3,3) = 1P(at least one woman) = 1 − 1/10 = 9/10Verification / Alternative check:Direct count of “at least one woman” committees = total 10 minus the single all-men committee = 9 favorable; probability 9/10.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:9/10
Discussion & Comments