
Gaurav P. answered 08/01/20
Computer Science Student with Teaching Experience
Unfortunately, as the mean of the dataset is not given, there's not enough information to solve part c, but there is enough info to solve parts a and b.
For part a, the range of a dataset is the difference between the largest number and the smallest number. When you add 20 to the set, as it is larger than the previous largest number, 12, it's now the largest number in the set, and subtracting the smallest number 7 from the largest number 20 yields a range of 13.
For part b, recall that the interquartile range of a dataset is the difference between the third quartile and the first quartile. The dataset with 12 removed consists of six elements: 7, w, x, 10, y, z. The first quartile is the median of the lower half of the dataset (7, w, x), and the third quartile is the median of the upper half of the dataset (10, y, z). The respective medians are w and y, so the interquartile range will be y-w.