Difficulty: Easy
Correct Answer: 11760
Explanation:
Problem restatementSelect 5 men and 6 women independently from their respective pools.
Given data
Concept/ApproachUse combinations and multiply independent choices.
Step-by-step calculation Ways to choose men = C(8, 5) = 56 Ways to choose women = C(10, 6) = 210 Total committees = 56 × 210 = 11760
Verification/AlternativeBy symmetry, C(10, 6) = C(10, 4) = 210; the product remains 11760.
Final Answer11760
Discussion & Comments