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:

43.725
120
110
100.01
43.725
Solution
The problem requires us to calculate the variance for a grouped dataset, given class intervals, frequencies, and the mean.
1. Determine the Midpoints (xi) 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.5
- For the interval 10-20: x2=(10+20)/2=15
- For the interval 20-30: x3=(20+30)/2=25
2. List the Frequencies (fi):
- f1=2
- f2=8
- f3=10
3. Note the Given Mean (xˉ):
- xˉ=18
4. Calculate the Total Frequency (∑fi):
∑fi=2+8+10=20
5. Calculate the Deviation from the Mean (xi−xˉ) for each Midpoint:
- For x1=5.5: 5.5−18=−12.5
- For x2=15: 15−18=−3
- For x3=25: 25−18=7
6. Calculate the Squared Deviation ((xi−xˉ)2) for each Midpoint:
- For x1=5.5: (−12.5)2=156.25
- For x2=15: (−3)2=9
- For x3=25: (7)2=49
7. Calculate the Product of Frequency and Squared Deviation (fi(xi−xˉ)2) for each Midpoint:
- For x1=5.5,f1=2: 2×156.25=312.5
- For x2=15,f2=8: 8×9=72
- For x3=25,f3=10: 10×49=490
8. Calculate the Sum of fi(xi−xˉ)2:
∑fi(xi−xˉ)2=312.5+72+490=874.5
9. Calculate the Variance (σ2):
The formula for the variance of grouped data is:
σ2=∑fi∑fi(xi−xˉ)2Substitute the calculated values:
σ2=20874.5=43.725The variance of the dataset is 43.725.