What n choose k counts
The binomial coefficient inom{n}{k} counts how many subsets of size can be formed from distinct items when order is ignored.
Why symmetry helps
Choosing the selected items is equivalent to choosing the 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 .