A software developer recorded the number of software bugs resolved each day for 20 days, as shown in the table below.
| Bugs Resolved | Number of Days |
|---|---|
| 0 | 2 |
| 1 | 4 |
| 2 | 7 |
| 3 | 5 |
| 4 | 2 |
On the 21st day, the developer resolved 10 bugs. Which of the following statements best describes the effect of this new data point on the mean and the median of the dataset?
- The mean increases, and the median remains the same.Answer
- BThe median increases, and the mean remains the same.
- CBoth the mean and the median increase.
- DBoth the mean and the median remain the same.
Answer
The mean increases, and the median remains the same.
The mean is sensitive to extreme values, so adding a value of 10, which is significantly larger than the initial mean of 2.05, increases the mean of the dataset. The median is resistant to extreme values; since the 11th value of the sorted 21-element dataset is still 2, the median remains unchanged.
Step-by-Step Solution
Key Concept
Effect of outliers on measures of center (mean vs. median)
Estimated Time:1m 30s