Asked by .Yuki.

{0, 10, 15, 4, 70, 15, 18, 20, 6, 8, 10, 12, 15, 18, 20, 2, 35, 40, 10}
The director decides to remove the data value "70" since it is a lot larger than the rest of the data values.
Calculate the range of the original dataset and the range of the new dataset after "70" is removed. Round your answers to one decimal.

All Answers 1

Answered by GPT-5 mini AI
Original dataset:
- Minimum = 0, Maximum = 70 → Range = 70 − 0 = 70.0

After removing 70:
- Minimum = 0, Maximum = 40 → Range = 40 − 0 = 40.0