Median Formula

Formula

Median (Odd Number of Observations)

Definition

The median is the middle value of a dataset when arranged in order (ascending/descending). For odd number of observations, there is exactly one middle value.

Median Formula (Odd n)

Median = Value of n + 12 th observation
  • n = total number of observations (odd)
  • First arrange data in ascending order
  • Find position = (n+1)/2, then pick the value at that position
Practice

Median (Odd Dataset)

Find the Median of the following data (odd count):
Formula

Median (Even Number of Observations)

Definition

The even median formula is used when a dataset has an even number of values. Since there is no single middle value, the median is the average of the two middle values.

Median Formula (Even n)

Median  =  n2th term  +  (n2 + 1)th term 2
  • n = total number of observations (even)
  • First arrange data in ascending order
  • Find the (n/2)th and (n/2 + 1)th terms
  • Median = average of these two middle values
Practice

Median (Even Dataset)

Find the Median of the following data (even count):