
Hannah O. answered 07/30/20
Girls can be engineers too!
It's always best to begin by sorting your data lowest to largest:
18 35 42 44 51 52 63 68 72 75 80 96 110 125 260
There are five variables (often referred to as the "five number summary") which belong in the box and whisker plot. From left to right:
- min - lowest value in the set (18)
- Q1 - this is the median of the data points to the left of the median (44)
- 18 35 42 44 51 52 63
- Median - middle value in the set (68)
- Q3 - this is the median of the data points to the right of the median (96)
- 72 75 80 96 110 125 260
- Max - highest value in the set (260)
To create our box plot we simply now work from left to right given the information above.
- your far left point is your min (18)
- the left side of the box is your Q1 (44)
- Your middle line is your median (68)
- Your right side of the box is your Q3 (96)
- And your far right point is your max (260)