Permutations & Combinations
Counting problems come in two flavors. A permutation counts arrangements, where order matters: gold-silver-bronze is different from bronze-silver-gold. A combination counts selections, where order does not matter: a committee of Ana, Ben, and Cruz is the same committee no matter who was picked first.
One question decides which tool you need: if you swapped two of the chosen items, would you get a genuinely different result? Yes means permutation. No means combination. Everything after that is plugging into a formula.
The two formulas
Both formulas use factorials, where . Arranging items chosen from : . Selecting items from when order doesn't matter: , which is also written .
Notice the only difference is the extra in the combination's denominator. That divides out the repeats: every group of items shows up times among the ordered arrangements, once for each way to shuffle it.
How to compute them quickly
You rarely need the full factorials. For , just multiply falling numbers starting at : . For , take that same product and divide by : .
For combinations, cancel before you multiply. In , the on top cancels the on the bottom, leaving with no big numbers ever appearing.
Spotting which one a problem wants
Permutation words: arrange, line up, order, schedule, ranking, president-then-vice-president (distinct roles). Combination words: choose, select, committee, group, handful, toppings — anything where the chosen items end up in one unlabeled pile.
The most common error is using ordered counting for an unordered selection. Choosing committee members from by computing counts every committee times. The correct count is .
Worked examples
Example 1: a permutation (order matters)
In how many ways can people line up in a row?
Answer: ways
Example 2: a combination (order doesn't matter)
How many ways can items be chosen from when order does not matter?
Answer: ways
Example 3: a partial permutation
How many ways can letters be arranged from different letters when order matters?
Answer: ways
Try one yourself
Common questions
How do I decide between a permutation and a combination?
Ask whether swapping two chosen items creates a different result. Different seats, ranks, or roles mean order matters — permutation. One unlabeled group means order does not matter — combination.
Why does the combination formula divide by ?
Ordered counting lists every group of items times — once per shuffle of that group. Dividing by collapses those repeats so each group is counted exactly once.
What is ?
By definition . That keeps the formulas working at the edges: , which is right — there's exactly one way to choose everything.
Which is bigger, or ?
The permutation, whenever . Since , there are always at least as many arrangements as selections — each selection can be arranged ways.
Want the video version?
Allday Everyday Math has video lessons, practice, and an AI tutor for every topic, Pre-Algebra through Algebra 2.