Welcome, future engineer! Today, we are going to peel back the layers of a classic statistics problem. It is easy to get intimidated by the sheer volume of information in a JEE Advanced question, but I want you to take a deep breath.
Statistics is not just about crunching numbers; it is about understanding the 'center of gravity' of your data. Imagine you have a cloud of thirty data points, and their average position—the mean—is sitting at xˉ=75. Now, we are going to perform a transformation on every single one of these points: we multiply each by a constant λ and then shift them all down by 25. The question asks us to find λ such that the mean remains unchanged.
The Illusion of Complexity
First, let us address the elephant in the room: the number of observations, n=30. You might be tempted to start writing out sums like ∑xi=30×75.
While that is mathematically correct, it is a trap! In competitive exams, examiners love to include extra information to test your confidence. The mean is a property of the distribution, and it behaves predictably under linear transformations regardless of the sample size. You can safely ignore the 30 and focus on the transformation itself.
The Power of Linear Transformation
Here is the core principle you need in your toolkit: the mean is sensitive to both change of scale and origin. If you have a set of observations xi with mean xˉ, and you apply the transformation yi=axi+b, the new mean yˉ is simply:
Think of it like this: if you scale a map by a factor of a and then shift the origin by b, the center of the map moves exactly the same way. In our problem, the transformation is yi=λxi−25.
Therefore, our new mean must be yˉ=λxˉ−25. This is the elegant shortcut that separates the masters from the novices.
The Final Calculation
Now that we have the relationship yˉ=λxˉ−25, we simply plug in what we know. We are told the mean remains the same, so yˉ=75 and xˉ=75.
The equation becomes:
Now, let us solve this with precision. Add 25 to both sides to get:
Finally, divide by 75 to isolate λ:
Simplifying this fraction by dividing both the numerator and denominator by 25, we arrive at:
There it is! We navigated the distractor, applied the fundamental property of the mean, and solved the algebra with confidence. Keep this mindset for your exam: identify the core principle, ignore the noise, and trust your tools. The final answer is λ=34.