S7-SA3-0429
What is Median (Central Tendency)?
Grade Level:
Class 12
AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics
Definition
What is it?
The Median is the middle value in a list of numbers that has been arranged in order from smallest to largest. It is a type of 'central tendency' which helps us find a typical value in a dataset, especially when there are extreme values.
Simple Example
Quick Example
Imagine your cricket team scored these runs in 5 matches: 10, 80, 20, 100, 30. To find the median score, first arrange them: 10, 20, 30, 80, 100. The middle value here is 30. So, the median score is 30 runs.
Worked Example
Step-by-Step
Let's find the median daily mobile data usage (in GB) for a week: 1.5, 2.1, 1.8, 0.9, 2.5, 1.2, 1.8.
1. Arrange the data in ascending order: 0.9, 1.2, 1.5, 1.8, 1.8, 2.1, 2.5
---2. Count the total number of data points (n). Here, n = 7.
---3. Since n is odd, the median is the value at the (n+1)/2 position.
---4. (7+1)/2 = 8/2 = 4th position.
---5. Look at the ordered list and find the value at the 4th position: 0.9, 1.2, 1.5, **1.8**, 1.8, 2.1, 2.5
---The median daily mobile data usage is 1.8 GB.
Why It Matters
Understanding the median is crucial in fields like AI/ML to make fair predictions, in Economics to understand average incomes without being skewed by a few very rich people, and in Medicine to analyze patient data. Data scientists and financial analysts use the median to make important decisions about products, investments, and public health.
Common Mistakes
MISTAKE: Not arranging the data in order before finding the middle value. | CORRECTION: Always arrange the numbers from smallest to largest (or largest to smallest) first.
MISTAKE: For an even number of data points, picking only one of the two middle numbers. | CORRECTION: When there are two middle numbers, add them up and divide by 2 to find the median.
MISTAKE: Confusing median with mean (average) or mode (most frequent value). | CORRECTION: Remember, median is the 'middle' value, mean is the 'average' (sum/count), and mode is the 'most common' value.
Practice Questions
Try It Yourself
QUESTION: Find the median of these auto-rickshaw fares (in Rupees): 25, 40, 30, 50, 20. | ANSWER: 30
QUESTION: A class of students got these marks in a test: 78, 92, 65, 88, 70, 80. Find the median mark. | ANSWER: 79
QUESTION: The daily temperature (in Celsius) for a week in Bengaluru was: 28, 30, 27, 29, 31, 28, 26. What is the median temperature? If the temperature on the 8th day was 32, what would be the new median of all 8 days? | ANSWER: Median for 7 days = 28. New median for 8 days = 28.5
MCQ
Quick Quiz
Which of the following is TRUE about the median?
It is always the largest number in a dataset.
It is the average of all numbers in a dataset.
It is the middle value when data is arranged in order.
It is the value that appears most frequently.
The Correct Answer Is:
C
The median is defined as the middle value of a dataset after it has been arranged in ascending or descending order. Options A, B, and D describe other concepts (largest value, mean, and mode, respectively).
Real World Connection
In the Real World
When a real estate company in Delhi wants to know the 'typical' price of flats in an area, they often use the median price instead of the average. This is because a few very expensive or very cheap flats won't unfairly pull the median price up or down, giving a more realistic picture for potential buyers.
Key Vocabulary
Key Terms
CENTRAL TENDENCY: A single value that attempts to describe a set of data by identifying the central position within that set. | ASCENDING ORDER: Arranging numbers from smallest to largest. | DATASET: A collection of related data. | EXTREME VALUES: Numbers in a dataset that are much higher or lower than most of the other numbers.
What's Next
What to Learn Next
Now that you understand the median, you should explore the 'Mean' and 'Mode' to complete your understanding of central tendency. These concepts are often used together to get a full picture of data, which is super important in AI and data science!


