a group of friends plays the same board game every weekend. the data show the number of points for the…

a group of friends plays the same board game every weekend. the data show the number of points for the winning scores for the last seven games.\n23, 24, 24, 29, 32, 37, 38\nfind the five measures that are needed to create a box - plot of the data.\nminimum: \nmaximum:?\nmedian:?\nq1:?\nq3:?
Answer
Answer:
Minimum: 23 Maximum: 38 Median: 29 Q1: 24 Q3: 37
Explanation:
Step1: Arrange data in ascending order
23, 24, 24, 29, 32, 37, 38
Step2: Find minimum value
The smallest number is 23.
Step3: Find maximum value
The largest number is 38.
Step4: Find median
There are 7 data - points. Median is the 4th value, so median = 29.
Step5: Find Q1
The lower half of data is 23, 24, 24. Q1 is the median of lower half, so Q1 = 24.
Step6: Find Q3
The upper half of data is 32, 37, 38. Q3 is the median of upper half, so Q3 = 37.