9 - Gen. Perms. Combs. and Binomial Coefficients - 6.3,6.7
ucla | MATH 61 | 2022-10-10T11:45
Table of Contents
Recall
Notes
Supplemental Definitions
- binomial coefficients
appears as a term in our expansion by choosing b from k of the factor (a+b) and choosing a from (n-k) of the factors (a+b) chosen in ways
Examples
- e.g. anagrams
- how many ways to reorder “MISSISSIPPI”
- e.g. RGB piles (thm. 2)
- sps you have piles of RGB cubes w/ ≥ 8 in each color
- how many ways to select 8 total cubes
- t-elements: 8 cubes
- k-elements: 3 colors
- e.g. non-neg solutions (thm. 2)
- how many non-neg integer solutions to
- t-elements = 4 x’s
- k-elements = 29
- how many solutions if
- t-elts = 4
- k-elts = 29 - 1 - 2 - 3 = 23
- bc constraints for roots “Eats up” options
- e.g. binomial coefficients
- e.g. binom. thm.
- expand
- expand
- e.g. proof of pascals triangle thm. (combinatorically)
- show LHS & RHS are different ways to count the same set
- LHS
- i.e. ways to choose k-subset from n+1 elements
- RHS
- case 1: element
is in the k-subset options left
- case 2: not in k-subset
options left
- by addition principle (of distinct combinations)
- case 1: element
- both LHS & RHS are computing cardinalities of the same set, they must be equal
- e.g. proof of
using binom. thm- sps. a=1, b=1
- binom. thm. suggests
Big Ideas
- Theorem 1
- suppose sequence S has n items with
objects of type t - the number of permutations is:
- suppose sequence S has n items with
- Theorem 2
- sps. x has t elts. the number of k=elt. selections from X, allowing repetitions, is
- binomial theorem
- for
, then
- for
pascals triangle
- in levels of rows, enumerated i, starting with 1, where each level represents the monomials
- in levels of rows, enumerated i, starting with 1, where each level represents the monomials
pascals triangle theorem
- for
- for
Lecture
📌
**SUMMARY
**