How many committees of 5 members can be formed from a group of 8 people?
Note: If the original question has different numbers, update accordingly. The method below applies to any combination selection problem.
The number of ways to choose items from distinct items (where order does not matter) is given by:
We need to choose 5 members from 8 people. Since the order of selection does not matter (a committee is a set, not a sequence), we use combinations:
Expanding:
| Situation | Use |
|---|---|
| Order matters (arrangements, sequences) | Permutation |
| Order does not matter (groups, committees, selections) | Combination |
A committee of {Ali, Sara, Ahmed} is the same committee regardless of the order they were chosen — so we use .
For combination problems: