Permutations: order matters
The number of ways to arrange items chosen from distinct items, in order:
Combinations: order doesn't matter
The number of ways to choose items from , ignoring order:
The in the denominator is exactly the overcounting factor — every unordered group of items corresponds to different ordered arrangements, so dividing removes the duplicate orderings.
Variants worth knowing
Circular permutations use instead of because rotating a circular arrangement doesn't create a new arrangement — fixing one item's position removes that redundancy.
Worked example
Problem: A committee of 3 people is chosen from a group of 8, and then one of the 3 is designated chairperson. In how many ways can this be done?
Solution: First choose the committee (order doesn't matter): ways. Then choose the chairperson from those 3: ways. Total:
Alternatively: choose the chairperson directly from all 8 ( ways), then the remaining 2 committee members from the other 7 ( ways): — same answer, different route.
Practice problems
1.In how many ways can 4 runners finish 1st, 2nd, 3rd, and 4th out of a race of 10 runners?
2.How many 5-person committees can be formed from a group of 12?
3.In how many distinct ways can 6 people be seated around a circular table?
4.How many distinct arrangements are there of the letters in MISSISSIPPI?