Question:
Can binomial coefficient be written in both ways?
$0 \leq k \leq n$
$\therefore \dbinom{n}{k} = \dbinom{n}{n-k}$
Can binomial coefficient be written in both ways?
$0 \leq k \leq n$
$\therefore \dbinom{n}{k} = \dbinom{n}{n-k}$
The binomial coefficient ${n \choose k}$ is the number of ways to choose a group of $k$ elements from a set of size $n$. When you choose a group of $k$ elements, there are $n - k$ elements left unchosen. So, instead of choosing $k$ elements to be included, you can choose $n-k$ elements to not be included, and it's the same thing. So that's why ${n \choose k} = {n \choose n - k}$