Median

Statistics
definition

Also known as: middle value

Grade 6-8

View on concept map

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

Data: 3, 7, 9, 15, 21. Median = 9. Data: 3, 7, 9, 15. \text{Median} = (7 + 9) / 2 = 8

Formula

\text{Median position} = \frac{n + 1}{2}

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

\tilde{x} = x_{((n+1)/2)} if n is odd; \tilde{x} = \frac{x_{(n/2)} + x_{(n/2+1)}}{2} if n is even, where x_{(k)} is the k-th order statistic

Related Concepts

🚧 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

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.

Next Steps

How Median Connects to Other Ideas

Once you have a solid grasp of median, you can move on to mean and quartiles.

Visualization

Static

Visual representation of Median