The Art of the Guess
Unlocking the Binomial Symmetry
Imagine you are sitting in the examination hall. You have eight true-false questions in front of you. You have no idea what the answers are, so you decide to guess.
It feels like a game of chance, doesn't it? But in the world of mathematics, this 'guessing' is a perfectly structured experiment. This is the Binomial Distribution, and today, we are going to master it.
Phase 1
The Anatomy of the Guess
Let us define our random variable X as the number of correct answers. Since each question is a binary choice—either you are right or you are wrong—and you are guessing with equal probability, the probability of success is p=1/2.
With n=8 questions, we are dealing with a classic Binomial Distribution: X∼B(8,1/2). The probability of getting exactly k correct answers is given by the elegant formula:
This formula is the engine of our problem. It tells us exactly how likely it is to get any specific score, from a complete disaster (0 correct) to a perfect score (8 correct).
Phase 2
The Mirror of Symmetry
Here is where the intuition kicks in. Because our probability of success is exactly 1/2, our distribution is not skewed; it is perfectly symmetric.
The mean, or the expected value, is μ=np=8×21=4. If you were to plot this on a graph, the bar at x=4 would be the tallest, and the bars to the left would perfectly mirror the bars to the right.
This means that the probability of getting 3 correct is the same as getting 5 correct, 2 is the same as 6, and so on. Mathematically, we express this as:
This symmetry is our greatest weapon.
Phase 3
The Algebraic Dance
We know that the sum of all probabilities in any distribution must equal 1. So, ∑k=08P(X=k)=1.
To solve our problem, we need to partition this sum. Let us break it into three distinct regions: the left tail (X≤3), the middle peak (X=4), and the right tail (X≥5).
Our equation becomes:
Now, apply the symmetry we just discussed. The left tail P(X≤3) is identical to the right tail P(X≥5). We can rewrite our equation as:
This is the moment of clarity. We have reduced a complex summation into a simple algebraic relationship.
Phase 4
The Final Verdict
We are looking for the smallest n such that P(X≥n)<1/2. Let us test n=5.
From our equation, we can isolate P(X≥5):
Since P(X=4) is the probability of getting exactly 4 correct, it is definitely a positive value. Therefore, 1−P(X=4) is strictly less than 1. When we divide this by 2, the result P(X≥5) must be strictly less than 1/2. This satisfies our condition!
But what about n=4? If we look at P(X≥4), we are including the middle term:
Using our previous derivation, this is equal to 1−P(X≥5). Since we know P(X≥5)<1/2, subtracting it from 1 gives us a value greater than 1/2.
Thus, P(X≥4)>1/2. The condition fails for n=4. Therefore, the smallest integer n that makes the probability less than 1/2 is 5.
Conclusion
Mathematics is not about memorizing formulas; it is about seeing the structure beneath the numbers. By visualizing the symmetry of the Binomial Distribution, we turned a potentially tedious calculation into a logical deduction.
You didn't need to calculate (58) or (68). You simply needed to understand the balance of the distribution. Keep this perspective in your toolkit, and you will find that even the most intimidating JEE problems have a beautiful, simple core waiting to be discovered.