Range Calculator — Formule
## How to Calculate the Range
### Formula
**Range = Maximum Value - Minimum Value**
The range is the simplest measure of spread in a data set. It tells you the total span of your data.
The **midrange** is the average of the minimum and maximum: (min + max) / 2.
### Formula
**Range = Maximum Value - Minimum Value**
The range is the simplest measure of spread in a data set. It tells you the total span of your data.
The **midrange** is the average of the minimum and maximum: (min + max) / 2.
Exemple Résolu
Find the range of the values 15, 28, 7, and 42.
- Minimum = 7
- Maximum = 42
- Range = 42 - 7 = 35
- Midrange = (7 + 42) / 2 = 24.5