To calculate the range of a dataset, you can use the formula:
\[ \text{Range} = \text{Maximum Value} - \text{Minimum Value} \]
Original Dataset
The original dataset is:
\[ {0, 10, 15, 4, 70, 15, 18, 20, 6, 8, 10, 12, 15, 18, 20, 2, 35, 40, 10} \]
-
Find the Maximum Value:
- The maximum value is 70.
-
Find the Minimum Value:
- The minimum value is 0.
-
Calculate the Range: \[ \text{Range} = 70 - 0 = 70 \]
New Dataset (After removing "70")
The new dataset is:
\[ {0, 10, 15, 4, 15, 18, 20, 6, 8, 10, 12, 15, 18, 20, 2, 35, 40, 10} \]
-
Find the Maximum Value:
- The maximum value in the new dataset is 40.
-
Find the Minimum Value:
- The minimum value is still 0.
-
Calculate the Range: \[ \text{Range} = 40 - 0 = 40 \]
Final Results
- The range of the original dataset is 70.0.
- The range of the new dataset after removing "70" is 40.0.