Permutations and Combinations · 0606 Topic 11
Combinations (nCr)
Written by Teacher Rig
8 years teaching IGCSE Add Math · Updated 12 June 2026
counts the ways to choose items from when order is irrelevant, committees, teams, hands of cards, subsets.
Choose 4 students from 10 for a committee: .
It’s with the arrangements divided out (), which is the intuition: choose-and-arrange, then forget the arranging. Useful symmetry: , choosing 4 to include is the same as choosing 6 to exclude; computes faster as .
Multi-group selections: multiply the choices
The standard exam escalation draws from labelled pools:
A committee of 5 from 6 men and 4 women, with exactly 3 men: (choose the men) (choose the women)
Each group’s selection is independent → multiply. Conditions like “more men than women” split into cases (3M2W, 4M1W, 5M0W), each a product, added, list the cases before computing; the case list is the method.
”At least” / “at most”: count the complement
At least one woman on the committee of 5 from 6M + 4W: Total none:
One subtraction beats four added cases, fewer computations, fewer chances to omit one. State the structure in words (“total minus all-male committees”); the stated logic earns credit even through an arithmetic slip. “At most one” = (none) + (exactly one), still fewer cases from the small side.
Mixed select-then-arrange questions
The harder parts chain combinations into permutations: “choose 4 of 9 books, then arrange them on a shelf” (, consistency check available). When a question mixes a choice phase with an ordering phase, write the two factors separately and label them.
Common mistakes
- where positions are distinguishable (that’s territory, apply the order test)
- Case lists missing a case (write them down first)
- “At least” built case-by-case when the complement was one line
- Group selections added instead of multiplied
- Answers left as symbols when a number was asked
Full topic context: P&C notes · the synthesis: arrangements & selections.