Welcome, JEE warriors! Today, we are going to dismantle a problem that looks like a statistical nightmare but is actually a beautifully choreographed dance of algebra.
When you first look at this problem, you see eighteen observations, two unknown parameters α and β, and a standard deviation of one. It is easy to feel overwhelmed. But remember, in the world of JEE Advanced, complexity is often just a mask for elegance.
Let us peel back that mask together.
Analyzing the Hidden Mean
We are given the condition:
i=1∑18(Xi−α)=36
Your instinct might be to panic because you do not know the values of Xi. But you do not need them! We are dealing with the properties of summation.
We can distribute the summation operator:
∑Xi−∑α=36
Since
α is a constant, adding it eighteen times is simply
18α. Thus, we have
∑Xi−18α=36, which gives us the sum of all observations:
∑Xi=18(α+2)
This is our first anchor. We have successfully translated a cryptic statement into a concrete algebraic expression.
The Variance Trap
Next, we tackle the second condition:
i=1∑18(Xi−β)2=90
This is where many students stumble. Do not try to guess the values of
Xi. Instead, expand the perfect square:
(Xi−β)2=Xi2−2βXi+β2
Now, apply the summation to each term:
∑Xi2−2β∑Xi+18β2=90
Notice how the pieces are fitting together? We already know
∑Xi=18(α+2). Let us substitute that in:
∑Xi2−2β(18(α+2))+18β2=90
Rearranging this, we find an expression for the sum of squares:
∑Xi2=90+36β(α+2)−18β2
The Algebraic Symphony
Now, we invoke the definition of variance. We know
σ=1, so
σ2=1. The formula for variance is:
σ2=n∑Xi2−(Xˉ)2
Here,
n=18, and the mean
Xˉ is:
Xˉ=18∑Xi=1818(α+2)=α+2
Substituting everything into the variance formula:
1=1890+36β(α+2)−18β2−(α+2)2
Let us simplify this. Dividing the numerator by
18, we get:
1=5+2β(α+2)−β2−(α+2)2
Expanding the terms:
1=5+2αβ+4β−β2−(α2+4α+4)
Simplifying further:
1=5+2αβ+4β−β2−α2−4α−4
The
5 and
−4 combine to
1, which cancels the
1 on the left side. We are left with:
0=−α2−β2+2αβ−4α+4β
Multiply by
−1 to make it look cleaner:
α2+β2−2αβ+4α−4β=0
The Final Reveal
Look closely at that expression. α2+β2−2αβ is exactly (α−β)2. And 4α−4β is 4(α−β).
So, our equation is:
(α−β)2+4(α−β)=0
Factoring this, we get:
(α−β)(α−β+4)=0
Since the problem states α and β are distinct, $\alpha - \beta
eq 0$. Therefore, α−β+4=0, which means α−β=−4.
The absolute value ∣α−β∣ is ∣−4∣=4.
The final answer is 4.