Introduction — Central Tendency

Arithmetic mean, median and mode using the deviation method.

Advertisement
Lesson Notes PDF
1 /
Loading PDF…

Chapter 7: Frequency Distribution Tables and Graphs — Introduction

Chapter 7 of Class 8 Mathematics introduces students to one of the most practically useful branches of mathematics — Statistics. Whether you are reading a news report about exam results, a cricket score analysis, or rainfall data in your district, statistics is the tool that makes raw numbers meaningful. This chapter is part of the CBSE, Telangana, and Andhra Pradesh Class 8 syllabi and lays the groundwork for the more advanced statistical concepts you will encounter in Class 9 and Class 10.

The Introduction lesson focuses on three foundational ideas: Arithmetic Mean, Median, and Mode — collectively called the Measures of Central Tendency. Each one summarises an entire set of data with a single representative value, but in a different way. Understanding when to use which measure is the core skill this chapter builds.

📊 Arithmetic Mean

The numerical average. Add all values and divide by how many there are.

Mean = Σxᵢ / n
📍 Median

The middle value when data is sorted. Unaffected by extreme values.

Middle term of sorted data
🏆 Mode

The most frequently occurring value. A dataset can have more than one mode.

Value with highest frequency

What is Arithmetic Mean?

Measure of Central Tendency — 1 of 3

The arithmetic mean — also simply called the mean or average — is calculated by adding up all the values in a dataset and then dividing that sum by the total number of values. It gives a single value that "represents" the entire dataset.

Arithmetic Mean (x̄) = Sum of all observations / Number of observations

If the observations in a dataset are x₁, x₂, x₃, … xₙ, then:

x̄ = (x₁ + x₂ + x₃ + … + xₙ) / n   =   Σxᵢ / n

Here, the symbol Σ (sigma) means "sum of", and n is the total count of observations. The mean is a unique value — no dataset can have two different arithmetic means — and it takes into account both the value and the count of every observation.

Worked Examples — Arithmetic Mean

Example 1 — Finding the Mean
Find the average daily sales of a trader over 6 working days.

Given data (daily sales in ₹):

DayMondayTuesdayWednesdayThursdayFridaySaturday
Sales (₹) 5,0004,2004,8006,6005,4005,200

Solution:

  1. Sum of all observations = 5000 + 4200 + 4800 + 6600 + 5400 + 5200 = ₹31,200
  2. Number of observations (n) = 6
  3. Arithmetic Mean = 31200 ÷ 6 = ₹5,200
Mean = 31,200 / 6 = ₹5,200

So the trader's average daily sales for the week were ₹5,200.

0 3000 6000 9000 Mean ₹5200 Mon Tue Wed Thu Fri Sat 5000 4200 4800 6600 5400 5200 ₹ (Sales)
Daily sales vs. arithmetic mean (red dashed line)
Example 2 — Finding Total from Mean
The average daily sales of a trader over 6 working days is ₹5,200. What is the total amount of sales?

Here we use the reverse relationship. If you know the mean and the number of observations, you can always recover the total.

Sum of observations = Mean × Number of observations
  1. Mean = ₹5,200
  2. Number of days = 6
  3. Total sales = 5200 × 6 = ₹31,200

Key Properties of Arithmetic Mean

The arithmetic mean has several important properties that make it predictable and easy to work with. These properties are directly tested in CBSE, Telangana, and AP board exams.

  • Representative value: The mean is a single number that fairly represents all the observations in a dataset.
  • Uniqueness: Every dataset has exactly one arithmetic mean — it is a unique value.
  • Depends on every observation: Unlike mode or median, the mean takes into account the value of each and every data point. Changing even one value changes the mean.
  • Addition / Subtraction property: If a constant number is added to (or subtracted from) every observation, the mean also increases (or decreases) by that same constant.
  • Multiplication / Division property: If every observation is multiplied (or divided) by a constant, the mean is also multiplied (or divided) by that same constant.
💡 Illustrated property: Mean of 7, 10, 15, 21, 27 = 80 / 5 = 16.
If we add 4 to each → new data: 11, 14, 19, 25, 31. New mean = 100 / 5 = 20 = 16 + 4. ✓
If we multiply each by 3 → new data: 21, 30, 45, 63, 81. New mean = 240 / 5 = 48 = 16 × 3. ✓
Operation on DataOriginal MeanEffect on MeanNew Mean
Add 4 to each value16Mean also adds 420
Subtract 4 from each value16Mean also subtracts 412
Multiply each value by 316Mean also multiplies by 348
Divide each value by 216Mean also divides by 28
Advertisement

What is Median?

Measure of Central Tendency — 2 of 3

The median is the middle value of a dataset when the values are arranged in ascending or descending order. It divides the dataset exactly in half: 50% of values lie below the median and 50% lie above it. The median is especially useful when a dataset contains extreme values (outliers) that would distort the mean.

The formula to find the median depends on whether the number of observations n is odd or even:

If n is ODD:   Median = value at position (n + 1) / 2
If n is EVEN:  Median = average of values at positions n/2 and (n/2 + 1)
Example — Odd Number of Observations
Find the median of: 12, 21, 15, 19, 11
  1. Arrange in ascending order: 11, 12, 15, 19, 21
  2. Count observations: n = 5 (odd)
  3. Median position: (5 + 1) / 2 = 3rd observation
  4. Median = 15
11 12 15 19 21 ← Median (3rd)
Sorted data — the middle value is the median
Example — Even Number of Observations
Find the median of: 12, 21, 15, 19, 11, 17
  1. Arrange in ascending order: 11, 12, 15, 17, 19, 21
  2. Count observations: n = 6 (even)
  3. Median positions: n/2 = 3rd and (n/2 + 1) = 4th observations
  4. Values at 3rd and 4th positions: 15 and 17
  5. Median = (15 + 17) / 2 = 32 / 2 = 16
Median = (15 + 17) / 2 = 16
📝 Important: Always sort the data before finding the median. Forgetting to arrange values in order is the most common mistake students make in board exams.

What is Mode?

Measure of Central Tendency — 3 of 3

The mode is the value that appears most frequently in a dataset. Unlike mean or median, the mode requires no calculation — you simply identify which value repeats the most. Mode is particularly useful for categorical data (like the most popular colour, shoe size, or subject chosen by students).

DatasetObservationMode
10, 8, 6, 8, 5, 7, 7, 8 8 appears 3 times — most frequent Mode = 8 (Unimodal)
7, 6, 5, 6, 7, 4, 6, 7 Both 6 and 7 appear 3 times each Mode = 6 and 7 (Bimodal)
3, 5, 6, 7, 9, 11 Every value appears exactly once No mode

A dataset can be unimodal (one mode), bimodal (two modes), multimodal (more than two modes), or have no mode at all if every value appears the same number of times.

0 1 2 3 5 6 7 8★ 10 MODE Values Frequency
Frequency chart for 10, 8, 6, 8, 5, 7, 7, 8 — Mode = 8 (tallest bar)

Mean, Median, and Mode — Side-by-Side Comparison

FeatureArithmetic MeanMedianMode
Definition Sum ÷ count Middle value of sorted data Most frequent value
Data must be sorted? No Yes No
Affected by extreme values? Yes No No
Can have more than one? No (unique) No (unique) Yes (bimodal, multimodal)
Can be non-existent? No No Yes (if all values appear equally)
Best used for… Evenly spread numeric data Data with outliers or skewed distribution Categorical data / most popular item

Common Mistakes to Avoid

  • Not sorting data before finding median: The median formula only works on sorted (ascending or descending) data. Applying it to unsorted data gives a completely wrong answer.
  • Confusing "middle position" with "middle value": The median formula gives you the position of the middle value — you must then look up what value sits at that position.
  • Assuming there is always a mode: If every value in the dataset appears the same number of times, the data has no mode — this is a valid answer.
  • Using the wrong formula for even/odd n: Always check whether n is odd or even before applying the median formula.
  • Calculating mean instead of checking frequency for mode: The mode does not involve any calculation. It is found purely by observation — look for the value that repeats most.
📐 Board Exam Tip (Telangana / AP / CBSE): In short-answer questions, always state the formula, substitute the values, and write the final answer with the appropriate unit. For median problems, show the sorted data explicitly — examiners often award 1 mark for this step alone.

What This Chapter Prepares You For

A solid understanding of mean, median, and mode is the foundation for everything that follows in this chapter. In the subsequent exercises, you will learn to organise raw data into frequency distribution tables, draw histograms, frequency polygons, and pie charts — all of which rely on the central tendency concepts introduced here.

These ideas carry forward into Class 9 and Class 10 as well. In Class 9, you study Statistics for grouped data, where you learn to calculate mean using the direct and assumed mean methods. In Class 10, Statistics becomes more advanced with cumulative frequency curves (ogives) and finding median graphically.

If you found this chapter's concepts on comparing quantities useful, you may also want to revisit Chapter 6 – Comparing Quantities Using Proportion, which deals with ratios and percentages — another common way of summarising data.

Advertisement