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

Question

The mean and variance of the marks obtained by the students in a test are 10 and 4 respectively. Later, the marks of one of the students is increased from 8 to 12. If the new mean of the marks is 10.2, then their new variance is equal to :

Options

Solution

Key Concepts and Formulas

To effectively solve problems involving changes in statistical measures, it's crucial to understand the definitions and formulas for the mean and variance of ungrouped data. Let x1,x2,,xNx_1, x_2, \ldots, x_N represent NN individual observations.

  1. Mean (xˉ\bar{x}): The arithmetic average of all observations. xˉ=i=1NxiN\bar{x} = \frac{\sum_{i=1}^{N} x_i}{N} where xi\sum x_i is the sum of all observations.

  2. Variance (σ2\sigma^2): A measure of the spread of data points around the mean. The most computationally convenient formula for variance, especially when dealing with changes in observations, is: σ2=i=1Nxi2N(xˉ)2\sigma^2 = \frac{\sum_{i=1}^{N} x_i^2}{N} - (\bar{x})^2 where xi2\sum x_i^2 is the sum of the squares of all observations. This formula allows us to easily update the sum of squares when an observation changes.


Step-by-Step Solution

Problem Statement and Initial Data:

  • Initial Mean (xˉ\bar{x}) = 10
  • Initial Variance (σ2\sigma^2) = 4
  • Mark of one student increased from 8 to 12.
  • New Mean (xˉnew\bar{x}_{new}) = 10.2
  • Goal: Find the New Variance (σnew2\sigma^2_{new}).

Step 1: Determine the Initial Sum of Marks (xi\sum x_i) and Sum of Squares (xi2\sum x_i^2) in terms of N

  • Why this step? The mean and variance are aggregate measures. To analyze the effect of a single mark change, we need to express the total sum of marks and the total sum of squares of marks. Since the number of students (NN) is initially unknown, we will express these sums in terms of NN.

    From the initial mean formula: xˉ=xiN\bar{x} = \frac{\sum x_i}{N} Given xˉ=10\bar{x} = 10: 10=xiN10 = \frac{\sum x_i}{N} This gives the initial sum of marks: xi=10N(Equation 1)\sum x_i = 10N \quad \text{(Equation 1)}

    From the initial variance formula: σ2=xi2N(xˉ)2\sigma^2 = \frac{\sum x_i^2}{N} - (\bar{x})^2 Given σ2=4\sigma^2 = 4 and xˉ=10\bar{x} = 10: 4=xi2N(10)24 = \frac{\sum x_i^2}{N} - (10)^2 4=xi2N1004 = \frac{\sum x_i^2}{N} - 100 Rearranging to find xi2N\frac{\sum x_i^2}{N}: xi2N=100+4\frac{\sum x_i^2}{N} = 100 + 4 xi2N=104(Equation 2)\frac{\sum x_i^2}{N} = 104 \quad \text{(Equation 2)} This implies the initial sum of squares of marks is: xi2=104N\sum x_i^2 = 104N

Step 2: Calculate the Number of Students (NN)

  • Why this step? The number of students (NN) is constant throughout the problem. We can determine NN by using the information about the change in the student's mark and the resulting new mean.

    The mark of one student changed from 8 to 12. The increase in the total sum of marks is: 128=412 - 8 = 4.

    The new sum of marks, (xi)new\left(\sum x_i\right)_{new}, is the initial sum plus this increase: (xi)new=xi+4\left(\sum x_i\right)_{new} = \sum x_i + 4 Substitute xi=10N\sum x_i = 10N from Equation 1: (xi)new=10N+4\left(\sum x_i\right)_{new} = 10N + 4

    We are given that the new mean, xˉnew\bar{x}_{new}, is 10.2. The number of students, NN, remains unchanged. Using the mean formula for the new data: xˉnew=(xi)newN\bar{x}_{new} = \frac{\left(\sum x_i\right)_{new}}{N} Substitute the known values: 10.2=10N+4N10.2 = \frac{10N + 4}{N} Now, solve this equation for NN: 10.2N=10N+410.2N = 10N + 4 10.2N10N=410.2N - 10N = 4 0.2N=40.2N = 4 N=40.2=4210=402=20N = \frac{4}{0.2} = \frac{4}{\frac{2}{10}} = \frac{40}{2} = 20 So, there are N=20N = 20 students.

Step 3: Calculate the New Sum of Squares ((xi2)new\left(\sum x_i^2\right)_{new})

  • Why this step? To calculate the new variance, we need the new sum of squares. When an individual observation changes, its square changes, directly impacting the total sum of squares of all observations. We must remove the square of the old mark and add the square of the new mark.

    First, let's find the initial xi2\sum x_i^2 using the NN we just found (N=20N=20) and Equation 2: xi2N=104\frac{\sum x_i^2}{N} = 104 xi2=104×N=104×20=2080\sum x_i^2 = 104 \times N = 104 \times 20 = 2080

    The mark changed from 8 to 12. This means the square of the old mark (828^2) is removed from the initial sum of squares, and the square of the new mark (12212^2) is added to it. (xi2)new=xi2(Old Mark)2+(New Mark)2\left(\sum x_i^2\right)_{new} = \sum x_i^2 - (\text{Old Mark})^2 + (\text{New Mark})^2 (xi2)new=2080(8)2+(12)2\left(\sum x_i^2\right)_{new} = 2080 - (8)^2 + (12)^2 (xi2)new=208064+144\left(\sum x_i^2\right)_{new} = 2080 - 64 + 144 (xi2)new=2080+80\left(\sum x_i^2\right)_{new} = 2080 + 80 (xi2)new=2160\left(\sum x_i^2\right)_{new} = 2160

Step 4: Calculate the New Variance (σnew2\sigma^2_{new})

  • Why this step? We now have all the necessary components to compute the new variance: the new sum of squares, the total number of students, and the new mean. We can directly apply the variance formula.

    We have:

    • Number of students, N=20N = 20
    • New sum of squares, (xi2)new=2160\left(\sum x_i^2\right)_{new} = 2160
    • New mean, xˉnew=10.2\bar{x}_{new} = 10.2

    Using the variance formula: σnew2=(xi2)newN(xˉnew)2\sigma^2_{new} = \frac{\left(\sum x_i^2\right)_{new}}{N} - (\bar{x}_{new})^2 Substitute the values: σnew2=216020(10.2)2\sigma^2_{new} = \frac{2160}{20} - (10.2)^2 σnew2=108(10.2×10.2)\sigma^2_{new} = 108 - (10.2 \times 10.2) σnew2=108104.04\sigma^2_{new} = 108 - 104.04 σnew2=3.96\sigma^2_{new} = 3.96


Common Mistakes & Tips

  • Incorrect Sum of Squares Adjustment: A common error is to incorrectly adjust the sum of squares. Always subtract the square of the old mark and add the square of the new mark, not just the marks themselves.
  • Using the Wrong Mean for New Variance: Always use the new mean (xˉnew\bar{x}_{new}) when calculating the new variance (σnew2\sigma^2_{new}).
  • Arithmetic Precision: Be careful with calculations involving decimals and squares (e.g., 10.22=104.0410.2^2 = 104.04).
  • Structured Approach: Break the problem into logical steps: (1) find initial aggregate sums, (2) find NN, (3) update aggregate sums, (4) calculate new statistics. This systematic approach minimizes errors.

Summary

This problem demonstrates how to adjust the mean and variance of a dataset when a single observation changes. The key steps involved calculating the initial sum of marks and sum of squares, using the change in mean to determine the number of observations (NN), updating the sum of squares by removing the old squared mark and adding the new squared mark, and finally computing the new variance using the new sum of squares and new mean. Following these steps with the given data leads to a new variance of 3.96.

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

Practice More Statistics & Probability Questions

View All Questions