Lab: More Counting
Notes:
- Same groups as Tuesday
- Finish Tuesday’s Lab if you haven’t
- Additional Problems (submit through problem 4 at a minimum)
- Prove $n\choose k$=$n\choose n-k$
- Given 24 CSC-151 Students, how many ways are there to arrange the students into 8 groups of size 3?
- How Many License Plates with 3 letters followed by 3 numbers (In the US) are possible?
- How many License Plates are possible if the letters and numbers can be in any order?
- Prove that $n\choose k$=$n-1\choose k-1$+$n-1 \choose k$ (Pascal)
- Prove that $(x+y)^k=\sum_{i=1}^n {}$ $n\choose i$ $x^iy^{n-i}$ (Binomial Expansion)