The Underdog's Strategy
A Lesson in Probability
Imagine you are standing on the court, racket in hand, facing an opponent who is statistically better than you. Your probability of winning a single game is p=0.4.
You are the underdog. The tournament organizers offer you a choice: play a 'Best of 3' match or a 'Best of 5' match. Which one do you choose?
Most students instinctively think, "More games give me more chances to win!" But in the world of probability, intuition can be a dangerous trap. Let us dissect this using the power of the Binomial Distribution.
Phase 1
The Best of 3
In a 'Best of 3' match, you win the match if you win at least 2 games. This means you can win exactly 2 games or exactly 3 games.
We use the binomial formula:
P(X=k)=(kn)pkqn−k
where
n=3,
p=0.4, and
q=0.6.
For exactly 2 wins, we calculate:
(23)(0.4)2(0.6)1=3×0.16×0.6=0.288
For exactly 3 wins, we calculate:
(33)(0.4)3(0.6)0=1×0.064×1=0.064
Adding these together, your total probability of winning the 'Best of 3' is 0.288+0.064=0.352. You have a 35.2% chance of victory.
Phase 2
The Best of 5
Now, let us look at the 'Best of 5'. Here, you need at least 3 wins to take the match. This means you could win 3, 4, or 5 games.
Using the same binomial logic with n=5:
For 3 wins:
(35)(0.4)3(0.6)2=10×0.064×0.36=0.2304
For 4 wins:
(45)(0.4)4(0.6)1=5×0.0256×0.6=0.0768
For 5 wins:
(55)(0.4)5(0.6)0=1×0.01024×1=0.01024
Summing these up, your probability of winning the 'Best of 5' is 0.2304+0.0768+0.01024=0.31744. Your chances have dropped to approximately 31.7%.
The Philosophical Insight
Why did your chances drop? This is the core of the lesson.
When you are the underdog (p<0.5), you rely on 'variance'—the lucky streaks that allow you to win a short series. As the number of games n increases, the Law of Large Numbers takes over.
The actual outcome of the match begins to mirror the expected probability more closely. Since your expected win rate is below 50%, the longer the match, the more certain it becomes that you will lose.
Therefore, to maximize your chances as an underdog, you must minimize the number of games. Choose the 'Best of 3' and hope for a lucky streak! The math confirms it: 0.352>0.31744. Always trust the numbers over your gut feeling.