Question:medium

Find the ‘mean’ and ‘mode’ marks of the following data:
Numberofstudents

Show Hint

For grouped data, use class midpoints to calculate mean and identify the modal class (highest frequency) to find mode.
Updated On: Jan 13, 2026
Show Solution

Solution and Explanation

Data:

MarksFrequency (f)Mid-point (x)f × x
0 – 522.55
5 – 1037.522.5
10 – 15812.5100
15 – 201517.5262.5
20 – 251422.5315
25 – 30827.5220


Step 1: Calculate Total
\[ \sum f = 2 + 3 + 8 + 15 + 14 + 8 = 50 \] \[ \sum f x = 5 + 22.5 + 100 + 262.5 + 315 + 220 = 925 \]

Step 2: Calculate Mean
\[ \text{Mean} = \frac{\sum f x}{\sum f} = \frac{925}{50} = 18.5 \]

Step 3: Identify Modal Class
The modal class is the interval with the highest frequency.
Frequencies: 2, 3, 8, 15, 14, 8
Highest frequency = 15 (class 15 – 20)
Modal class: 15 – 20

Step 4: Calculate Mode
\[ \text{Mode} = l + \frac{f_1 - f_0}{2f_1 - f_0 - f_2} \times h \] Where:
\(l = 15\)
\(f_1 = 15\)
\(f_0 = 8\)
\(f_2 = 14\)
\(h = 5\)

Substitute:
\[ \text{Mode} = 15 + \frac{15 - 8}{2 \times 15 - 8 - 14} \times 5 = 15 + \frac{7}{30 - 8 - 14} \times 5 = 15 + \frac{7}{8} \times 5 = 15 + 4.375 = 19.375 \]

Result:
Mean: 18.5
Mode: 19.375

Was this answer helpful?
0