- Home
- /
- Math
- /
- Statistics & Probability
- /
- Median
The median is the middle value of an ordered data set — half of the values are above it and half are below it. The median is the go-to measure of center when data is skewed or contains outliers.
Definition
The median is the middle value of an ordered data set — half of the values are above it and half are below it.
💡 Intuition
Half the values are below, half are above. The true 'middle.'
🎯 Core Idea
Median is resistant to outliers—extreme values don't affect it much.
Example
Formula
Notation
\tilde{x} or \text{Med}(X) denotes the median
🌟 Why It Matters
The median is the go-to measure of center when data is skewed or contains outliers. It is used to report household incomes, home prices, and medical survival times because it better represents the typical value than the mean in those contexts.
💭 Hint When Stuck
Sort the list from smallest to largest first, then cross off one value from each end until you reach the middle.
Formal View
🚧 Common Stuck Point
For an even number of values, there is no single middle — the median is the average of the two central values. Always sort the data first.
⚠️ Common Mistakes
- Forgetting to sort the data before finding the middle value — the median requires ordered data
- For an even number of values, picking one of the two middle values instead of averaging them
- Confusing median with mode — the median is the middle position, not the most frequent value
Go Deeper
Frequently Asked Questions
What is Median in Math?
The median is the middle value of an ordered data set — half of the values are above it and half are below it.
Why is Median important?
The median is the go-to measure of center when data is skewed or contains outliers. It is used to report household incomes, home prices, and medical survival times because it better represents the typical value than the mean in those contexts.
What do students usually get wrong about Median?
For an even number of values, there is no single middle — the median is the average of the two central values. Always sort the data first.
Cross-Subject Connections
Visualization
StaticVisual representation of Median