Geometric distribution

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.

Where this comes up

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