Combinations — $^nC_r$
You're picking 5 cards from a deck of 52. The order you pick them doesn't matter — {A, K, Q, J, 10} is the same hand no matter which card you reached for first. That's the essence of a combination: we're choosing a group, not forming a sequence. Combinations are the engine behind committee selection, lottery mathematics, and every "choose $r$ from $n$" problem in the HSC.
You want to choose 3 friends from a group of 10 to invite to your birthday party. Without any formula — do you think the number of possible groups is closer to 100, 500, or more than 1000? Write your estimate and reason.
There is one key question to ask before every combinatorics problem: does order matter? If yes — use permutations. If no — use combinations.
A permutation is an arrangement — the order in which objects are placed matters. A combination is a selection — only which objects are chosen matters, not how they are ordered. The combination formula divides permutations by $r!$ to cancel out all the internal orderings of the chosen $r$ objects.
Key facts
- $^nC_r = \binom{n}{r} = \dfrac{n!}{r!(n-r)!}$
- $^nC_0 = \,^nC_n = 1$ and $^nC_1 = n$
- $^nC_r = \,^nC_{n-r}$ (symmetry property)
- $^nP_r = \,^nC_r \times r!$
Concepts
- Why combinations divide permutations by $r!$
- The difference between selecting a group (combination) and filling ranked roles (permutation)
- Why $^nC_r = \,^nC_{n-r}$ makes intuitive sense
Skills
- Evaluate $^nC_r$ for any given $n$ and $r$
- Decide whether a problem requires combinations or permutations
- Apply $^nC_r$ to committee, team, and selection problems
A combination is a selection where order does not matter. The number of ways to choose $r$ objects from $n$ distinct objects (without regard to order) is written $^nC_r$ or $\binom{n}{r}$.
Derivation: Start with permutations. There are $^nP_r = \dfrac{n!}{(n-r)!}$ ordered arrangements of $r$ objects from $n$. Each unordered selection (combination) corresponds to $r!$ ordered arrangements (one for each way to rearrange the chosen $r$ objects). So:
Dividing by $r!$ "undoes" the internal ordering — it removes all the rearrangements of the chosen group that permutations would count as distinct.
Combination: selection where order does not matter; ^nC_r = n{r} = n!{r!(n-r)!}
Pause — copy the combination formula into your book: $^nC_r = \binom{n}{r} = \frac{n!}{r!(n-r)!}$ — number of ways to choose $r$ objects from $n$ when order does not matter.
Quick check: How many ways can a committee of 3 be chosen from 8 people?
We just saw that $^nP_r = \frac{n!}{(n-r)!}$ counts ordered selections. That raises a question: when order doesn't matter (choosing a committee, not assigning roles), dividing by $r!$ removes the overcounting — but why exactly $r!$? This card answers it → each set of $r$ chosen objects can be arranged in $r!$ orders, so $^nC_r = ^nP_r / r! = \frac{n!}{r!(n-r)!}$.
The single most important skill in this topic is identifying which formula to use. Apply the order test:
- Does the arrangement matter? (e.g., 1st place, 2nd place, 3rd place; president, vice-president, treasurer) → Permutation $^nP_r$
- Is only the group important? (e.g., a committee, a team, a hand of cards, a selection of books) → Combination $^nC_r$
The relationship between them: $^nP_r = \,^nC_r \times r!$. You can think of this as: to make an ordered arrangement, first choose which $r$ objects ($^nC_r$ ways), then order them ($r!$ ways).
Order matters permutation ^nP_r; order irrelevant combination ^nC_r; Keywords for combinations: choose, select, committee, team, group, hand, subset
Pause — copy the order-test decision rule into your book: order matters → use $^nP_r$; order irrelevant → use $^nC_r$; keywords for combinations: choose, select, committee, team, group, hand, subset.
Did you get this? True or false: selecting a president, vice-president, and treasurer from 10 candidates requires a combination, not a permutation.
Worked examples · 3 in a row, reveal as you go
How many ways can a committee of 3 be chosen from 8 people?
Evaluate $^{10}C_4$.
Show that $^nC_r = \,^nC_{n-r}$, and use it to evaluate $^{20}C_{17}$ efficiently.
Fill the gap: $^7C_3 = \dfrac{7 \times 6 \times 5}{3!} = \dfrac{210}{6} = $ .
Misconceptions to fix · the 3 traps that cost marks
Did you get this? True or false: $^{15}C_{12} = \,^{15}C_3$.
Activities · practice with the ideas
Odd one out: Which of the following requires a permutation rather than a combination?
Evaluate $^7C_3$.
A team of 4 is to be chosen from 10 players. How many different teams are possible?
Show that $^nC_r = \,^nC_{n-r}$. Provide both an algebraic proof and an intuitive explanation.
A hand of 5 cards is dealt from a standard 52-card deck. How many possible hands are there?
In your own words, explain why we divide by $r!$ when calculating $^nC_r$ from $^nP_r$.
Earlier you estimated the number of ways to choose 3 friends from 10. The exact answer is $^{10}C_3 = \dfrac{10 \times 9 \times 8}{3!} = \dfrac{720}{6} = 120$.
Compare with the number of ways to rank 3 friends from 10 (i.e., who is your closest, second, and third friend): $^{10}P_3 = 720$. The ratio is exactly $3! = 6$ — because each unordered group of 3 corresponds to $3! = 6$ ordered arrangements.
If combinations are still unclear, compare permutation and combination problems side by side: "elect a president, VP, and treasurer from 10" (permutation = 720) versus "select a 3-person committee from 10" (combination = 120). The only difference is whether the roles are labelled.
Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.
Q1. Evaluate $^7C_3$. (1 mark)
Q2. A team of 4 is to be chosen from 10 players. How many different teams are possible? (1 mark)
Q3. Show that $^nC_r = \,^nC_{n-r}$. (2 marks)
Comprehensive answers (click to reveal)
Activity 1: 1. $^7C_3 = \frac{7 \times 6 \times 5}{6} = 35$ · 2. $^{10}C_4 = \frac{10 \times 9 \times 8 \times 7}{24} = 210$ · 3. Algebraic: $^nC_{n-r} = \frac{n!}{(n-r)!r!} = ^nC_r$. Intuitive: choosing $r$ objects to include is equivalent to choosing $n-r$ objects to exclude. · 4. $^{52}C_5 = \frac{52!}{5! \cdot 47!} = 2\,598\,960$ · 5. Each unordered selection (combination) corresponds to $r!$ ordered arrangements (permutations). Dividing by $r!$ removes these duplicate orderings so each group is counted once.
Q1 (1 mark): $^7C_3 = \dfrac{7!}{3! \cdot 4!} = \dfrac{7 \times 6 \times 5}{6} = 35$ [1].
Q2 (1 mark): $^{10}C_4 = \dfrac{10!}{4! \cdot 6!} = \dfrac{10 \times 9 \times 8 \times 7}{24} = 210$ [1].
Q3 (2 marks): $^nC_{n-r} = \dfrac{n!}{(n-r)!\cdot(n-(n-r))!} = \dfrac{n!}{(n-r)!\cdot r!}$ [1]. This equals $\dfrac{n!}{r!(n-r)!} = \,^nC_r$ [1]. Therefore $^nC_r = \,^nC_{n-r}$. $\square$
Five timed questions. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.
⚔ Enter the arenaClimb platforms by answering combinatorics questions. Lighter alternative to the boss.
Mark lesson as complete
Tick when you've finished the practice and review.