Math Lab
Home/Class XI/Ch 13/Measures of central tendency , review

Measures of central tendency , review

A measure of central tendency is a single number that summarises a data set's "centre". We use three throughout the chapter: mean, median, mode. You met these in earlier classes; here we collect the formulas in the notation we will need for the rest of the chapter.

The three measures

Let the data be x1,x2,,xnx_1, x_2, \dots, x_n (raw) or organised in a frequency table (xi,fi)(x_i, f_i).

Arithmetic mean

For raw data: xˉ=xin\bar{x} = \dfrac{\sum x_i}{n}.

For frequency data: xˉ=fixifi=fixiN\bar{x} = \dfrac{\sum f_i x_i}{\sum f_i} = \dfrac{\sum f_i x_i}{N}, where N=fiN = \sum f_i.

For grouped (class-interval) data, replace each class by its midpoint xix_i and use the frequency formula.

Median

Arrange the data in non-decreasing order. The median is the middle value:

  • If nn is odd: M=x(n+1)/2M = x_{(n+1)/2}.
  • If nn is even: M=xn/2+xn/2+12M = \dfrac{x_{n/2} + x_{n/2 + 1}}{2}.

For grouped data, locate the median class (the class containing the N/2N/2-th observation) and use the interpolation formula: M=+N/2Ffh,M = \ell + \frac{N/2 - F}{f} \cdot h, where \ell is the lower boundary of the median class, FF is the cumulative frequency before that class, ff is its frequency, and hh is the class width.

Mode

The mode is the value (or class) of highest frequency. For grouped data: Mode=+f1f02f1f0f2h,\text{Mode} = \ell + \frac{f_1 - f_0}{2 f_1 - f_0 - f_2} \cdot h, where \ell is the lower boundary of the modal class, f1f_1 is the modal frequency, f0f_0 and f2f_2 are the frequencies of the preceding and following classes.

Relationship (empirical)

For moderately skewed distributions: Mode3Median2Mean.\text{Mode} \approx 3 \cdot \text{Median} - 2 \cdot \text{Mean}.

Properties of the mean

Shift. If each xix_i is replaced by xi+ax_i + a, then xˉ\bar{x} shifts by aa.

Scale. If each xix_i is replaced by bxib \cdot x_i, then xˉ\bar{x} multiplies by bb.

Sum of deviations. (xixˉ)=0\sum (x_i - \bar{x}) = 0 , by definition of the mean.

Worked examples

Example 1. Find the mean of 5,7,9,11,135, 7, 9, 11, 13.

xˉ=(5+7+9+11+13)/5=45/5=9\bar{x} = (5 + 7 + 9 + 11 + 13)/5 = 45/5 = 9.

Example 2. Find the median of 3,7,8,11,14,16,18,203, 7, 8, 11, 14, 16, 18, 20.

n=8n = 8 (even). Median = (x4+x5)/2=(11+14)/2=12.5(x_4 + x_5)/2 = (11 + 14)/2 = 12.5.

Example 3. Find the mean of the frequency data:

xx1122334455
ff2233554411

N=15N = 15. fx=2+6+15+16+5=44\sum f x = 2 + 6 + 15 + 16 + 5 = 44. xˉ=44/152.93\bar{x} = 44/15 \approx 2.93.

Example 4. Find the mode of 4,5,6,6,7,6,8,5,9,64, 5, 6, 6, 7, 6, 8, 5, 9, 6.

Count: 4(1),5(2),6(4),7(1),8(1),9(1)4(1), 5(2), 6(4), 7(1), 8(1), 9(1). Mode is 66.

Example 5. Estimate the median of the grouped data:

Class001010101020202020303030304040
Frequency551212101033

N=30N = 30, N/2=15N/2 = 15. Cumulative: 5,17,27,305, 17, 27, 30. The 1515-th observation is in class 10102020. Apply formula: M=10+(155)/1210=10+100/1218.33M = 10 + (15 - 5)/12 \cdot 10 = 10 + 100/12 \approx 18.33.

Try it yourself

  1. Mean of 10,20,30,40,5010, 20, 30, 40, 50.
  2. Median of 2,5,7,9,11,142, 5, 7, 9, 11, 14.
  3. Mode of 1,2,2,3,3,3,4,4,51, 2, 2, 3, 3, 3, 4, 4, 5.
  4. The mean of 55 numbers is 2020. If a sixth number is added, mean becomes 2525. Find the new number.
  5. The mean of 1010 items is 5050. One item recorded as 4242 should be 5252. Find the correct mean.
  6. For the frequency table x:10,20,30,40,50x: 10, 20, 30, 40, 50 with frequencies 3,5,8,6,33, 5, 8, 6, 3, find the mean.
  7. Find the median of 1,2,3,4,5,6,7,8,91, 2, 3, 4, 5, 6, 7, 8, 9.
  8. If xˉ=25\bar{x} = 25 and a new observation 4040 is added, the new mean of n+1n + 1 numbers becomes 2626. Find nn.
  9. Estimate mode of the grouped data: classes 005,55, 510,1010, 1015,1515, 152020 with frequencies 4,9,6,24, 9, 6, 2.
  10. Find the mean of the first 1010 odd natural numbers.
  11. The marks of 55 students are 40,50,60,x,8040, 50, 60, x, 80. The mean is 6060. Find xx.
  12. For data values a,a+d,a+2d,,a+(n1)da, a+d, a+2d, \dots, a+(n-1)d (an AP), show that the mean is a+(n1)d/2a + (n-1)d/2.

Pitfalls / Tricks

  • Mean is sensitive to outliers; median is not.
  • For grouped data, use the midpoint of each class as xix_i.
  • (xixˉ)=0\sum (x_i - \bar{x}) = 0 always , this is a useful check.
  • Insight. Central tendency tells you "where" the data is. Dispersion (next subtopic) tells you "how spread out" , equally important.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Central tendency
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6