mathematics/
statistics

CLASS 10 . MATHEMATICS . MATHEMATICS . STATISTICS

Chapter 13 : Statistics 

Ch 13

MATHEMATICS

CLASS 10

Mean

Concept Explanation: Mean is the average value of a set of numbers. It is calculated by summing all observations and dividing by the total number of observations.

Formula Derivation

For ungrouped data with observations \( x_1, x_2, \ldots, x_n \), mean \( \bar{x} \) is given by:

\[ \bar{x} = \frac{\sum_{i=1}^n x_i}{n} \]

For grouped data, where \( f_i \) is the frequency of the \( i^{th} \) class and \( x_i \) is the class mark (midpoint), mean is:

\[ \bar{x} = \frac{\sum f_i x_i}{\sum f_i} \]

Class mark \( x_i \) is calculated as:

\[ x_i = \frac{\text{lower limit} + \text{upper limit}}{2} \]

Assumed Mean Method (shortcut):

\[ \bar{x} = A + \frac{\sum f_i d_i}{\sum f_i} \]

where \( A \) is the assumed mean and \( d_i = x_i - A \) are deviations.

Worked Illustrations

Given class intervals and frequencies, calculate mean using both direct and assumed mean methods.

Solved Example

Marks obtained by 30 students are grouped as follows:

Class IntervalFrequency (\( f_i \))Class Mark (\( x_i \))Deviation (\( d_i = x_i - 47.5 \))\( f_i x_i \)\( f_i d_i \)
10-25117.5-3017.5-30
25-40332.5-1597.5-45
40-55547.50237.50
55-70462.51525060
70-85777.530542.5210
85-1001092.545925450
Total302070645

Calculate mean by:

  • Direct Method: \( \bar{x} = \frac{\sum f_i x_i}{\sum f_i} = \frac{2070}{30} = 69 \)
  • Assumed Mean Method: \( \bar{x} = 47.5 + \frac{645}{30} = 47.5 + 21.5 = 69 \)

Practice Set

  • Level 1: Find mean of ungrouped data: 12, 15, 18, 20, 25.
  • Level 2: Calculate mean using assumed mean method for grouped data: Class intervals 0-10, 10-20, 20-30 with frequencies 5, 8, 7.
  • Level 3: Given grouped data with class intervals and frequencies, calculate mean using both methods and compare.

Answer Key

  • Level 1: Mean = \( \frac{12+15+18+20+25}{5} = 18 \)
  • Level 2: Assume mean \( A=15 \), calculate deviations and mean accordingly.
  • Level 3: Detailed steps required for both methods.

Quick Reference

  • Mean (ungrouped): \( \bar{x} = \frac{\sum x_i}{n} \)
  • Mean (grouped direct): \( \bar{x} = \frac{\sum f_i x_i}{\sum f_i} \)
  • Mean (assumed): \( \bar{x} = A + \frac{\sum f_i d_i}{\sum f_i} \)

Glossary

  • Class Mark: Midpoint of class interval.
  • Frequency: Number of observations in a class.
  • Deviation: Difference between class mark and assumed mean.

Median

Concept Explanation: Median is the middle value of an ordered data set dividing it into two equal halves.

Formula Derivation

For ungrouped data:

  • If number of observations \( n \) is odd, median is the \( \left(\frac{n+1}{2}\right)^{th} \) value.
  • If \( n \) is even, median is average of \( \frac{n}{2}^{th} \) and \( \left(\frac{n}{2}+1\right)^{th} \) values.

For grouped data, median is calculated using:

\[ \text{Median} = l + \left( \frac{\frac{N}{2} - c.f.}{f} \right) \times h \]

where:

  • \( l \) = lower limit of median class
  • \( N \) = total frequency
  • \( c.f. \) = cumulative frequency before median class
  • \( f \) = frequency of median class
  • \( h \) = class width

Worked Illustrations

Identify median class by locating \( \frac{N}{2} \) in cumulative frequency, then apply formula.

Solved Example

Given cumulative frequency data for heights of 51 girls:

Class IntervalFrequency (\( f \))Cumulative Frequency (\( c.f. \))
Below 14044
140-145711
145-1501829
150-1551544
155-160751

Total \( N = 51 \), so \( \frac{N}{2} = 25.5 \). Median class is 145-150.

Applying formula:

\[ \text{Median} = 145 + \left( \frac{25.5 - 11}{18} \right) \times 5 = 145 + \frac{14.5}{18} \times 5 = 145 + 4.03 = 149.03 \]

Practice Set

  • Level 1: Find median of ungrouped data: 12, 15, 18, 20, 25.
  • Level 2: Calculate median for grouped data with given frequencies and class intervals.
  • Level 3: Given cumulative frequency table, find median and interpret results.

Answer Key

  • Level 1: Median = 18 (middle value)
  • Level 2: Identify median class and apply formula.
  • Level 3: Detailed calculation as shown in example.

Quick Reference

  • Median (ungrouped odd): middle value
  • Median (ungrouped even): average of two middle values
  • Median (grouped): \( l + \left( \frac{\frac{N}{2} - c.f.}{f} \right) \times h \)

Glossary

  • Median Class: Class interval containing the median.
  • Cumulative Frequency: Sum of frequencies up to a class.
  • Class Width: Difference between upper and lower class limits.

Mode

Concept Explanation: Mode is the value that occurs most frequently in a data set.

For ungrouped data, mode is the observation with highest frequency.

For grouped data, mode is estimated using the modal class (class with highest frequency) and the formula:

\[ \text{Mode} = l + \left( \frac{f_1 - f_0}{2f_1 - f_0 - f_2} \right) \times h \]

where:

  • \( l \) = lower limit of modal class
  • \( h \) = class width
  • \( f_1 \) = frequency of modal class
  • \( f_0 \) = frequency of class before modal class
  • \( f_2 \) = frequency of class after modal class

Worked Illustrations

Identify modal class by highest frequency, then apply formula.

Solved Example

Family size data:

Class IntervalFrequency
1-37
3-58
5-72
7-93
9-110

Modal class is 3-5 with frequency \( f_1 = 8 \).

Applying formula:

\[ \text{Mode} = 3 + \left( \frac{8 - 7}{2 \times 8 - 7 - 2} \right) \times 2 = 3 + \frac{1}{7} \times 2 = 3 + 0.286 = 3.286 \]

Practice Set

  • Level 1: Find mode of ungrouped data: 2, 3, 3, 5, 7.
  • Level 2: Calculate mode for grouped data with given frequencies.
  • Level 3: Given frequency distribution, find modal class and mode using formula.

Answer Key

  • Level 1: Mode = 3
  • Level 2: Identify modal class and apply formula.
  • Level 3: Detailed calculation as shown in example.

Quick Reference

  • Mode (ungrouped): most frequent value
  • Mode (grouped): \( l + \left( \frac{f_1 - f_0}{2f_1 - f_0 - f_2} \right) \times h \)

Glossary

  • Modal Class: Class with highest frequency.
  • Frequency: Number of observations in a class.
  • Class Width: Difference between class limits.

Empirical Relationship Between Mean, Median and Mode

Concept Explanation: The mean, median and mode of a moderately skewed distribution are related by empirical formulas.

Formula Derivation

The empirical relations are:

\[ \text{Mode} = 3 \times \text{Median} - 2 \times \text{Mean} \] \[ \text{Median} = \frac{1}{3} \times \text{Mode} + \frac{2}{3} \times \text{Mean} \] \[ \text{Mean} = \frac{3}{2} \times \text{Median} - \frac{1}{2} \times \text{Mode} \]

Worked Illustrations

Given any two of mean, median, mode, calculate the third using these formulas.

Solved Example

If mean = 50 and median = 52, find mode:

\[ \text{Mode} = 3 \times 52 - 2 \times 50 = 156 - 100 = 56 \]

Practice Set

  • Level 1: Given mean and median, find mode.
  • Level 2: Given mode and mean, find median.
  • Level 3: Given median and mode, find mean.

Answer Key

  • Level 1: Use \( \text{Mode} = 3 \times \text{Median} - 2 \times \text{Mean} \)
  • Level 2: Use \( \text{Median} = \frac{1}{3} \times \text{Mode} + \frac{2}{3} \times \text{Mean} \)
  • Level 3: Use \( \text{Mean} = \frac{3}{2} \times \text{Median} - \frac{1}{2} \times \text{Mode} \)

Quick Reference

  • Mode = 3 Median − 2 Mean
  • Median = (1/3) Mode + (2/3) Mean
  • Mean = (3/2) Median − (1/2) Mode

Glossary

  • Empirical Relation: Approximate relationship between mean, median and mode.

MATHEMATICS — ALL CHAPTERS

1

Real Numbers

2

Polynomials

3

Pair Of Linear Equations In Two Variables

4

Quadratic Equations

5

Arithmetic Progressions

6

Triangles

7

Coordinate Geometry

8

Introduction To Trigonometry

9

Some Applications Of Trigonometry

10

Circles

11

Areas Related To Circles

12

Surface areas And Volumes

13

Statistics 

14

Probability