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 successes fit inside trials. With 5 free throws and 2 makes there are orders in which those two makes could happen. The general rule is (n choose k). Multiplying that count by gives the binomial probability of exactly successes.
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 trials and success probability . The probability of exactly successes is (n choose k, times p to the power k, times one minus p to the power n minus k). Its mean is (n times p).