Geometric Distribution
Use the geometric distribution to model the number of trials until the first success.
Try the Interactive Version!
Learn step-by-step with practice exercises built right in.
Geometric Distribution
Geometric Setting
A random variable follows a geometric distribution if:
- Each trial has exactly two outcomes (success/failure)
- Trials are independent
- The probability of success is the same on each trial
- The variable counts the number of trials until the first success
Notation:
The key difference from binomial: geometric has no fixed number of trials.
Geometric Probability
The probability that the first success occurs on the th trial:
Interpretation: Fail times, then succeed.
Mean and Standard Deviation
Interpretation of the mean: On average, it takes trials to get the first success.
Cumulative Probabilities
This is useful: the probability that you have to wait more than trials is simply .
Calculator
- geometpdf(, ): Probability of first success on trial
- geometcdf(, ): Probability of first success on or before trial
Shape
The geometric distribution is always skewed right โ most of the probability is concentrated on small values of .
Example
A baseball player has a batting average of .300 (probability of a hit). What's the probability his first hit comes on his 3rd at-bat?
What's the expected number of at-bats until his first hit?
AP Tip: Remember that geometric distributions count the trial number OF the first success (including the success), not the number of failures before the first success.
๐ Practice Problems
No example problems available yet.