Training Probability & Combinatorics Combinations & the Binomial Theorem
2 / 5

Combinations & the Binomial Theorem

22 min Probability & Combinatorics

Combinations & the Binomial Theorem

Combination

An unordered selection of $r$ objects from $n$ distinct objects:

$$\binom{n}{r} = C(n,r) = \frac{n!}{r!(n-r)!}$$

Key Properties

$$\binom{n}{0} = \binom{n}{n} = 1 \qquad \binom{n}{r} = \binom{n}{n-r}$$

$$\binom{n}{r} = \binom{n-1}{r-1} + \binom{n-1}{r} \quad \text{(Pascal's Rule)}$$

Binomial Theorem

$$(a+b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} b^k$$

Example 1

A committee of 3 is chosen from 10 people. How many committees?

$$\binom{10}{3} = \frac{10!}{3! \cdot 7!} = \frac{720}{6} = 120$$

Example 2

Expand $(x+2)^4$.

$$\binom{4}{0}x^4 + \binom{4}{1}x^3(2) + \binom{4}{2}x^2(4) + \binom{4}{3}x(8) + \binom{4}{4}(16)$$

$$= x^4 + 8x^3 + 24x^2 + 32x + 16$$

Example 3

How many 5-card hands from a 52-card deck?

$$\binom{52}{5} = 2{,}598{,}960$$

Practice Problems

1. Compute $\binom{7}{3}$.
2. Compute $\binom{10}{2}$.
3. Compute $\binom{8}{8}$.
4. A team of 4 from 12 players. How many teams?
5. Verify $\binom{6}{2} = \binom{6}{4}$.
6. Use Pascal's Rule: $\binom{5}{2} = \binom{4}{1} + \binom{4}{2}$.
7. Expand $(a+b)^3$ using the Binomial Theorem.
8. Find the coefficient of $x^2$ in $(x+3)^5$.
9. $\binom{20}{1}$?
10. A pizza shop offers 8 toppings. How many 3-topping pizzas?
11. Compute $\binom{9}{4}$.
12. How many diagonals does a convex 8-gon have? ($\binom{8}{2} - 8$)
Show Answer Key

1. $35$

2. $45$

3. $1$

4. $\binom{12}{4} = 495$

5. Both equal $15$ ✓

6. $4 + 6 = 10 = \binom{5}{2}$ ✓

7. $a^3 + 3a^2b + 3ab^2 + b^3$

8. $\binom{5}{2} \cdot 3^3 \cdot 1 = 10 \cdot 27 = 270$... wait: coeff of $x^2$ means $\binom{5}{3}3^3 = 10 \cdot 27 = 270$

9. $20$

10. $\binom{8}{3} = 56$

11. $126$

12. $28 - 8 = 20$