Answer:
The third quartile of the data is calculated as:
(Value in the 16th position + Value in the 17th position)/2
Explanation:
Taking into account that the values are order from smallest to largest, the position of quartile number i of the date set is calculated using the following equation:
Position Qi = i * (n+1)/4
Where i can be 1, 2, 3 and n is the size of the data. So, if we replace n by 21 and i by 3, we get:
Position Q3 = 3 * (21+1)/4 = 16.5
So, the third quartile of the data is between the values that are in position 16th and 17th and it is calculated as:
(Value in the 16th position + Value in the 17th position)/2