The Heartbeat of Data
Understanding Mean and Variance
Welcome, future IITian! Today, we are not just solving a statistics problem; we are learning to see the hidden structure behind numbers. Statistics is the language of uncertainty, and mean and variance are its two most important pillars.
The mean, xˉ=n∑xi, is the balance point—the center of gravity of your data. The variance, σ2=n∑(xi−xˉ)2, is the measure of chaos, telling us how far our data points stray from that center. Let's dive in.
Phase 1
The Anchor (The Mean)
We are given six observations: a,b,68,44,48,60. The mean is 55. Our first step is to find the sum of these observations.
Using the formula xˉ=n∑xi, we write:
Summing the known values, 68+44+48+60=220. Thus, 6a+b+220=55.
Multiplying by 6, we get a+b+220=330, which simplifies to a+b=110. This is our first anchor, Equation 1.
Phase 2
The Measure of Chaos (The Variance)
Now, for the variance. We know σ2=194. The formula is σ2=n∑(xi−xˉ)2. Substituting our values:
194=6(a−55)2+(b−55)2+(68−55)2+(44−55)2+(48−55)2+(60−55)2
Let's calculate the squared deviations for the knowns: (68−55)2=169, (44−55)2=121, (48−55)2=49, and (60−55)2=25. The sum of these is 169+121+49+25=364.
Plugging this back, we get:
6(a−55)2+(b−55)2+364=194
Multiplying by 6 gives (a−55)2+(b−55)2+364=1164. Subtracting 364 yields (a−55)2+(b−55)2=800. This is Equation 2.
Phase 3
The Elegant Substitution
Here is where the JEE magic happens. Instead of expanding (a−55)2, which is a recipe for algebraic disaster, let's use substitution.
Let x=a−55 and y=b−55. From Equation 1, we know a+b=110. Subtracting 110 from both sides, we get (a−55)+(b−55)=0, which means x+y=0, or y=−x.
Now, look at Equation 2: x2+y2=800. Substituting y=−x, we get x2+(−x)2=800, which simplifies to 2x2=800, so x2=400. Thus, x=±20.
Phase 4
The Final Verdict
If x=20, then a−55=20⇒a=75. Since y=−x=−20, then b−55=−20⇒b=35. If x=−20, then a=35 and b=75.
The problem explicitly states a>b. Therefore, we must choose a=75 and b=35.
Finally, we calculate the target expression:
And there it is! By respecting the symmetry of the equations and using a clever substitution, we turned a daunting problem into a simple, elegant solution. Keep practicing, and keep that curiosity alive! The final answer is 180.