n!.The factorial of a non‑negative integer n is the product of all positive integers up to n:
\[
n! = n \times (n-1) \times (n-2) \times \dots \times 2 \times 1,\qquad 0! = 1
\]
| n | n! |
|---|---|
| 0 | 1 (by definition) |
| 1 | 1 |
| 2 | 2 |
| 3 | 6 |
| 4 | 24 |
| 5 | 120 |
A permutation is an arrangement of objects where the order of selection is important.
\[
{}^{n}P_{r}= \frac{n!}{(n-r)!}\qquad\text{(read “n P r”) }
\]
Four different books are to be placed on a shelf. How many possible arrangements?
\[
{}^{4}P_{4}= \frac{4!}{(4-4)!}= \frac{24}{1}=24
\]
From 8 students, how many different 3‑person line‑ups can be formed?
\[
{}^{8}P_{3}= \frac{8!}{5!}= \frac{8\times7\times6\times5!}{5!}=8\times7\times6=336
\]
How many ways can 5 officers be chosen from a club of 12 and then ordered (president, vice‑president, …)?
\[
{}^{12}P_{5}= \frac{12!}{7!}=12\times11\times10\times9\times8=95\,040
\]
A combination is a selection of objects where the order does not matter.
\[
{}^{n}C_{r}= \binom{n}{r}= \frac{n!}{r!\,(n-r)!}
\]
A committee of 3 is to be chosen from 10 people. How many possible committees?
\[
\binom{10}{3}= \frac{10!}{3!\,7!}= \frac{10\times9\times8}{3\times2\times1}=120
\]
A box contains 6 different coloured balls. In how many ways can 2 balls be chosen when order does not matter?
\[
\binom{6}{2}= \frac{6!}{2!\,4!}= \frac{6\times5}{2}=15
\]
How many ways can a team of 4 be chosen from 15 players?
\[
\binom{15}{4}= \frac{15!}{4!\,11!}= \frac{15\times14\times13\times12}{4\times3\times2\times1}=1365
\]
Every unordered selection of r objects can be ordered in r! different ways. Hence:
\[
{}^{n}P{r}= {}^{n}C{r}\times r! \qquad\text{and}\qquad
{}^{n}C{r}= \frac{{}^{n}P{r}}{r!}
\]
| Concept | Notation | Formula | When to use |
|---|---|---|---|
| Factorial | n! | \(n! = n\times(n-1)\times\cdots\times1,\;0! = 1\) | Fundamental building block |
| Permutation | \({}^{n}P_{r}\) or \(P(n,r)\) | \(\displaystyle {}^{n}P_{r}= \frac{n!}{(n-r)!}\) | Order matters (arrangements, line‑ups, passwords) |
| Combination | \({}^{n}C_{r}\) or \(\displaystyle\binom{n}{r}\) | \(\displaystyle \binom{n}{r}= \frac{n!}{r!\,(n-r)!}\) | Order does not matter (committees, selections, hand‑cards) |
\[
{}^{8}P_{3}= \frac{8!}{5!}=8\times7\times6=336
\]
rather than computing full 8! and 5!.
How many different 5‑letter passwords can be formed from the letters A, B, C, D, E, F if no letter may be repeated?
Solution: \(^{6}P_{5}= \dfrac{6!}{1!}=6\times5\times4\times3\times2=720\).
From a standard deck of 52 playing cards, in how many ways can a hand of 4 cards be chosen?
Solution: \(\displaystyle\binom{52}{4}= \frac{52\times51\times50\times49}{4\times3\times2\times1}=270\,725\).
A school offers 12 different clubs. In how many ways can a student join exactly 3 clubs?
Solution: \(\displaystyle\binom{12}{3}= \frac{12\times11\times10}{3\times2\times1}=220\).
In how many distinct ways can the letters of the word “MATHS” be arranged?
Solution: All letters are different, so \(5! = 120\).
Two runners are to be selected from a group of 8 to run a relay race. In how many ways can the two runners be ordered (first and second leg)?
Solution: \(^{8}P_{2}=8\times7=56\).
A school council has 9 members.
Solution: (a) \(\displaystyle\binom{9}{4}=126\). (b) Multiply by \(4!\): \(126\times24=3\,024\).

Permutations and combinations underpin many other IGCSE Additional Mathematics sections:
Mastering factorial notation and the two core formulas therefore provides a solid foundation for the remainder of the IGCSE Additional Mathematics course.