The Waiting Game
Unlocking the Memoryless Property
Imagine you are sitting at a table with a single, fair six-sided die. Your goal is simple: roll a six. But there is a catch—you must keep rolling until that six appears.
The number of rolls it takes is our random variable, X. This is the classic setup for a Geometric Distribution, a beautiful mathematical model that describes the waiting time for the first success in a series of independent trials.
The Geometric Nature of the Experiment
In this experiment, the probability of success (rolling a six) is p=61. Consequently, the probability of failure (rolling anything else) is q=1−p=65.
When we ask about the probability that the first success occurs after n trials, we are essentially asking for the probability of n consecutive failures. Since each roll is independent, we simply multiply the probabilities:
This formula is your best friend in these types of problems.
Navigating the Condition
The problem asks for the conditional probability P(X≥5∣X>2). This notation can look intimidating, but let's break it down.
We are given that X>2, meaning we already know the first two rolls were not sixes. We are now standing at the start of the third roll, looking forward. We want to know the probability that we will need at least five total rolls, given that we have already failed twice.
Using the conditional probability formula, we have:
P(X≥5∣X>2)=P(X>2)P(X≥5∩X>2)
The Intersection and Simplification
Look at the numerator: P(X≥5∩X>2). If X is greater than or equal to 5, it is automatically greater than 2.
Therefore, the intersection of these two events is simply P(X≥5). As we discussed, since X must be an integer, X≥5 is equivalent to X>4. Our expression now becomes:
Using our handy formula P(X>n)=qn, we substitute n=4 for the numerator and n=2 for the denominator:
The Beauty of Memorylessness
Notice what happened? The result is q2. This is the memoryless property in action!
The probability of needing at least two more rolls (given we have already failed twice) is exactly the same as the probability of needing at least two rolls from the very start. The past two failures have vanished from the equation.
We are left with a simple calculation:
And there you have it! The probability is 3625. By understanding the geometric nature of the experiment and the memoryless property, we transformed a potentially complex conditional probability problem into a simple algebraic one.