A few notes on Combinatorics
Combinatorics is about counting the number of ways things can be done. It is very useful when dealing with discrete probability and equally likely outcomes.
The number of ways for choosing \(r\) elements from a set of \(n\) elements is:
- Top-right is permutations (ordered).
- Bottom-right is combinations (unordered).
This post is licensed under CC BY 4.0 by the author.