Today's lesson
A selection (or combination) is a choice of objects where order does not matter — a team, a hand of cards, a committee. Compare with yesterday's arrangements, where order did matter. Today's tool is $^nC_r$.
Learning intentions
- Decide whether a problem is a selection (order doesn't matter) or an arrangement (order matters)
- Use $^nC_r=\dfrac{n!}{r!\,(n-r)!}$ to count selections of $r$ from $n$
- Solve team / committee problems, including "some guaranteed" and "at least"
- Count a selection of any size: $^nC_0+\,^nC_1+\cdots+\,^nC_n = 2^n$
- Find $^nC_r$ on your CAS calculator
Part 1 — Order doesn't matter: $^nC_r$
From $4$ numbers $1,2,3,4$, the selections of $3$ are $\{123\},\{124\},\{134\},\{234\}$ — just $4$. But each set of $3$ can be arranged in $3!=6$ orders, so there are $4\times6=24=\,^4P_3$ arrangements. So selections $=$ arrangements $\div\,r!$:
A useful symmetry: $^nC_r=\,^nC_{n-r}$ (choosing $r$ to keep is the same as choosing $n-r$ to leave out). For example $^{13}C_7=\,^{13}C_6=1716$.
📺 Walkthrough: why we divide $^nP_r$ by $r!$ — each unordered selection corresponds to $r!$ ordered arrangements, so $^nC_r=\,^nP_r\div r!$.
- (a) Order of a team doesn't matter: $^{13}C_7=\dfrac{13!}{7!\,6!}=\boxed{1716}$.
- (b) A sundae is a set of $3$ flavours: $^{20}C_3=\dfrac{20!}{3!\,17!}=\boxed{1140}$.
Now you try: How many ways to choose $4$ books from $10$? Answer: $^{10}C_4=210$.
Part 2 — "Some guaranteed" & "at least"
When certain members must be included, place them first and choose the rest. For "at least", it is often quicker to use the complement (total $-$ unwanted).
- The captain is guaranteed, so $1$ place is filled. Choose the other $2$ from the remaining $7$ players.
- $1\times\,^7C_2 = \boxed{21}$ teams.
- Check by complement: all teams $^8C_3=56$; teams without the captain $^7C_3=35$; so $56-35=21$. ✓
Now you try: A committee of $4$ is chosen from $10$ people; one particular person must be on it. Answer: $^9C_3=84$.
- (a) Exactly $2$ boys means $2$ boys and $3$ girls: $^5C_2\times\,^5C_3 = 10\times10 = \boxed{100}$.
- (b) At least $1$ boy — use the complement. All teams $^{10}C_5=252$; teams with no boys (all girls) $^5C_5=1$. So $252-1=\boxed{251}$.
Tip: "exactly" → split into groups and multiply; "at least one" → total $-$ none.
Part 3 — Selection of any size: $2^n$
What if you may choose any number of items — none, some, or all? For each of the $n$ items you make an independent yes/no decision (take it or not), so there are $2\times2\times\cdots\times2 = 2^n$ possible selections.
- For each of the $5$ sweets she decides take / don't take: $2^5 = \boxed{32}$ ways (this includes taking none).
- If she must take at least one sweet, exclude the empty choice: $2^5-1=31$.
Check: $^5C_0+\,^5C_1+\,^5C_2+\,^5C_3+\,^5C_4+\,^5C_5 = 1+5+10+10+5+1 = 32 = 2^5$. ✓
Practice 3.1 — selection or arrangement? Then compute.
- Choose $3$ pizza toppings from $8$ (order irrelevant)
- A hand of $7$ cards from $52$
- A team of $11$ from $15$ players
- A committee of $4$ from $10$ that must include one named person
- Choose any number of items (incl. none) from $6$ items
- From $5$ boys, $5$ girls choose a team of $5$ with the girls outnumbering the boys
Part 4 — Quick quiz (5 min)
Pick the correct answer for each, then click Mark.
Q1. For a problem where order does not matter, you should use:
Q2. $^8C_3$ equals:
Q3. A team of $3$ from $8$ must include the captain. Number of teams?
Q4. Choosing any number of items (including none) from $5$ items gives:
Q5. Which equals $^{13}C_7$?
Working program — Cambridge — Counting Methods Ex 10C
After the quiz, open Cambridge Methods 1&2 (Counting Methods, Chapter 10) and complete the set work:
| Set work | Extension |
|---|---|
| Ex 10C — Q1–5, 8, 10 | Harder "at least / exactly" selections and group-selection problems. |
First ask: does order matter? If no, it's a selection ($^nC_r$).
Exit ticket — write in your book
- How do you decide between $^nP_r$ and $^nC_r$?
- Write the formula for $^nC_r$ and explain why we divide by $r!$.
- How many selections of any size (including none) can be made from $n$ items?