How to find range

Content on WhatAnswers is provided "as is" for informational purposes. While we strive for accuracy, we make no guarantees. Content is AI-assisted and should not be used as professional advice.

Last updated: April 4, 2026

Quick Answer: To find the range of a set of numbers, you first identify the highest (maximum) and lowest (minimum) values within that set. Then, you subtract the minimum value from the maximum value. The result of this subtraction is the range.

Key Facts

What is the Range in Mathematics?

In statistics and mathematics, the range is a fundamental concept used to describe the spread or variability within a dataset. It provides a simple way to understand how far apart the extreme values in a collection of numbers are. The range is calculated by finding the difference between the highest and lowest values in the set. While easy to compute, it's important to understand its limitations, particularly its susceptibility to outliers.

How to Calculate the Range

The process of finding the range is straightforward and involves two primary steps:

Step 1: Identify the Maximum and Minimum Values

Examine your dataset, which is a collection of numbers. Look through all the numbers and identify the single largest value (the maximum) and the single smallest value (the minimum). For example, in the dataset {3, 7, 2, 9, 5}, the maximum value is 9 and the minimum value is 2.

Step 2: Subtract the Minimum from the Maximum

Once you have identified the maximum and minimum values, subtract the minimum value from the maximum value. The result of this subtraction is the range of the dataset.

Using the example dataset {3, 7, 2, 9, 5}:

Maximum value = 9

Minimum value = 2

Range = Maximum - Minimum = 9 - 2 = 7

Therefore, the range of this dataset is 7.

Why is the Range Important?

The range is one of the simplest measures of statistical dispersion, which is how spread out a set of data is. It offers a quick snapshot of the variability in a dataset. For instance, if you are comparing the daily temperatures over a week, a larger range would indicate more significant fluctuations in temperature, while a smaller range would suggest more consistent temperatures.

Limitations of the Range

Despite its simplicity, the range has significant limitations. Its primary drawback is that it is highly sensitive to outliers. An outlier is a data point that is significantly different from other data points in the dataset. A single extremely high or extremely low value can dramatically inflate or deflate the range, making it potentially misleading as a measure of typical spread. For example, consider the dataset {10, 12, 15, 11, 100}. The range is 100 - 10 = 90. However, the value 100 is an outlier, and most of the data points are clustered between 10 and 15. In this case, the range of 90 doesn't accurately represent the typical spread of the majority of the data. Measures like the interquartile range (IQR) or standard deviation are often preferred when outliers are present or when a more robust measure of spread is needed.

Examples of Finding the Range

Example 1: Simple Dataset

Dataset: {5, 1, 8, 3, 6}

Maximum: 8

Minimum: 1

Range: 8 - 1 = 7

Example 2: Dataset with Negative Numbers

Dataset: {-2, 5, -8, 1, 3}

Maximum: 5

Minimum: -8

Range: 5 - (-8) = 5 + 8 = 13

Example 3: Dataset with Repeated Numbers

Dataset: {10, 12, 10, 15, 12}

Maximum: 15

Minimum: 10

Range: 15 - 10 = 5

When to Use the Range

The range is most useful for quick, informal analyses or when the dataset is small and there are no significant outliers. It's easy to understand and communicate, making it suitable for introductory statistics or when a very basic measure of spread is sufficient. In more complex statistical analyses or when dealing with data that might contain extreme values, other measures of dispersion are generally more appropriate.

Sources

  1. Range (statistics) - WikipediaCC-BY-SA-4.0
  2. Range - Maths is Funfair-use
  3. What is Range? - Statistics How Tofair-use

Missing an answer?

Suggest a question and we'll generate an answer for it.