What the range tells you
Range = max − min. For [3, 7, 1, 9, 5], the range is 9 − 1 = 8. The range tells you the span of your data: no value can be more than 8 units away from any other value in this dataset.
The range is quick to compute and easy to explain. It is used in quality control (product specifications), weather reporting (daily temperature range), and sports analytics (range of scores). For a quick sanity check on data — checking that values fall within expected bounds — the range is often the first statistic to compute.