Geometric Distribution: Waiting for the First Success
Problem
A free-throw shooter hits 70% of shots. What is the probability that their first make is on the 4th attempt? Show the trial sequence and the full distribution.
Explanation
What is the geometric distribution?
The geometric distribution models the number of independent Bernoulli trials needed to get the first success. Each trial has the same success probability , and trials are independent.
A geometric random variable can take values — you need at least one trial, and there is no upper limit in principle.
The formula
Read it aloud: " failures in a row, then one success."
Mean (average number of trials to first success):
Step-by-step solution
The shooter has per free throw. We want , i.e. miss, miss, miss, make.
Step 1 — Identify failure and success probabilities:
- Success:
- Failure:
Step 2 — Build the sequence: The first three must be misses, the fourth a make.
Step 3 — Compute:
That's about 1.89% — reasonable, since a strong shooter usually makes it earlier.
Step 4 — Expected number of attempts:
So on average they make their first free throw in about 1.4 attempts.
Verification — all probabilities sum to 1
Comparison with related distributions
- Binomial: fixes the number of trials, counts successes.
- Geometric: fixes the requirement (first success), counts trials.
- Negative binomial: generalizes geometric to the -th success.
Common mistakes
- Off-by-one with the exponent. The exponent on is , not — because you need failures before the success on trial .
- Forgetting independence. The formula only works if each trial is independent and has the same . A shooter who gets tired or confident between attempts breaks the model.
- Confusing the two versions. Some textbooks define as the number of failures before the first success (). Then . Same idea, shifted index.
Try it in the visualization
Adjust to see the distribution re-scale: higher packs mass near ; lower spreads it out with a long tail. The animated trial sequence plays live, showing misses and eventual success.
Interactive Visualization
Parameters
Got your own math or physics problem?
Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.