What n choose k counts

The binomial coefficient inom{n}{k} counts how many subsets of size kk can be formed from nn distinct items when order is ignored.

Why symmetry helps

Choosing the kk selected items is equivalent to choosing the nkn-k items left behind, so inom{n}{k} = inom{n}{n-k}.

Where it appears

Combinations appear in probability, Pascal’s triangle, committee selection, lottery counting, and the expansion of (a+b)n(a+b)^n.