Analyzing the Setup
Imagine you are a data scientist tasked with reconstructing a missing piece of a puzzle. You have a set of eight numbers, but two of them, x and y, are hidden.
You are given two vital clues: the mean, which tells you where the data is centered, and the variance, which tells you how much the data is spread out. This is a classic JEE Advanced problem that tests your ability to translate statistical concepts into algebraic relationships.
Phase 1
The Mean as a Balancing Act
The mean, xˉ, is the fulcrum of your data. It is the point where, if you placed your numbers on a physical beam, it would perfectly balance.
We know that the mean of eight numbers is 10. The formula for the mean is:
With n=8 and xˉ=10, the sum of all eight numbers must be 8×10=80. Our known numbers are 3, 7, 9, 12, 13, and 20.
Adding these up, we get 3+7+9+12+13+20=64. Therefore, our first equation is 64+x+y=80, which simplifies to:
Phase 2
The Variance as a Measure of Energy
Now, we turn to the variance, σ2=25. While the definition n∑(xi−xˉ)2 is intuitive, the computational formula is the secret weapon for efficiency:
Let's plug in our values: 25=8∑xi2−(10)2. This simplifies to 25=8∑xi2−100, or 125=8∑xi2.
Multiplying by 8, we find that the sum of the squares of all eight numbers is 1000. Now, let's calculate the sum of the squares of our known numbers:
32+72+92+122+132+202=9+49+81+144+169+400=852
With this, we can find the sum of the squares of our unknowns: 852+x2+y2=1000, which gives us:
Phase 3
The Algebraic Bridge
We have arrived at the final stage with two powerful equations: x+y=16 and x2+y2=148. We need to find the product xy.
We recall the algebraic identity:
By substituting our known sums, we get (16)2=148+2xy. Calculating 162 gives us 256.
So, 256=148+2xy. Subtracting 148 from 256 leaves us with 108=2xy.
Finally, dividing by 2, we find the result:
xy=54