The Cyclic Dance of Probability
Imagine three friends, A, B, and C, sitting in a circle. They are playing a game of chance, tossing a coin in a fixed, repeating order: A, then B, then C, and back to A.
The game ends the moment a 'Head' appears. This is not just a game; it is a beautiful, infinite dance of probabilities. As a student of JEE Advanced, you must learn to see the elegance in this repetition.
Phase 1
The Logic of the Cycle
Before we touch the algebra, we must define our universe. Let the probability of getting a Head be p. This is our success condition.
If a player gets a Tail, they fail, and the coin passes to the next person. The probability of a Tail is q=1−p.
Every time the coin moves to the next player, a 'failure' has occurred. This is the fundamental building block of our solution.
Phase 2
The Infinite Series of Player A
Focus your attention on Player A. A can win on the very first toss. If that fails, A must wait for B and C to both get Tails, so A gets another chance on the fourth toss, then the seventh, and so on.
The probability of winning on the first toss is simply p. For the fourth toss, A, B, and C must have rolled Tails first, which is q×q×q=q3, followed by A rolling a Head, which is p.
So the second term is q3p. This pattern continues: p+q3p+q6p+….
This is an infinite Geometric Progression (GP) where the first term a=p and the common ratio r=q3. Using the sum formula S∞=1−ra, we find:
Phase 3
The Symmetry of Failure
Now, let us look at Player B. B can only win if A fails on the first toss. B's winning turns are the second, fifth, eighth, and so on.
The probability for the second toss is q×p. For the fifth toss, we need four Tails followed by a Head, giving q4p.
This creates the series β=qp+q4p+q7p+…. If we factor out a single q, we get β=q(p+q3p+q6p+…).
Look closely at the bracket—it is exactly the series for α! Thus, we have the elegant relationship:
Similarly, for Player C, who only gets a chance on the third, sixth, and ninth tosses, the probability is γ=q2p+q5p+q8p+…. Factoring out q2, we see that γ=q2α.
This is the beauty of cyclic games: the order of play creates a 'handicap' of factor q for each subsequent player.
Phase 4
The Grand Unification
Finally, we express these in terms of p. Substituting q=1−p into our expressions, we get:
As a final sanity check, if you sum α+β+γ, you get α(1+q+q2). Substituting the formula for α, this simplifies perfectly to 1.
This confirms that someone, eventually, must win. You have just mastered the cyclic probability game—a classic JEE concept that rewards those who look for patterns rather than brute force.