👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Arithmetic
Study mode

Median

Understanding Median: A Measure of Central Tendency

In everyday life and in many competitive exams, we often need to summarize a large set of numbers to understand its "center" or typical value. One important way to do this is by finding the median of a dataset.

What is the median? Simply put, the median is the middle value of a list of numbers arranged in order. It divides the data into two equal halves: half of the data points lie below the median, and half lie above it. Because the median depends on the position of values in an ordered set, it is called a positional measure of central tendency.

Understanding the median is especially useful when data contains extreme values or outliers, which can distort averages. For students preparing for competitive exams, mastering the median is key to solving many problems in statistics and arithmetic.

Median for Odd Number of Observations

When the number of values in a dataset is odd, finding the median is straightforward:

  1. Sort the data: Arrange all numbers from smallest to largest.
  2. Find the middle position: Use the formula position = (n + 1) / 2, where n is the total number of values.
  3. Median is the value at this middle position.
3 5 7 9 11 Median

Example: For the dataset \{3, 5, 7, 9, 11\}, there are 5 numbers (odd). Sorted data is already given. The middle position is \((5 + 1)/2 = 3\). So, the 3rd value is 7, which is the median.

Median for Even Number of Observations

When the dataset has an even number of values, there is no single middle value. Instead:

  1. Sort the data in ascending order.
  2. Locate the two middle positions: these are \(\frac{n}{2}\) and \(\frac{n}{2} + 1\).
  3. Calculate the median as the average (mean) of the two middle numbers.
3 5 7 9 11 13 Median = Average of 5 and 7

Example: For the dataset \{3, 5, 7, 9, 11, 13\}, \(n=6\) (even).

  • Middle positions are \(6/2 = 3\) and \(6/2 + 1 = 4\).
  • The 3rd and 4th values are 7 and 9.
  • Median = \(\frac{7 + 9}{2} = 8\).

Median for Grouped Data

Often data is presented as a summary in form of grouped frequency distribution, where data is grouped into class intervals with associated frequencies. Here, the median is estimated using a formula rather than direct observation.

To find the median in such grouped data, follow these steps:

  1. Calculate the total frequency \(N\).
  2. Find \(\frac{N}{2}\), which indicates the median position.
  3. Identify the median class - the class interval where cumulative frequency just exceeds \(\frac{N}{2}\).
  4. Use the formula:

Median for Grouped Data

\[\text{Median} = l + \left(\frac{\frac{N}{2} - F}{f}\right) \times h\]

Calculate median by interpolation within the median class

l = lower boundary of median class
N = total frequency
F = cumulative frequency before median class
f = frequency of median class
h = class width
Class Interval (cm) Frequency (f) Cumulative Frequency (CF)
0 - 10 5 5
10 - 20 8 13
20 - 30 12 25
30 - 40 10 35

In this example, if total \(N=35\), \(\frac{N}{2} = 17.5\), median class is where cumulative frequency exceeds 17.5 (i.e., 20-30 cm).

Relation of Median with Mean and Mode

It's important to understand how median differs from other measures of central tendency:

  • Mean is the arithmetic average found by summing all values and dividing by the number of values. It can be influenced by very high or low values (outliers).
  • Mode is the value that occurs most frequently in the dataset.
  • Median depends on the middle position, so it is robust to outliers and skewed data.

For example, in the data \{2, 3, 5, 8, 100\}, mean is \(\frac{2+3+5+8+100}{5} = 23.6\), which is skewed by 100. Median is 5, which better represents the "middle" value.

Applications of Median in Arithmetic and Competitive Exams

In entrance exams, problems on median appear regularly in areas such as:

  • Data analysis: Summarizing test scores, ages, or measurements.
  • Business maths: Understanding typical sales figures or prices.
  • Metric and currency problems: Median household income, daily sales in INR, time taken for tasks, etc.

Mastering median helps you tackle questions more easily and avoid confusion with similar statistics like mean and mode.

Formula Bank

Median for Odd Number of Observations
\[ \text{Median} = \text{Middle value after sorting data} \]
where: position = \(\frac{n+1}{2}\), \(n = \text{number of observations}\)
Median for Even Number of Observations
\[ \text{Median} = \frac{\left(\frac{n}{2}\right)^{th} \text{value} + \left(\frac{n}{2}+1\right)^{th} \text{value}}{2} \]
where: \(n = \text{number of observations}\)
Median for Grouped Data
\[ \text{Median} = l + \left(\frac{\frac{N}{2} - F}{f}\right) \times h \]
where:
\(l\) = lower boundary of median class,
\(N\) = total frequency,
\(F\) = cumulative frequency before median class,
\(f\) = frequency of median class,
\(h\) = class width
Example 1: Median of Odd Numbered Data Easy
Find the median of the following numbers: 7, 3, 9, 5, 11.

Step 1: Sort the data in ascending order: 3, 5, 7, 9, 11.

Step 2: Count the number of values: \(n = 5\) (odd).

Step 3: Find the middle position using \(\frac{n+1}{2} = \frac{5+1}{2} = 3\).

Step 4: The 3rd number in the sorted list is 7.

Answer: The median is 7.

Example 2: Median of Even Numbered Data Easy
Find the median of the data: 12, 7, 3, 10, 15, 20.

Step 1: Sort the data: 3, 7, 10, 12, 15, 20.

Step 2: Number of observations \(n = 6\) (even).

Step 3: Middle positions are at \(n/2 = 3\) and \(n/2 + 1 = 4\).

Step 4: The 3rd and 4th values are 10 and 12.

Step 5: Median = \(\frac{10 + 12}{2} = 11.\)

Answer: The median is 11.

Example 3: Median from Grouped Frequency Data Medium
Given the following grouped data of pipe lengths (in cm), find the median length.
Length (cm) Frequency (f)
0 - 105
10 - 208
20 - 3012
30 - 4010

Step 1: Calculate total frequency: \(N = 5 + 8 + 12 + 10 = 35.\)

Step 2: Find \(\frac{N}{2} = \frac{35}{2} = 17.5.\)

Step 3: Calculate cumulative frequencies:

  • 0-10: 5
  • 10-20: 5 + 8 = 13
  • 20-30: 13 + 12 = 25
  • 30-40: 25 + 10 = 35

Step 4: The median position 17.5 lies in the class where cumulative frequency just exceeds 17.5, which is 20-30 cm.

Step 5: Identify parameters for formula:

  • Lower boundary \(l = 20\) cm
  • Cumulative frequency before median class \(F = 13\)
  • Frequency of median class \(f = 12\)
  • Class width \(h = 10\) cm (since \(30 - 20 = 10\))

Step 6: Apply formula:

\[ \text{Median} = 20 + \left(\frac{17.5 - 13}{12}\right) \times 10 = 20 + \left(\frac{4.5}{12}\right) \times 10 = 20 + 3.75 = 23.75 \text{ cm} \]

Answer: The median length of the pipes is 23.75 cm.

Example 4: Entrance Exam Problem on Median (Metric Data) Medium
The heights (in cm) of 8 students are: 150, 142, 155, 148, 160, 149, 153, 147. Find the median height.

Step 1: Sort the data:

142, 147, 148, 149, 150, 153, 155, 160

Step 2: Number of observations \(n = 8\) (even).

Step 3: Find middle positions: 4th and 5th values.

Step 4: Values at these positions: 149 and 150.

Step 5: Median = \(\frac{149 + 150}{2} = 149.5\) cm.

Answer: The median height is 149.5 cm.

Example 5: Median with INR-based Business Data Medium
A shop recorded daily sales (in INR) over a week as: 8400, 9200, 7800, 9600, 8800, 7950, 9000. Find the median sales amount.

Step 1: Sort the sales figures:

7800, 7950, 8400, 8800, 9000, 9200, 9600

Step 2: Number of observations \(n = 7\) (odd).

Step 3: Find middle position: \(\frac{7+1}{2} = 4\).

Step 4: The 4th value in the sorted list is 8800 INR.

Answer: The median daily sales amount is Rs.8800.

Key Concept

Median vs Mean vs Mode

Median is middle value, Mean is average, Mode is most frequent.

Tips & Tricks

Tip: Always sort data before finding the median.

When to use: At the start of any median calculation to avoid errors.

Tip: For grouped data, identify the median class carefully using cumulative frequency before applying the formula.

When to use: When dealing with frequency tables in entrance exam problems.

Tip: Remember median is less affected by extreme values compared to mean.

When to use: While analyzing skewed data or outliers.

Tip: Use the formula \(\frac{n+1}{2}\) to quickly find median position for odd datasets.

When to use: During time-pressured exams to save calculation time.

Tip: If confused, draw data on a number line to visualize the median location.

When to use: When dealing with complex or unfamiliar datasets.

Common Mistakes to Avoid

❌ Attempting to find median without sorting the dataset.
✓ Always sort data in ascending order before determining median position.
Why: Median depends on order; unsorted data leads to incorrect middle value selection.
❌ Incorrectly averaging wrong elements in even-sized dataset median.
✓ Identify the exact middle two positions: \(n/2\) and \(n/2 + 1\) before averaging.
Why: Wrong positions cause wrong median calculation.
❌ Misidentifying median class in grouped data by poor cumulative frequency calculation.
✓ Carefully calculate cumulative frequency and locate correct median class.
Why: Median formula applies only to correct median class for accurate estimate.
❌ Confusing median with mean, summing all values and dividing by n for median.
✓ Remember median is positional; do not sum values for median.
Why: Median identifies the middle value, mean calculates average. Mixing causes errors.
❌ Ignoring measurement units (cm, INR) when interpreting median in applied problems.
✓ Always state or convert units properly to maintain clarity and correctness.
Why: Units are essential to interpret median in practical contexts.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Median · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.