Binomial coefficient
By Jude Wallis · Updated
The binomial coefficient, read n choose k, counts how many ways k successes can occur among n trials when the order does not matter.
The binomial coefficient (read "n choose k") counts how many subsets of size can be drawn from distinct items, which is the same as counting how many arrangements of successes and failures fit into a sequence of trials. The formula is , with defined to equal 1 and a whole number from 0 to .
Take 5 free throws and ask in how many ways exactly 2 of them could be the makes: . Those 10 orders are what the coefficient contributes to a probability. If the shooter makes 70 percent of her attempts, the chance of exactly 2 makes is .
The error to name is treating the coefficient as a probability. ", so the probability is 252" is wrong twice over: 252 is a count of orders, and no probability can exceed 1. Nothing about chance enters until that count is multiplied by , which is the probability of one particular order.
The second slip is using the ordered count instead. Picking 2 of 5 shots in order gives possibilities, but that counts "first and third" separately from "third and first" even though the pair of makes is identical. Dividing by the orderings of the same pair returns 10. The in the denominator is exactly that correction, and it is the whole difference between a permutation count and a combination count.
Two facts fall straight out of the formula. It is symmetric, , because choosing which trials succeed is the same act as choosing which fail, so . And , since there is one way for every trial to fail and one way for every trial to succeed. The distribution built on it is topic 2.10 of Unit 2.
Where this comes up
More random variables and distributions terms, or browse the full statistics glossary.