You've mastered permutations, combinations, the Binomial Theorem, inclusion-exclusion, pigeonhole, and combinatorial identities. Now it's time to synthesise everything. In this final lesson you'll build a decision framework for approaching any combinatorics problem cold, and lock in the exam habits that separate Band 5 from Band 6.
Today's hook, A committee of 5 is chosen from 6 men and 4 women. How many committees contain at least 2 women? Most students reach for their calculator before they've decided what method to use. By the end of this lesson you'll have a five-question decision framework that makes the method obvious every time.
0/5QUESTS
1
You’re here
Recall, your gut answer first
01
Recall, your gut answer first
+5 XP warm-up
A committee of 5 is chosen from 6 men and 4 women. Without calculating roughly how many committees do you think contain at least 2 women? And how would you approach this type of problem in an exam? Jot your instinct before reading on.
auto-saved
2
You’re here
Orientation and key terms
02
The five-question decision framework
+5 XP to read
Every combinatorics problem can be decoded by answering these five questions in order. Practise applying them until it becomes automatic.
Does order matter? Yes → permutation ($^nP_r$); No → combination ($^nC_r$).
Are there restrictions? (fixed positions, items that must stay together, items that cannot be adjacent)
Is the arrangement linear or circular? Circular → fix one element, arrange the rest: $(n-1)!$
Are there overlapping conditions? Use inclusion-exclusion: $|A \cup B| = |A| + |B| - |A \cap B|$
Does the problem require proving existence? Yes → Pigeonhole Principle.
$^nC_r = \dfrac{n!}{r!\,(n-r)!}$
Order is the key gate
Ask: does swapping two elements create a different outcome? If yes, it's a permutation; if no, it's a combination.
Complement for "at least"
For "at least $k$" problems, check whether it's easier to subtract the complement (fewer cases) than to enumerate all qualifying cases.
Write your reasoning
Show clearly why you multiply or add steps. Define what $n$ and $r$ represent. Examiners award method marks even when arithmetic slips.
03
What you'll master
Know
Key facts
The five-question decision framework for combinatorics
When to use complement vs. direct case analysis for "at least" problems
How all Module 4 techniques connect: permutations, combinations, circular, PIE, pigeonhole, Binomial Theorem
Why impossible cases (e.g., choosing 4 from 3) must be checked before summing
How exam mark allocations signal the expected method and length of response
Can do
Skills
Apply the decision framework to decode unseen problems
Correctly split "at least" problems into cases or use complement
Identify and discard impossible cases before calculating
04
Key terms
Permutation $^nP_r$An ordered arrangement of $r$ objects chosen from $n$ distinct objects: $^nP_r = \dfrac{n!}{(n-r)!}$.
Combination $^nC_r$An unordered selection of $r$ objects from $n$: $^nC_r = \dfrac{n!}{r!\,(n-r)!}$.
Circular permutationArrangements in a circle; one element is fixed as a reference point, giving $(n-1)!$ distinct arrangements.
Inclusion-exclusion (PIE)$|A \cup B| = |A| + |B| - |A \cap B|$. Extends to three or more sets.
Pigeonhole PrincipleIf $n$ items are placed in fewer than $n$ containers, at least one container holds more than one item.
General term (Binomial)The $(r+1)$th term of $(a+b)^n$ is $T_{r+1} = \binom{n}{r} a^{n-r} b^r$.
3
You’re here
Exam technique
05
Exam technique
core concept
Strong exam technique in combinatorics is as important as knowing the formulas. Follow these four principles in every response:
Write your reasoning: Show clearly why you multiply (independent steps) or add (mutually exclusive cases). Never write a string of numbers without explanation.
Define variables: State explicitly what $n$ and $r$ represent in context. E.g., "choosing $r = 3$ items from $n = 8$ distinct books (order doesn't matter)".
Simplify factorials: When exact values are large, leave answers as products of factorials or simplified fractions. $\frac{8!}{3!\cdot 5!}$ is a perfectly valid final form.
Check plausibility: Does your answer make sense? The number of committees can't exceed the total number of ways to choose 5 from 10 people ($^{10}C_5 = 252$).
Mark-allocation signal. A 1-mark question wants a single numerical answer. A 2-mark question expects at least one line of working. A 3-mark question expects a structured method, working, and final answer, usually with at least two distinct reasoning steps visible.
Framework: Order? → Restrictions? → Linear/Circular? → Overlapping? → Existence?; Multiply steps when they are independent; add when cases are mutually exclusive
Pause, copy the five-question framework into your book: (1) order? → P or C; (2) restrictions? → fix/glue/gap; (3) linear/circular?; (4) overlapping cases?; (5) existence? → Pigeonhole; multiply steps when independent, add when mutually exclusive.
Quick check: A password must use 3 different letters from the alphabet (26 letters, order matters). Which formula applies?
06
"At least" problems, two methods
core concept
We just saw the five-question framework: (1) order? (2) restrictions? (3) linear or circular? (4) overlapping? (5) existence?, working through this systematically identifies which formula and method to apply. That raises a question: "at least $k$" problems seem to require summing many cases, is there a shortcut? This card answers it → yes: use the complement, total outcomes minus (fewer than $k$ outcomes), which usually has fewer cases.
Problems using "at least" language can be solved two ways. Choose whichever has fewer cases:
Direct case analysis: List every qualifying case and add. Best when there are only 2–3 cases.
Complement method: Total $-$ (cases that fail the condition). Best when failure is a single case or very few cases.
$$\text{at least } k = \text{Total} - \text{(fewer than } k\text{)}$$
Always check whether all listed cases are actually possible. For example, "choose 4 consonants from EQUATION" has only 3 consonants (Q, T, N), that case is impossible and contributes 0 to the count.
Impossible case trap. Before summing cases, verify that $r \leq n$ for every case. If $r > n$, that case contributes zero, but writing "$^3C_4 = 0$" (rather than skipping it silently) earns communication marks.
"At least k": try complement first, total - (fewer than k); Direct case method: list all qualifying cases, compute each, then add (use when complement is complex)
Pause, copy the "at least" strategy into your book: try complement first, total $-$ (fewer than $k$); use direct case method only when the complement is more complex than listing the qualifying cases.
Did you get this? True or false: the complement method for "at least 1 woman" in a committee problem gives Total $-$ (0 women).
4
You’re here
Worked examples
Worked examples · 3 in a row, reveal as you go
PROBLEM 1 · AT-LEAST (CASE ANALYSIS)
A committee of 5 is to be chosen from 6 men and 4 women. How many committees contain at least 2 women?
1
Cases with at least $2$ women: exactly $2W + 3M$, exactly $3W + 2M$, exactly $4W + 1M$.
List all qualifying cases. Check all are possible: max women available = 4, which is $\leq$ 5. All three cases have $r \leq n$.
Check: total unrestricted committees $= \,{}^{10}C_5 = 252$. Having 186 out of 252 is plausible (more than half, as expected when women outnumber a threshold).
PROBLEM 2 · IMPOSSIBLE CASE
How many 4-letter arrangements from the word EQUATION contain at least one vowel?
1
EQUATION has $8$ distinct letters: E, Q, U, A, T, I, O, N. Identify which are vowels and which are consonants.
Vowels: E, U, A, I, O (5 vowels). Consonants: Q, T, N (3 consonants).
2
Attempt complement: arrangements with no vowels $= \,{}^3P_4$. But $r = 4 > n = 3$, so $^3P_4 = 0$.
There are only 3 consonants, so it is impossible to form a 4-letter arrangement using only consonants. This case contributes 0.
3
Total 4-letter arrangements $= \,{}^8P_4 = 1680$. At least one vowel $= 1680 - 0 = \mathbf{1680}$.
Every single arrangement necessarily contains at least one vowel, since there aren't enough consonants to fill 4 positions.
PROBLEM 3 · BINOMIAL GENERAL TERM
Find the coefficient of $x^3$ in the expansion of $(1 + 2x)^5$.
Write the general term formula. Here $a = 1$, $b = 2x$, $n = 5$.
2
For $x^3$, set $r = 3$: $\quad T_4 = \binom{5}{3} \cdot 2^3 \cdot x^3$
The power of $x$ equals $r$, so equate the required power to $r$ and substitute.
3
$= 10 \times 8 \times x^3 = \mathbf{80}\,x^3$
The coefficient of $x^3$ is $\mathbf{80}$. Check: $\binom{5}{3} = 10$, $2^3 = 8$, product $= 80$. Plausible given coefficients of $(1+2x)^5$.
Fill the gap: In the committee example (6 men, 4 women, choose 5), the number of committees with exactly 3 women is $^4C_3 \times \,{}^6C_2 = $ .
5
You’re here
Misconceptions to fix
Misconceptions to fix · the 3 traps that cost marks
Trap 01
Treating "at least" as a single formula
Students often write a single expression for "at least 2 women" instead of splitting into cases (2W, 3W, 4W). There is no shortcut formula, you must enumerate cases or use the complement. Skipping the case split always costs marks.
Trap 02
Forgetting to check for impossible cases
In the EQUATION example, attempting $^3P_4$ without recognising $r > n$ is impossible leads to a formula error. Always verify $r \leq n$ before evaluating each case, impossible cases contribute 0, not an error.
Trap 03
Overcomplicating by ignoring simpler total counts
Sometimes the simplest observation (e.g., "all arrangements contain at least one vowel because there aren't enough consonants") solves the problem immediately. Apply the decision framework and look for obvious simplifications before calculating.
Did you get this? True or false: $^3C_4 = 0$ because you cannot choose 4 objects from only 3.
6
You’re here
Activities
Activities · practice with the ideas
1
A team of 5 is chosen from 7 boys and 5 girls. How many teams have more boys than girls? (Hint: list cases where boys > girls.)
2
Find the number of ways to arrange the letters of BANANA.
3
Find the coefficient of $x^3$ in the expansion of $(1 + 2x)^5$. Show full working using the general term formula.
4
How many 5-digit numbers can be formed using the digits 1, 2, 3, 4, 5 (no repetition) if the number must be even?
5
Apply the decision framework to this problem: "In how many ways can 8 people sit around a circular table?" State your answer to each of the five framework questions.
7
You’re here
Revisit your thinking
11
Revisit your thinking
Earlier you estimated the number of committees with at least 2 women from 6 men and 4 women (choosing 5).
The exact answer is 186: $6 \times 20 + 4 \times 15 + 1 \times 6 = 120 + 60 + 6$. Out of $^{10}C_5 = 252$ total committees, 186 (about 74%) contain at least 2 women. The reason it's so high: with only 6 men, it's actually hard to get committees that are mostly male.
Odd one out: Which of the following does NOT belong to the Module 4 toolkit?
auto-saved
1
You’re here
Multiple choice
01
Multiple choice
+5 XP per correct · +25 XP all-correct
Pick your answer, then rate your confidence. That tells the system what to drill next. Each retry pulls a fresh mix from the bank.
2
You’re here
Short answer
02
Short answer
ApplyBand 42 marks
Q1. A team of 5 is chosen from 7 boys and 5 girls. How many teams have more boys than girls? (2 marks)
auto-saved
ApplyBand 42 marks
Q2. Find the number of distinct arrangements of the letters in the word BANANA. (2 marks)
auto-saved
AnalyseBand 53 marks
Q3. (a) Find the coefficient of $x^3$ in $(1 + 2x)^5$ using the general term. (b) Explain why the complement method would be inefficient for finding the number of 4-letter arrangements from EQUATION containing at least one vowel, and state the answer directly. (3 marks)
4. Even 5-digit number from {1,2,3,4,5} (no repetition): last digit must be 2 or 4 (2 choices). Remaining 4 positions: $4! = 24$ ways. Total $= 2 \times 24 = 48$.
5. Framework for 8 people in a circle: (1) Order matters, yes (different seating arrangements are distinct); (2) No restrictions; (3) Circular; (4) No overlapping conditions; (5) No existence question. Answer: $(8-1)! = 7! = 5040$.
Q3 (3 marks): (a) $T_{r+1} = \binom{5}{r}(2x)^r$; set $r=3$: $T_4 = 10 \times 8 \cdot x^3$. Coefficient $= \mathbf{80}$ [1.5]. (b) The complement requires 4 consonants from only 3 available (Q, T, N), which is impossible, $^3P_4 = 0$. Therefore all $^8P_4 = 1680$ arrangements contain at least one vowel [1.5].
1
You’re here
Review and finish
01
Take the full module quiz
quiz
A full module quiz covering every lesson in this module, not just this one. Set aside a decent block of time and treat it like a real assessment.
Always decide if order matters first: permutation ($^nP_r$) vs. combination ($^nC_r$).
Check for restrictions, circular arrangements, and overlapping conditions before calculating.
For "at least" problems: use case analysis (2–3 cases) or complement (1 failing case). Verify all cases are possible ($r \leq n$).
Show clear working: define $n$ and $r$, justify why you multiply or add, and check plausibility.
Before the Module 4 checkpoint or exam: review any lesson where you felt uncertain. The five-question framework is your starting point for every problem.
Mark lesson as complete
Tick when you've finished the practice and review.