Question
The marks of 10 students are: 12, 15, 15, 18, 20, 22, 25, 28, 30, 95. Find the mean, median, and mode. Which measure best represents this data? Why?
(CBSE 10 & 11 — statistics chapter)
Solution — Step by Step
Data is already in ascending order. For (even):
The most frequently occurring value is 15 (appears twice). All others appear once.
The mean () is pulled up by the outlier (). Most students scored between -, so overestimates the “typical” score.
The median () is the best representative here — it’s unaffected by the extreme value and sits right in the middle of the data.
The mode () is too low — it just happens to repeat but doesn’t represent the centre.
Why This Works
Each measure captures a different aspect of “centre”:
- Mean uses every value — good for symmetric data, sensitive to outliers
- Median is the middle value — robust to outliers, good for skewed data
- Mode is the most frequent — useful for categorical data (favourite colour, shoe size)
graph TD
A["Which central tendency?"] --> B{"Data characteristics?"}
B -->|"Symmetric, no outliers"| C["Mean<br/>(most informative)"]
B -->|"Skewed or has outliers"| D["Median<br/>(robust to extremes)"]
B -->|"Categorical data"| E["Mode<br/>(most frequent category)"]
B -->|"Open-ended classes"| F["Median<br/>(mean can't be calculated)"]
C --> G["Use: average income<br/>of a uniform group"]
D --> H["Use: typical house price<br/>in a city"]
E --> I["Use: most popular<br/>shirt size"]
Alternative Method — For Grouped Data
When data is in class intervals (like CBSE problems):
- Mean: Use (step deviation method)
- Median: Use
- Mode: Use
For CBSE 10 boards: the step deviation method for mean is fastest and least error-prone. Pick the assumed mean as the class mark of the class with highest frequency. This minimises the values and keeps arithmetic simple.
Common Mistake
In the median formula for grouped data, students confuse (cumulative frequency of the class before the median class) with the cumulative frequency of the median class. The formula uses the cumulative frequency up to but NOT including the median class. Getting this wrong shifts your answer significantly.