Math · Statistics & Probability · Grade 6-8 · 5 min read

Range (Statistics)

⚡ In one breath

The statistical range is the difference between the maximum and minimum values: range=maxmin\text{range}=\max-\min.

📐 The formula

Range=MaximumMinimum\text{Range} = \text{Maximum} - \text{Minimum}

Orient

The one-line idea, why it matters, and the intuition.

Section 1

Quick Answer

The statistical range is the difference between the maximum and minimum values: range=maxmin\text{range}=\max-\min. Use it for a quick, single-number sense of how spread out the data is end to end. The cue is that you only care about the two extremes, not anything in between. Before calculating, ask: Am I just subtracting the smallest value from the largest?

Section 2

Why This Matters

The range is the simplest spread measure and the first thing students learn about variability, but it is also the most fragile — it depends entirely on the two most extreme points, which makes it the gateway to understanding why IQR and standard deviation were invented to resist outliers. Recognizing it by "Am I just subtracting the smallest value from the largest?" — rather than by familiar numbers — is what lets a student tell it apart from interquartile range (iqr) and standard deviation and range of a function in a mixed problem set.

Section 3

Intuitive Explanation

Daily highs for a week are 68,71,70,95,69,72,7068, 71, 70, 95, 69, 72, 70 degrees; the range stretches from the coolest 68 to the hot 95, a span of 27 degrees, even though most days hovered near 70. This is the clean version of the idea because the visible structure matches the concept before any formula or procedure is chosen.

Do not confuse the statistical range (a single number, maxmin\max-\min) with the range of a function (the set of all output values) — same word, completely different object. That contrast matters because many wrong answers come from recognizing a surface feature, such as a familiar number or word, instead of the actual task.

A useful way to slow down is to name the signal words and then test them. Words like **max minus min**, **spread end to end**, **highest minus lowest**, **total span**, **difference between extremes** are helpful clues, but they are not enough by themselves. They must point to the same structure as the mental model: The range is just the biggest value minus the smallest — the total width of the data.

The recognition test is simple: Am I just subtracting the smallest value from the largest? If yes, range (statistics) is probably the right tool; if not, compare with Interquartile range (IQR) or Standard deviation or Range of a function before calculating.

Core idea

The range is just the biggest value minus the smallest — the total width of the data.

Recognize

The cues that signal this concept and how to distinguish it from look-alikes.

Section 4

When to Use

Use Range (Statistics) when you want a fast, rough measure of total spread and outliers are not a concern. Strong signals include **max minus min**, **spread end to end**, **highest minus lowest**, **total span**, **difference between extremes**. The safest workflow is to read the final question first, identify what kind of answer it wants, and then test the structure. Do not use range (statistics) just because familiar numbers appear; first decide whether the situation answers "Am I just subtracting the smallest value from the largest?" with yes.

✨ Pro tip

Ask: Am I just subtracting the smallest value from the largest?

Section 5

How to Recognize It

Before using Range (Statistics), check the structure of the problem, not just the vocabulary. These questions force the same recognition move from several angles: the task, the signal words, the nearest confusion, and the thing that would make the concept fail.

  1. Am I just subtracting the smallest value from the largest?

    If yes, the problem matches range (statistics). If no, pause before applying the procedure, because the same numbers may belong to a different idea.

  2. Which words signal the structure?

    Look for max minus min, spread end to end, highest minus lowest, total span. These words are useful only after the situation matches them; a keyword without structure is not proof.

  3. What is the nearest confusion?

    Interquartile range (IQR) is the common trap here: Spread of the middle 50%, ignoring the extreme quarter on each end. Compare the desired final answer before choosing a method.

  4. What answer form should I expect?

    The answer should fit this mental model: The range is just the biggest value minus the smallest — the total width of the data. If the expected answer sounds more like interquartile range (iqr), use the comparison table before solving.

  5. What would make this NOT Range (Statistics)?

    Do not confuse the statistical range (a single number, maxmin\max-\min) with the range of a function (the set of all output values) — same word, completely different object. This tells you when to switch tools instead of forcing the concept.

Section 6

Range (Statistics) vs Common Confusions

The hard part is recognizing when the task is really about range (statistics) instead of a nearby idea. Read the final answer the problem wants, then ask which row describes the structure before you start calculating.

Range (Statistics)

Meaning
Use this when you want a fast, rough measure of total spread and outliers are not a concern. The deciding question is: Am I just subtracting the smallest value from the largest?
Key test
Am I just subtracting the smallest value from the largest?
Formula
Range=MaximumMinimum\text{Range} = \text{Maximum} - \text{Minimum}
Example
Find the range of the data 12,7,19,9,1512, 7, 19, 9, 15.

Interquartile range (IQR)

Meaning
Spread of the middle 50%, ignoring the extreme quarter on each end.
Key test
Use when outliers would inflate the plain range and you want a robust spread.
Formula
Q3Q1Q_3-Q_1
Example
Spread of incomes after dropping the top and bottom 25%

Standard deviation

Meaning
Typical distance of values from the mean, using every data point.
Key test
Use when you want spread that reflects all values, not just the two extremes.
Formula
(xμ)2n\sqrt{\frac{\sum(x-\mu)^2}{n}}
Example
Spread of test scores around the average

Range of a function

Meaning
The set of all possible output values of a function — not a spread number.
Key test
Use in algebra/functions when describing which $y$-values occur.
Example
Range of y=x2y=x^2 is y0y\ge 0

Apply

Worked examples and the mistakes most students make.

Section 7

Formula & Notation

Range=MaximumMinimum\text{Range} = \text{Maximum} - \text{Minimum}
R=x(n)x(1)R = x_{(n)} - x_{(1)} where x(1)=minixix_{(1)} = \min_i x_i and x(n)=maxixix_{(n)} = \max_i x_i

How to read it: R=xmaxxminR = x_{\max} - x_{\min}

Section 8

Worked Examples

Example 1 — Spread of scores

Easy

Problem

Find the range of the data 12,7,19,9,1512, 7, 19, 9, 15.

Solution

  1. We want total spread, so only the extremes matter.

    Name the structure before touching arithmetic — that is what makes the right method obvious.

  2. Ask the recognition question: Am I just subtracting the smallest value from the largest?

    If the answer is yes, the concept applies; the cue, not a keyword, decides the method.

  3. Identify the maximum and minimum, then subtract.

    The rule is chosen only after the structure matches, so the steps mean something.

  4. max=19\max=19, min=7\min=7, so 19719-7.

    Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.

  5. Check the answer against the original question.

    It should fit the mental model — top minus bottom. If it does not, revisit the recognition step before changing the arithmetic.

Answer

1212

Takeaway: Range is the maximum minus the minimum — the full width of the data.

Example 2 — One outlier inflates it

Standard

Problem

Salaries are 30k,32k,31k,33k,500k30\text{k}, 32\text{k}, 31\text{k}, 33\text{k}, 500\text{k} and you want 'typical spread.'

Solution

  1. Notice why this looks like the same concept.

    Nearby language or numbers can tempt you toward top minus bottom.

  2. The single 500k500\text{k} outlier blows the range up to 470k470\text{k}, which misrepresents the cluster.

    Spotting what actually changed is what separates this from the concept it resembles.

  3. Use the IQR, which trims the extreme quarter on each end.

    The nearby idea may share numbers but answers a different question, so it needs a different move.

  4. State the result in the language of the actual task.

    Range 470k470\text{k} misleads; IQR 2k\approx 2\text{k}. Name it for what the problem really asked, not the concept you first expected.

  5. Say the contrast in one sentence.

    When one extreme value dominates, the range overstates spread — use IQR instead.

Answer

Range 470k470\text{k} misleads; IQR 2k\approx 2\text{k}

Takeaway: When one extreme value dominates, the range overstates spread — use IQR instead.

Example 3 — Spot the trap: Top minus bottom

Application

Problem

A student starts with this idea: "Subtracting in the wrong order and getting a negative" What should they check before accepting that reasoning?

Solution

  1. Pause before the first move.

    The first move is a decision, not a calculation — does the situation really match top minus bottom.

  2. Run the recognition test: Am I just subtracting the smallest value from the largest?

    This is the single check that the trap skips.

  3. always do maxmin\max-\min so the range is non-negative.

    Stating the safer rule turns the mistake into a checkable step instead of a vague "be careful."

  4. Compare with the nearest confusion, Interquartile range (IQR).

    Spread of the middle 50%, ignoring the extreme quarter on each end.

  5. State the corrected decision and reuse it.

    Using the concept only when the structure matches leaves a process the student can repeat on a new problem.

Answer

always do maxmin\max-\min so the range is non-negative.

Takeaway: The recognition step prevents the common trap: Subtracting in the wrong order and getting a negative

Section 9

Common Mistakes

Common slip-up

Subtracting in the wrong order and getting a negative

The right idea

always do maxmin\max-\min so the range is non-negative.

Common slip-up

Forgetting to find the true max and min in an unsorted list

The right idea

scan the whole list, do not assume the first and last entries are the extremes.

Common slip-up

Trusting the range when an outlier is present

The right idea

one extreme value inflates it, so switch to IQR for a robust spread.

Practice

Try it, then see where this concept fits in the path.

Section 10

Mini Practice

Try these on your own. Tap Reveal when you want to check.

  1. What clue tells you this is a Range (Statistics) situation: Find the range of the data 12,7,19,9,1512, 7, 19, 9, 15.

    Hint: Am I just subtracting the smallest value from the largest?

  2. Find the range of the data 12,7,19,9,1512, 7, 19, 9, 15.

    Hint: Identify the maximum and minimum, then subtract.

  3. Why is this a contrast case instead of Range (Statistics): Salaries are 30k,32k,31k,33k,500k30\text{k}, 32\text{k}, 31\text{k}, 33\text{k}, 500\text{k} and you want 'typical spread.'

    Hint: The single 500k500\text{k} outlier blows the range up to 470k470\text{k}, which misrepresents the cluster.

  4. Fix this thinking: Subtracting in the wrong order and getting a negative

    Hint: Name the recognition cue before choosing a rule.

  5. Which is the better fit here: Range (Statistics) or Interquartile range (IQR)? Explain the deciding difference.

    Hint: For Range (Statistics), ask: Am I just subtracting the smallest value from the largest?

  6. Write one sentence that would remind a classmate how to recognize Range (Statistics).

    Hint: Use the mental model "Top minus bottom." and one signal word.

Want the full set?

50 practice questions for this concept — free to try, every one with a complete worked solution showing the why, not just the answer.

Section 11

Frequently Asked Questions

How do I know when to use Range (Statistics)?

Use Range (Statistics) when you want a fast, rough measure of total spread and outliers are not a concern. Do not start from the numbers alone; first name the structure of the situation. The fastest check is: Am I just subtracting the smallest value from the largest? If the answer is yes and the wording matches cues like max minus min, spread end to end, highest minus lowest, then range (statistics) is probably the right tool.

What is Range (Statistics) most often confused with?

Range (Statistics) is often confused with Interquartile range (IQR). Interquartile range (IQR) means Spread of the middle 50%, ignoring the extreme quarter on each end. The difference is not just vocabulary; it changes the action you take. For range (statistics), the key test is "Am I just subtracting the smallest value from the largest?" For interquartile range (iqr), the better cue is: Use when outliers would inflate the plain range and you want a robust spread.

What is the fastest recognition cue for Range (Statistics)?

Look for max minus min, spread end to end, highest minus lowest, total span, but treat those words as clues, not proof. A word problem can contain a familiar keyword and still ask for a different idea. After noticing the cue, ask the recognition question: Am I just subtracting the smallest value from the largest? That question protects you from using a memorized procedure in the wrong place.

What mistake should I avoid with Range (Statistics)?

Avoid this thinking: "Subtracting in the wrong order and getting a negative" That mistake usually happens when the student jumps to a rule before checking the situation. The safer version is: always do maxmin\max-\min so the range is non-negative. A good habit is to say the mental model out loud first: "Top minus bottom." Then choose the calculation or representation.

How can I tell this apart from Standard deviation?

Standard deviation is the better fit when the task is about this: Typical distance of values from the mean, using every data point. Range (Statistics) is the better fit when you want a fast, rough measure of total spread and outliers are not a concern. If both ideas seem possible, compare what the problem wants as the final answer. The desired output often reveals whether you should use range (statistics) or switch to the nearby concept.

Why does Range (Statistics) matter?

The range is the simplest spread measure and the first thing students learn about variability, but it is also the most fragile — it depends entirely on the two most extreme points, which makes it the gateway to understanding why IQR and standard deviation were invented to resist outliers. The practical value is recognition: once you can spot range (statistics), you can choose a method before calculating. That makes later topics easier because you are not memorizing isolated tricks; you are recognizing the same structure when it appears in a new representation.

Section 12

Learning Path

← Before

Subtraction
Range (Statistics)

You are here

Before this, students should be comfortable with Subtraction. This page focuses on the recognition cue: Am I just subtracting the smallest value from the largest? That cue is the bridge between earlier skills and later problem solving: students first learn to identify the structure, then they learn which calculation, diagram, graph, or proof move belongs to it. After this, Standard Deviation and Interquartile Range become easier to recognize.

Section 13

See Also