Question
Question: For a dataset with midpoints 10, 20, and 30 and frequencies 4, 6, and 10, and the mean is 24, the va...
For a dataset with midpoints 10, 20, and 30 and frequencies 4, 6, and 10, and the mean is 24, the variance is:

62
24
20
18
62
Solution
The problem asks us to calculate the variance of a dataset given its midpoints, frequencies, and the mean.
Given Data:
- Midpoints (xi): 10, 20, 30
- Frequencies (fi): 4, 6, 10
- Mean (xˉ): 24
Formula for Variance (for grouped data): The variance (σ2) is given by the formula: σ2=∑i=1nfi∑i=1nfi(xi−xˉ)2
Step-by-step Calculation:
-
Calculate the total frequency (∑fi): ∑fi=4+6+10=20
-
Calculate the deviation from the mean (xi−xˉ) for each midpoint:
- For x1=10: 10−24=−14
- For x2=20: 20−24=−4
- For x3=30: 30−24=6
-
Calculate the squared deviation (xi−xˉ)2 for each midpoint:
- For x1=10: (−14)2=196
- For x2=20: (−4)2=16
- For x3=30: (6)2=36
-
Calculate the product of frequency and squared deviation fi(xi−xˉ)2 for each midpoint:
- For x1=10,f1=4: 4×196=784
- For x2=20,f2=6: 6×16=96
- For x3=30,f3=10: 10×36=360
-
Calculate the sum of fi(xi−xˉ)2: ∑fi(xi−xˉ)2=784+96+360=1240
-
Calculate the variance (σ2): σ2=∑fi∑fi(xi−xˉ)2=201240=62
The variance of the dataset is 62.