Analyzing the Setup
Welcome, fellow traveler on the path to JEE excellence. Today, we are not just solving a statistics problem; we are performing a detective investigation.
We have a set of five numbers: a,b,8,5,10. Two of them are shrouded in mystery, hidden behind the variables a and b.
Nature—and mathematics—leaves clues. We are given the mean and the variance, and these two pieces of information are the keys to unlocking the entire set.
The First Clue
The Mean
Imagine the mean as the 'center of gravity' of our data. We know the mean xˉ=6.
By definition, the mean is the sum of all observations divided by the number of observations:
Multiplying both sides by 5, we get a+b+23=30, which simplifies beautifully to a+b=7. This is our first anchor.
We know the sum of our two mystery numbers is 7. However, we need more information to isolate them individually.
The Second Clue
The Variance
Now, we turn to the variance, σ2=6.8. Variance measures the 'spread' of the data.
The most elegant way to handle this is the computational formula:
Substituting our known values, we have:
σ2=5a2+b2+82+52+102−62=6.8
Expanding the squares, we get 64+25+100=189. So, the equation becomes:
Adding 36 to both sides gives 5a2+b2+189=42.8. Multiplying by 5, we find a2+b2+189=214, which leads us to the result: a2+b2=25.
The Algebraic Bridge
We now have a+b=7 and a2+b2=25. This is where the beauty of algebra shines.
We recall the identity (a+b)2=a2+b2+2ab. Substituting our values, we get:
72=25+2ab⇒49=25+2ab⇒2ab=24
This gives us ab=12. Now, we have the sum (7) and the product (12) of two numbers.
These are the roots of the quadratic equation t2−7t+12=0. Factoring this, we get (t−3)(t−4)=0. Thus, our mystery numbers are 3 and 4.
The Final Act
Mean Deviation
With our set complete—3,4,5,8,10—we calculate the mean deviation M. The mean deviation is the average of the absolute differences from the mean:
Calculating the deviations from 6:
∣3−6∣=3, ∣4−6∣=2, ∣5−6∣=1, ∣8−6∣=2, and ∣10−6∣=4.
Summing these up: 3+2+1+2+4=12. Therefore, M=512=2.4.
The final step is to find 25M. Since M=2.4, then 25×2.4=60.
The final answer is 60.