In how many ways can a committee of 3 men and 2 women be formed from a group of 6 men and 5 women?
The number of ways to choose r objects from n distinct objects (where order does not matter) is given by:
(rn)=r!(n−r)!n!
Step 1: Choose 3 men from 6 men.
(36)=3!⋅3!6!=3×2×16×5×4=20
Step 2: Choose 2 women from 5 women.
(25)=2!⋅3!5!=2×15×4=10
Step 3: Apply the Fundamental Counting Principle.
Since both selections must happen together, multiply the results:
Total ways=(36)×(25)=20×10=200
The committee can be formed in 200 ways.
- Use combinations (not permutations) when the order of selection does not matter.
- When two independent selections must both occur, multiply the individual combination counts (Fundamental Counting Principle).
- Real-world applications include forming teams, selecting lottery numbers, and choosing subsets from a population.