To determine what parts of the five-number summary would change when adding a new data point of 97 to the dataset, let's first find the current five-number summary (minimum, Q1, median, Q3, and maximum) of the original dataset:
Original dataset: 68, 85, 88, 97, 85, 89, 98, 93, 95, 99
- Minimum: 68
- Maximum: 99
- Median: The dataset has 10 values. The median will be the average of the 5th and 6th values when arranged in ascending order:
- Ordered dataset: 68, 85, 85, 88, 89, 93, 95, 97, 98, 99
- Median = (89 + 93) / 2 = 91
- Q1: The median of the lower half (68, 85, 85, 88, 89) is 85.
- Q3: The median of the upper half (93, 95, 97, 98, 99) is 97.
Now, let's add the new data point of 97 to the dataset: New dataset: 68, 85, 85, 88, 89, 93, 95, 97, 97, 98, 99
Recalculate the five-number summary:
- Minimum: 68 (remains unchanged)
- Maximum: 99 (remains unchanged)
- Median: There are now 11 values. The median is the 6th value:
- Ordered dataset: 68, 85, 85, 88, 89, 93, 95, 97, 97, 98, 99
- Median = 93 (now changes)
- Q1: The median of the lower half (68, 85, 85, 88, 89) is 85 (remains unchanged).
- Q3: The median of the upper half (95, 97, 97, 98, 99) is 97 (remains unchanged).
From this analysis, the affected components are the median (it changes from 91 to 93) and Q3 (it changes from 97 to 97, which remains unchanged).
Thus, the correct response is: the median and Q3.