The Trap of Brute Force
A Lesson in Elegance
My dear student, welcome to a problem that serves as a perfect litmus test for the JEE Advanced mindset. When you first look at this question, your instinct—the one honed by years of school-level exams—is to grab your pen, calculate the mean of Population A, calculate the mean of Population B, and then start squaring differences.
Stop. Take a breath. If you start calculating, you have already fallen into the trap.
The JEE Advanced is not a test of your ability to perform arithmetic; it is a test of your ability to see the underlying structure of the universe. Let us peel back the layers of this problem together.
Phase 1
Visualizing the Data
Imagine you are standing on a long, infinite number line. Population A is a block of 100 soldiers standing in a line, starting at 101 and ending at 200. They are shoulder-to-shoulder, a solid, unbroken chain of integers.
Now, look at Population B. They are also 100 soldiers, but they start at 151 and end at 250.
If you were to take a photograph of Population A and then a photograph of Population B, what would you notice? You would see that the 'shape' of the crowd is identical. The distance between the first person and the last person is the same, and the density of the crowd is the same. The only difference is that the entire group has marched forward by exactly 50 units.
Phase 2
The Definition of Variance
Now, let us talk about the soul of this problem: Variance. What is variance? It is not just a formula involving ∑(xi−xˉ)2.
Conceptually, variance is a measure of the 'spread' or 'dispersion' of data. It asks: 'How far, on average, are these points from their own center?'
If I take a rigid object—like a ruler—and I slide it across the table, does the length of the ruler change? Of course not. The ruler is the same object; it has just changed its position. Variance is exactly like that ruler. It measures the length of the data set, not its location.
Phase 3
The Mathematical Insight
Let us formalize this. Let xi be an observation in Population A, taking values from 101 to 200. Now, let yi be an observation in Population B, taking values from 151 to 250.
Notice the relationship: 151=101+50, 152=102+50, and so on. Mathematically, we can write this as yi=xi+50.
This is a classic 'Change of Origin' scenario. There is a fundamental theorem in statistics that states: if you add a constant c to every observation in a dataset, the variance remains unchanged.
Why? Because variance is defined as:
If we replace X with X+c, the new mean becomes E[X+c]=E[X]+c. When we calculate the new variance, the term (X+c)−(E[X]+c) simplifies to (X−E[X]).
The constant c cancels out perfectly! It vanishes into thin air.
Phase 4
The Elegant Conclusion
We have established that VB=Var(Y)=Var(X+50). Because of the property we just discussed, Var(X+50)=Var(X)=VA.
Therefore, VA=VB. When the question asks for the ratio VBVA, we are simply asking for the ratio of a number to itself.
The answer is 1.
Do you see the beauty here? We did not need to calculate a single square. We did not need to find a single mean. We simply understood the geometry of the data.
This is the hallmark of a true physicist and mathematician: finding the path of least resistance by understanding the fundamental laws of the system. Keep this perspective in your toolkit. Whenever you see a problem involving variance, ask yourself: 'Is this a shift, or is this a scale?'
If it is just a shift, the variance is invariant. You have mastered this concept. Now, go forth and apply this intuition to more complex problems.