Lesson
Combinatorics
Combinatorics counts arrangements and selections. A permutation $P(n, r)$ counts ordered selections; a combination $C(n, r) = \dfrac{n!}{r!(n-r)!}$ counts unordered selections.
Practice
Factorials grow quickly and appear throughout counting. Note the useful identities $C(n, 0) = 1$ and $C(n, n) = 1$.
Quiz