Exercise 14.3 — Median of Grouped Data

Median of the grouped data.

Advertisement
Lesson Notes PDF
1 /
Loading PDF…
Advertisement

Exercise 14.3 is the final exercise of Chapter 14, Statistics, in Class 10 Mathematics (CBSE, Telangana & Andhra Pradesh syllabus). It focuses entirely on the median — the value of the middle-most observation in a data set — and shows how to calculate it for both small lists of raw numbers and large grouped frequency tables. Several questions also bring back mean and mode from the earlier exercises so that all three measures of central tendency can be compared side by side.

Below is a complete walkthrough of the median formula for ungrouped and grouped data, followed by fully worked, step-by-step solutions to all 7 problems in this exercise — covering electricity bills, policy holders' ages, leaf lengths, lamp lifetimes, surnames, and students' weights — plus a quick-reference table of every final answer for fast revision.

Median of Ungrouped Data Median of Grouped Data Cumulative Frequency Mean, Median & Mode Compared
💡 Core idea of this exercise: The median always represents the data point that splits the data into two equal halves — half the observations lie below it, half above it. For grouped data, since we cannot see the individual values, a cumulative frequency table is used to locate the class that contains this middle point, and a formula then estimates the median within that class.

Median of Ungrouped Data

When the raw list of observations is small enough to write out, finding the median is straightforward: arrange the values in ascending order, count how many values there are (n), and then pick out (or average) the middle value depending on whether n is odd or even.

n odd → Median = [(n+1)/2]th observation   |   n even → Median = mean of (n/2)th and [(n/2)+1]th observations

Odd Number of Values

Data: 3, 7, 5, 11, 6, 18, 9  (n = 7)

Sorted: 3, 5, 6, 7, 9, 11, 18

Middle (4th) value → Median = 7

Even Number of Values

Data: 3, 7, 5, 11, 6, 18, 9, 16  (n = 8)

Sorted: 3, 5, 6, 7, 9, 11, 16, 18

Average of 4th & 5th values: (7+9)/2 → Median = 8

Median of Grouped Data — Step by Step

With grouped (class-interval) data, individual values are not visible, so the median has to be estimated using a cumulative frequency table and a formula. Follow these steps for every problem in this exercise:

  • Step 1: Build a table with the class intervals, their frequency (f), and the running total — the cumulative frequency (cf).
  • Step 2: Add up all frequencies to get the total number of observations, n, and calculate n/2.
  • Step 3: Find the median class — the first class interval whose cumulative frequency is greater than or equal to n/2.
  • Step 4: Apply the median formula using the lower boundary of that class.
Median = l + [(n/2 − cf) / f] × h
  • l — lower boundary of the median class
  • n — total number of observations
  • cf — cumulative frequency of the class just before the median class
  • f — frequency of the median class itself
  • h — size (width) of the median class
Upper class boundaries → Cumulative frequency → n/2 Median

A cumulative-frequency curve (ogive) rises step by step — the median is the class where the curve crosses the n/2 mark on the vertical axis.

📌 Why this formula works: Inside the median class, observations are assumed to be evenly (uniformly) spread out. The formula simply moves a proportional distance into the class — based on how far n/2 is past the cumulative frequency cf — to estimate where the true middle value would fall.

Quick Recap: Mean and Mode Formulas (Grouped Data)

Several problems in this exercise ask you to also compute the mean and mode so all three measures can be compared. Here are the formulas you'll need, carried over from the earlier exercises of this chapter:

Mean

a + (Σfᵢuᵢ/Σfᵢ) × h

Step-deviation / assumed-mean method, where a is the assumed mean and uᵢ = (xᵢ − a)/h

Median

l + [(n/2 − cf)/f] × h

Based on the cumulative frequency table and the median class

Mode

l + [(f₁−f₀)/(2f₁−f₀−f₂)] × h

f₁ = modal class frequency, f₀ = preceding, f₂ = succeeding

💡 Empirical relationship: For moderately skewed distributions, the three measures are approximately connected by Mode ≈ 3 × Median − 2 × Mean. This is a handy way to sanity-check your mean, median, and mode answers against each other once all three are calculated.
Advertisement

Problem 1 — Median, Mean and Mode of Electricity Consumption

Question: The table below gives the monthly electricity consumption of 68 consumers. Find the median, mean, and mode of the data, and compare them.

Monthly Consumption65–8585–105105–125125–145145–165165–185185–205
No. of consumers (f)4513201484
Step 1 — Median
Class IntervalfCumulative Frequency (cf)
65 – 8544
85 – 10559
105 – 1251322
125 – 145 (median class)2042
145 – 1651456
165 – 185864
185 – 205468
n = 68 → n/2 = 34 → median class = 125–145 (first cf ≥ 34) l = 125, cf = 22, f = 20, h = 20 Median = 125 + [(34−22)/20] × 20 = 125 + 12 = 137
Step 2 — Mean (step-deviation method)
Class Mark (xᵢ)7595115135 (a)155175195
uᵢ = (xᵢ−a)/h−3−2−10123
fᵢuᵢ−12−10−130141612
h = 20, a = 135, Σfᵢ = 68, Σfᵢuᵢ = −12−10−13+0+14+16+12 = 7 Mean = a + (Σfᵢuᵢ/Σfᵢ) × h = 135 + (7/68) × 20 = 135 + 2.06 ≈ 137
Step 3 — Mode
Modal class (highest frequency 20) = 125–145 l = 125, f₁ = 20, f₀ = 13, f₂ = 14, h = 20 Mode = 125 + [(20−13)/(2×20−13−14)] × 20 = 125 + (7/13)×20 = 125 + 10.77 = 135.7
Comparison: Median = 137, Mean ≈ 137, Mode = 135.7 — all three measures are very close, showing the data is nearly symmetrically distributed around the 125–145 class.

Problem 2 — Finding Unknown Frequencies x and y

Question: The median of the following 60 observations is 28.5. Find the missing frequencies x and y.

Worked Solution
Class IntervalfCumulative Frequency (cf)
0 – 1055
10 – 20x5+x
20 – 30 (median class)2025+x
30 – 401540+x
40 – 50y40+x+y
50 – 60545+x+y
n = 60 → 45+x+y = 60 → x+y = 15  ...(1) Median 28.5 lies in class 20–30 → l = 20, n/2 = 30, cf = 5+x, f = 20, h = 10 28.5 = 20 + [(30−5−x)/20] × 10 → 8.5 = (25−x)/2 → 17 = 25−x → x = 8 Substituting in (1): 8 + y = 15 → y = 7
Answer: x = 8 and y = 7.

Problem 3 — Median Age of Policy Holders

Question: A life insurance agent recorded the ages of 100 policy holders as a "less than" cumulative table. Find the median age (policies are issued from age 18 up to, but not including, 60).

Worked Solution

The "Below" values are already cumulative frequencies, so the class-wise frequencies are found by subtracting consecutive totals:

Age (years)fCumulative Frequency (cf)
15 – 2022
20 – 2546
25 – 301824
30 – 352145
35 – 40 (median class)3378
40 – 451189
45 – 50392
50 – 55698
55 – 602100
n = 100 → n/2 = 50 → median class = 35–40 (first cf ≥ 50) l = 35, cf = 45, f = 33, h = 5 Median = 35 + [(50−45)/33] × 5 = 35 + 0.76 = 35.76
Answer: Median age of policy holders = 35.76 years.
Advertisement

Problem 4 — Median Length of Leaves

Question: The lengths of 40 leaves are grouped into classes such as 118–126, 127–135, etc. Find the median length.

Worked Solution

Since the data is rounded to the nearest mm, the classes are first converted into continuous boundaries (118–126 becomes 117.5–126.5, and so on) before applying the median formula:

Length (mm), continuousfCumulative Frequency (cf)
117.5 – 126.533
126.5 – 135.558
135.5 – 144.5917
144.5 – 153.5 (median class)1229
153.5 – 162.5534
162.5 – 171.5438
171.5 – 180.5240
n = 40 → n/2 = 20 → median class = 144.5–153.5 (first cf ≥ 20) l = 144.5, cf = 17, f = 12, h = 9 Median = 144.5 + [(20−17)/12] × 9 = 144.5 + 2.25 = 146.75
Answer: Median length of the leaves = 146.75 mm.
⚠️ Watch out for inclusive class limits: When classes are written as 118–126, 127–135 (with a gap of 1 between them), they are inclusive classes. Always convert them to continuous boundaries first by subtracting 0.5 from each lower limit and adding 0.5 to each upper limit, otherwise the median formula will not apply correctly.

Problem 5 — Median Lifetime of Neon Lamps

Question: The lifetimes (in hours) of 400 neon lamps are grouped into class intervals of width 500. Find the median lifetime.

Worked Solution
Lifetime (hours)fCumulative Frequency (cf)
1500 – 20001414
2000 – 25005670
2500 – 300060130
3000 – 3500 (median class)86216
3500 – 400074290
4000 – 450062352
4500 – 500048400
n = 400 → n/2 = 200 → median class = 3000–3500 (first cf ≥ 200) l = 3000, cf = 130, f = 86, h = 500 Median = 3000 + [(200−130)/86] × 500 = 3000 + 406.98 = 3406.98
Answer: Median lifetime of a lamp = 3406.98 hours.

Problem 6 — Median, Mean and Mode of Surname Lengths

Question: 100 surnames were picked from a telephone directory and grouped by the number of letters. Find the median, mean, and modal number of letters.

Step 1 — Median
No. of LettersfCumulative Frequency (cf)
1 – 466
4 – 73036
7 – 10 (median class)4076
10 – 131692
13 – 16496
16 – 194100
n = 100 → n/2 = 50 → median class = 7–10 (first cf ≥ 50) l = 7, cf = 36, f = 40, h = 3 Median = 7 + [(50−36)/40] × 3 = 7 + 1.05 = 8.05
Step 2 — Mean (assumed mean method)
Class Mark (xᵢ)2.55.58.5 (a)11.514.517.5
dᵢ = xᵢ−a−6−30369
fᵢdᵢ−36−900482436
a = 8.5, Σfᵢ = 100, Σfᵢdᵢ = −36−90+0+48+24+36 = −18 Mean = a + (Σfᵢdᵢ/Σfᵢ) = 8.5 + (−18/100) = 8.5 − 0.18 = 8.32
Step 3 — Mode
Modal class (highest frequency 40) = 7–10 l = 7, f₁ = 40, f₀ = 30, f₂ = 16, h = 3 Mode = 7 + [(40−30)/(2×40−30−16)] × 3 = 7 + (10/34)×3 = 7 + 0.88 = 7.88
Comparison: Median = 8.05, Mean = 8.32, Mode = 7.88 letters — all three cluster closely around 8 letters per surname.

Problem 7 — Median Weight of Students

Question: The weights of 30 students in a class are grouped as shown below. Find the median weight.

Worked Solution
Weight (kg)fCumulative Frequency (cf)
40 – 4522
45 – 5035
50 – 55813
55 – 60 (median class)619
60 – 65625
65 – 70328
70 – 75230
n = 30 → n/2 = 15 → median class = 55–60 (first cf ≥ 15) l = 55, cf = 13, f = 6, h = 5 Median = 55 + [(15−13)/6] × 5 = 55 + 1.67 = 56.67
Answer: Median weight of students = 56.67 kg.

Common Mistakes to Avoid

  • Choosing the wrong median class: The median class is the first class whose cumulative frequency is greater than or equal to n/2 — not the class containing n/2 itself as a frequency value.
  • Using f instead of cf in the formula, or vice-versa: Remember cf in the formula is the cumulative frequency of the class before the median class, while f is the plain (non-cumulative) frequency of the median class.
  • Forgetting to convert inclusive classes: As seen in Problem 4, classes like 118–126, 127–135 must first be converted to continuous boundaries (117.5–126.5, etc.) before the formula can be applied.
  • Mixing up "below" cumulative tables with frequency tables: In Problem 3, the given numbers were already cumulative ("Below 20", "Below 25"...) — they must be subtracted from each other first to recover the class-wise frequencies.
  • Sign errors when solving for unknown frequencies: In problems like Problem 2, carefully substitute the median class data into the formula and simplify step by step rather than rearranging too many terms at once.
  • Rounding too early: Carry at least 2 decimal places through intermediate steps (especially in the mean's step-deviation method) to avoid small errors compounding into the final answer.
Exam tip: Always show the cumulative frequency table explicitly in your answer — examiners award method marks for correctly identifying l, cf, f, and h, even if the final arithmetic has a small slip.

Quick Reference — All 7 Answers at a Glance

Q.NoScenarioKey Result
1Electricity consumption (68 consumers)Median = 137, Mean ≈ 137, Mode = 135.7
2Unknown frequencies x, y (median 28.5)x = 8, y = 7
3Median age of 100 policy holders35.76 years
4Median length of 40 leaves146.75 mm
5Median lifetime of 400 neon lamps3406.98 hours
6Surname letters (100 surnames)Median = 8.05, Mean = 8.32, Mode = 7.88
7Median weight of 30 students56.67 kg

What This Exercise Prepares You For

Exercise 14.3 completes the picture started by Exercise 14.1 (Mean of Grouped Data) and Exercise 14.2 (Mode of Grouped Data) — together, these three exercises let you compute and compare all three measures of central tendency for any frequency distribution, a skill that is tested almost every year in board exams.

The cumulative frequency tables built in this exercise are also the foundation for plotting an ogive (cumulative frequency curve) and for graphically estimating the median, which is often covered as a follow-up topic. Once this exercise feels comfortable, it connects naturally to the Probability chapter, where organising data into frequency tables is just as essential.

📐 Board Exam Tip (CBSE, Telangana & AP): Questions like Problem 2 and Problem 6, which ask you to find missing frequencies or compare all three measures, are common 4–5 mark questions. Practise writing out the cumulative frequency table neatly first — it is the single step that makes the rest of the solution almost automatic.
Advertisement
EduBadi — Free Mathematics Learning for Class 8, 9 & 10 · CBSE · Telangana · Andhra Pradesh
Advertisement