Binomial Coefficient vs Binomial Distribution

Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.

Binomial coefficient

Random variables and distributions

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.

Full entry for binomial coefficient

Binomial distribution

Random variables and distributions

The binomial distribution gives the probability of a set number of successes in a fixed number of independent trials with a constant success probability.

A binomial setting has a fixed number of trials, two outcomes per trial, independent trials, and the same success probability each time. For example, the number of heads in 10 flips of a fair coin is binomial with n=10n = 10 trials and success probability p=0.5p = 0.5. The probability of exactly kk successes is P(X=k)=(nk)pk(1p)nkP(X = k) = \binom{n}{k} p^k (1-p)^{n-k} (n choose k, times p to the power k, times one minus p to the power n minus k). Its mean is μ=np\mu = np (n times p).

Full entry for binomial distribution

Where each one fits in the course