Arrangements and Combinations · Combinations
Lesson 9
Fix one person—for example, Alice. Then all possible teams of \(k\) people are divided into two types:
- Teams that include Alice. There are \(\binom{n-1}{k-1}\) of them.
- Teams that do not include Alice. There are \(\binom{n-1}{k}\) of them.

Now consider Pascal's triangle: on the \(n\)-th row, from left to right, the values of \(\binom{n}{k}\) for all \(k\) from 0 to \(n\) are arranged.
