The Elegance of Statistical Patterns
Welcome, future engineers! Today, we are going to peel back the layers of a beautiful problem in statistics. Often, students look at variance and see a daunting, complex formula involving summations and squares.
But in the world of JEE, variance is not just a formula; it is a measure of the 'spread' or 'dispersion' of data. When we look at the first n natural numbers, we are looking at a perfectly uniform distribution. Let's see how we can master this.
Phase 1
The First n Natural Numbers
Imagine the set X={1,2,3,…,n}. These numbers are perfectly spaced on the number line. The mean of this set is xˉ=2n+1.
The variance, which measures how far these numbers deviate from the mean, is given by the elegant formula:
Why this formula? It comes from the identities:
i=1∑ni2=6n(n+1)(2n+1)andi=1∑ni=2n(n+1)
When you plug these into the variance definition, the algebra simplifies beautifully to 12n2−1. The problem tells us this variance is 10. So, we write:
Multiplying by 12, we get n2−1=120, which leads us to n2=121. Since n must be a positive count, we find n=11. We have cracked the first code!
Phase 2
The Scaling Transformation
Now, let's look at the second set: the first m even natural numbers, Y={2,4,6,…,2m}. Notice something? Every element in Y is exactly twice the corresponding element in the set of the first m natural numbers.
This is a linear transformation! There is a golden rule in statistics: if you scale a dataset by a constant k, the variance scales by k2. That is:
Here, our constant k is 2. So, the variance of our even numbers is 22=4 times the variance of the first m natural numbers. The problem tells us this variance is 16.
So, we set up our second equation:
Simplifying this, we divide by 4 to get 12m2−1=4. Multiplying by 12, we get m2−1=48, which means m2=49. Again, taking the positive root, we find m=7.
Phase 3
The Final Victory
We have navigated the statistical landscape and found our two unknowns: n=11 and m=7. The question asks for the sum n+m.
It is a simple final step:
And there you have it! By understanding the geometric nature of variance and the power of the scaling property, we turned a potentially messy calculation into a swift, elegant solution. Keep practicing these patterns—they are the building blocks of your success in JEE Advanced! The final answer is 18.