Binomial coefficient

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 is the counting piece of the binomial probability formula: it answers how many different arrangements of kk successes fit inside nn trials. With 5 free throws and 2 makes there are (52)=5!2!3!=1202(6)=10\binom{5}{2} = \frac{5!}{2!\,3!} = \frac{120}{2(6)} = 10 orders in which those two makes could happen. The general rule is (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!} (n choose k). Multiplying that count by pk(1p)nkp^k(1-p)^{n-k} gives the binomial probability of exactly kk successes.

Where this comes up

More random variables and distributions terms, or browse the full statistics glossary.