Analyzing the Setup
Imagine you are standing on a vast, infinite number line. You have a collection of n data points, x1,x2,…,xn, scattered like stars in the night sky.
At the heart of this cluster lies the arithmetic mean, xˉ, the center of gravity of your data. Surrounding this mean, we have the variance, σ2, which quantifies the dispersion of these points.
Now, consider the transformation where we multiply every data point by a constant k=2. We must determine how this scaling affects our statistical parameters.
The Linearity of the Mean
The arithmetic mean is defined as:
When we transform our data to 2x1,2x2,…,2xn, the new mean xˉnew is calculated as:
By the distributive property of summation, we extract the constant 2:
xˉnew=2×(n1i=1∑nxi)=2xˉ
The mean follows the scaling factor exactly. Therefore, any claim that the mean becomes 4xˉ is mathematically incorrect, as it erroneously applies quadratic logic to a linear operator.
The Quadratic Nature of Variance
The variance is defined as the average of the squared deviations from the mean:
When we scale our observations by 2, the new variance σnew2 becomes:
σnew2=n1i=1∑n(2xi−2xˉ)2
Factoring the 2 out of the squared term yields:
σnew2=n1i=1∑n[2(xi−xˉ)]2=n1i=1∑n4(xi−xˉ)2
Extracting the constant 4 from the summation, we arrive at:
σnew2=4×(n1i=1∑n(xi−xˉ)2)=4σ2
The variance scales by the square of the factor because it is inherently a measure of squared deviations. Stretching the data stretches the deviations, and squaring those deviations results in a quadrupling effect.
The Final Verdict
We have dissected the problem with surgical precision.
Statement-1, which claims the variance becomes 4σ2, is true.
Statement-2, which claims the mean becomes 4xˉ, is false.
In the high-stakes arena of the JEE Advanced, clarity triumphs over confusion. Always break down transformations to their fundamental definitions to ensure your logic remains sound.