The number of ways to choose items from distinct items (without regard to order) is given by:
where .
Problem: In how many ways can a committee of 3 be selected from 8 people?
Solution:
We need to choose 3 people from 8, where order does not matter (a committee is a combination, not a permutation).
Answer: There are 56 ways to form the committee.
| Concept | Formula | When to Use |
|---|---|---|
| Combination | Order does not matter | |
| Permutation | Order does matter |
Remember: Use combinations when selecting a group, team, committee, or subset where the arrangement does not matter.