SU-CS161 Things to Review
  • log laws, exponent laws and general non-discrete math stuff
  • distributions and infinite series, math53 content
  • combinations
    • \(\mqty(n \\ k) = \mqty(n-1 \\ k-1) + \mqty(n-1 \\ k)\)
    • \(\mqty(n \\k) = \mqty(n \\ n-k)\)
  • binomial theorem: \(\qty(a+b)^{n} = \sum_{k=0}^{n} \mqty(n \\k)a^{k} b^{n-k}\)