Question
Find the mean deviation about the median for the following grouped data:
| Class | 0-10 | 10-20 | 20-30 | 30-40 | 40-50 |
|---|---|---|---|---|---|
| Frequency | 5 | 8 | 12 | 6 | 4 |
(NCERT Class 11, Chapter 15 — Statistics)
Solution — Step by Step
Total frequency: , so .
Cumulative frequencies: 5, 13, 25, 31, 35.
The median class is the one where cumulative frequency first exceeds . That’s the 20-30 class (CF = 25).
where (lower limit), (cumulative frequency before median class), (frequency of median class), (class width).
Using class mid-points (): 5, 15, 25, 35, 45
| | | | | |--------|--------|-----------------|-------------------| | 5 | 5 | 18.75 | 93.75 | | 15 | 8 | 8.75 | 70.00 | | 25 | 12 | 1.25 | 15.00 | | 35 | 6 | 11.25 | 67.50 | | 45 | 4 | 21.25 | 85.00 |
Why This Works
Mean deviation measures the average absolute distance of data points from a central value (here, the median). Unlike variance (which uses squared deviations), mean deviation uses absolute values, making it more intuitive — it tells you, on average, how far each observation is from the median.
We use mid-points of class intervals as representative values because we don’t know the exact distribution within each class. The median is calculated using the standard interpolation formula for grouped data.
Alternative Method — Mean deviation about the mean
If the question asks for MD about the mean instead, use the same process but replace the median with the mean:
Mean
Then compute and divide by .
For CBSE, always present the solution in a table format — it’s cleaner and earns full step marks. Include columns for , , , and . The examiner can follow your work easily, reducing the chance of losing marks for a calculation slip.
Common Mistake
The most common error: confusing mean deviation about the mean with mean deviation about the median. The question specifies which central value to use — read it carefully. Also, students sometimes forget to take the absolute value of , getting positive and negative deviations that partially cancel out. The absolute value is essential — without it, you’d get a much smaller (and incorrect) answer.