This question asks for the theoretical score of the 20th student based on the standard assumptions for calculating the median from grouped data. This is a step towards finding the median value itself. First, we need to locate the class interval where the 20th student falls.
We need to create a cumulative frequency table to find the class containing the 20th student. The assumption for median calculation is that the data is uniformly distributed within the median class.
The formula to find a specific value within a class is similar to the median formula structure:
Value = l + ( position - cf ) × h
where l is the lower limit, c is the cumulative frequency of the preceding class, f is the frequency of the class, and h is the class width.
Let's construct the cumulative frequency (cf) table:
\includegraphics[width=0.8\linewidth]13ii.png
The 20th student falls in the class interval 60-70, as the cumulative frequency up to 60 is
19. So students from 20th to 29th position are in the 60-70 class.
Lower limit of this class, l = 60.
Cumulative frequency of the class preceding this class, c = 19.
Frequency of this class, f = 10.
Class width, h = 70 - 60 = 10.
The position we are interested in is the 20th student.
Score of 20th student = l + ( (20 - c)/(f) ) × h
Score = 60 + ( (20 - 19)/(10) ) × 10
Score = 60 + ( (1)/(10) ) × 10 = 60 + 1 = 61