










A random variable that follows a geometric distribution satisfies:
This means:
The probability you still have to wait
more trials does NOT depend on how long you’ve already been waiting.
Your past failures don’t change the future.
🎯 Intuition
Imagine flipping a coin until you get heads.
If you’ve already flipped 10 tails in a row, what’s the probability the next flip is heads?
Still 0.5.
The coin doesn’t care about your suffering.
The geometric distribution models exactly this kind of “fresh start every time” process.
📌 Why it’s memoryless
Let be the number of trials until the first success, with success probability
.
We want to show:
Left side:
But:
So:
Done.
The past cancels out.
⭐ Example
A basketball player makes each free throw with probability .
Let number of shots until the first make.
Suppose she has already missed 3 shots.
What is the probability she will miss the next 2 shots?
Memorylessness says:
Compute:
Even after missing 3 in a row, the chance she misses the next 2 is still 9%.
Her past misses don’t change the future.
⭐ Only two distributions are memoryless
Geometric distribution (discrete)
Exponential distribution (continuous)
These are the only memoryless probability distributions.
Discover more from Knowledge sparks
Subscribe to get the latest posts sent to your email.