Skip to main content
Back to Statistics & Probability
JEE Main 2021
Statistics & Probability
Statistics
Hard

Question

If both the mean and the standard deviation of 50 observations x 1 , x 2 ,..., x 50 are equal to 16, then the mean of (x 1 – 4) 2 , (x 2 – 4) 2 ,....., (x 50 – 4) 2 is :

Options

Solution

Key Concepts and Formulas

  • Mean (μ\mu or xˉ\bar{x}): For a set of NN observations x1,x2,,xNx_1, x_2, \ldots, x_N, the mean is the arithmetic average: μ=i=1NxiN\mu = \frac{\sum_{i=1}^{N} x_i}{N}
  • Standard Deviation (σ\sigma): A measure of the spread of data around the mean. Its square is the variance (σ2\sigma^2). The definitional formula for variance is σ2=i=1N(xiμ)2N\sigma^2 = \frac{\sum_{i=1}^{N} (x_i - \mu)^2}{N}.
  • Computational Variance Formula: For practical calculations, especially when dealing with sums of squares, an alternative formula for variance is extremely useful: σ2=i=1Nxi2Nμ2\sigma^2 = \frac{\sum_{i=1}^{N} x_i^2}{N} - \mu^2 This formula directly relates the variance, the mean, and the mean of the squares of the observations. It will be the cornerstone of our solution.

Step-by-Step Solution

We are given the following information for 50 observations, x1,x2,,x50x_1, x_2, \ldots, x_{50}:

  • Number of observations, N=50N = 50.
  • Mean of these observations, μ=16\mu = 16.
  • Standard deviation of these observations, σ=16\sigma = 16.

Our objective is to find the mean of the new set of observations: (x14)2,(x24)2,,(x504)2(x_1 – 4)^2, (x_2 – 4)^2, \ldots, (x_{50} – 4)^2. Let's denote this required mean as μ\mu'. μ=i=150(xi4)250\mu' = \frac{\sum_{i=1}^{50} (x_i - 4)^2}{50}

Step 1: Calculate the Sum of Observations (xi\sum x_i)

  • What: We will use the given mean to find the sum of the original observations, xi\sum x_i.
  • Why: The expression for μ\mu' involves terms with xix_i after algebraic expansion. Calculating xi\sum x_i (or rather, xiN\frac{\sum x_i}{N} which is the mean itself) upfront will simplify the later substitution.
  • Math: The definition of the mean is: μ=xiN\mu = \frac{\sum x_i}{N} Substitute the given values μ=16\mu = 16 and N=50N = 50: 16=xi5016 = \frac{\sum x_i}{50} Now, solve for xi\sum x_i: xi=16×50\sum x_i = 16 \times 50 xi=800\sum x_i = 800

Step 2: Calculate the Mean of Squares (xi2N\frac{\sum x_i^2}{N})

  • What: We will use the computational formula for variance to find the mean of the squares of the original observations, xi2N\frac{\sum x_i^2}{N}.
  • Why: The expression for μ\mu' also involves terms with xi2x_i^2 after expansion. This value is directly obtainable from the variance formula and will be crucial for the final calculation.
  • Math: The computational formula for variance is: σ2=xi2Nμ2\sigma^2 = \frac{\sum x_i^2}{N} - \mu^2 We are given σ=16\sigma = 16, so σ2=162=256\sigma^2 = 16^2 = 256. We are also given μ=16\mu = 16, so μ2=162=256\mu^2 = 16^2 = 256. Substitute these values into the formula: 256=xi250256256 = \frac{\sum x_i^2}{50} - 256 To isolate xi250\frac{\sum x_i^2}{50}, add 256 to both sides: xi250=256+256\frac{\sum x_i^2}{50} = 256 + 256 xi250=512\frac{\sum x_i^2}{50} = 512

Step 3: Evaluate the Required Mean of (xi4)2(x_i - 4)^2

  • What: Now we will use the results from Step 1 and Step 2 to calculate the desired mean, μ\mu'.
  • Why: By algebraically expanding the term (xi4)2(x_i - 4)^2 and applying the properties of summation, we can express μ\mu' in terms of xi2N\frac{\sum x_i^2}{N} and xiN\frac{\sum x_i}{N}, which we have already determined.
  • Math: The required mean is: μ=i=150(xi4)250\mu' = \frac{\sum_{i=1}^{50} (x_i - 4)^2}{50} First, expand the term (xi4)2(x_i - 4)^2 using the algebraic identity (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2: (xi4)2=xi22(xi)(4)+42(x_i - 4)^2 = x_i^2 - 2(x_i)(4) + 4^2 (xi4)2=xi28xi+16(x_i - 4)^2 = x_i^2 - 8x_i + 16 Substitute this expanded form back into the expression for μ\mu': μ=i=150(xi28xi+16)50\mu' = \frac{\sum_{i=1}^{50} (x_i^2 - 8x_i + 16)}{50} Now, distribute the summation and the division by N=50N=50 over each term: μ=xi2508xi50+1650\mu' = \frac{\sum x_i^2}{50} - \frac{\sum 8x_i}{50} + \frac{\sum 16}{50} Using the property cai=cai\sum c \cdot a_i = c \cdot \sum a_i and i=1NC=N×C\sum_{i=1}^N C = N \times C: μ=(xi250)8(xi50)+(50×1650)\mu' = \left(\frac{\sum x_i^2}{50}\right) - 8 \left(\frac{\sum x_i}{50}\right) + \left(\frac{50 \times 16}{50}\right) Now, substitute the values we have:
    • From Step 2, xi250=512\frac{\sum x_i^2}{50} = 512.
    • The term xi50\frac{\sum x_i}{50} is the original mean, μ=16\mu = 16.
    • The term 50×1650\frac{50 \times 16}{50} simplifies to 16. Substitute these values into the equation for μ\mu': μ=5128(16)+16\mu' = 512 - 8(16) + 16 Perform the arithmetic: μ=512128+16\mu' = 512 - 128 + 16 μ=384+16\mu' = 384 + 16 μ=400\mu' = 400

Common Mistakes & Tips

  • Master the Computational Variance Formula: The formula σ2=xi2Nμ2\sigma^2 = \frac{\sum x_i^2}{N} - \mu^2 is incredibly powerful and efficient. Ensure you remember and understand how to apply it.
  • Algebraic Precision: Always be careful when expanding algebraic expressions like (ab)2(a-b)^2. A common error is forgetting the middle term, e.g., writing (xi4)2=xi2+16(x_i - 4)^2 = x_i^2 + 16 instead of xi28xi+16x_i^2 - 8x_i + 16.
  • Properties of Summation: Remember that summation distributes over addition and subtraction ((A±B)=A±B\sum (A \pm B) = \sum A \pm \sum B), and constants can be pulled out (cA=cA\sum cA = c \sum A). Also, the sum of a constant CC over NN terms is N×CN \times C (i=1NC=NC\sum_{i=1}^N C = N C). These properties are vital for simplifying expressions.

Summary

This problem effectively demonstrates the interconnections between fundamental statistical measures: mean and standard deviation. The key to solving it was leveraging the computational formula for variance, σ2=xi2Nμ2\sigma^2 = \frac{\sum x_i^2}{N} - \mu^2, to determine the mean of the squares of the observations. Once we had this value, along with the original mean, we could algebraically expand the expression for the target mean, (xi4)2(x_i - 4)^2, and substitute the pre-calculated components to arrive at the final answer.

The final answer is 400\boxed{400}, which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions