The Gambler's Dilemma
A Mathematical Reality Check
Imagine you are sitting in a high-stakes examination hall. You have five questions in front of you, and for each one, you have absolutely no idea what the answer is.
You decide to rely purely on luck, guessing randomly for every single question. It feels like a simple game of chance, but beneath the surface lies a rigid, beautiful mathematical structure. Today, we are going to peel back the curtain on this scenario using the power of the Binomial Distribution.
Defining the Battlefield
First, let us define our parameters. We have n=5 questions. Each question is an independent trial, meaning whether you guess correctly on the first question has zero impact on the second.
For each question, there are three alternatives, and only one is correct. This means the probability of success, which we denote as p, is 31.
Consequently, the probability of failure,
q, is the complement:
q=1−p=32
The Binomial Engine
To find the probability of any specific number of successes, we use the Binomial Distribution formula:
Here, (kn) (or nCk) tells us the number of ways to choose which k questions out of n are answered correctly. It is the combinatorial heart of the formula.
Our target is to find the probability of getting 4 or more correct answers, which corresponds to the event X≥4. Since our outcomes are discrete, this is simply the sum of two distinct possibilities: getting exactly 4 correct or getting exactly 5 correct.
The Calculation
Let us tackle these one by one. For k=4, we substitute our values into the formula:
We know that (45)=5. So, the calculation becomes:
P(X=4)=5⋅341⋅32=5⋅811⋅32=3510
Now, for the rare event of getting all 5 correct (k=5):
Since (55)=1 and any number to the power of 0 is 1, this simplifies beautifully:
The Final Synthesis
Now, we bring them together. The total probability is the sum of these two results:
This fraction, 24311, is our final answer. If you calculate the value, it is approximately 0.045, or about 4.5%.
Think about that for a moment. If you walk into an exam and guess on every question, you have less than a 5% chance of getting 4 or more correct. Mathematics has just quantified the risk of guessing—it is a strategy that is almost certainly doomed to fail. Let this be a reminder that in the JEE, as in life, preparation beats probability every single time.