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

Question

If the variance of the following frequency distribution : Class : 10–20 20–30 30–40 Frequency : 2 x 2 is 50, then x is equal to____

Answer: 2

Solution

This problem requires us to find an unknown frequency, xx, in a given frequency distribution, using the provided variance of the distribution. We will systematically apply the definitions and formulas for the mean and variance of a frequency distribution.

Key Concepts and Formulas

For a frequency distribution with class intervals, we use class marks (xix_i) to represent each class, along with their corresponding frequencies (fif_i).

  1. Class Mark (Midpoint): The representative value for a class interval (L1L2)(L_1 - L_2) is its midpoint: xi=Lower Limit+Upper Limit2x_i = \frac{\text{Lower Limit} + \text{Upper Limit}}{2}

  2. Mean (xˉ\bar{x}): The arithmetic average of the distribution, calculated as the sum of the products of each class mark and its frequency, divided by the total frequency: xˉ=i=1nfixii=1nfi\bar{x} = \frac{\sum_{i=1}^{n} f_i x_i}{\sum_{i=1}^{n} f_i}

  3. Variance (σ2\sigma^2): A measure of the spread of data points around the mean. It is defined as the average of the squared deviations from the mean: σ2=i=1nfi(xixˉ)2i=1nfi\sigma^2 = \frac{\sum_{i=1}^{n} f_i (x_i - \bar{x})^2}{\sum_{i=1}^{n} f_i} An alternative computational formula is σ2=fixi2fi(xˉ)2\sigma^2 = \frac{\sum f_i x_i^2}{\sum f_i} - (\bar{x})^2. For this problem, the direct definition involving (xixˉ)2(x_i - \bar{x})^2 is more straightforward due to the calculated mean.


Step-by-Step Solution

Step 1: Data Preparation - Determine Class Marks (xix_i) and Tabulate Data

First, we convert the given class intervals into their representative class marks (xix_i). These, along with their frequencies (fif_i), form our working data.

Class IntervalFrequency (fif_i)Class Mark (xi=L1+L22x_i = \frac{L_1+L_2}{2})
10–20210+202=15\frac{10+20}{2} = 15
20–30xx20+302=25\frac{20+30}{2} = 25
30–40230+402=35\frac{30+40}{2} = 35

Step 2: Calculate the Mean (xˉ\bar{x})

The mean is the central point of the distribution, from which we measure deviations for variance. We use the formula xˉ=fixifi\bar{x} = \frac{\sum f_i x_i}{\sum f_i}.

  1. Calculate fixi\sum f_i x_i (Sum of products of frequency and class mark):

    • For the first class: f1x1=2×15=30f_1 x_1 = 2 \times 15 = 30
    • For the second class: f2x2=x×25=25xf_2 x_2 = x \times 25 = 25x
    • For the third class: f3x3=2×35=70f_3 x_3 = 2 \times 35 = 70
    • Sum: fixi=30+25x+70=100+25x\sum f_i x_i = 30 + 25x + 70 = 100 + 25x
  2. Calculate fi\sum f_i (Total Frequency):

    • This is the sum of all frequencies: fi=2+x+2=4+x\sum f_i = 2 + x + 2 = 4 + x
  3. Substitute these sums into the mean formula: xˉ=100+25x4+x\bar{x} = \frac{100 + 25x}{4 + x} We can factor out 25 from the numerator: xˉ=25(4+x)4+x\bar{x} = \frac{25(4 + x)}{4 + x} Since xx represents a frequency, it must be a non-negative value. Therefore, 4+x4+x will always be positive and non-zero, allowing us to cancel the term (4+x)(4+x) from the numerator and denominator. xˉ=25\bar{x} = 25 Reasoning: The mean of this distribution is 25, regardless of the value of xx. This is a significant simplification, occurring because the class marks (15, 25, 35) are symmetrically distributed around 25, and the frequencies of the extreme classes (10-20 and 30-40) are equal (both 2). The central class mark (25) is exactly the arithmetic mean of the extreme class marks.

Step 3: Calculate the Variance (σ2\sigma^2) in terms of xx

With the mean (xˉ=25\bar{x} = 25) determined, we can now calculate the variance using the formula σ2=fi(xixˉ)2fi\sigma^2 = \frac{\sum f_i (x_i - \bar{x})^2}{\sum f_i}. We already know fi=4+x\sum f_i = 4+x.

  1. Calculate (xixˉ)2(x_i - \bar{x})^2 for each class: These terms measure the squared deviation of each class mark from the mean.

    • For the first class: (x1xˉ)2=(1525)2=(10)2=100(x_1 - \bar{x})^2 = (15 - 25)^2 = (-10)^2 = 100
    • For the second class: (x2xˉ)2=(2525)2=(0)2=0(x_2 - \bar{x})^2 = (25 - 25)^2 = (0)^2 = 0
    • For the third class: (x3xˉ)2=(3525)2=(10)2=100(x_3 - \bar{x})^2 = (35 - 25)^2 = (10)^2 = 100
  2. Calculate fi(xixˉ)2f_i (x_i - \bar{x})^2 for each class: Multiply each squared deviation by its corresponding frequency.

    • For the first class: f1(x1xˉ)2=2×100=200f_1 (x_1 - \bar{x})^2 = 2 \times 100 = 200
    • For the second class: f2(x2xˉ)2=x×0=0f_2 (x_2 - \bar{x})^2 = x \times 0 = 0
    • For the third class: f3(x3xˉ)2=2×100=200f_3 (x_3 - \bar{x})^2 = 2 \times 100 = 200 Reasoning: The contribution of the middle class interval (20-30) to the sum of squared deviations is zero because its class mark (x2=25x_2 = 25) is exactly equal to the mean (xˉ=25\bar{x} = 25). This simplifies the numerator of the variance formula significantly.
  3. Calculate fi(xixˉ)2\sum f_i (x_i - \bar{x})^2 (Sum of weighted squared deviations):

    • Sum: fi(xixˉ)2=200+0+200=400\sum f_i (x_i - \bar{x})^2 = 200 + 0 + 200 = 400
  4. Substitute into the variance formula: σ2=fi(xixˉ)2fi=4004+x\sigma^2 = \frac{\sum f_i (x_i - \bar{x})^2}{\sum f_i} = \frac{400}{4 + x}

**Step 4: Use the Given Variance to Solve for xx}

We are given that the variance (σ2\sigma^2) of the distribution is 50. We set our calculated variance expression equal to 50 and solve for xx.

50=4004+x50 = \frac{400}{4 + x}

Now, solve this algebraic equation for xx: Multiply both sides by (4+x)(4+x): 50(4+x)=40050 (4 + x) = 400 Divide both sides by 50: 4+x=400504 + x = \frac{400}{50} 4+x=84 + x = 8 Subtract 4 from both sides: x=84x = 8 - 4 x=4x = 4 Since x=4x=4 is a non-negative integer, it is a valid frequency.


Common Mistakes & Tips

  • Order of Operations: Always calculate the mean (xˉ\bar{x}) first, as it's a prerequisite for calculating variance.
  • Class Marks are Key: Ensure you correctly calculate the midpoint for each class interval. Using interval limits directly in formulas is a common error.
  • Symmetry Recognition: Recognizing symmetry in data can simplify calculations, as seen with the mean and the zero contribution of the middle class to variance.
  • Squaring is Essential: A frequent mistake is forgetting to square the (xixˉ)(x_i - \bar{x}) term in the variance formula. Remember, variance is based on squared deviations.

Summary

To determine the unknown frequency xx, we followed the standard procedure for analyzing frequency distributions. We first calculated the class marks and then the mean of the distribution, which, due to the symmetric nature of the given data, simplified to 25, independent of xx. Next, we calculated the variance in terms of xx by summing the weighted squared deviations from the mean. Finally, by equating this expression to the given variance of 50, we solved the resulting algebraic equation to find xx.

The final answer is 4\boxed{4}.

Practice More Statistics & Probability Questions

View All Questions