The Counting Principle
Master the Fundamental Counting Principle, factorials, arrangements with and without repetition, and constraint problems — with the slot method and fully worked examples.
Probability is worth ~15 marks in Paper 1. In Grade 12, the Counting Principle and factorials are the main new content, but you must also be solid on the probability rules from Grade 10–11.
If you have 3 shirts and 4 pants, how many outfits can you make?
The general rule: If there are $n_1$ ways to do task 1, $n_2$ ways to do task 2, …, then the total number of ways = $n_1 \times n_2 \times \ldots$
| $n$ | $n!$ | Meaning |
|---|---|---|
| $1$ | $1$ | |
| $2$ | $2$ | |
| $3$ | $6$ | |
| $4$ | $24$ | |
| $5$ | $120$ | Ways to arrange 5 objects |
| $6$ | $720$ | |
| $0$ | $1$ | By definition (the empty arrangement) |
⚠️ $0! = 1$, not $0$. This is a definition that makes the formulas work correctly.
| Scenario | Formula | Example |
|---|---|---|
| Arrange $n$ objects in a row | $n!$ | 5 people in a line: $5! = 120$ |
| Arrange with some identical | $\frac{n!}{k_1! \cdot k_2! \cdot \ldots}$ | Letters of PEPPER: $\frac{6!}{3! \cdot 1! \cdot 2!} = 60$ |
| Choose $r$ from $n$ (order matters) | $\frac{n!}{(n-r)!}$ | Pick 3 from 7 in order: $\frac{7!}{4!} = 210$ |
| Constraints (e.g., must start with…) | Fix the constrained slot, count the rest | 4-digit code starting with 5: $1 \times 10 \times 10 \times 10 = 1000$ |
| Rule | Formula | Use when… |
|---|---|---|
| Addition (OR) | $P(A \text{ or } B) = P(A) + P(B) - P(A \text{ and } B)$ | Finding $P$(at least one event) |
| Product (AND) | $P(A \text{ and } B) = P(A) \times P(B | A)$ |
| Independent events | $P(A \text{ and } B) = P(A) \times P(B)$ | Events don’t affect each other |
| Complementary | $P(A') = 1 - P(A)$ | “At least one” problems |
| Mutually exclusive | $P(A \text{ and } B) = 0$ | Events can’t happen together |
🔗 Related topics:
- Statistics — probability and statistics are complementary
- Sequences & Series — factorial notation appears in series formulas
📌 Grade 11 foundation: Probability: Combined Events — tree diagrams, independence tests, contingency tables
⏮️ Differential Calculus | 🏠 Back to Grade 12 | ⏭️ Trigonometry