top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S1-SA4-0534

What is the Difference Between Mean, Median, and Mode?

Grade Level:

Class 5

Data Science, Computing, AI, Statistics

Definition
What is it?

Mean, Median, and Mode are three different ways to find the 'average' or 'centre' of a group of numbers. The Mean is the usual average, the Median is the middle number when arranged in order, and the Mode is the number that appears most often.

Simple Example
Quick Example

Imagine your cricket team scored runs in 5 matches: 10, 20, 30, 20, 50. The Mode is 20 because it appeared twice, more than any other score. If we arrange them (10, 20, 20, 30, 50), the Median is 20 because it's the middle number. The Mean would be (10+20+30+20+50)/5 = 130/5 = 26 runs.

Worked Example
Step-by-Step

Let's find the Mean, Median, and Mode for the following daily chai prices (in Rupees) at a small stall: 12, 10, 15, 12, 11, 13, 12.

1. **To find the Mode:** Look for the number that appears most often.
The numbers are: 12, 10, 15, 12, 11, 13, 12.
The number 12 appears 3 times, which is more than any other number.
---
2. **Mode = 12**
---
3. **To find the Median:** First, arrange the numbers in order from smallest to largest.
Original: 12, 10, 15, 12, 11, 13, 12
Ordered: 10, 11, 12, 12, 12, 13, 15
---
4. Find the middle number. There are 7 numbers, so the middle one is the 4th number.
10, 11, 12, **12**, 12, 13, 15
---
5. **Median = 12**
---
6. **To find the Mean:** Add all the numbers together, then divide by how many numbers there are.
Sum = 12 + 10 + 15 + 12 + 11 + 13 + 12 = 85
---
7. There are 7 numbers.
Mean = Sum / Count = 85 / 7 = 12.14 (approximately)
---
8. **Mean = 12.14 (approx.)**

**Answer: Mode = 12, Median = 12, Mean = 12.14 (approx.)**

Why It Matters

Understanding Mean, Median, and Mode helps us make sense of large amounts of data, like understanding average rainfall or typical mobile data usage. These concepts are fundamental in fields like Data Science, where professionals analyze information to make predictions, and even in AI to train smart systems. Learning this now will prepare you for exciting careers in technology and research!

Common Mistakes

MISTAKE: Not arranging numbers in order before finding the Median. | CORRECTION: Always arrange the numbers from smallest to largest (or largest to smallest) first, then find the middle value.

MISTAKE: Confusing Mean with Median or Mode. | CORRECTION: Remember: Mean is the 'average sum', Median is the 'middle', and Mode is 'most often'. Practice using keywords to distinguish them.

MISTAKE: Forgetting to divide by the total count when calculating the Mean. | CORRECTION: After adding all numbers, always count how many numbers you added and divide the sum by that count.

Practice Questions
Try It Yourself

QUESTION: Find the Mode of these daily auto-rickshaw fares (in Rupees): 30, 45, 30, 50, 30, 45. | ANSWER: Mode = 30

QUESTION: What is the Median of the following marks in a Hindi test: 65, 80, 70, 90, 75? | ANSWER: Median = 75 (Ordered: 65, 70, 75, 80, 90)

QUESTION: A grocery shop sold these many packets of biscuits each day for a week: 15, 20, 18, 25, 15, 22, 18. Find the Mean, Median, and Mode of biscuit packets sold. | ANSWER: Mean = (15+20+18+25+15+22+18)/7 = 133/7 = 19. Median = 18 (Ordered: 15, 15, 18, 18, 20, 22, 25). Mode = 15 and 18 (Bimodal)

MCQ
Quick Quiz

Which measure of 'average' is most affected by a very large or very small number in the data set?

Mode

Median

Mean

All are equally affected

The Correct Answer Is:

C

The Mean uses the sum of all numbers, so a very large or small number (outlier) can greatly change the sum and thus the Mean. Median and Mode are less affected by such extreme values.

Real World Connection
In the Real World

When you see news reports about the 'average' salary in a city or the 'most common' house price, they are using Mean, Median, or Mode. For example, if a company wants to know the 'typical' age of its customers for a new product, they might look at the Median age to avoid being skewed by a few very young or very old customers. Even weather forecasters use these to talk about 'average' temperatures or 'most frequent' wind directions.

Key Vocabulary
Key Terms

Mean: The sum of all numbers divided by the count of numbers, the usual average. | Median: The middle value in a data set when the numbers are arranged in order. | Mode: The number that appears most frequently in a data set. | Data Set: A collection of numbers or information. | Outlier: A data point that is much different from other data points.

What's Next
What to Learn Next

Great job learning about Mean, Median, and Mode! Next, you can explore 'Range' to understand how spread out the numbers in a data set are. This will give you an even fuller picture of data analysis and help you interpret information better.

bottom of page