Mean, Median, Mode
Mean
30.00
Median
30.00
Mean, Median, and Mode - Class 10 Statistics Complete Guide
Statistics is a fundamental branch of mathematics that deals with collecting, organizing, analyzing, and interpreting data. In Class 10 Mathematics, measures of central tendency are among the most important topics, forming the foundation for data analysis in higher studies and real-world applications. The three primary measures of central tendency - Mean, Median, and Mode - help us understand the typical or central value around which data points cluster.
Mean (Arithmetic Average)
The mean, also called the arithmetic mean, is the most commonly used measure of central tendency. It is calculated by adding all the values in a dataset and dividing by the total number of values. The mean represents the "average" value and is sensitive to extreme values (outliers).
Mean for Grouped Data
When data is grouped into class intervals:
Where fᵢ is frequency and xᵢ is the class mark (midpoint) for each class interval.
Median (Middle Value)
The median is the middle value when data is arranged in ascending or descending order. It divides the dataset into two equal halves. The median is particularly useful when there are extreme values because it is not affected by outliers as much as the mean.
For ungrouped data:
If n is odd: Median = value at position (n+1)/2
If n is even: Median = Average of values at positions n/2 and (n/2)+1
Median for Grouped Data
Where: l = lower limit of median class, cf = cumulative frequency before median class, f = frequency of median class, h = class width
Mode (Most Frequent Value)
The mode is the value that appears most frequently in a dataset. A dataset can have one mode (unimodal), two modes (bimodal), or more (multimodal). Some datasets may have no mode if all values occur equally.
For ungrouped data: Simply identify the value with highest frequency.
For grouped data: Use the modal class (class with highest frequency).
Mode Formula for Grouped Data
Where: l = lower limit of modal class, f₁ = frequency of modal class, f₀ = frequency before modal class, f₂ = frequency after modal class, h = class width
Solved Examples
Example 1: Find mean, median, and mode for: 5, 8, 12, 15, 8, 22, 8
Solution:
Mean: (5+8+12+15+8+22+8)/7 = 78/7 = 11.14
Median: Arrange: 5, 8, 8, 8, 12, 15, 22. Middle value (4th) = 8
Mode: 8 appears 3 times (most frequently) = 8
Example 2: Marks obtained by 10 students: 45, 50, 55, 60, 55, 70, 55, 80, 55, 90
Solution:
Mean: (45+50+55+60+55+70+55+80+55+90)/10 = 555/10 = 55.5
Median: Arrange: 45,50,55,55,55,55,60,70,80,90. Average of 5th and 6th = (55+55)/2 = 55
Mode: 55 appears 4 times = 55
Comparison of Three Measures
| Feature | Mean | Median | Mode |
|---|---|---|---|
| Definition | Arithmetic average | Middle value | Most frequent value |
| Affected by outliers | Yes, highly | Minimally | Not affected |
| Ease of calculation | Easy | Moderate | Easy |
| Best for | Symmetric distributions | Skewed distributions | Categorical data |
Real-World Applications
- Education: Schools calculate mean scores to assess student performance; median helps understand the typical student's achievement
- Business: Companies analyze mean sales, median customer income, and mode of customer preferences
- Real Estate: Median house prices give a better picture of the housing market than mean, which can be skewed by luxury homes
- Sports: Cricket batting averages, basketball player statistics use mean; median helps identify typical performance
- Healthcare: Mode helps identify most common symptoms; median patient wait times are more meaningful than average
Important Relationship: For symmetric distributions (like normal distribution), Mean = Median = Mode. For positively skewed distributions, Mode < Median < Mean. For negatively skewed distributions, Mean < Median < Mode.