In simple terms
A friendly intro before the formal notes — no formulas yet.
Arrangements vs. selections
This topic gives you the tools to count the number of ways things can be arranged or chosen. The whole decision hinges on one question: does the order of the items make a difference to the outcome?
Imagine making a pizza. If you choose 3 toppings from a list of 10, the order you pick them in does not matter — you get the same pizza either way. That is a combination. But if you set a 3-digit passcode for your phone, the order is everything: 1-2-3 is a different passcode from 3-2-1. That is a permutation.
- 1
Read the problem and decide what you are counting: whole sequences of decisions, ordered arrangements, or unordered groups.
- 2
If it is a sequence of independent decisions, multiply the options (product principle). If it is a choice between mutually exclusive cases, add them (addition principle).
- 3
For a single arrangement or selection ask the key question: does order matter? If yes, it is a permutation (); if no, it is a combination ().
- 4
Identify (how many to choose from) and (how many are chosen), apply the correct formula, and simplify factorials by hand for Paper 1.
Explore the concept
Use the live diagram and synced steps — play it or tap a step card to walk through.
Key formulas
Tap any symbol to reveal exactly what it means and its units.
Full topic notes
Formal explanation with the rigour you need for the exam.
The two counting principles: product and addition
Almost every counting problem is built from two ideas. The product (multiplication) principle handles a task done as a sequence of stages carried out together: if there are ways to complete the first stage and, for each of these, ways to complete the second, then there are ways to complete both. The addition principle handles a choice between separate, non-overlapping cases: if an outcome can arise in ways in one case or ways in a second case, with no overlap, there are ways in total. The quick test is the connecting word: 'and' between stages means multiply; 'or' between mutually exclusive cases means add.
Product principle ('and'): stages done together multiply. Three shirts and four pairs of trousers give outfits.
Addition principle ('or'): mutually exclusive cases add. A single item that is a shirt or a pair of trousers gives choices.
Check for overlap before adding: the addition principle needs the cases to be disjoint, otherwise you double-count.
Combine freely: many problems split into cases you add, where each case is itself a product of stages.
Factorials and permutations: when order matters
A permutation is an arrangement of objects in a definite order. Arranging books on a shelf, assigning medals, setting a password — in each case changing the order produces a genuinely different outcome. To count the arrangements of distinct objects we use the factorial , the product of every positive integer up to . There are choices for the first position, then for the second, and so on down to , which is exactly . When we arrange only of the objects, the count is .
^nP_r = \dfrac{n!}{(n-r)!}
Use a permutation when the task is to arrange, order, rank, or assign to distinct positions.
counts ordered lists of length drawn from distinct items.
On Paper 1, simplify factorials by cancelling: — never write out both factorials in full.
The box (slot) method is equivalent: fill each position in turn with the number of remaining choices and multiply.
Permutations with restrictions
Many arrangement questions add a condition: a particular item must go in a fixed place, two items must stay together, or an item is barred from a position. The reliable strategy is to deal with the restriction FIRST and count the rest afterwards. If a specific item must occupy a position, place it, then arrange what remains. If two items must be adjacent, glue them into a single block, arrange the blocks, then multiply by the internal arrangements of the block. If an item is forbidden somewhere, either count the allowed placements first or subtract the forbidden cases from the unrestricted total.
Fixed position: place the restricted item first, then arrange the remaining items in ways.
Must stay together: treat the pair (or group) as one block. With a block of size , arrange the blocks, then multiply by for the order inside the block.
Forbidden case: total arrangements minus the arrangements that break the rule (the complement) is often quickest.
Never double-handle: once an item is placed or blocked, do not also count it among the free items.
Combinations: when order does not matter
A combination is a selection where order is irrelevant. Forming a committee, dealing a hand of cards, choosing lottery numbers — the group you end up with is all that matters, not the sequence in which you picked it. Because each unordered group of items could be arranged in different orders, there are always times fewer combinations than permutations, which is exactly why we divide by in the formula.
!
Use a combination when selecting or forming a group whose internal order is irrelevant.
for , because ordering the chosen group multiplies the count by .
The symmetry can shorten arithmetic: .
Selections from different pools combine with the product principle: choose from group A AND from group B, then multiply.
'At least' problems and the complement
When a question asks for 'at least one' of something, counting each qualifying case separately — exactly one, exactly two, and so on — is slow and a frequent source of error. The efficient method is the complement: count the total number of selections, then subtract the single case you do NOT want, which is usually 'none'. What remains is everything with at least one. This turns a multi-case sum into a single subtraction.
Arrangements with identical items
So far every object has been distinct. When some items are identical, swapping two of them does not create a new arrangement, so the plain factorial over-counts. To correct this, divide by a factorial for each group of identical items. Arranging objects, where one type appears times and another appears times, gives ; the division removes the arrangements that differ only by rearranging indistinguishable items.
Divide by a factorial for every repeated type. BANANA: (three A's, two N's).
Letters or objects that appear once contribute and can be ignored in the denominator.
If every item is distinct there is no repetition, and the formula collapses back to .
Common mistakes examiners penalise
Using a permutation where a combination is meant (or vice versa) — the single most costly error. Committees, teams, hands and samples are UNORDERED (combinations); medals, seats, timetables and passwords are ORDERED (permutations). Always ask whether swapping the order changes the outcome.
Multiplying when you should add, or adding when you should multiply — stages done together ('and') multiply; mutually exclusive cases ('or') add. Watch for cases that are not actually disjoint, which causes double-counting.
Tackling 'at least' by brute force — adding every 'exactly ' case invites slips. Use the complement: total minus the unwanted case.
Mishandling restrictions — forgetting to multiply by for the internal order of a 'together' block, or double-counting an item that has already been fixed in place.
Forgetting the identical-items division — writing for a word with repeated letters over-counts; divide by a factorial for each repeated group.
Writing only the final number on Paper 1 — a bare answer with no formula or working risks the method marks; the recognition of or and the substitution are each worth marks.
Arithmetic from un-cancelled factorials — expanding or in full wastes time and invites error; cancel against the denominator first.
Model answer — marked the way our engine marks it
In an IB Mathematics question the marks are analytic: each is tied to a specific line of working. A method mark (M) rewards a correct approach — here, recognising that order does not matter and setting up the right product of combinations — and an answer mark (A) rewards the correct value, but an A-mark is dependent on the M-mark that earns it. Follow-through (FT) means a value that follows correctly from your own earlier (possibly wrong) figure still scores, in-between working is ignored (ISW) once a correct answer is seen, and equivalent forms are accepted. Study how each of the 4 marks below is pinned to one line.
Where this leads
Counting is the engine room of probability. Once you can count the total outcomes and the favourable outcomes, a probability is simply the ratio of the two, and combinations reappear throughout the binomial distribution, where counts the ways of getting successes in trials. The binomial theorem in algebra uses the very same as its coefficients. Master the core habit here — decide whether order matters, decide whether to multiply or add, deal with restrictions first, and show every line — and these later topics become variations on a method you already own.
Worked examples
See the formulas applied — reveal one step at a time, like the exam.
A restaurant offers a fixed-price dinner of one starter, one main course and one dessert. There are 4 starters, 8 main courses and 3 desserts. (a) How many different dinners are possible? (b) A lunch special is a single course only — any one starter, main or dessert. How many lunch specials are possible? [4]
- 1
(a) A dinner is a starter AND a main AND a dessert — three stages together, so multiply (product principle). [M1: multiply the stages] Total dinners . [A1]
There are 8 runners in a race. In how many different ways can the gold, silver and bronze medals be awarded? [3]
- 1
The medals are ordered — first, second, third are distinct positions — so this is a permutation. Arrange positions from runners. [M1: recognise permutation, identify and ]
Five different books, including a dictionary and a thesaurus, are arranged in a row on a shelf. (a) In how many ways can all five be arranged? (b) In how many of these arrangements are the dictionary and thesaurus next to each other? [4]
- 1
(a) Five distinct books in a row is an arrangement of all five: . [A1]
From a group of 12 students, a team of 5 is to be chosen. (a) How many different teams are possible? (b) One particular student, Maria, must be on the team. How many teams include Maria? [4]
- 1
(a) A team is unordered, so this is a combination: choose from . [M1: recognise combination] . [A1]
A group consists of 6 women and 4 men. A committee of 4 is chosen at random. Find the number of committees that contain at least one man. [3]
- 1
'At least one man' is fastest by the complement: total committees minus committees with no men. [M1: complement method] Total committees of 4 from 10 people: . Committees with no men (all 4 from the 6 women): . [M1: count the unwanted case] At least one man . [A1]
A committee of 4 people is to be chosen from a group of 7 women and 5 men. Find the number of committees that consist of exactly 2 women and 2 men. [4]
- 1
Model answer — full working.
How it all connects
The big idea sits in the middle — tap a linked idea to explore the link.
Tap a linked idea to see how it connects back to the main topic — that connection is what examiners reward.
Glossary
Try to recall each definition before you reveal it.
Quick check
Answer in your head first — then tap to check. No pressure.
Revision flashcards
Flip the card. Test yourself before the exam.
Product (multiplication) principle
If a task is done as a sequence of independent stages, with ways for the first and ways for the second, there are ways to complete both. It extends to any number of stages. Signal word: 'and' (do this AND then that).
Key takeaways
Review these before you close the topic — retrieval beats re-reading.
- ✓
Product principle ('and'): stages done together multiply. Three shirts and four pairs of trousers give outfits.
- ✓
Addition principle ('or'): mutually exclusive cases add. A single item that is a shirt or a pair of trousers gives choices.
- ✓
Check for overlap before adding: the addition principle needs the cases to be disjoint, otherwise you double-count.
- ✓
Combine freely: many problems split into cases you add, where each case is itself a product of stages.
Practice — then mark it
The whole point: a real Cambridge question, marked mark-by-mark.
Get a Paper 1 counting question marked: solve a permutations/combinations problem with full working
Get a Paper 1 counting question marked: solve a permutations/combinations problem with full working
Extra simulations & links
PhET, GeoGebra and other curated tools — open in a new tab.
Frequently asked
Checkpoint
One marked question is worth ten re-reads — close the loop before you move on.
Reading it isn’t knowing it — prove it.
Before you move on: do Get a Paper 1 counting question marked: solve a permutations/combinations problem with full working on paper, snap a photo, and get examiner-style feedback on exactly where you win and lose marks.