Binomial Distribution vs Geometric 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 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

Geometric distribution

Random variables and distributions

The geometric distribution models the number of independent trials up to and including the first success, when each trial has success probability p.

The geometric distribution asks how long you wait for a first success, so its possible values are 1, 2, 3, and onward with no upper limit. Rolling a fair die until the first 6 has p=1/6p = 1/6, and the probability the first 6 arrives on roll 3 is (5/6)2(1/6)=25/2160.1157(5/6)^2(1/6) = 25/216 \approx 0.1157. In general P(X=k)=(1p)k1pP(X = k) = (1-p)^{k-1}p, and the mean is μX=1/p\mu_X = 1/p (mu-X, the mean of X), which here is 6 rolls. The geometric distribution was removed from the AP Statistics exam in the Fall 2026 redesign, so treat it as standard college material rather than tested content.

Full entry for geometric distribution

Where each one fits in the course