Combinations: Choosing When Order Does Not Matter
Problem
Choose 3 students from 8 for a committee. Compute C(8,3) = 56. Show why dividing by 3! removes duplicate arrangements.
Explanation
What is a combination?
A combination is an unordered selection. If the same group of people in a different order counts as the same outcome, you are counting combinations.
The symbol — also written or — is read " choose ."
The formula
The last form shows what's really going on: combinations are permutations with the redundant orderings divided out.
Step-by-step solution
We want to pick a committee of 3 from 8 students. A committee is a set, so {Ava, Ben, Cal} is the same committee as {Ben, Cal, Ava}.
Step 1 — Count as if order mattered:
Step 2 — How many orderings of each committee? Any 3 people can be arranged in ways. So every committee was counted 6 times above.
Step 3 — Divide by to remove the overcounting:
Step 4 — Verify with the factorial formula:
Why we divide by
Count the permutations {A, B, C}, {A, C, B}, {B, A, C}, {B, C, A}, {C, A, B}, {C, B, A} — that's different permutations but only 1 committee. Dividing by collapses each group of 6 down to 1.
Symmetry:
Choosing the 3 committee members is the same as choosing the 5 people to leave out. Indeed . This shortcut helps when is close to .
Common mistakes
- Using permutations when order does not matter. Committees, teams, hands of cards, subsets — all are combinations.
- Forgetting to divide by . This is the #1 error. Always ask: "Does ABC count the same as CBA?" If yes, divide by .
- Miscomputing factorials. by convention, and (there is exactly one way to choose nothing or everything).
Try it in the visualization
Slide and — the grid highlights one combination at a time, cycling through all of them. A counter at the bottom shows both and so you can see the factor-of- difference.
Interactive Visualization
Parameters
Got your own math or physics problem?
Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.