Calculate how many ways to choose r items from n, order not mattering.
Combinations count selections where order doesn't matter — like choosing a committee.
nCr = n! ÷ (r! × (n−r)!)