Class 10 Maths Statistics Notes

13.1 Introduction to Statistics

Statistics is the branch of mathematics that deals with the collection, organization, analysis, and interpretation of data. In real life, data is collected from surveys, experiments, or observations. To make sense of large amounts of data, we use measures like mean, median, and mode.

  • Raw Data: Data collected in its original form.
  • Grouped Data: Data is arranged in intervals (classes) for easier analysis.

In this chapter, we focus on grouped data and how to calculate mean, mode, and median using formulas.


13.2 Mean of Grouped Data

The mean (average) is the sum of all observations divided by the total number of observations. For grouped data, we use the class midpoints (xix_ixi​) and frequencies (fif_ifi​):Mean=fixifi\text{Mean} = \frac{\sum f_i x_i}{\sum f_i}Mean=∑fi​∑fi​xi​​

Where:

  • fif_ifi​ = frequency of the iii-th class
  • xix_ixi​ = midpoint of the iii-th class
  • fixi\sum f_i x_i∑fi​xi​ = sum of frequency × midpoint

Example:
Consider the following frequency distribution:

ClassFrequency (f)
0–105
10–208
20–3012
30–405

Step 1: Find midpoints (xix_ixi​)xi=Lower limit + Upper limit2x_i = \frac{\text{Lower limit + Upper limit}}{2}xi​=2Lower limit + Upper limit​

ClassMidpoint xix_ixi​Frequency fif_ifi​fixif_i x_ifi​xi​
0–105525
10–20158120
20–302512300
30–40355175

Mean=fixifi=25+120+300+1755+8+12+5=6203020.67\text{Mean} = \frac{\sum f_i x_i}{\sum f_i} = \frac{25 + 120 + 300 + 175}{5 + 8 + 12 + 5} = \frac{620}{30} \approx 20.67Mean=∑fi​∑fi​xi​​=5+8+12+525+120+300+175​=30620​≈20.67


13.3 Mode of Grouped Data

The mode is the value that occurs most frequently. For grouped data, we use the modal class (the class with the highest frequency) and the formula:Mode=l+f1f02f1f0f2h\text{Mode} = l + \frac{f_1 – f_0}{2f_1 – f_0 – f_2} \cdot hMode=l+2f1​−f0​−f2​f1​−f0​​⋅h

Where:

  • lll = lower limit of modal class
  • hhh = class width
  • f1f_1f1​ = frequency of modal class
  • f0f_0f0​ = frequency of previous class
  • f2f_2f2​ = frequency of next class

Example:
Using the previous data, the modal class is 20–30 (frequency 12).Mode=20+1282(12)8510=20+4241310=20+4111023.64\text{Mode} = 20 + \frac{12-8}{2(12) – 8 – 5} \cdot 10 = 20 + \frac{4}{24-13} \cdot 10 = 20 + \frac{4}{11} \cdot 10 \approx 23.64Mode=20+2(12)−8−512−8​⋅10=20+24−134​⋅10=20+114​⋅10≈23.64


13.4 Median of Grouped Data

The median is the middle value that divides the data into two equal parts. For grouped data, we use the median class and the formula:Median=l+N2CFfh\text{Median} = l + \frac{\frac{N}{2} – CF}{f} \cdot hMedian=l+f2N​−CF​⋅h

Where:

  • lll = lower limit of median class
  • NNN = total frequency (fi\sum f_i∑fi​)
  • CFCFCF = cumulative frequency of class before median class
  • fff = frequency of median class
  • hhh = class width

Example:
Total frequency N=30N = 30N=30. N2=15\frac{N}{2} = 152N​=15.

Cumulative frequencies:

  • 0–10 → 5
  • 10–20 → 13
  • 20–30 → 25

Median class = 20–30 (since cumulative frequency just before it is 13 < 15 ≤ 25).Median=20+15131210=20+21210=20+1.6721.67\text{Median} = 20 + \frac{15-13}{12} \cdot 10 = 20 + \frac{2}{12} \cdot 10 = 20 + 1.67 \approx 21.67Median=20+1215−13​⋅10=20+122​⋅10=20+1.67≈21.67


13.5 Summary

  • Mean gives the average value of a dataset.
  • Mode gives the most frequent value in the dataset.
  • Median gives the middle value dividing the data into two equal halves.
  • For grouped data, we use class midpoints, cumulative frequencies, and formulas to calculate mean, median, and mode.

MCQs Based on the “Statistics” Chapter:

1. What is the mean of a dataset?

a) The most frequent value
b) The middle value
c) The average of all observations
d) The difference between highest and lowest value

Answer: c) The average of all observations

2. Which class is called the modal class in grouped data?

a) The first class
b) The class with the highest frequency
c) The class with the lowest frequency
d) The class containing the median

Answer: b) The class with the highest frequency

3. To find the median of grouped data, which information is required?

a) Class width, lower limit of median class, cumulative frequency before median class, frequency of median class
b) Only frequency of median class
c) Only class width
d) Only lower limit

Answer: a) Class width, lower limit of median class, cumulative frequency before median class, frequency of median class

4. The mean of the following grouped data is:

ClassFrequency
0–53
5–107
10–1510
15–205

a) 10.5
b) 11.0
c) 12.0
d) 12.5

Answer: a) 10.5

5. Which of the following is NOT a measure of central tendency?

a) Mean
b) Median
c) Mode
d) Range

Answer: d) Range