Calculates the number of ways to choose r items from n, nCr = nPr ÷ r!, where the order does not matter.
A combination counts the ways of choosing items from when the order does not matter.
It is the permutation count divided by , the number of ways to shuffle any chosen set.
Choose a committee of 3 from 5 people. Nobody is chair, so the order is irrelevant.
There are 10 committees: the 60 ordered arrangements divided by the orderings of each trio.
Lotteries, card hands, committees and any other "just pick some" counting problem. The same numbers are the coefficients in the binomial expansion of , which is why they appear inside the binomial distribution.