Skip to main content
Back to Statistics & Probability
JEE Main 2018
Statistics & Probability
Statistics
Easy

Question

Let x 1 , x 2 ,........., x n be n observations, and let x\overline x be their arithematic mean and σ2{\sigma ^2} be their variance. Statement 1 : Variance of 2x 1 , 2x 2 ,......., 2x n is 4σ2{\sigma ^2}. Statement 2 : : Arithmetic mean of 2x 1 , 2x 2 ,......, 2x n is 4x\overline x .

Options

Solution

Key Concepts and Formulas

For a set of nn observations x1,x2,,xnx_1, x_2, \ldots, x_n:

  1. Arithmetic Mean (x\overline{x}): The sum of all observations divided by the number of observations. x=i=1nxin\overline{x} = \frac{\sum_{i=1}^{n} x_i}{n}

  2. Variance (σ2\sigma^2): The average of the squared differences from the mean. σ2=i=1n(xix)2n\sigma^2 = \frac{\sum_{i=1}^{n} (x_i - \overline{x})^2}{n}

  3. Properties of Mean and Variance under Linear Transformation: If each observation xix_i is transformed to yi=axi+by_i = ax_i + b (where aa and bb are constants), then:

    • The new mean (y\overline{y}) is y=ax+b\overline{y} = a\overline{x} + b.
    • The new variance (σy2\sigma_y^2) is σy2=a2σ2\sigma_y^2 = a^2 \sigma^2.

Step-by-Step Solution

Let the original set of nn observations be x1,x2,,xnx_1, x_2, \ldots, x_n. Given that their arithmetic mean is x\overline{x} and their variance is σ2\sigma^2.

We are now considering a new set of observations: 2x1,2x2,,2xn2x_1, 2x_2, \ldots, 2x_n. Let's denote these new observations as yiy_i, so yi=2xiy_i = 2x_i. This is a linear transformation where a=2a=2 and b=0b=0.


1. Analyzing Statement 2: Arithmetic Mean of 2x1,2x2,,2xn2x_1, 2x_2, \ldots, 2x_n

Statement 2 says: Arithmetic mean of 2x1,2x2,,2xn2x_1, 2x_2, \ldots, 2x_n is 4x4\overline{x}.

  • Step 1: Calculate the new arithmetic mean (y\overline{y}) using its definition. The arithmetic mean of the new observations y1,y2,,yny_1, y_2, \ldots, y_n (where yi=2xiy_i = 2x_i) is given by: y=i=1nyin\overline{y} = \frac{\sum_{i=1}^{n} y_i}{n} Why this step? We start with the fundamental definition to derive the new mean.

  • Step 2: Substitute yi=2xiy_i = 2x_i and simplify. y=2x1+2x2++2xnn\overline{y} = \frac{2x_1 + 2x_2 + \ldots + 2x_n}{n} Factor out the common multiplier '2' from the numerator: y=2(x1+x2++xn)n\overline{y} = \frac{2(x_1 + x_2 + \ldots + x_n)}{n} Why this step? Factoring out the constant helps to reveal the relationship with the original mean.

  • Step 3: Relate to the original mean (x\overline{x}). We know that the original arithmetic mean is x=x1+x2++xnn\overline{x} = \frac{x_1 + x_2 + \ldots + x_n}{n}. Substitute this into our expression for y\overline{y}: y=2(i=1nxin)=2x\overline{y} = 2 \left( \frac{\sum_{i=1}^{n} x_i}{n} \right) = 2\overline{x} Why this step? This directly shows how the mean transforms under multiplication by a constant.

  • Step 4: Compare with Statement 2. Our calculated new mean is 2x2\overline{x}. Statement 2 claims the mean is 4x4\overline{x}. Since 2x4x2\overline{x} \neq 4\overline{x} (unless x=0\overline{x}=0, which is not generally true), Statement 2 is false.


2. Analyzing Statement 1: Variance of 2x1,2x2,,2xn2x_1, 2x_2, \ldots, 2x_n

Statement 1 says: Variance of 2x1,2x2,,2xn2x_1, 2x_2, \ldots, 2x_n is 4σ24\sigma^2.

  • Step 1: Calculate the new variance (σy2\sigma_y^2) using its definition. The variance of the new observations y1,y2,,yny_1, y_2, \ldots, y_n is: σy2=i=1n(yiy)2n\sigma_y^2 = \frac{\sum_{i=1}^{n} (y_i - \overline{y})^2}{n} Why this step? We use the fundamental definition of variance to derive its transformation.

  • Step 2: Substitute yi=2xiy_i = 2x_i and the previously calculated y=2x\overline{y} = 2\overline{x} into the formula. σy2=i=1n(2xi2x)2n\sigma_y^2 = \frac{\sum_{i=1}^{n} (2x_i - 2\overline{x})^2}{n} Why this step? This substitutes the transformed values and their new mean into the variance definition.

  • Step 3: Simplify the expression inside the summation. Factor out '2' from the term (2xi2x)(2x_i - 2\overline{x}): σy2=i=1n(2(xix))2n\sigma_y^2 = \frac{\sum_{i=1}^{n} (2(x_i - \overline{x}))^2}{n} Now, square the term 2(xix)2(x_i - \overline{x}): σy2=i=1n4(xix)2n\sigma_y^2 = \frac{\sum_{i=1}^{n} 4(x_i - \overline{x})^2}{n} Why this step? This simplification is crucial to isolate the original variance term.

  • Step 4: Factor out the constant from the summation. The constant '4' can be taken out of the summation: σy2=4(i=1n(xix)2n)\sigma_y^2 = 4 \left( \frac{\sum_{i=1}^{n} (x_i - \overline{x})^2}{n} \right) Why this step? This prepares the expression to be directly compared with the original variance.

  • Step 5: Relate to the original variance (σ2\sigma^2). We know that the original variance is σ2=i=1n(xix)2n\sigma^2 = \frac{\sum_{i=1}^{n} (x_i - \overline{x})^2}{n}. Substituting this into our expression for σy2\sigma_y^2: σy2=4σ2\sigma_y^2 = 4\sigma^2 Why this step? This confirms how the variance scales when observations are multiplied by a constant.

  • Step 6: Compare with Statement 1. Our calculated new variance is 4σ24\sigma^2. Statement 1 claims the variance is 4σ24\sigma^2. Thus, Statement 1 is true.


3. Conclusion and Option Selection

  • Statement 1 is True.
  • Statement 2 is False.

This combination corresponds to option (D).


Common Mistakes & Tips

  • Scaling Factors: Remember that if observations are multiplied by a constant 'a', the mean is multiplied by 'a', but the variance is multiplied by a2a^2. A common error is to multiply variance by 'a' instead of a2a^2.
  • Effect of Addition/Subtraction: Adding or subtracting a constant 'b' to all observations changes the mean by 'b' but does not affect the variance. This is because the differences from the mean, (xix)(x_i - \overline{x}), remain unchanged.
  • Always Revert to Definitions: If you are unsure about a property, always go back to the fundamental definitions of mean and variance and derive the transformation step-by-step.

Summary

We systematically analyzed both statements using the definitions and properties of arithmetic mean and variance under linear transformation. For the new observations 2xi2x_i, the new mean was found to be 2x2\overline{x}, making Statement 2 (mean is 4x4\overline{x}) false. The new variance was found to be 4σ24\sigma^2, making Statement 1 (variance is 4σ24\sigma^2) true. Therefore, Statement 1 is true and Statement 2 is false.

The final answer is \boxed{D}

Practice More Statistics & Probability Questions

View All Questions