Skip to main content
Back to Statistics & Probability
JEE Main 2024
Statistics & Probability
Statistics
Medium

Question

If the variance of the frequency distribution xix_i 2 3 4 5 6 7 8 Frequency fif_i 3 6 16 α\alpha 9 5 6 is 3, then α\alpha is equal to _____________.

Answer: 2

Solution

This solution will guide you through calculating the unknown frequency, α\alpha, using the given variance of a frequency distribution.

1. Key Concepts and Formulas

  • Mean (xˉ\bar{x}): For a frequency distribution with data points xix_i and corresponding frequencies fif_i, the mean is given by: xˉ=i=1nfixii=1nfi\bar{x} = \frac{\sum_{i=1}^{n} f_i x_i}{\sum_{i=1}^{n} f_i}
  • Variance (σ2\sigma^2): The variance for a frequency distribution measures the spread of data around the mean. The direct definition formula is often convenient when the mean is a simple integer: σ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} where N=fiN = \sum f_i is the total frequency.

2. Step-by-Step Solution

Step 1: Calculate Total Frequency (NN) and Sum of Products (fixi\sum f_i x_i)

First, we need to express the total frequency and the sum of products in terms of α\alpha.

  • Total Frequency (NN): Sum all the given frequencies. N=fi=3+6+16+α+9+5+6N = \sum f_i = 3 + 6 + 16 + \alpha + 9 + 5 + 6 N=45+αN = 45 + \alpha

  • Sum of Products (fixi\sum f_i x_i): Multiply each data point (xix_i) by its corresponding frequency (fif_i) and sum the results. fixi=(2×3)+(3×6)+(4×16)+(5×α)+(6×9)+(7×5)+(8×6)\sum f_i x_i = (2 \times 3) + (3 \times 6) + (4 \times 16) + (5 \times \alpha) + (6 \times 9) + (7 \times 5) + (8 \times 6) fixi=6+18+64+5α+54+35+48\sum f_i x_i = 6 + 18 + 64 + 5\alpha + 54 + 35 + 48 fixi=225+5α\sum f_i x_i = 225 + 5\alpha

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

Now, we calculate the mean using the formula xˉ=fixiN\bar{x} = \frac{\sum f_i x_i}{N}. xˉ=225+5α45+α\bar{x} = \frac{225 + 5\alpha}{45 + \alpha} Notice that the numerator 225+5α225 + 5\alpha can be factored as 5(45+α)5(45 + \alpha). xˉ=5(45+α)45+α=5\bar{x} = \frac{5(45 + \alpha)}{45 + \alpha} = 5 This is a crucial simplification: the mean of the distribution is xˉ=5\bar{x} = 5, irrespective of the value of α\alpha. Since the mean is an integer and one of the xix_i values, the direct definition formula for variance will be very efficient.

Step 3: Calculate the Sum of Squared Deviations (fi(xixˉ)2\sum f_i (x_i - \bar{x})^2)

With xˉ=5\bar{x} = 5, we can now calculate the deviations (xixˉ)(x_i - \bar{x}), their squares (xixˉ)2(x_i - \bar{x})^2, and then fi(xixˉ)2f_i (x_i - \bar{x})^2 for each data point.

xix_ifif_i(xixˉ)(x_i - \bar{x})(xixˉ)2(x_i - \bar{x})^2fi(xixˉ)2f_i (x_i - \bar{x})^2
23(25)=3(2-5) = -3(3)2=9(-3)^2 = 93×9=273 \times 9 = 27
36(35)=2(3-5) = -2(2)2=4(-2)^2 = 46×4=246 \times 4 = 24
416(45)=1(4-5) = -1(1)2=1(-1)^2 = 116×1=1616 \times 1 = 16
5α\alpha(55)=0(5-5) = 0(0)2=0(0)^2 = 0α×0=0\alpha \times 0 = 0
69(65)=1(6-5) = 1(1)2=1(1)^2 = 19×1=99 \times 1 = 9
75(75)=2(7-5) = 2(2)2=4(2)^2 = 45×4=205 \times 4 = 20
86(85)=3(8-5) = 3(3)2=9(3)^2 = 96×9=456 \times 9 = 45

Now, sum the last column to find fi(xixˉ)2\sum f_i (x_i - \bar{x})^2: fi(xixˉ)2=27+24+16+0+9+20+45\sum f_i (x_i - \bar{x})^2 = 27 + 24 + 16 + 0 + 9 + 20 + 45 fi(xixˉ)2=141\sum f_i (x_i - \bar{x})^2 = 141 Notice that the term involving α\alpha is α×0=0\alpha \times 0 = 0, so the numerator for variance does not depend on α\alpha.

Step 4: Set Up and Solve the Variance Equation

We are given that the variance (σ2\sigma^2) is 3. We use the direct definition formula for variance: σ2=fi(xixˉ)2N\sigma^2 = \frac{\sum f_i (x_i - \bar{x})^2}{N} Substitute the known values: σ2=3\sigma^2 = 3, fi(xixˉ)2=141\sum f_i (x_i - \bar{x})^2 = 141, and N=45+αN = 45 + \alpha. 3=14145+α3 = \frac{141}{45 + \alpha} Now, we solve for α\alpha: 3(45+α)=1413(45 + \alpha) = 141 Divide both sides by 3: 45+α=141345 + \alpha = \frac{141}{3} 45+α=4745 + \alpha = 47 Subtract 45 from both sides: α=4745\alpha = 47 - 45 α=2\alpha = 2

3. Common Mistakes & Tips

  • Arithmetic Errors: Statistics problems involve many calculations. Double-check all sums and products to avoid small errors that can lead to an incorrect final answer.
  • Choosing the Correct Formula: Both variance formulas are equivalent. However, if the mean is an integer (especially if it's one of the xix_i values), the direct definition formula σ2=fi(xixˉ)2N\sigma^2 = \frac{\sum f_i (x_i - \bar{x})^2}{N} can simplify calculations significantly.
  • Validity of α\alpha: Frequencies must always be non-negative integers. If your calculated α\alpha is negative or a fraction, recheck your calculations. Our result α=2\alpha=2 is a valid frequency.

4. Summary

We systematically calculated the total frequency and the mean of the distribution, finding that the mean is xˉ=5\bar{x}=5. Then, we computed the sum of squared deviations from the mean, which resulted in 141. Finally, by applying the variance formula and equating it to the given variance of 3, we solved for the unknown frequency α\alpha.

The final answer is 2\boxed{2}.

Practice More Statistics & Probability Questions

View All Questions