The binomial coefficient
The binomial coefficient denoted by $n \choose k$ is the number of ways to choose k objects from n objects. Its formula is the following: $n \choose k$ = $\frac{n!}{k!(n-k)!}$, why is this even the case? How did people come up with this? Let us find out together. So we want to find the number of ways we can pick $k$ objects our of $n$ objects, let’s say we have the set $\{1,2,3, …, n\}$, and we are trying to pick $k$ of them and if $k = 2$ it doesn’t matter we pick 1,2 or 2,1 those are the same, which basically means we don’t care about the ordering of choice....