Solution
We have the following data:
11,16,11,15,9,10,11,13,15,17,10,14,17,10,13,15,11,12,12,11,12,14,15,15,13,10,15,12,11
We can calculate the median and the respective quartiles so we need to sort the data and we have:
9 10 10 10 10 11 11 11 11 11 11 12 12 12 12 13 13 13 14 14 15 15 15 15 15 15 16 17 17
Then we have:
Min = 9
Q1 = 11
Median = 12
Q3= 15
Max = 17
And then we can create the boxplot and we got: