Statistics

13.1 Introduction

In Class IX, you have studied the classification of given data into ungrouped as well as grouped frequency distributions. You have also learnt to represent the data pictorially in the form of various graphs such as bar graphs, histograms (including those of varying widths) and frequency polygons. In fact, you went a step further by studying certain numerical representatives of the ungrouped data, also called measures of central tendency, namely, mean, median and mode. In this chapter, we shall extend the study of these three measures, i.e., mean, median and mode from ungrouped data to that of grouped data. We shall also discuss the concept of cumulative frequency, the cumulative frequency distribution and how to draw cumulative frequency curves, called ogives.

13.2 Mean of Grouped Data

The mean (or average) of observations, as we know, is the sum of the values of all the observations divided by the total number of observations. From Class IX, recall that if x1,x2,,xn are observations with respective frequencies f1,f2,,fn, then this means observation x1 occurs f1 times, x2 occurs f2 times, and so on.

Now, the sum of the values of all the observations =f1x1+f2x2++fnxn, and the number of observations =f1+f2++fn.

So, the mean x¯ of the data is given by

x¯=f1x1+f2x2++fnxnf1+f2++fn

Recall that we can write this in short form by using the Greek letter Σ (capital sigma) which means summation. That is,

x¯=i=1nfixii=1nfi

which, more briefly, is written as x¯=fixiΣfi, if it is understood that i varies from 1 to n.

Let us apply this formula to find the mean in the following example.

Example 1 : The marks obtained by 30 students of Class X of a certain school in a Mathematics paper consisting of 100 marks are presented in table below. Find the mean of the marks obtained by the students.

Marks obtained (xi) 10 20 36 40 50 56 60 70 72 80 88 92 95
Number of students (fi) 1 1 3 4 3 2 4 4 1 1 2 3 1

Solution: Recall that to find the mean marks, we require the product of each xi with the corresponding frequency fi. So, let us put them in a column as shown in Table 13.1.

Table 13.1

Marks obtained (xi) Number of students (fi) fixi
10 1 10
20 1 20
36 3 108
40 4 160
50 3 150
56 2 112
60 4 240
70 4 280
72 1 72
80 1 80
88 2 176
92 3 276
95 1 95
Total Σfi=30 Σfixi=1779

Now,

x¯=fixifi=177930=59.3

Therefore, the mean marks obtained is 59.3.

In most of our real life situations, data is usually so large that to make a meaningful study it needs to be condensed as grouped data. So, we need to convert given ungrouped data into grouped data and devise some method to find its mean.

Let us convert the ungrouped data of Example 1 into grouped data by forming class-intervals of width, say 15 . Remember that, while allocating frequencies to each class-interval, students falling in any upper class-limit would be considered in the next class, e.g., 4 students who have obtained 40 marks would be considered in the classinterval 40-55 and not in 25-40. With this convention in our mind, let us form a grouped frequency distribution table (see Table 13.2).

Table 13.2

Class interval 1025 2540 4055 5570 7085 85100
Number of students 2 3 7 6 6 6

Now, for each class-interval, we require a point which would serve as the representative of the whole class. It is assumed that the frequency of each classinterval is centred around its mid-point. So the mid-point (or class mark) of each class can be chosen to represent the observations falling in the class. Recall that we find the mid-point of a class (or its class mark) by finding the average of its upper and lower limits. That is,

 Class  mark = Upper class limit + Lower class limit 2

With reference to Table 13.2, for the class 1025, the class mark is 10+252, i.e., 17.5. Similarly, we can find the class marks of the remaining class intervals. We put them in Table 13.3. These class marks serve as our xi ’s. Now, in general, for the i th class interval, we have the frequency fi corresponding to the class mark xi. We can now proceed to compute the mean in the same manner as in Example 1.

Table 13.3

Class interval Number of students (fi) Class mark (xi) fixi
1025 2 17.5 35.0
2540 3 32.5 97.5
4055 7 47.5 332.5
5570 6 62.5 375.0
7085 6 77.5 465.0
85100 6 92.5 555.0
Total fi=30 fixi=1860.0

The sum of the values in the last column gives us Σfixi. So, the mean x¯ of the given data is given by

x¯=ΣfixiΣfi=1860.030=62

This new method of finding the mean is known as the Direct Method.

We observe that Tables 13.1 and 13.3 are using the same data and employing the same formula for the calculation of the mean but the results obtained are different. Can you think why this is so, and which one is more accurate? The difference in the two values is because of the mid-point assumption in Table 13.3, 59.3 being the exact mean, while 62 an approximate mean.

Sometimes when the numerical values of xi and fi are large, finding the product of xi and fi becomes tedious and time consuming. So, for such situations, let us think of a method of reducing these calculations.

We can do nothing with the fi ’s, but we can change each xi to a smaller number so that our calculations become easy. How do we do this? What about subtracting a fixed number from each of these xi ’s? Let us try this method.

The first step is to choose one among the xi s as the assumed mean, and denote it by ’ a ‘. Also, to further reduce our calculation work, we may take ’ a ’ to be that xi which lies in the centre of x1,x2,,xn. So, we can choose a=47.5 or a=62.5. Let us choose a=47.5.

The next step is to find the difference di between a and each of the xi ’s, that is, the deviation of ’ a ’ from each of the xi ’s.

i.e.,

di=xia=xi47.5

The third step is to find the product of di with the corresponding fi, and take the sum of all the fidi ’s. The calculations are shown in Table 13.4.

Table 13.4

Class interval Number of students (fi) Class mark (xi) di=xi47.5 fidi
1025 2 17.5 -30 -60
2540 3 32.5 -15 -45
4055 7 47.5 0 0
5570 6 62.5 15 90
7085 6 77.5 30 180
85100 6 92.5 45 270
Total Σfi=30 Σfidi=435

So, from Table 13.4, the mean of the deviations, d¯=ΣfidiΣfi.

Now, let us find the relation between d¯ and x¯.

Since in obtaining di, we subtracted ’ a ’ from each xi, so, in order to get the mean x¯, we need to add ’ a ’ to d¯. This can be explained mathematically as:

 Mean of deviations, d¯=ΣfidiΣfi So, d¯=Σfi(xia)Σfi=ΣfixiΣfiΣfiaΣfi=x¯aΣfiΣfi=x¯a So, x¯=a+d¯ i.e., x¯=a+ΣfidiΣfi

Substituting the values of a,Σfidi and Σfi from Table 13.4, we get

x¯=47.5+43530=47.5+14.5=62.

Therefore, the mean of the marks obtained by the students is 62 .

The method discussed above is called the Assumed Mean Method.

Activity 1 : From the Table 13.3 find the mean by taking each of xi (i.e., 17.5, 32.5, and so on) as ’ a ‘. What do you observe? You will find that the mean determined in each case is the same, i.e., 62 . (Why ?)

So, we can say that the value of the mean obtained does not depend on the choice of ’ a ‘.

Observe that in Table 13.4, the values in Column 4 are all multiples of 15. So, if we divide the values in the entire Column 4 by 15 , we would get smaller numbers to multiply with fi. (Here, 15 is the class size of each class interval.)

So, let ui=xiah, where a is the assumed mean and h is the class size.

Now, we calculate ui in this way and continue as before (i.e., find fiui and then Σfiui). Taking h=15, let us form Table 13.5.

Table 13.5

Class interval fi xi di=xia ui=xiah fiui
1025 2 17.5 -30 -2 -4
2540 3 32.5 -15 -1 -3
4055 7 47.5 0 0 0
5570 6 62.5 15 1 6
7085 6 77.5 30 2 12
85100 6 92.5 45 3 18
Total Σfi=30 Σfiui=29

Let

u¯=ΣfiuiΣfi

Here, again let us find the relation between u¯ and x¯.

We have,

ui=xiah

Therefore,

u¯=Σfi(xia)hΣfi=1h[ΣfixiaΣfiΣfi]=1h[ΣfixiΣfiaΣfiΣfi]=1h[x¯a]

So,

hu¯=x¯a

i.e.,

x¯=a+hu¯

So,

x¯=a+h(ΣfiuiΣfi)

Now, substituting the values of a,h,Σfiui and Σfi from Table 14.5, we get

x¯=47.5+15×(2930)=47.5+14.5=62

So, the mean marks obtained by a student is 62 .

The method discussed above is called the Step-deviation method.

We note that :

  • the step-deviation method will be convenient to apply if all the di ’s have a common factor.
  • The mean obtained by all the three methods is the same.
  • The assumed mean method and step-deviation method are just simplified forms of the direct method.
  • The formula x¯=a+hu¯ still holds if a and h are not as given above, but are any non-zero numbers such that ui=xiah.

Let us apply these methods in another example.

Example 2 : The table below gives the percentage distribution of female teachers in the primary schools of rural areas of various states and union territories (U.T.) of India. Find the mean percentage of female teachers by all the three methods discussed in this section.

Percentage of female teachers 1525 2535 3545 4555 5565 6575 7585
Number of States/U.T. 6 11 7 4 4 2 1

Source : Seventh All India School Education Survey conducted by NCERT

Solution : Let us find the class marks, xi, of each class, and put them in a column (see Table 13.6):

Table 13.6

Percentage of female teachers Number of States / U.T. (fi) xi
1525 6 20
2535 11 30
3545 7 40
4555 4 50
5565 4 60
6575 2 70
7585 1 80

Here we take a=50,h=10, then di=xi50 and ui=xi5010.

We now find di and ui and put them in Table 13.7.

Table 13.7

Percentage of female teachers Number of states/U.T. (fi) xi di=xi50 ui=xi5010 fixi fidi fiui
1525 6 20 -30 -3 120 -180 -18
2535 11 30 -20 -2 330 -220 -22
3545 7 40 -10 -1 280 -70 -7
4555 4 50 0 0 200 0 0
5565 4 60 10 1 240 40 4
6575 2 70 20 2 140 40 4
7585 1 80 30 3 80 30 3
Total 35 1390 360 36

From the table above, we obtain Σfi=35,Σfixi=1390,

Σfidi=360,Σfiui=36

Using the direct method, x¯=ΣfixiΣfi=139035=39.71

Using the assumed mean method,

x¯=a+ΣfidiΣfi=50+(360)35=39.71

Using the step-deviation method,

x¯=a+(ΣfiuiΣfi)×h=50+(3635)×10=39.71

Therefore, the mean percentage of female teachers in the primary schools of rural areas is 39.71 .

Remark : The result obtained by all the three methods is the same. So the choice of method to be used depends on the numerical values of xi and fi. If xi and fi are sufficiently small, then the direct method is an appropriate choice. If xi and fi are numerically large numbers, then we can go for the assumed mean method or step-deviation method. If the class sizes are unequal, and xi are large numerically, we can still apply the step-deviation method by taking h to be a suitable divisor of all the di ’s.

Example 3 : The distribution below shows the number of wickets taken by bowlers in one-day cricket matches. Find the mean number of wickets by choosing a suitable method. What does the mean signify?

Number of wickets 2060 60100 100150 150250 250350 350450
Number of bowlers 7 5 16 12 2 3

Solution : Here, the class size varies, and the xi s are large. Let us still apply the stepdeviation method with a=200 and h=20. Then, we obtain the data as in Table 13.8.

Table 13.8

Number of wickets taken Number of bowlers (fi) xi di=xi200 ui=di20 uifi
2060 7 40 -160 -8 -56
60100 5 80 -120 -6 -30
100150 16 125 -75 -3.75 -60
150250 12 200 0 0 0
250350 2 300 100 5 10
350450 3 400 200 10 30
Total 45 106

So, u¯=10645. Therefore, x¯=200+20(10645)=20047.11=152.89.

This tells us that, on an average, the number of wickets taken by these 45 bowlers in one-day cricket is 152.89 .

Now, let us see how well you can apply the concepts discussed in this section!

Activity 2 :

Divide the students of your class into three groups and ask each group to do one of the following activities.

1. Collect the marks obtained by all the students of your class in Mathematics in the latest examination conducted by your school. Form a grouped frequency distribution of the data obtained.

2. Collect the daily maximum temperatures recorded for a period of 30 days in your city. Present this data as a grouped frequency table.

3. Measure the heights of all the students of your class (in cm) and form a grouped frequency distribution table of this data.

After all the groups have collected the data and formed grouped frequency distribution tables, the groups should find the mean in each case by the method which they find appropriate.

EXERCISE 13.1

1. A survey was conducted by a group of students as a part of their environment awareness programme, in which they collected the following data regarding the number of plants in 20 houses in a locality. Find the mean number of plants per house.

Number of plants 02 24 46 68 810 1012 1214
Number of houses 1 2 1 5 6 2 3

Which method did you use for finding the mean, and why?

Show Answer

Solution

To find the class mark (xi) for each interval, the following relation is used.

Class mark (xi)=

Upper class limit + Lower class limit

xi andf fi can be calculated as follows.

Number of plants Number of houses
(fi).
xi fixi
02 1 1 1×1=1
24 2 3 2×3=6
46 1 5 1×5=5
68 5 7 5×7=35
810 6 9 6×9=54
1012 2 11 2×11=22
1214 3 3×13=39
Total 20 162

From the table, it can be observed that fi=20

fixi=162

Mean,

x¯=fixifi

=16220=8.1

Therefore, mean number of plants per house is 8.1.

Here, direct method has been used as the values of class marks (xi) and fi are small.

2. Consider the following distribution of daily wages of 50 workers of a factory.

Daily wages (in ₹) 500520 520540 540560 560580 580600
Number of workers 12 14 8 6 10

Find the mean daily wages of the workers of the factory by using an appropriate method.

Show Answer

Solution

To find the class mark for each interval, the following relation is used.

xi= Upper class limit + Lower class limit 2

Class size (h) of this data =20

Taking 150 as assured mean (a), di,ui, and fiui can be calculated as follows.

Daily wages
(in Rs)
Number of workers (fi) xi di=xi150 ui=di20 fi
100120 12 110 -40 -2 -24
120140 14 130 -20 -1 -14
140160 8 150 0 0 0
160180 6 170 20 1 6
180200 10 190 40 2 20
Total 50 -12

From the table, it can be observed that

fi=50fiui=12 Mean x¯=a+(fiuifi)h=150+(1250)20=150245=1504.8=145.2

Therefore, the mean daily wage of the workers of the factory is Rs 145.20.

3. The following distribution shows the daily pocket allowance of children of a locality. The mean pocket allowance is Rs 18. Find the missing frequency f.

Daily pocket allowance (in ₹) 1113 1315 1517 1719 1921 2123 2325
Number of children 7 6 9 13 f 5 4
Show Answer

Solution

To find the class mark (xi) for each interval, the following relation is used.

xi= Upper class limit + Lower class limit 2

Given that, mean pocket allowance, x¯= Rs 18

Taking 18 as assured mean (a), di and fidi are calculated as follows.

Daily pocket allowance
(in Rs)
Number of children
fi
Class mark xi di=xi18 fi
1113 7 12 -6 -42
1315 6 14 -4 -24
1517 9 16 -2 -18
1719 13 18 0 0
1921 f 20 2 2f
2123 5 22 4 20
2325 4 24 6 24
Total fi=44+f 2f40

From the table, we obtain

fi=44+f

fiui=2f40

x¯=a+fidifi

18=18+(2f4044+f)

0=(2f4044+f)

2f40=0

2f=40

f=20

Hence, the missing frequency, f, is 20 .

4. Thirty women were examined in a hospital by a doctor and the number of heartbeats per minute were recorded and summarised as follows. Find the mean heartbeats per minute for these women, choosing a suitable method.

Number of heartbeats per minute 6568 6871 7174 7477 7780 8083 8386
Number of women 2 4 3 8 7 4 2
Show Answer

Solution

To find the class mark of each interval (xi), the following relation is used.

xi= Upper class limit + Lower class limit 2

Class size, h, of this data =3

Taking 75.5 as assumed mean (a), di, ui,fiui are calculated as follows.

Number of heart beats per minute Number of women
fi
xi di=xi75.5 ui=di3 fiui
6568 2 66.5 -9 -3 -6
6871 4 69.5 -6 -2 -8
7174 3 72.5 -3 -1 -3
7477 8 75.5 0 0 0
7780 7 78.5 3 1 7
8083 4 81.5 6 2 8
8386 2 84.5 9 3 6
Total 30 4

From the table, we obtain

fi=30

fiui=4

Mean x¯=a+(fiuifi)×h

=75.5+(430)×3=75.5+0.4=75.9

Therefore, mean hear beats per minute for these women are 75.9 beats per minute.

5. In a retail market, fruit vendors were selling mangoes kept in packing boxes. These boxes contained varying number of mangoes. The following was the distribution of mangoes according to the number of boxes.

Number of mangoes 5052 5355 5658 5961 6264
Number of boxes 15 110 135 115 25

Find the mean number of mangoes kept in a packing box. Which method of finding the mean did you choose?

Show Answer

Solution

5052 15
5355 110
5658 135
5961 115
6264 25

It can be observed that class intervals are not continuous. There is a gap of 1 between two class intervals. Therefore,

12 has to be added to the upper class limit and 12

12

has to be subtracted from the lower class limit of each interval.

Class mark (xi) can be obtained by using the following relation.

xj= Upper class limit + Lower class limit 2

Class size (h) of this data =3

Taking 57 as assumed mean (a), di,ui,fiui are calculated as follows.

Class interval fi xi di=xi57 ui=di3 fiui
49.552.5 15 51 -6 -2 -30
52.555.5 110 54 -3 -1 -110
55.558.5 135 57 0 0 0
58.561.5 115 60 3 1 115
61.564.5 25 63 6 2 50
Total 400 25

It can be observed that

fi=400

fiui=25

 Mean, x¯=a+(fiuifi)×h=57+(25400)×3=57+316=57+0.1875=57.187557.19

Mean number of mangoes kept in a packing box is 57.19.

Step deviation method is used here as the values of fi,di are big and also, there is a common

6. The table below shows the daily expenditure on food of 25 households in a locality.

Daily expenditure (in ₹) 100150 150200 200250 250300 300350
Number of households 4 5 12 2 2

Find the mean daily expenditure on food by a suitable method.

Show Answer

Solution

To find the class mark (xi) for each interval, the following relation is used.

x1= Upper class limit + Lower class limit 2

Class size =50

Taking 225 as assumed mean (a), di,ui,fiui are calculated as follows.

Daily expenditure (in Rs) fi xi di=xi225 ui=di50 fi
100150 4 125 -100 -2 -8
150200 5 175 -50 -1 -5
200250 12 225 0 0 0
250300 2 275 50 1 2
300350 2 325 100 2 4
Total 25 -7

From the table, we obtain

fi=25

fiui=7

 Mean, x¯=a+(fiuifi)×h=225+(725)×(50)=22514=211

Therefore, mean daily expenditure on food is Rs 211 .

7. To find out the concentration of SO2 in the air (in parts per million, i.e., ppm), the data was collected for 30 localities in a certain city and is presented below:

Concentration of SO2 (in ppm) Frequency
0.000.04 4
0.040.08 9
0.080.12 9
0.120.16 2
0.160.20 4
0.200.24 2

Find the mean concentration of SO2 in the air.

Show Answer

Solution

To find the class marks for each interval, the following relation is used.

xj= Upper class limit + Lower class limit 2

Class size of this data =0.04

Taking 0.14 as assumed mean (a), di,ui,fiui are calculated as follows.

Concentration of SO SO2 (in ppm) Frequency
fi
Class mark
xi
di=xi0.14 ui=di0.04 fiui
0.000.04 4 0.02 -0.12 -3 -12
0.040.08 9 0.06 -0.08 -2 -18
0.080.12 9 0.10 -0.04 -1 -9
0.120.16 2 0.14 0 0 0
0.160.20 4 0.18 0.04 1 4
0.200.24 2 0.22 0.08 2 4
Total 30 -31

From the table, we obtain

fi=30

fiui=31

Mean, x¯=a+(fiuifi)×h

=0.14+(3130)(0.04)=0.140.04133=0.098670.099ppm

Therefore, mean concentration of SO2 in the air is 0.099ppm.

8. A class teacher has the following absentee record of 40 students of a class for the whole term. Find the mean number of days a student was absent.

Number of days 06 610 1014 1420 2028 2838 3840
Number of students 11 10 7 4 4 3 1
Show Answer

Solution

To find the class mark of each interval, the following relation is used.

xj= Upper class limit + Lower class limit 2

Taking 17 as assumed mean (a), di and fidi are calculated as follows.

Number of days Number of students
fi
xi di=xi17 fii
06 11 3 -14 -154
610 10 8 -9 -90
1014 7 12 -5 -35
1420 4 17 0 0
2028 4 24 7 28
2838 3 33 16 48
3840 1 39 22 22
Total 40 -181

From the table, we obtain

fi=40

fidi=181

Mean, x¯=a+(fidifi)

=17+(18140)

=174.525

=12.475

12.48

Therefore, the mean number of days is 12.48 days for which a student was absent.

9. The following table gives the literacy rate (in percentage) of 35 cities. Find the mean literacy rate.

Literacy rate (in %) 4555 5565 6575 7585 8595
Number of cities 3 10 11 8 3
Show Answer

Solution

To find the class marks, the following relation is used.

xi= Upper class limit + Lower class limit 2

Class size (h) for this data =10

Taking 70 as assumed mean (a), di,ui, and fiui are calculated as follows.

Literacy rate (in %) Number of cities xi di=xi70 ui=di10 fiui
4555 3 50 -20 -2 -6
5565 10 60 -10 -1 -10
6575 11 70 0 0 0
7585 8 80 10 1 8
8595 3 90 20 2 6
Total 35 -2

From the table, we obtain

fi=35

fiui=2

 Mean, x¯=a+(fiuifi)×h=70+(235)×(10)=702035=7047=700.57=69.43

Therefore, mean literacy rate is 69.43.

13.3 Mode of Grouped Data

Recall from Class IX, a mode is that value among the observations which occurs most often, that is, the value of the observation having the maximum frequency. Further, we discussed finding the mode of ungrouped data. Here, we shall discuss ways of obtaining a mode of grouped data. It is possible that more than one value may have the same maximum frequency. In such situations, the data is said to be multimodal. Though grouped data can also be multimodal, we shall restrict ourselves to problems having a single mode only.

Let us first recall how we found the mode for ungrouped data through the following example.

Example 4 : The wickets taken by a bowler in 10 cricket matches are as follows:

2645021323

Find the mode of the data.

Solution : Let us form the frequency distribution table of the given data as follows:

Number of wickets 0 1 2 3 4 5 6
Number of matches 1 1 3 2 1 1 1

Clearly, 2 is the number of wickets taken by the bowler in the maximum number (i.e., 3) of matches. So, the mode of this data is 2.

In a grouped frequency distribution, it is not possible to determine the mode by looking at the frequencies. Here, we can only locate a class with the maximum frequency, called the modal class. The mode is a value inside the modal class, and is given by the formula:

 Mode =l+(f1f02f1f0f2)×h

where l= lower limit of the modal class,

h= size of the class interval (assuming all class sizes to be equal),

f1= frequency of the modal class,

f0= frequency of the class preceding the modal class,

f2= frequency of the class succeeding the modal class.

Let us consider the following examples to illustrate the use of this formula.

Example 5 : A survey conducted on 20 households in a locality by a group of students resulted in the following frequency table for the number of family members in a household:

Family size 13 35 57 79 911
Number of families 7 8 2 2 1

Find the mode of this data.

Solution : Here the maximum class frequency is 8 , and the class corresponding to this frequency is 35. So, the modal class is 35.

Now

modal class =35, lower limit (l) of modal class =3, class size (h)=2

frequency (f1) of the modal class =8,

frequency (f0) of class preceding the modal class =7,

frequency (f2) of class succeeding the modal class =2.

Now, let us substitute these values in the formula :

 Mode =l+(f1f02f1f0f2)×h=3+(872×872)×2=3+27=3.286

Therefore, the mode of the data above is 3.286.

Example 6 : The marks distribution of 30 students in a mathematics examination are given in Table 13.3 of Example 1. Find the mode of this data. Also compare and interpret the mode and the mean.

Solution : Refer to Table 13.3 of Example 1. Since the maximum number of students (i.e., 7) have got marks in the interval 40 - 55, the modal class is 4055. Therefore,

the lower limit (l) of the modal class =40,

the class size (h)=15,

the frequency (f1) of modal class =7,

the frequency (f0) of the class preceding the modal class =3,

the frequency (f2) of the class succeeding the modal class =6.

Now, using the formula:

 Mode =l+(f1f02f1f0f2)×h,

we get

 Mode =40+(731463)×15=52

So, the mode marks is 52 .

Now, from Example 1, you know that the mean marks is 62.

So, the maximum number of students obtained 52 marks, while on an average a student obtained 62 marks.

Remarks :

1. In Example 6, the mode is less than the mean. But for some other problems it may be equal or more than the mean also.

2. It depends upon the demand of the situation whether we are interested in finding the average marks obtained by the students or the average of the marks obtained by most of the students. In the first situation, the mean is required and in the second situation, the mode is required.

Activity 3 : Continuing with the same groups as formed in Activity 2 and the situations assigned to the groups. Ask each group to find the mode of the data. They should also compare this with the mean, and interpret the meaning of both.

Remark : The mode can also be calculated for grouped data with unequal class sizes. However, we shall not be discussing it.

EXERCISE 13.2

1. The following table shows the ages of the patients admitted in a hospital during a year:

Age (in years) 515 1525 2535 3545 4555 5565
Number of patients 6 11 21 23 14 5

Find the mode and the mean of the data given above. Compare and interpret the two measures of central tendency.

Show Answer

Solution

To find the class marks (xi), the following relation is used.

xi= Upper class limit + Lower class limit 2

Taking 30 as assumed mean (a), di and fidare  calculated as follows.

Age (in years) Number of patients
fi
Class mark
xi
di=xi30 fi
515 6 10 -20 -120
1525 11 20 -10 -110
2535 21 30 0 0
3545 23 40 10 230
4555 14 50 20 280
5565 5 60 30 150
Total 80 430

From the table, we obtain

fi=80

fidi=430

Mean, x¯=a+fidifi

=30+(43080)=30+5.375=35.37535.38

Mean of this data is 35.38 . It represents that on an average, the age of a patient admitted to hospital was 35.38 years.

It can be observed that the maximum class frequency is 23 belonging to class interval 35 - 45 .

Modal class =3545

Lower limit ( ( ) of modal class =35

Frequency (f1) of modal class =23

Class size (h)=10

Frequency (f0) of class preceding the modal class =21

Frequency (f2) of class succeeding the modal class =14

Mode =

l+(f1f02f1f0f2)×h

=35+(23212(23)2114)×10

=35+[24635]×10

=35+2011

=35+1.81

=36.8

Mode is 36.8. It represents that the age of maximum number of patients admitted in hospital was 36.8 years.

2. The following data gives the information on the observed lifetimes (in hours) of 225 electrical components :

Lifetimes (in hours) 020 2040 4060 6080 80100 100120
Frequency 10 35 52 61 38 29

Determine the modal lifetimes of the components.

Show Answer

Solution

From the data given above, it can be observed that the maximum class frequency is 61 , belonging to class interval 60 - 80.

Therefore, modal class =6080

Lower class limit (I) of modal class =60

Frequency (f1) of modal class =61

Frequency (f0) of class preceding the modal class =52

Frequency (f2) of class succeeding the modal class =38

Class size (h)=20

Mode =l+(f1f02f1f0f2)×h

=60+(61522(61)5238)(20)

=60+(912290)(20)=60+(9×2032)=60+9016=60+5.625=65.625

Therefore, modal lifetime of electrical components is 65.625 hours.

3. The following data gives the distribution of total monthly household expenditure of 200 families of a village. Find the modal monthly expenditure of the families. Also, find the mean monthly expenditure :

Expenditure (in ₹) Number of families
10001500 24
15002000 40
20002500 33
25003000 28
30003500 30
35004000 22
40004500 16
45005000 7
Show Answer

Solution

It can be observed from the given data that the maximum class frequency is 40, belonging to 1500 - 2000 intervals.

Therefore, modal class =15002000

Lower limit (I) of modal class =1500

Frequency (f1) of modal class =40

Frequency (f0) of class preceding modal class =24

Frequency (f2) of class succeeding modal class =33

Class size (h)=500

 Mode =l+(f1f02f1f0f2)×h=1500+(40242(40)2433)×500=1500+(168057)×500=1500+800023=1500+347.826=1847.826=1847.83

Therefore, modal monthly expenditure was Rs 1847.83.

To find the class mark, the following relation is used.

Class mark = Upper class limit + Lower class limit 2

Class size (h) of the given data =500

Taking 2750 as assumed mean (a), di,ui, and fiui are calculated as follows.

Expenditure (in Rs) Number of families
fi
xi di=xi2750 ui=di500 fi
10001500 24 1250 -1500 -3 -72
15002000 40 1750 -1000 -2 -80
20002500 33 2250 -500 -1 -33
25003000 28 2750 0 0 0
30003500 30 3250 500 1 30
35004000 22 4250 1500 3 44
40004500 16 4750 2000 4 28
45005000 7 -35
Total 200 48

From the table, we obtatain

4. The following distribution gives the state-wise teacher-student ratio in higher secondary schools of India. Find the mode and mean of this data. Interpret the two measures.

Number of students per teacher Number of states / U.T.
1520 3
2025 8
2530 9
3035 10
3540 3
4045 0
4550 0
5055 2
Show Answer

Solution

It can be observed from the given data that the maximum class frequency is 10 belonging to class interval 30 - 35 .

Therefore, modal class =3035

Class size (h)=5

Lower limit (I) of modal class =30

Frequency (f1) of modal class =10

Frequency (f0) of class preceding modal class =9

Frequency (f2. ) of class succeeding modal class =3

 Mode =l+(f1f02f1f0f2)×h=30+(1092(10)93)×(5)=30+(12012)5=30+58=30.625

Mode =30.6

It represents that most of the states/U.T have a teacher-student ratio as 30.6.

To find the class marks, the following relation is used.

Class mark = Upper class limit + Lower class limit 2

Taking 32.5 as assumed mean (a), di,ui, and fiui are calculated as follows.

Number of students per teacher Number of states/U.T
(fi)
xi di=xi32.5 ui=di5 fiui
1520 3 17.5 -15 -3 -9
2025 8 22.5 -10 -2 -16
2530 9 27.5 -5 -1 -9
3035 10 32.5 0 0 0
3540 3 37.5 5 1 3
4045 0 42.5 10 2 0
4550 0 47.5 15 3 0
5055 2 52.5 20 4 8
Total 35 -23

Mean, x¯=a+(fiuifi)h

=32.5+(2335)×5=32.5237=32.53.28=29.22

Therefore, mean of the data is 29.2.

It repre

5. The given distribution shows the number of runs scored by some top batsmen of the world in one-day international cricket matches.

Runs scored Number of batsmen
30004000 4
40005000 18
50006000 9
60007000 7
70008000 6
80009000 3
900010000 1
1000011000 1

Find the mode of the data.

Show Answer

Solution

From the given data, it can be observed that the maximum class frequency is 18 , belonging to class interval 4000 5000 .

Therefore, modal class =40005000

Lower limit (I) of modal class =4000

Frequency (f1) of modal class =18

Frequency (f0) of class preceding modal class =4

Frequency (f2. ) of class succeeding modal class =9

Class size (h)=1000

Mode =l+(f1f02f1f0f2)×h

=4000+(1842(18)49)×1000

=4000+(1400023)

=4000+608.695

=4608.695

Therefore, mode of the given data is 4608.7 runs.

6. A student noted the number of cars passing through a spot on a road for 100 periods each of 3 minutes and summarised it in the table given below. Find the mode of the data :

Number of cars 010 1020 2030 3040 4050 5060 6070 7080
Frequency 7 14 13 12 20 11 15 8
Show Answer

Solution

From the given data, it can be observed that the maximum class frequency is 20 , belonging to 40 - 50 class intervals.

Therefore, modal class =4050

Lower limit ( I ) of modal class =40

Frequency (f1) of modal class =20

Frequency (f0) of class preceding modal class =12

Frequency (f2) of class succeeding modal class =11

Class size =10

 Mode =l+(f1f02f1f0f2)×h=40+[20122(20)1211]×10=40+(804023)=40+8017

=40+4.7

=44.7

Therefore, mode of this data is 44.7 cars.

13.4 Median of Grouped Data

As you have studied in Class IX, the median is a measure of central tendency which gives the value of the middle-most observation in the data. Recall that for finding the median of ungrouped data, we first arrange the data values of the observations in ascending order. Then, if n is odd, the median is the (n+12) th observation. And, if n is even, then the median will be the average of the n2 th and the (n2+1) th observations.

Suppose, we have to find the median of the following data, which gives the marks, out of 50, obtained by 100 students in a test :

Marks obtained 20 29 28 33 42 38 43 25
Number of students 6 28 24 15 2 4 1 20

First, we arrange the marks in ascending order and prepare a frequency table as follows :

Table 13.9

Marks obtained Number of students (Frequency)
20 6
25 20
28 24
29 28
33 15
38 4
42 2
43 1
Total 100

Here n=100, which is even. The median will be the average of the n2 th and the (n2+1) th observations, i.e., the 50th and 51st observations. To find these observations, we proceed as follows:

Table 13.10

Marks obtained Number of students
20 6
upto 25 6+20=26
upto 28 26+24=50
upto 29 50+28=78
upto 33 78+15=93
upto 38 93+4=97
upto 42 97+2=99
upto 43 99+1=100

Now we add another column depicting this information to the frequency table above and name it as cumulative frequency column.

Table 13.11

Marks obtained Number of students Cumulative frequency
20 6 6
25 20 26
28 24 50
29 28 78
33 15 93
38 4 97
42 2 99
43 1 100

From the table above, we see that:

50th observaton is 28 (Why?)

51st observation is 29

So, Median =28+292=28.5

Remark : The part of Table 13.11 consisting Column 1 and Column 3 is known as Cumulative Frequency Table. The median marks 28.5 conveys the information that about 50% students obtained marks less than 28.5 and another 50 students obtained marks more than 28.5.

Now, let us see how to obtain the median of grouped data, through the following situation.

Consider a grouped frequency distribution of marks obtained, out of 100, by 53 students, in a certain examination, as follows:

Table 13.12

Marks Number of students
010 5
1020 3
2030 4
3040 3
4050 3
5060 4
6070 7
7080 9
8090 7
90100 8

From the table above, try to answer the following questions:

How many students have scored marks less than 10 ? The answer is clearly 5 .

How many students have scored less than 20 marks? Observe that the number of students who have scored less than 20 include the number of students who have scored marks from 0 - 10 as well as the number of students who have scored marks from 1020. So, the total number of students with marks less than 20 is 5+3, i.e., 8 . We say that the cumulative frequency of the class 1020 is 8 .

Similarly, we can compute the cumulative frequencies of the other classes, i.e., the number of students with marks less than 30 , less than 40,, less than 100 . We give them in Table 13.13 given below:

Table 13.13

Marks obtained Number of students (Cumulative frequency)
Less than 10 5
Less than 20 5+3=8
Less than 30 8+4=12
Less than 40 12+3=15
Less than 50 15+3=18
Less than 60 18+4=22
Less than 70 22+7=29
Less than 80 29+9=38
Less than 90 38+7=45
Less than 100 45+8=53

The distribution given above is called the cumulative frequency distribution of the less than type. Here 10,20,30, . . 100, are the upper limits of the respective class intervals.

We can similarly make the table for the number of students with scores, more than or equal to 0 , more than or equal to 10 , more than or equal to 20 , and so on. From Table 13.12, we observe that all 53 students have scored marks more than or equal to 0 . Since there are 5 students scoring marks in the interval 010, this means that there are 535=48 students getting more than or equal to 10 marks. Continuing in the same manner, we get the number of students scoring 20 or above as 483=45,30 or above as 454=41, and so on, as shown in Table 13.14.

Table 13.14

Marks obtained Number of students (Cumulative frequency)
More than or equal to 0 53
More than or equal to 10 535=48
More than or equal to 20 483=45
More than or equal to 30 454=41
More than or equal to 40 413=38
More than or equal to 50 383=35
More than or equal to 60 354=31
More than or equal to 70 317=24
More than or equal to 80 249=15
More than or equal to 90 157=8

The table above is called a cumulative frequency distribution of the more than type. Here 0,10,20,,90 give the lower limits of the respective class intervals.

Now, to find the median of grouped data, we can make use of any of these cumulative frequency distributions.

Let us combine Tables 13.12 and 13.13 to get Table 13.15 given below:

Table 13.15

Marks Number of students (f) Cumulative frequency (cf)
010 5 5
1020 3 8
2030 4 12
3040 3 15
4050 3 18
5060 4 22
6070 7 29
7080 9 38
8090 7 45
90100 8 53

Now in a grouped data, we may not be able to find the middle observation by looking at the cumulative frequencies as the middle observation will be some value in a class interval. It is, therefore, necessary to find the value inside a class that divides the whole distribution into two halves. But which class should this be?

To find this class, we find the cumulative frequencies of all the classes and n2. We now locate the class whose cumulative frequency is greater than (and nearest to) n2. This is called the median class. In the distribution above, n=53. So, n2=26.5. Now 60 - 70 is the class whose cumulative frequency 29 is greater than (and nearest to) n2, i.e., 26.5 .

Therefore, 6070 is the median class.

After finding the median class, we use the following formula for calculating the median.

 Median =l+(n2cff)×h

where

l= lower limit of median class, n= number of observations, cf= cumulative frequency of class preceding the median class, f= frequency of median class, h= class size (assuming class size to be equal). 

Substituting the values n2=26.5,l=60,cf=22,f=7,h=10 in the formula above, we get

 Median =60+(26.5227)×10=60+457=66.4

So, about half the students have scored marks less than 66.4 , and the other half have scored marks more than 66.4.

Example 7 : A survey regarding the heights (in cm ) of 51 girls of Class X of a school was conducted and the following data was obtained:

Height (in cm) Number of girls
Less than 140 4
Less than 145 11
Less than 150 29
Less than 155 40
Less than 160 46
Less than 165 51

Find the median height.

Solution : To calculate the median height, we need to find the class intervals and their corresponding frequencies.

The given distribution being of the less than type, 140, 145, 150, …, 165 give the upper limits of the corresponding class intervals. So, the classes should be below 140, 140 - 145, 145 - 150, . ., 160 - 165. Observe that from the given distribution, we find that there are 4 girls with height less than 140, i.e., the frequency of class interval below 140 is 4 . Now, there are 11 girls with heights less than 145 and 4 girls with height less than 140. Therefore, the number of girls with height in the interval 140145 is 114=7. Similarly, the frequency of 145150 is 2911=18, for 150155, it is 4029=11, and so on. So, our frequency distribution table with the given cumulative frequencies becomes:

Table 13.16

Class intervals Frequency Cumulative frequency
Below 140 4 4
140145 7 11
145150 18 29
150155 11 40
155160 6 46
160165 5 51

Now n=51. So, n2=512=25.5. This observation lies in the class 145150. Then,

l (the lower limit) =145,

cf ( the cumulative frequency of the class preceding 145150)=11,

f ( the frequency of the median class 145150)=18,

h (the class size) =5.

Using the formula, Median =l+(n2cff)×h, we have

 Median =145+(25.51118)×5=145+72.518=149.03.

So, the median height of the girls is 149.03 cm.

This means that the height of about 50 of the girls is less than this height, and 50 are taller than this height.

Example 8 : The median of the following data is 525. Find the values of x and y, if the total frequency is 100 .

Class intervals Frequency
0100 2
100200 5
200300 x
300400 12
400500 17
500600 20
600700 y
700800 9
800900 7
9001000 4

Solution:

Class intervals Frequency Cumulative frequency
0100 2 2
100200 5 7
200300 x 7+x
300400 12 19+x
400500 17 36+x
500600 20 56+x
600700 y 56+x+y
700800 9 65+x+y
800900 7 72+x+y
9001000 4 76+x+y

It is given that n=100

(1)So,76+x+y=100, i.e.,x+y=24

The median is 525 , which lies in the class 500600

So, l=500,f=20, cf =36+x,h=100

Using the formula :

Median =l+(n2cff)h, we get

525=500+(5036x20)×100

i.e.,

525500=(14x)×5

i.e.,

25=705x

i.e.,

5x=7025=45

So,

x=9

Therefore, from (1), we get 9+y=24

i.e.,

y=15

Now, that you have studied about all the three measures of central tendency, let us discuss which measure would be best suited for a particular requirement.

The mean is the most frequently used measure of central tendency because it takes into account all the observations, and lies between the extremes, i.e., the largest and the smallest observations of the entire data. It also enables us to compare two or more distributions. For example, by comparing the average (mean) results of students of different schools of a particular examination, we can conclude which school has a better performance.

However, extreme values in the data affect the mean. For example, the mean of classes having frequencies more or less the same is a good representative of the data. But, if one class has frequency, say 2, and the five others have frequency 20, 25, 20, 21,18 , then the mean will certainly not reflect the way the data behaves. So, in such cases, the mean is not a good representative of the data.

In problems where individual observations are not important, and we wish to find out a ’typical’ observation, the median is more appropriate, e.g., finding the typical productivity rate of workers, average wage in a country, etc. These are situations where extreme values may be there. So, rather than the mean, we take the median as a better measure of central tendency.

In situations which require establishing the most frequent value or most popular item, the mode is the best choice, e.g., to find the most popular T.V. programme being watched, the consumer item in greatest demand, the colour of the vehicle used by most of the people, etc.

Remarks:

1. There is a empirical relationship between the three measures of central tendency :

3 Median = Mode +2 Mean 

2. The median of grouped data with unequal class sizes can also be calculated. However, we shall not discuss it here.

EXERCISE 13.3

1. The following frequency distribution gives the monthly consumption of electricity of 68 consumers of a locality. Find the median, mean and mode of the data and compare them.

Monthly consumption (in units) Number of consumers
6585 4
85105 5
105125 13
125145 20
145165 14
165185 8
185205 4
Show Answer

Solution

To find the class marks, the following relation is used.

Class mark = Upper class limit + Lower class limit 2

Taking 135 as assumed mean (a), di,ui,ui are calculated according to step deviation method as follows.

Monthly consumption (in
units)
Number of consumers
(fi)
xi class
mark
di=xi
135
ui=di20 fiui
6585 4 75 -60 -3 -12
85105 5 95 -40 -2 -10
105125 13 115 -20 -1 -13
125145 20 135 0 0 0
145165 14 155 20 1 14
165185 8 175 40 2 16
185205 4 195 60 3 12
Total 68 7

From the table, we obtain

fiui=7 fi=68

Class size (h)=20

Mean, x¯=a+(fiuifi)×h

=135+768×20=135+14068=137.058

From the table, it can be observed that the maximum class frequency is 20, belonging to class interval 125 - 145.

Modal class =125145

Lower limit ( ( ) of modal class =125

Class size (h)=20

Frequency (f1) of modal class =20

Frequency (f0) of class preceding modal class =13

Frequency (f2) of class succeeding the modal cla

2. If the median of the distribution given below is 28.5, find the values of x and y.

Class interval Frequency
010 5
1020 x
2030 20
3040 15
4050 y
5060 5
Total 60
Show Answer

Solution

The cumulative frequency for the given data is calculated as follows.

Class interval Frequency Cumulative frequency
010 5 5
1020 x 5+x
2030 20 25+x
3040 15 40+x
4050 y 40+x+y
5060 5 45+x+y
Total (n) 60

From the table, it can be observed that n=60

45+x+y=60

x+y=15(1)

Median of the data is given as 28.5 which lies in interval 20 - 30 .

Therefore, median class =2030

Lower limit ( ( ) of median class =20

Cumulative frequency ( cf ) of class preceding the median class =5+x

Frequency (f) of median class =20

Class size (h)=10

Median =l+(n2cff)×h

28.5=20+[602(5+x)20]×10

8.5=(25x2)

17=25x

x=8

From equation (1),

8+y=15

y=7

Hence, the values of x and y are 8 and 7 respectively.

3. A life insurance agent found the following data for distribution of ages of 100 policy holders. Calculate the median age, if policies are given only to persons having age 18 years onwards but less than 60 year.

Age (in years) Number of policy holders
Below 20 2
Below 25 6
Below 30 24
Below 35 45
Below 40 78
Below 45 89
Below 50 92
Below 55 98
Below 60 100
Show Answer

Solution

Here, class width is not the same. There is no requirement of adjusting the frequencies according to class intervals. The given frequency table is of less than type represented with upper class limits. The policies were given only to persons with age 18 years onwards but less than 60 years. Therefore, class intervals with their respective cumulative frequency can be defined as below.

Age (in years) Number of policy holders (fi) Cumulative frequency (c))
1820 2 2
2025 62=4 6
2530 246=18 24
3035 4524=21 45
3540 7845=33 78
4045 8978=11 99
4550 9289=3 98
5055 9892=6 100
5560 10098=2
Total (n) 92

From the table, it can be observed that n=100.

Cumulative frequency (cf) just greater than n2(. i.e., .1002=50) is 78 , belonging to interval 3540.

Therefore, median class =3540

Lower limit (I) of median class =35

Class size (h)=5

Frequency (f) of median class =33

Cumulative frequency ( cf ) of class preceding median class =45

 Median =l+(n2cff)×h=35+(504533)×5=35+2533=35.76

Therefore, median age is 35.76 years.

4. The lengths of 40 leaves of a plant are measured correct to the nearest millimetre, and the data obtained is represented in the following table :

Length (in mm) Number of leaves
118126 3
127135 5
136144 9
145153 12
154162 5
163171 4
172180 2

Find the median length of the leaves.

(Hint : The data needs to be converted to continuous classes for finding the median, since the formula assumes continuous classes. The classes then change to 117.5 - 126.5, 126.5 - 135.5, …, 171.5 - 180.5.)

Show Answer

Solution

The given data does not have continuous class intervals. It can be observed that the difference between two class

intervals is 1. Therefore, 12=0.5 has to be added and subtracted to upper class limits and lower class limits respectively.

Continuous class intervals with respective cumulative frequencies can be represented as follows.

Length (in mm) Number or leaves fi Cumulative frequency

www.ncrtsolutions.in

117.5126.5 3 3
126.5135.5 5 3+5=8
135.5144.5 9 8+9=17
144.5153.5 12 17+12=29
153.5162.5 5 29+5=34
162.5171.5 4 34+4=38
171.5180.5 2 38+2=40

From the table, it can be observed that the cumulative frequency just greater than 22(. i.e., .402=20) is 29 , belonging to class interval 144.5 - 153.5 .

Median class =144.5153.5

Lower limit (I) of median class =144.5

Class size (h)=9

Frequency (f) of median class =12

Cumulative frequency ( cf ) of class preceding median class =17

Median

=l+(n2cff)×h

=144.5+(201712)×9

=144.5+94=146.75

Therefore, median length of leaves is 146.75mm.

5. The following table gives the distribution of the life time of 400 neon lamps :

Life time (in hours) Number of lamps
15002000 14
20002500 56
25003000 60
30003500 86
35004000 74
40004500 62
45005000 48

Find the median life time of a lamp.

Show Answer

Solution

Thecumulative frequencies with their respective class intervals are as follows.

Life time Number of lamps (fi) Cumulative frequency
15002000 14 14
20002500 56 14+56=70
25003000 60 70+60=130
30003500 86 130+86=216
35004000 74 216+74=290
40004500 62 290+62=352
45005000 48 352+48=400
Total (n) 400

It can be observed that the cumulative frequency just greater than

n2( i.e., 4002=200)

interval 3000 - 3500.

Median class =30003500

Lower limit (I) of median class =3000

Frequency (f) of median class =86

Cumulative frequency ( c ) of class preceding median class =130

Class size (h)=500

Median

=l+(n2cff)×h

=3000+(20013086)×500=3000+70×50086

=3406.976

Therefore, median life time of lamps is 3406.98 hours.

6. 100 surnames were randomly picked up from a local telephone directory and the frequency distribution of the number of letters in the English alphabets in the surnames was obtained as follows:

Number of letters 14 47 710 1013 1316 1619
Number of surnames 6 30 40 16 4 4

Determine the median number of letters in the surnames. Find the mean number of letters in the surnames? Also, find the modal size of the surnames.

Show Answer

Solution

The cumulative frequencies with their respective class intervals are as follows.

Number of letters Frequency (fi) Cumulative frequency
14 6 6
47 30 30+6=36
710 40 36+40=76
1013 16 76+16=92
1316 4 92+4=96
1619 4 96+4=100
Total (n) 100

It can be observed that the cumulative frequency just greater than

n2( i.e., 1002=50)

interval 7 - 10 .

Median class =710

Lower limit (I) of median class =7

Cumulative frequency ( cf ) of class preceding median class =36

Frequency (f) of median class =40

Class size (h)=3

Median

=l+(n2cff)×h

=7+(503640)×3

=7+14×340

=8.05

To find the class marks of the given class intervals, the following relation is used.

Class mark = Upper class limit + Lower class limit 2

Taking 11.5 as assumed mean (a), di,ui, and fiui are calculated according to step deviation method as follows.

Number of letters Number of surnames
fi
xi di=xi11.5 ui=di3 fiui
14 6 2.5 -9 -3 -18
47 30 5.5 -6 -2 -60
710 40 8.5 -3 -1 -40
1013 16

7. The distribution below gives the weights of 30 students of a class. Find the median weight of the students.

Weight (in kg) 4045 4550 5055 5560 6065 6570 7075
Number of students 2 3 8 6 6 3 2
Show Answer

Solution

The cumulative frequencies with their respective class intervals are as follows.

Weight (in kg) Frequency (fi) Cumulative frequency
4045 2 2
4550 3 2+3=5
5055 8 5+8=13
5560 6 13+6=19
6065 6 19+6=25
6570 3 25+3=28
7075 2 28+2=30
Total (n) 30

Cumulative frequency just greater than n2(. i.e., .302=15) is 19 , belonging to class interval 5560.

Median class =5560

Lower limit ( / ) of median class =55

Frequency (f) of median class =6

Cumulative frequency ( cf ) of median class =13

Class size (h)=5

Median

=l+(n2cff)×h

=55+(15136)×5

=55+106

=56.67

Therefore, median weight is 56.67kg.

13.5 Summary

In this chapter, you have studied the following points:

1. The mean for grouped data can be found by :

(i) the direct method : x¯=ΣfixiΣfi

(ii) the assumed mean method : x¯=a+ΣfidiΣfi (iii) the step deviation method : x¯=a+(ΣfiuiΣfi)×h,

with the assumption that the frequency of a class is centred at its mid-point, called its class mark.

2. The mode for grouped data can be found by using the formula:

 Mode =l+(f1f02f1f0f2)×h

where symbols have their usual meanings.

3. The cumulative frequency of a class is the frequency obtained by adding the frequencies of all the classes preceding the given class.

4. The median for grouped data is formed by using the formula:

 Median =l+(n2cff)×h

where symbols have their usual meanings.

A NOTE TO THE READER

For calculating mode and median for grouped data, it should be ensured that the class intervals are continuous before applying the formulae. Same condition also apply for construction of an ogive. Further, in case of ogives, the scale may not be the same on both the axes.



Mock Test for JEE

NCERT Chapter Video Solution

Dual Pane