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

S1-SA4-0956

What is Finding the Median From a Data Set?

Grade Level:

Class 5

Data Science, Computing, AI, Statistics

Definition
What is it?

Finding the Median from a Data Set means finding the middle number in a list of numbers. It helps us understand the central value of a group of data, after arranging the numbers from smallest to largest.

Simple Example
Quick Example

Imagine your family went to a chai shop and bought 5 cups of chai. Their prices were Rs 10, Rs 15, Rs 12, Rs 18, and Rs 15. To find the median price, you first arrange these prices in order: Rs 10, Rs 12, Rs 15, Rs 15, Rs 18. The middle number, Rs 15, is the median price.

Worked Example
Step-by-Step

Let's find the median of the following marks scored by students in a Maths test: 25, 30, 20, 35, 28.

1. First, arrange the numbers in increasing order (from smallest to largest).
20, 25, 28, 30, 35

2. Count how many numbers are in the list. There are 5 numbers.

3. Find the middle position. Since there are 5 numbers, the middle number is the 3rd one (2 numbers before it, 2 numbers after it).

4. Look at the number in the 3rd position in your ordered list.
20, 25, **28**, 30, 35

5. The number 28 is the median.

Answer: The median is 28.

Why It Matters

Understanding the median is crucial in data science and statistics because it helps us find a 'typical' value without being fooled by very high or very low numbers. Data analysts use it to understand trends, and economists use it to study income levels, helping them make important decisions for our country.

Common Mistakes

MISTAKE: Not arranging the numbers in order before finding the middle number. | CORRECTION: Always arrange the data set from smallest to largest (or largest to smallest) first.

MISTAKE: Confusing median with mean (average). | CORRECTION: The median is the *middle* number, while the mean is the *sum* of all numbers divided by how many numbers there are.

MISTAKE: Incorrectly finding the middle number when there's an even count of numbers (which we haven't covered yet, but it's a common future mistake). | CORRECTION: For an odd number of items, count (n+1)/2 to find the position of the median. For example, if there are 5 numbers, (5+1)/2 = 3rd position.

Practice Questions
Try It Yourself

QUESTION: Find the median of these cricket scores: 45, 10, 60, 20, 35. | ANSWER: 35

QUESTION: Your mobile data usage in GB for 5 days was: 2, 1, 3, 1, 4. What is the median data usage? | ANSWER: 2 GB

QUESTION: The heights of 7 friends in cm are: 140, 155, 138, 160, 145, 150, 135. What is the median height? | ANSWER: 145 cm

MCQ
Quick Quiz

What is the first step to find the median of a data set?

Add all the numbers together

Count how many numbers there are

Arrange the numbers in order

Find the largest number

The Correct Answer Is:

C

The first and most important step to find the median is to arrange the numbers in either ascending or descending order. Without this step, you won't find the true middle number.

Real World Connection
In the Real World

When companies like Flipkart or Amazon want to know the 'typical' price of a smartphone they sell, they often use the median. This helps them understand what most customers are paying, without very expensive or very cheap phones skewing the idea. Similarly, meteorologists might use median temperatures to describe the weather in a region.

Key Vocabulary
Key Terms

DATA SET: A collection of numbers or information. | ORDER: Arranging numbers from smallest to largest or largest to smallest. | MIDDLE NUMBER: The central value in an ordered data set. | ASCENDING: Arranging numbers from smallest to largest.

What's Next
What to Learn Next

Great job understanding the median! Next, you can learn about finding the median when there is an even number of items in a data set. This will help you tackle more complex data problems and strengthen your understanding of central tendency.

bottom of page