examfront · Learning Hub

Learning Hub /NCERT Learning Guides /Measures of Central Tendency Class 10: Mean, Median, Mode

Measures of Central Tendency Class 10: Mean, Median, Mode

NCERT Learning Guides

Measures of Central Tendency Class 10: Mean, Median, Mode

Quick answer: The measures of central tendency are single values that represent the “centre” of a data set. In Class 10 Statistics you study three of them — the mean (average), the median (middle value) and the mode (most frequent value) — and you extend all three from ungrouped data to grouped data (data arranged in class intervals).

For grouped data, each measure has its own formula: the mean is x̄ = Σfᵢxᵢ / Σfᵢ, the median is l + ((n/2 − cf)/f) × h, and the mode is l + ((f₁ − f₀)/(2f₁ − f₀ − f₂)) × h. Together they answer “what is a typical value in this data?” in three different, useful ways.

This guide gives you the big picture: what each measure means, how they compare, the class-mark idea that powers grouped-data calculations, and the handy empirical relationship 3 Median = Mode + 2 Mean. Each measure then has its own full walkthrough, linked below.

What is central tendency in statistics?

Central tendency is the tendency of data to cluster around a central value. A measure of central tendency is a single number that summarises the whole data set with one “representative” value — instead of listing hundreds of observations, you report one number that stands for them.

In Class 9 you found the mean, median and mode of ungrouped data (a plain list of values). In Class 10, real-life data is usually large, so it is condensed into grouped data — a frequency table with class intervals like 0–10, 10–20, 20–30. This chapter teaches you to find all three measures for such grouped data.

The three measures of central tendency at a glance

Measure What it tells you Grouped-data formula
Mean (x̄) The arithmetic average of all values x̄ = Σfᵢxᵢ / Σfᵢ
Median The middle-most value l + ((n/2 − cf)/f) × h
Mode The most frequent value l + ((f₁ − f₀)/(2f₁ − f₀ − f₂)) × h

Each row is a full topic in itself. This article orients you; the linked guides work each formula step by step with more examples.

examfront’s Chapter Quizzes mix mean, median and mode in a single set — the quickest way to check you can tell the three apart under exam pressure.

What is the mean of grouped data?

The mean (or average) is the sum of all observations divided by the number of observations. For grouped data:

x̄ = Σfᵢxᵢ / Σfᵢ

  • Meaning in words: multiply each class’s representative value (its class mark) by how many values fall in that class, add these up, and divide by the total frequency.
  • Variables: xᵢ = class mark of the iᵗʰ class, fᵢ = frequency of that class, Σfᵢ = n = total number of observations.
  • Condition: we assume the frequency of each class is centred at its class mark (mid-point).

Worked example. For the data 0–10, 10–20, 20–30, 30–40, 40–50 with frequencies 7, 10, 15, 8, 10, the class marks are 5, 15, 25, 35, 45. Then Σfᵢxᵢ = 35 + 150 + 375 + 280 + 450 = 1290 and Σfᵢ = 50, so x̄ = 1290 / 50 = 25.8.

There are three methods to compute this — the direct method, the assumed-mean method and the step-deviation method — all giving the same answer. The full walkthrough is in the mean of grouped data guide.

Once you’ve seen the three methods, examfront’s Topic Practice lets you drill the one that suits each question so you pick the fastest route in the exam.

🎬 Quick challenge: Which measure represents the typical value with an extreme outlier?

What is a class mark, and why does it matter?

A class mark is the mid-point of a class interval:

Class mark = (Upper class limit + Lower class limit) ÷ 2

For the class 10–20, the class mark is (10 + 20)/2 = 15. Class marks turn each interval into a single representative value (xᵢ), which is exactly what the mean formula needs. Getting class marks right is the first step in almost every grouped-data question.

What is the median of grouped data?

The median is the value of the middle-most observation — it splits the data into two equal halves. For grouped data:

Median = l + ((n/2 − cf) / f) × h

  • Variables: l = lower limit of the median class, n = total frequency, cf = cumulative frequency of the class before the median class, f = frequency of the median class, h = class size.
  • Condition: class intervals must be continuous before applying the formula.

Worked example (same data). Cumulative frequencies are 7, 17, 32, 40, 50; n/2 = 25. The first class whose cumulative frequency crosses 25 is 20–30, so the median class is 20–30. Then Median = 20 + ((25 − 17)/15) × 10 = 20 + 5.33 = 25.33. The step-by-step method (including cumulative frequency) is in the median of grouped data guide.

What is the mode of grouped data?

The mode is the value that occurs most often. For grouped data, you first find the modal class (the class with the highest frequency), then apply:

Mode = l + ((f₁ − f₀) / (2f₁ − f₀ − f₂)) × h

  • Variables: l = lower limit of the modal class, f₁ = frequency of the modal class, f₀ = frequency of the class before it, f₂ = frequency of the class after it, h = class size.

Worked example (same data). The modal class is 20–30 (frequency 15). Mode = 20 + ((15 − 10)/(2×15 − 10 − 8)) × 10 = 20 + (5/12) × 10 = 24.17. Full working is in the mode of grouped data guide.

Which measure of central tendency should you use?

Each measure suits a different situation:

  • Mean — uses every observation and lies between the extremes, so it’s great for comparing distributions (e.g. comparing average marks of two schools). But extreme values distort it, so avoid it when the data has outliers.
  • Median — gives a “typical” value and is not affected by extreme values, so it’s the better choice for skewed data like wages or productivity rates.
  • Mode — best when you need the most frequent / most popular item, such as the most common shoe size sold or the most-watched TV programme.

Not sure which measure a question is really asking for? examfront’s Practice Companion nudges you toward the right one and explains why, so the choice starts to feel automatic.

The empirical relationship (a handy shortcut)

For a moderately skewed distribution, the three measures are connected by an empirical (approximate) relationship:

3 Median = Mode + 2 Mean

This lets you estimate any one measure from the other two. Check it on our data: 3 × 25.33 = 76.0, and Mode + 2 Mean = 24.17 + 2(25.8) = 75.77 — very close, exactly as “empirical” (approximate) suggests.

A quick note on cumulative frequency and ogives

Cumulative frequency of a class is the running total of frequencies up to and including that class. It is the key to finding the median, and it is also used to draw ogives — the “less than” and “more than” cumulative frequency curves. Cumulative frequency is explained fully in the median guide, where you actually use it.

🎬 Quick challenge: Can you spot the class mark in just 5 seconds? ⏱️

Key Takeaways

  • Central tendency = a single value that represents the centre of a data set; Class 10 studies mean, median and mode for grouped data.
  • Mean = Σfᵢxᵢ / Σfᵢ (average), Median = l + ((n/2 − cf)/f) × h (middle value), Mode = l + ((f₁ − f₀)/(2f₁ − f₀ − f₂)) × h (most frequent).
  • A class mark = (upper + lower limit)/2 represents each class in mean calculations.
  • Use the mean for a balanced average, the median when outliers are present, and the mode for the most common value.
  • Empirical relationship: 3 Median = Mode + 2 Mean (approximate).

Quick Facts

  • There are three measures of central tendency in Class 10: mean, median, mode.
  • Class mark = (upper class limit + lower class limit) ÷ 2.
  • The mean is affected by extreme values; the median is not.
  • Empirical relationship: 3 Median = Mode + 2 Mean.
  • Class intervals must be continuous before applying the median and mode formulas.

Common Mistakes

  1. Confusing which measure is which — mean = average, median = middle, mode = most frequent. Mixing them up costs easy marks.
  2. Using raw class limits instead of class marks in the mean formula — always convert each class to its mid-point first.
  3. Forgetting to make classes continuous before finding median or mode (e.g. 118–126 must become 117.5–126.5).
  4. Applying the mean when the data has extreme values — the median is usually the better “typical” value there.
  5. Treating the empirical relationship as exact — 3 Median = Mode + 2 Mean is an approximation, not an equality.

FAQ

What are the three measures of central tendency in Class 10? They are the mean (average of all values), the median (middle value when data is ordered) and the mode (most frequent value). For grouped data they use x̄ = Σfᵢxᵢ / Σfᵢ, l + ((n/2 − cf)/f) × h, and l + ((f₁ − f₀)/(2f₁ − f₀ − f₂)) × h respectively.

What is the difference between mean, median and mode? The mean is the arithmetic average and uses every value, so extreme values affect it. The median is the middle-most value and is not affected by extreme values. The mode is the most frequently occurring value, best for the most popular or common item.

What is a class mark in statistics Class 10? A class mark is the mid-point of a class interval: class mark = (upper class limit + lower class limit) ÷ 2. For 10–20 it is 15. Class marks represent each class when finding the mean of grouped data.

What is the empirical relationship between mean, median and mode? The empirical (approximate) relationship is 3 Median = Mode + 2 Mean. If mean = 25.8 and median = 25.33, then Mode ≈ 3(25.33) − 2(25.8) = 24.17.

Which measure of central tendency is best for grouped data? It depends: use the mean when every value matters and there are no outliers, the median for a typical value when extreme values are present, and the mode for the most frequent or popular value.

  • Mean of grouped data — direct, assumed-mean and step-deviation methods.
  • Mode of grouped data — modal class and the mode formula.
  • Median of grouped data — cumulative frequency and the median formula.
  • Frequency distribution and class intervals (Class 9) — the grouped-data foundation this chapter builds on.

Ready to master all three measures? Practise mixed mean–median–mode questions on examfront, and let Progress Tracking show you which measure you still confuse so you can fix it before the board exam.

Frequently asked

What are the three measures of central tendency in Class 10?

The three measures of central tendency in Class 10 Statistics are the mean (the average of all values), the median (the middle value when data is arranged in order) and the mode (the value that occurs most often). For grouped data they are found using the mean formula x̄ = Σfᵢxᵢ / Σfᵢ, the median formula l + ((n/2 − cf)/f) × h, and the mode formula l + ((f₁ − f₀)/(2f₁ − f₀ − f₂)) × h.

What is the difference between mean, median and mode?

The mean is the arithmetic average and uses every value, so extreme values affect it. The median is the middle-most value and is not affected by extreme values, making it good for skewed data like incomes. The mode is the most frequently occurring value and is best when you need the most popular or most common item.

What is a class mark in statistics Class 10?

A class mark is the mid-point of a class interval, found by class mark = (upper class limit + lower class limit) ÷ 2. For example, the class mark of 10–20 is (10 + 20)/2 = 15. Class marks represent each class when calculating the mean of grouped data.

What is the empirical relationship between mean, median and mode?

The empirical (approximate) relationship is 3 Median = Mode + 2 Mean. It lets you estimate any one of the three measures if you know the other two. For example, if mean = 25.8 and median = 25.33, then Mode ≈ 3(25.33) − 2(25.8) = 24.17.

Which measure of central tendency is best for grouped data?

It depends on the situation. Use the mean when every value matters and there are no extreme outliers, the median for a 'typical' value when extreme values are present (like wages), and the mode when you need the most frequent or most popular value. All three can be calculated for grouped data using their formulas.

Related resources

Turn this into a study plan

examfront builds it around your weak areas.

Start free ->