Analyzing the Setup
Welcome, future engineer. Today, we are going to unravel the beauty of statistics, not through brute force, but through the elegance of mathematical patterns.
When you face a problem like finding the variance of the first 50 even natural numbers, your first instinct might be to reach for the definition: calculate the mean, subtract it from each term, square the result, and find the average. But stop. In the JEE Advanced arena, we don't just solve problems; we dismantle them.
Identifying the Sequence
Let us look at the sequence: 2,4,6,…,100. This is an arithmetic progression where the first term a=2 and the common difference d=2.
But look closer. Can you see the hidden structure? Every single term is a multiple of 2. If we factor out a 2, we get 2×(1,2,3,…,50).
Suddenly, the problem transforms. We are no longer dealing with an arbitrary sequence; we are dealing with the first 50 natural numbers, scaled by a factor of 2. This is the key insight that separates the calculator from the thinker.
The Power of Scaling
Now, we need to recall a fundamental result in statistics: the variance of the first n natural numbers. This is a standard formula that you should have etched into your memory:
This formula is a gift, saving us from tedious summations. But we have a scaling factor. We are not looking for the variance of X=(1,2,…,50), but for the variance of Y=2X.
Here is where the scaling property of variance comes into play. If you multiply every observation in a dataset by a constant k, the variance does not simply multiply by k. Because variance is a measure of squared deviations, the new variance becomes k2 times the original variance.
Mathematically, the property is expressed as:
In our case, k=2. So, the variance of our even numbers is 22×Var(first 50 natural numbers).
The Execution
Let us put it all together. We have n=50 and k=2. The variance of the first 50 natural numbers is:
Applying our scaling property, the variance of the first 50 even numbers is:
Var(Y)=22×12502−1=4×12502−1=3502−1
Now, the calculation is trivial. Since 502=2500, we have:
Var(Y)=32500−1=32499=833
The JEE Mindset
There you have it. The final answer is 833.
Notice how we avoided calculating the mean of the even numbers, avoided squaring fifty different deviations, and avoided any potential for arithmetic error. We used the properties of the system to our advantage.
This is the JEE mindset: identify the pattern, apply the theorem, and execute with precision. Keep this scaling property in your toolkit—it is a favorite of examiners, and now, it is a weapon in your arsenal.