Analyzing the Setup
Welcome, future engineers! Today, we are diving into a problem that might look like a tedious calculation at first glance, but it is actually a beautiful lesson in the geometry of statistics.
We are given ten observations, xi, and some information about their relationship with the number five. Specifically, we know:
Our goal is to find the mean and variance of a new set of observations: (xi−3). Many students immediately panic, trying to find the individual values of x1,x2,…,x10. Stop! That is a trap. In statistics, we rarely care about the individual trees; we care about the shape of the forest.
Phase 1
The Shift of Origin
Let us simplify our life by defining a new variable, yi=xi−5. Visually, imagine your original data points as a distribution on a number line. By subtracting five, we are simply shifting the entire distribution to the left by five units.
Now, let us look at what we know about yi. The mean of yi is yˉ=n∑yi.
Since we know ∑yi=10 and n=10, the mean is:
This tells us the center of our new distribution is at one. Next, the variance of yi is given by σy2=n∑yi2−(yˉ)2.
Plugging in our values, we get:
This value, three, is the spread of our distribution.
Phase 2
The Transformation
Now, we look at our target variable, zi=xi−3. We want the mean and variance of this new set.
Notice the elegant relationship between our target zi and our known yi:
zi=xi−3=(xi−5)+2=yi+2
This is the core of the problem! To get from our distribution yi to our target distribution zi, we simply shift everything to the right by two units.
Phase 3
The Invariance Principle
Here is the masterclass concept: how do mean and variance react to this shift? The mean is sensitive to shifts.
If you add two to every observation, the average must also increase by two. So, the new mean λ is:
But variance? Variance is the measure of spread. If you slide a rigid object across a table, does its width change? Of course not!
Variance is independent of the change of origin. Therefore, the variance of zi is identical to the variance of yi. Thus, the variance μ is:
The Final Synthesis
We have arrived at our destination. The mean λ is three, and the variance μ is three. The ordered pair (λ,μ) is (3,3).
This problem teaches us that in the world of JEE mathematics, the most powerful tool is not brute force calculation, but the ability to see the underlying symmetry. Shifting data changes the mean, but the variance remains perfectly invariant. Keep this in your toolkit, and you will conquer any statistics problem that comes your way!