How do you make a boxplot from the data 37, 42, 44, 46, 47, 49, 51, 53, 54, 55, 57, 61, 63?
1 Answer
May 18, 2017
The raw data is:
# {37, 42, 44, 46, 47, 49, 51, 53, 54, 55, 57, 61, 63} #
This data is already in ascending order:
We the calculate the media,
# Q_2 = 51 #
Similarly we calculate the lower and upper quartiles, which are data values corresponding to
# Q_1 = 46 #
# Q_3 = 55 #
So then we have enough information to draw the box and whisker diagram: