Permutations and Combinations

Plan

This time:

If there's time, we'll talk about the connection between "choose," Pascal's triangle, and the binomial coefficients. This connection can be derived in many ways, but one way is to rely on a recursive definition of (n choose k):

(n choose k) = (n-1 choose k-1) + (n-1 choose k)

The coefficient of akbn-k is (n choose k) because when we compute

(a+b)n = (a+b)(a+b)n-1

all terms of the form akbn-k are found in one of two ways

Here's a link to Dr. Math's explanation of Pascals' triangle, which may be useful.

This work is licensed under a Creative Commons License | Creative Commons License | Viewable With Any
Browser | Valid HTML 4.01! | Valid CSS!