By the end of this chapter you'll be able to…

  • 1Calculate arithmetic mean for individual, discrete, and continuous series using appropriate formulas
  • 2Find the median for odd/even individual series and apply the interpolation formula for continuous series
  • 3Determine mode for discrete series and apply the formula for continuous series
  • 4Apply the empirical relationship Mode ≈ 3 Median − 2 Mean to find a missing average
  • 5Decide which measure of central tendency is appropriate for a given situation (symmetric, skewed, or qualitative data)
💡
Why this chapter matters
Mean, median, and mode are the three most-used statistical tools in economics — from GDP per capita to median household income to the modal occupation. Choosing the WRONG average can be misleading; this chapter teaches both the calculation and the judgment of which to use.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

Measures of Central Tendency

"'Average' is the most dangerous word in statistics — because it means at least THREE different things."

1. Chapter Overview

A MEASURE OF CENTRAL TENDENCY is a SINGLE VALUE that represents the CENTRE of a dataset. There are THREE main measures: Arithmetic Mean (the common 'average'), Median (the middle value), and Mode (the most frequent value). Each has different properties, calculation methods, and situations where it's the BEST choice.


2. Arithmetic Mean (AM, X̄)

What Is It?

  • Sum of all values ÷ Number of values
  • The most COMMONLY USED measure of central tendency

Calculation

  • Individual series: X̄ = ΣX / N (Sum all values, divide by count)
  • Discrete series: X̄ = ΣfX / Σf (Multiply each value by its frequency, sum, divide by total frequency)
  • Continuous series: X̄ = ΣfM / Σf (M = mid-point of each class)

Weighted Arithmetic Mean

When different values have different importance (weights):

  • Weighted Mean (X̄_w) = ΣwX / Σw (multiply each value by its weight, sum, divide by total weight)
  • Example: If subject marks are weighted by credit hours, use weighted mean — not simple mean
  • Used in calculating index numbers, GPA, stock market indices

Properties

  • Every value is used in the calculation → affected by EXTREME VALUES (outliers)
  • The sum of deviations around the mean = ZERO: Σ(X — X̄) = 0
  • The sum of SQUARED deviations around the mean is MINIMUM (compared to any other value)

Pros and Cons

  • ✓ Uses ALL data. Easy to understand and compute. Mathematically tractable.
  • ✗ Sensitive to EXTREME VALUES (a single billionaire raises the 'average income' of a village). Cannot be used for QUALITATIVE data.

3. Median

What Is It?

  • The MIDDLE value when data is arranged in ascending/descending ORDER
  • Splits the dataset into TWO EQUAL PARTS. 50% of observations are below the median, 50% above.

Calculation

  • Individual series: Sort data. If N is ODD → median = (N+1)/2 th value. If N is EVEN → median = average of (N/2)th and (N/2 + 1)th value.
  • Continuous series: Median = L + [(N/2 — CF) / f] × h, where L = lower limit of median class, CF = cumulative frequency before median class, f = frequency of median class, h = class width.

When to Use Median

  • When there are EXTREME OUTLIERS (income distribution — a few billionaires). Median income is more representative than mean income.
  • For ORDINAL data (rankings, ratings).

4. Mode

What Is It?

  • The value that occurs MOST FREQUENTLY in a dataset
  • The 'most popular' value

Calculation

  • Individual/Discrete: Count frequencies. Highest frequency = mode. (Can have multiple modes: bimodal, multimodal.)
  • Continuous series: Mode = L + [(f₁ − f₀) / (2f₁ − f₀ − f₂)] × h, where L = lower limit of modal class, f₁ = frequency of modal class, f₀ = frequency of class before modal class, f₂ = frequency of class after modal class.

When to Use Mode

  • When you want to know what's MOST COMMON (shopkeeper wants to stock the most popular shoe size)
  • For NOMINAL data (categories, attributes — 'which religion is the modal category?')

5. Which Measure to Use — When?

SituationBest Measure
Data is symmetrical, no outliersMEAN
Data is skewed (income, wealth)MEDIAN
Want to know the most common valueMODE
Qualitative / nominal dataMODE
Further mathematical computation neededMEAN

Empirical Relationship (for moderately asymmetrical distributions)

Mode ≈ 3 Median — 2 Mean

Relationship Between AM, GM, and HM

For any set of unequal positive numbers: AM ≥ GM ≥ HM (equality holds only when all values are equal)

  • AM (Arithmetic Mean) = ΣX/N
  • GM (Geometric Mean) = (X₁ × X₂ × ... × Xₙ)^(1/n)
  • HM (Harmonic Mean) = N / Σ(1/X)
  • Example: For 2 and 8: AM = 5, GM = 4, HM = 3.2 → 5 ≥ 4 ≥ 3.2 ✓

6. Exam Focus

  1. Mean — formulas for individual/discrete/continuous series, properties
  2. Median — middle value, formula for continuous series, when to use
  3. Mode — most frequent value, when to use
  4. Comparison — mean vs median vs mode: which to use when (symmetrical vs skewed vs qualitative data)
  5. Empirical relationship: Mode ≈ 3Median — 2Mean

7. Common Mistakes

  1. Using the mean for income data without checking for outliers — A few very high incomes SKEW the mean upward. The MEDIAN is MORE REPRESENTATIVE for skewed distributions like income and wealth.
  2. The mode is always valid — Some datasets have NO mode (all values equally frequent) or MULTIPLE modes. Mode is only meaningful when there's a CLEAR concentration.

8. Conclusion

'Average' is not ONE number — it's a CHOICE:

  • MEAN: Mathematical centre. Use when data is roughly symmetrical.
  • MEDIAN: The middle. Use when data is SKEWED (income, house prices, wealth).
  • MODE: The most frequent. Use when you want to know what's TYPICAL.

Knowing WHICH average to use — and why — is the difference between statistical literacy and statistical deception.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Arithmetic Mean — Individual Series
X̄ = ΣX / N
Sum all values and divide by count; the most basic form
Arithmetic Mean — Discrete Series
X̄ = ΣfX / Σf
Multiply each value (X) by its frequency (f), sum the products, divide by total frequency
Arithmetic Mean — Continuous Series
X̄ = ΣfM / Σf, where M = mid-point of each class = (L + U) / 2
Use class mid-points as representative values of each class interval
Weighted Mean
X̄_w = ΣwX / Σw
Used when different values have different importance (weights); applied in index numbers and GPA calculations
Median — Individual Series
If N is odd: Median = value of (N+1)/2 th term (after sorting). If N is even: Median = average of (N/2)th and (N/2 + 1)th terms
Data must be arranged in ascending order first
Median — Continuous Series (Interpolation)
Median = L + [(N/2 − CF) / f] × h
L = lower limit of median class; CF = cumulative frequency before median class; f = frequency of median class; h = class width
Mode — Continuous Series
Mode = L + [(f₁ − f₀) / (2f₁ − f₀ − f₂)] × h
L = lower limit of modal class; f₁ = modal class frequency; f₀ = preceding class frequency; f₂ = succeeding class frequency
Empirical Relationship
Mode ≈ 3 Median − 2 Mean
Valid for moderately asymmetrical distributions; use to find Mode if Mean and Median are known
AM ≥ GM ≥ HM
AM = ΣX/N; GM = (X₁ × X₂ × ... × Xₙ)^(1/n); HM = N / Σ(1/X)
For any set of unequal positive numbers, arithmetic mean ≥ geometric mean ≥ harmonic mean; equality only when all values are equal
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Using arithmetic mean for income data without checking for outliers
A few billionaires pull the mean income up significantly. For skewed distributions (income, wealth, house prices), the MEDIAN is the more representative measure. Always check: is the data skewed? If yes, prefer median.
WATCH OUT
Forgetting to sort data before finding the median
Median requires data in ascending (or descending) order. Sort first, always. A common error in exams is applying the (N+1)/2 formula to unsorted data — giving a completely wrong answer.
WATCH OUT
Applying the mode formula without identifying the modal class correctly
The modal class is the class with the HIGHEST frequency, not the highest mid-point or highest class boundary. f₁ is the frequency of this class, f₀ is the class before it, f₂ is the class after it.

NCERT exercises (with solutions)

Every NCERT exercise from this chapter — what it covers and how many questions to expect.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· arithmetic-mean
The monthly incomes (₹000) of 8 workers are: 12, 15, 18, 22, 10, 14, 20, 25. Calculate the arithmetic mean.
Show solution
X̄ = ΣX / N. ΣX = 12 + 15 + 18 + 22 + 10 + 14 + 20 + 25 = 136. N = 8. X̄ = 136 / 8 = ₹17,000. Interpretation: The average monthly income of the 8 workers is ₹17,000.
Q2MEDIUM· median-continuous
Find the median for the following frequency distribution: Marks: 0–20: 5, 20–40: 15, 40–60: 20, 60–80: 8, 80–100: 2. N = 50.
Show solution
Step 1: Build cumulative frequency table. 0–20: f = 5, CF = 5. 20–40: f = 15, CF = 20. 40–60: f = 20, CF = 40. 60–80: f = 8, CF = 48. 80–100: f = 2, CF = 50. Step 2: N/2 = 50/2 = 25. Median class = class where CF first exceeds 25 = 40–60 (CF jumps from 20 to 40). Step 3: L = 40, N/2 = 25, CF (before median class) = 20, f = 20, h = 20. Median = 40 + [(25 − 20) / 20] × 20 = 40 + [5/20] × 20 = 40 + 5 = 45 marks.
Q3HARD· mean-median-mode
For a frequency distribution, Mean = 54 and Median = 52. (a) Find Mode using the empirical relationship. (b) Calculate the arithmetic mean for the following discrete series: X: 10, 20, 30, 40, 50; f: 4, 7, 12, 8, 4. (c) State when to use each measure of central tendency.
Show solution
(a) Empirical relationship: Mode = 3 Median − 2 Mean = 3(52) − 2(54) = 156 − 108 = 48. (b) Arithmetic mean for discrete series: ΣfX = (10×4) + (20×7) + (30×12) + (40×8) + (50×4) = 40 + 140 + 360 + 320 + 200 = 1060. Σf = 4 + 7 + 12 + 8 + 4 = 35. X̄ = 1060 / 35 = 30.28. (c) When to use each: Mean: When data is symmetric with no extreme outliers; when further mathematical analysis is needed; example: average marks of students in a class test where scores are normally distributed. Median: When data is skewed (income, house prices, wealth); when there are extreme outliers; example: median household income is more representative than mean income because a few very rich households distort the mean. Mode: When you want the most typical/common value; for qualitative/nominal data; example: the modal occupation in India is farming; the most common shoe size stocked by a shopkeeper.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • AM individual series: X̄ = ΣX/N; discrete: X̄ = ΣfX/Σf; continuous: X̄ = ΣfM/Σf (M = mid-point)
  • Weighted mean: X̄_w = ΣwX/Σw — used for index numbers, GPA, stock indices
  • Property of mean: Σ(X − X̄) = 0 (deviations from mean sum to zero)
  • Median individual: sort data; odd N → (N+1)/2 th value; even N → average of N/2 and N/2+1 terms
  • Median continuous: L + [(N/2 − CF)/f] × h — must find median class using cumulative frequency
  • Mode continuous: L + [(f₁ − f₀)/(2f₁ − f₀ − f₂)] × h — modal class = class with highest frequency
  • Empirical relationship: Mode ≈ 3 Median − 2 Mean (for moderately skewed distributions)
  • AM ≥ GM ≥ HM for any set of unequal positive numbers (equality only when all values are equal)

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 6-8 marks

Question typeMarks eachTypical countWhat it tests
Short Answer31Mean or median calculation for individual/discrete series, or comparing measures
Long Answer61Median or mode for continuous series using interpolation formula, or a multi-part problem combining all three averages
Prep strategy
  • Practice the median interpolation formula — L + [(N/2 − CF)/f] × h — at least 5 times with different data; this is the most formula-heavy part and most marks come from here
  • Always show the cumulative frequency table for median and mode calculations — partial marks are awarded for correct CF even if the final answer is wrong
  • Memorise Mode ≈ 3 Median − 2 Mean and its rearrangements (Mean = (3 Median − Mode)/2) for finding any unknown average

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

India's Per Capita Income

India's per capita income (GDP/population) is an arithmetic mean — it masks extreme inequality. India's median household income is far lower, which is why economists say 'per capita income doesn't tell the full story' about poverty.

Shopkeepers and Farmers Using Mode

A shoe manufacturer decides what sizes to produce in bulk based on the modal shoe size (most demanded). A seed company decides which variety to promote based on the modal crop grown in a region. Mode drives inventory and production decisions.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. Always write the formula before substituting numbers — even if the final answer is slightly wrong, you get formula marks
  2. For continuous series median: present a 3-column table (Class | Frequency | Cumulative Frequency) before applying the formula — examiners check for this
  3. Mode formula: explicitly identify L, f₁, f₀, f₂, and h before substituting — these substitution marks add up
  4. Comparative question (mean vs median vs mode): structure as a mini-table with three rows — when to use, example, advantage — for a 6-mark answer

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • Explore the relationship between mean and variance in a normal distribution, and how the empirical rule (68-95-99.7) uses both mean and standard deviation to describe data spread
  • Study geometric mean applications: calculating compound annual growth rate (CAGR) of GDP — why GM is preferred over AM for growth rates

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 11 BoardHigh
CUETHigh
CBSE Class 12 Economics (Statistics)Medium

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

For continuous series, we are interpolating within a class interval — we need to find the value that divides the total area of the histogram in half. N/2 gives the exact midpoint of the total observations. The (N+1)/2 formula is for individual series (locating a specific ranked observation).

Yes. A dataset with two modes is bimodal; with more than two is multimodal. If all values have the same frequency, there is no mode. Mode is only meaningful when one value (or class) clearly dominates. For this reason, mode is the least mathematically useful of the three averages.
Verified by the tuition.in editorial team
Last reviewed on 26 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo