Analyzing the Setup
Welcome, fellow traveler of the mathematical landscape. Today, we are not just solving a statistics problem; we are uncovering the hidden symmetry within a set of numbers.
When you look at the sets X={11,12,…,41} and Y={61,62,…,91}, what do you see? These are arithmetic progressions, perfectly spaced, marching in lockstep with a common difference of d=1. This structure is our greatest ally.
Phase 1
Finding the Center of Gravity
Before we can talk about variance—which is essentially a measure of how 'spread out' our data is—we must find the center of gravity, the mean. For an arithmetic progression, the mean is simply the average of the first and last terms.
For Set
X, the first term is
11 and the last is
41. The mean
xˉ is:
xˉ=211+41=26
For Set
Y, the first term is
61 and the last is
91. The mean
yˉ is:
yˉ=261+91=76
Since both sets contain exactly
31 elements, the combined mean
μ of the union
X∪Y is the midpoint of these two means:
μ=226+76=51
We have found our anchor point. Now, we can measure how far every single number in our combined set deviates from this value of 51.
Phase 2
The Art of the Shift
Here is where most students get bogged down in arithmetic. Instead of calculating (11−51)2+(12−51)2+… directly, let us use the 'shift' method.
Imagine we define every element x in Set X as x=26+k, where k ranges from −15 to 15. When we look at the deviation (x−51), it becomes (26+k−51), which simplifies to (k−25).
Now, look at the sum of squared deviations for Set
X:
x∈X∑(x−51)2=k=−15∑15(k−25)2
Expanding this, we get ∑(k2−50k+625). Because k is symmetric around zero, the term ∑50k vanishes completely! We are left with ∑k2+31(625).
Phase 3
The Symmetry Miracle
We apply the exact same logic to Set Y. We define y=76+k, where k again ranges from −15 to 15. The deviation (y−51) becomes (76+k−51), which is (k+25).
Expanding this, we get ∑(k2+50k+625). Again, the linear term ∑50k vanishes. The sum for Set Y is identical to the sum for Set X: ∑k2+31(625).
This symmetry is beautiful. It tells us that both sets are distributed identically around their respective means, and their combined variance is just a reflection of this shared structure.
Phase 4
The Final Calculation
Now, we bring it all together. The total sum of squares is 2×[∑k=−1515k2+31(625)].
Using the formula
∑k=1nk2=6n(n+1)(2n+1) for
n=15, we find:
k=1∑15k2=615×16×31=1240
Since we have both positive and negative k values, the sum from −15 to 15 is 2×1240=2480. Adding this to 31×625=19375, we get 21855. Multiplying by 2 gives us a total sum of 43710.
Finally, the variance
σ2 is the total sum divided by the total number of observations,
N=62:
σ2=6243710=705
Our target expression is
∣xˉ+yˉ−σ2∣. Substituting our values:
∣26+76−705∣=∣102−705∣=∣−603∣=603
We have arrived at the destination. The final answer is 603. Remember: in JEE Advanced, the math is rarely about how fast you can calculate; it is about how clearly you can see the structure of the problem.