Geometric Distribution — Definition, Formula & Examples
The geometric distribution models the number of independent Bernoulli trials needed to get the first success. It answers the question: how many attempts will it take before something happens for the first time?
A discrete probability distribution where the random variable represents the trial number of the first success in a sequence of independent Bernoulli trials, each with constant probability of success . The support is , and the distribution is memoryless: .
Key Formula
Where:
- = Trial number on which the first success occurs (k = 1, 2, 3, ...)
- = Probability of success on each trial (0 < p ≤ 1)
How It Works
Each trial has exactly two outcomes—success (probability ) or failure (probability )—and trials are independent. To find the probability that the first success occurs on trial , you need exactly consecutive failures followed by one success. The expected number of trials until the first success is , so rarer events require more attempts on average. The variance is .
Worked Example
Problem: A free-throw shooter makes 80% of her shots. What is the probability that her first miss occurs on the 4th shot?
Identify parameters: Here 'success' is a miss, so p = 0.20 (miss probability) and we want k = 4.
Apply the formula: She must make 3 shots in a row (each with probability 0.80) then miss on the 4th.
Calculate: Compute the result.
Answer: The probability that her first miss occurs on the 4th shot is 0.1024, or about 10.2%.
Visualization
Why It Matters
The geometric distribution appears on the AP Statistics exam and in college probability courses. It is used in quality control (how many items until a defect?), network engineering (how many packets until a lost one?), and any scenario where you wait for a first occurrence.
Common Mistakes
Mistake: Confusing the geometric distribution with the binomial distribution.
Correction: The binomial counts total successes in a fixed number of trials. The geometric counts trials until the first success—the number of trials is random, not fixed.
