Analyzing the Setup
Welcome, future engineers! Today, we are going to tackle a problem that perfectly illustrates the elegance of JEE mathematics. We are given eight numbers: 6,10,7,13,a,12,b,12.
We know the mean is 9 and the variance is 437. Our mission is to find (a−b)2.
At first glance, you might feel the urge to find a and b individually, but let us pause and think like a strategist. We have two unknowns, so we need two independent pieces of information. The mean and the variance are exactly those two keys.
Phase 1
The Balance Point
The mean is the heart of any dataset. Mathematically, the mean xˉ is defined as:
With n=8 and xˉ=9, the sum of all our observations must be 8×9=72.
Let us sum our knowns: 6+10+7+13+12+12=60. So, our equation becomes 60+a+b=72.
Instantly, we have our first vital link: a+b=12. Keep this in your pocket; it is the foundation of our bridge.
Phase 2
The Measure of Chaos
Now, let us talk about variance. Variance, σ2, tells us how much our data deviates from the mean. The most efficient way to handle this is the computational formula:
We know σ2=437 and xˉ=9. Substituting these, we get:
Let us isolate the sum of squares:
Calculating the right side, 81=4324, so 437+324=4361. Now, multiply by 8:
This is the total sum of the squares of all our data points.
Phase 3
The Algebraic Bridge
We know the total sum of squares is 722. Let us break that down:
∑xi2=62+102+72+132+122+122+a2+b2
Calculating the known squares: 36+100+49+169+144+144=642. So, 642+a2+b2=722.
Subtracting 642 from 722, we find a2+b2=80.
Now, look at what we have: a+b=12 and a2+b2=80. We need (a−b)2.
We know the identity (a−b)2=a2+b2−2ab. We have a2+b2, but we need 2ab.
We can find 2ab using the identity (a+b)2=a2+b2+2ab. Substituting our values:
122=80+2ab⇒144=80+2ab⇒2ab=64
Finally, the moment of truth:
(a−b)2=a2+b2−2ab=80−64=16
And there it is! The answer is 16. By focusing on the relationships between the variables rather than the variables themselves, we navigated the problem with precision and grace.