Solveeit Logo

Question

Question: for a dataset with class intervals 1-10, 10-20, and 20-30 and frequencies 2, 8, and 10, with the mea...

for a dataset with class intervals 1-10, 10-20, and 20-30 and frequencies 2, 8, and 10, with the mean of 18, the variance is:

A

43.725

B

120

C

110

D

100.01

Answer

43.725

Explanation

Solution

The problem requires us to calculate the variance for a grouped dataset, given class intervals, frequencies, and the mean.

1. Determine the Midpoints (xix_i) for each Class Interval:

The midpoint of a class interval is calculated as (Lower Limit + Upper Limit) / 2.

  • For the interval 1-10: x1=(1+10)/2=5.5x_1 = (1 + 10) / 2 = 5.5
  • For the interval 10-20: x2=(10+20)/2=15x_2 = (10 + 20) / 2 = 15
  • For the interval 20-30: x3=(20+30)/2=25x_3 = (20 + 30) / 2 = 25

2. List the Frequencies (fif_i):

  • f1=2f_1 = 2
  • f2=8f_2 = 8
  • f3=10f_3 = 10

3. Note the Given Mean (xˉ\bar{x}):

  • xˉ=18\bar{x} = 18

4. Calculate the Total Frequency (fi\sum f_i):

fi=2+8+10=20\sum f_i = 2 + 8 + 10 = 20

5. Calculate the Deviation from the Mean (xixˉx_i - \bar{x}) for each Midpoint:

  • For x1=5.5x_1 = 5.5: 5.518=12.55.5 - 18 = -12.5
  • For x2=15x_2 = 15: 1518=315 - 18 = -3
  • For x3=25x_3 = 25: 2518=725 - 18 = 7

6. Calculate the Squared Deviation ((xixˉ)2(x_i - \bar{x})^2) for each Midpoint:

  • For x1=5.5x_1 = 5.5: (12.5)2=156.25(-12.5)^2 = 156.25
  • For x2=15x_2 = 15: (3)2=9(-3)^2 = 9
  • For x3=25x_3 = 25: (7)2=49(7)^2 = 49

7. Calculate the Product of Frequency and Squared Deviation (fi(xixˉ)2f_i (x_i - \bar{x})^2) for each Midpoint:

  • For x1=5.5,f1=2x_1 = 5.5, f_1 = 2: 2×156.25=312.52 \times 156.25 = 312.5
  • For x2=15,f2=8x_2 = 15, f_2 = 8: 8×9=728 \times 9 = 72
  • For x3=25,f3=10x_3 = 25, f_3 = 10: 10×49=49010 \times 49 = 490

8. Calculate the Sum of fi(xixˉ)2f_i (x_i - \bar{x})^2:

fi(xixˉ)2=312.5+72+490=874.5\sum f_i (x_i - \bar{x})^2 = 312.5 + 72 + 490 = 874.5

9. Calculate the Variance (σ2\sigma^2):

The formula for the variance of grouped data is:

σ2=fi(xixˉ)2fi\sigma^2 = \frac{\sum f_i (x_i - \bar{x})^2}{\sum f_i}

Substitute the calculated values:

σ2=874.520=43.725\sigma^2 = \frac{874.5}{20} = 43.725

The variance of the dataset is 43.725.