Given the list of values:
The corresponding frequency table is:
3: 1
5: 1
18: 3
21: 1
24: 1
28: 1
From this, we can say that the mode is:
There are 8 values. Ordering the list:
The position of the median can be calculated using the formula:
Where n is the number of values (n = 8). If p is a whole number, then the median is the semi-sum of the data at positions P and P+1. If it is not a whole number, the position of the median is int(P)+1, where int(P) is the integer part of P. Now, using the previous equation:
The values at positions 4 and 5 are 18 and 18, so the median is:
Finally, to find the mean (rounded to 1 decimal place), we use the value of n: