(Week 2 edits for Brian Thomas -- Parts of lecture notes added for 2008/09/04)
 
m (Added skeleton to notes)
Line 1: Line 1:
 +
==Permutations==
 +
 +
==Combinations==
 +
 +
==Binomial Coefficients==
 +
 +
==Pascal's Triangle==
 +
 
==Binomial Theorem==
 
==Binomial Theorem==
 
===Definition===
 
===Definition===

Revision as of 05:12, 5 September 2008

Permutations

Combinations

Binomial Coefficients

Pascal's Triangle

Binomial Theorem

Definition

$ (x+y)^n = \sum_{i=0}^n {n \choose k}x^i y^{n-i}, $

$ \text{where } {n \choose k} = \frac{n!}{n!(n-r)!}. $

Example

  • What is $ \sum_{i=0}^n {n \choose k} = {n \choose 0} + {n \choose 1} + .. + {n \choose n} ? $

Solution: Using the Binomial Theorem, let x = y = 1. Then, $ \sum_{i=0}^n {n \choose k} (1)^i (1)^{n-i} = \underline{\sum_{i=0}^n {n \choose k}} = (1+1)^n = \underline{2^n}. $

Alumni Liaison

Recent Math PhD now doing a post-doctorate at UC Riverside.

Kuei-Nuan Lin