Analyzing the Setup
Imagine you are standing in a quiet room, holding a single, fair six-sided die. You have one goal: roll a 2. You are committed to a game that continues until that elusive 2 appears.
The question is: what is the probability that this success occurs on an even-numbered throw? This is a classic JEE problem that tests your ability to translate a verbal description into a rigorous mathematical sequence.
The Building Blocks
Before we dive into the infinite, let us ground ourselves in the basics. We define our success, p, as rolling a 2. Since the die is fair, we have:
Consequently, the probability of failure, q, which is rolling anything other than a 2, is:
These two values, p and q, are the DNA of our entire problem. Every scenario we construct will be built from these two fundamental probabilities.
Visualizing the Timeline
We are interested in the success occurring on an even throw: n=2,4,6,…. Let us map this out.
For the success to happen on the 2nd throw, the first throw must be a failure, and the second must be a success. The probability is q×p.
If we want success on the 4th throw, we must fail three times and then succeed. This is represented as q×q×q×p, or q3p.
For the 6th throw, we need five failures followed by a success, which is q5p. The pattern is undeniable: the probability of success on the n-th throw, where n is even, is qn−1p.
The Infinite Geometric Progression
Now, we sum these probabilities to find the total probability P:
This is an infinite geometric progression. In any GP, the sum is determined by the first term a and the common ratio r.
Here, the first term a=qp. To find the common ratio r, we divide the second term by the first:
Since q=65, our ratio r=3625, which is less than 1. This confirms that our series converges to a finite value.
The Elegant Cancellation
We use the sum formula for an infinite GP:
Substituting our values, we get:
Now, let us plug in the numbers. The numerator is:
The denominator is:
1−q2=1−(65)2=1−3625=3611
Finally, we calculate P=11/365/36. The 36 in the denominator of both fractions cancels out, leaving us with the beautiful, simple result:
Conclusion
Mathematics often feels like a series of hurdles, but when you break a problem down into its core components—defining your variables, visualizing the sequence, and identifying the underlying structure—the complexity dissolves. You have just navigated an infinite process and arrived at a precise, elegant solution.