Fatskills
Practice. Master. Repeat.
Study Guide: K-12 Math (US): 6-8 Data Analysis K-12 Math Statistics Range and spread
Source: https://www.fatskills.com/basic-mathematics/chapter/6-8-data-analysis-k-12-math-statistics-range-and-spread

K-12 Math (US): 6-8 Data Analysis K-12 Math Statistics Range and spread

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

Study Guide: Statistics — Range and Spread (Grades 6–8, Math)



1. The Driving Question

"If two basketball teams have the same average points per game, how can one team be way more consistent while the other swings between blowouts and close losses? What numbers can you calculate to prove it’s not just luck?"

This isn’t just about finding the highest and lowest scores—it’s about measuring how wild or steady the numbers are, so you can predict what might happen next.


2. The Core Idea — Built, Not Listed

Imagine you’re tracking the daily high temperatures in Phoenix, Arizona (where it’s always hot) versus Denver, Colorado (where it can swing from snow to 70°F in a week). Both cities might have the same average temperature over a month, but Phoenix’s numbers cluster tightly around that average, while Denver’s jump all over the place.

Range is the simplest way to measure spread: subtract the smallest number from the biggest. If Phoenix’s temps range from 95°F to 105°F, the range is 10°F. Denver’s might range from 30°F to 75°F—45°F—showing way more variability.

But range only tells you about the extremes. To see how most of the data behaves, you need interquartile range (IQR), which ignores the outliers. Think of it like a "middle 50%" of the data—if you line up all the temps in order, the IQR is the distance between the 25th percentile (where 25% of the data is below) and the 75th percentile (where 75% is below). For Denver, even if a freak snowstorm drops the temp to 10°F, the IQR might still be 20°F, showing that most days are less extreme.

Key Vocabulary:
- Range: The difference between the maximum and minimum values in a dataset.
Example: In a video game, your scores over 5 rounds are 50, 75, 80, 90, and 120. The range is 120 – 50 = 70.
Note: Range is sensitive to outliers—one terrible or amazing round can make it seem like your performance is more variable than it really is.


  • Interquartile Range (IQR): The range of the middle 50% of the data, calculated as Q3 (75th percentile) minus Q1 (25th percentile).
    Example: A class’s quiz scores: 60, 65, 70, 72, 75, 80, 85, 90, 95, 100. Q1 is 70, Q3 is 90, so IQR = 90 – 70 = 20.
    Note (Grades 9–12+): In college stats, IQR is used in box plots and to define outliers (e.g., values more than 1.5×IQR above Q3 or below Q1).

  • Spread: A general term for how much the data varies from the center (mean or median).
    Example: Two YouTube channels might average 10,000 views per video, but one channel’s views range from 8,000 to 12,000 (low spread), while the other swings from 1,000 to 19,000 (high spread).

  • Outlier: A data point that’s unusually far from the rest of the data.
    Example: In a survey of how many pets students have, most answers are 0–3, but one student has 12—that’s an outlier.
    Note (Grades 9–12+): Outliers can skew measures like the mean, which is why median and IQR are often better for skewed data.


3. Assessment Translation

How This Appears on State Tests (Grades 6–8):
- Multiple Choice: Questions often ask you to calculate range or IQR from a dataset or a box plot. Distractors might: - Confuse range with median (e.g., picking the middle value instead of the difference).
- Misidentify Q1 or Q3 (e.g., choosing the 2nd or 4th value in a 5-number dataset instead of the actual quartiles).
- Forget to order the data before finding quartiles.
- Short Answer/Constructed Response: You might be given two datasets (e.g., test scores for two classes) and asked to: - Calculate range and IQR for both.
- Compare their spreads in 1–2 sentences (e.g., "Class A has a larger IQR, so its scores are more spread out").
- Explain which measure (range or IQR) is more useful and why (e.g., "IQR is better because it ignores the outlier in Class B").

Proficient vs. Developing Responses:
| Proficient | Developing | |----------------|----------------| | Shows work: Orders data, labels Q1/Q3, calculates correctly. | Skips steps: Doesn’t order data or mislabels quartiles. | | Explains reasoning: "IQR is better here because one class has an outlier." | Vague: "IQR is good" without connecting to the data. | | Uses context: "The larger IQR means the team’s performance varies more." | Generic: "Spread is bigger" without specifics. |

Model Proficient Response:
Prompt: Two soccer teams have the same average goals per game. Team X’s goals: 1, 2, 2, 3, 3, 3, 4, 5. Team Y’s goals: 0, 1, 2, 3, 3, 4, 5, 8.
a) Calculate the range and IQR for each team.
b) Which team is more consistent? Explain using your calculations.

Response: a)
- Team X: Range = 5 – 1 = 4. Q1 = 2, Q3 = 3.5, IQR = 3.5 – 2 = 1.5.
- Team Y: Range = 8 – 0 = 8. Q1 = 1, Q3 = 4, IQR = 4 – 1 = 3.
b) Team X is more consistent because its IQR (1.5) is smaller than Team Y’s (3). Even though Team Y’s range is bigger, the IQR shows that most of its games are more spread out.


4. Mistake Taxonomy

Mistake 1: Forgetting to Order the Data for IQR
Prompt: Find the IQR for this dataset: 12, 8, 15, 10, 9, 11, 14.
Common Wrong Response: Q1 = 8, Q3 = 14, IQR = 6.
Why It Loses Credit: Quartiles are based on ordered data. The student skipped ordering, so Q1 and Q3 are wrong.
Correct Approach: 1. Order the data: 8, 9, 10, 11, 12, 14, 15.
2. Q1 = 9 (25th percentile), Q3 = 14 (75th percentile).
3. IQR = 14 – 9 = 5.

Mistake 2: Confusing Range with IQR
Prompt: Which measure better describes the spread of this dataset: 5, 5, 6, 7, 8, 100? Common Wrong Response: "Range, because it’s 100 – 5 = 95, which is a big number." Why It Loses Credit: The range is distorted by the outlier (100). IQR is more representative.
Correct Approach: 1. Range = 95 (but misleading—most data is clustered at 5–8).
2. Ordered data: 5, 5, 6, 7, 8, 100. Q1 = 5, Q3 = 8, IQR = 3.
3. IQR is better because it ignores the outlier and shows the spread of the middle data.

Mistake 3: Misinterpreting What IQR Represents
Prompt: A box plot shows an IQR of 10. What does this mean? Common Wrong Response: "The data goes from 0 to 10." Why It Loses Credit: IQR is a difference, not a range of values. The student confuses it with the full spread.
Correct Approach: 1. IQR = Q3 – Q1 = 10.
2. This means the middle 50% of the data is spread over 10 units.
3. Example: If Q1 = 20 and Q3 = 30, the middle 50% of values are between 20 and 30.


5. Connection Layer

  1. Within Math: Range and IQRBox Plots
  2. A box plot visually represents range (whiskers) and IQR (the box). Understanding spread helps you read the plot—e.g., a tall box means high IQR, so the data is more variable.

  3. Across Subjects: IQREcology (Biodiversity)

  4. Ecologists measure species diversity by looking at how evenly individuals are spread across species. A high "spread" (like a high IQR) might mean one species dominates, while a low spread means balanced diversity.

  5. Outside School: RangeSports Analytics

  6. NBA teams track a player’s "range" of performance (e.g., points per game). A player with a small range (e.g., 15–20 points) is reliable; one with a large range (5–30 points) is unpredictable. Scouts use this to predict consistency.

6. The Stretch Question

"If a dataset has a range of 50 and an IQR of 10, what’s the smallest possible number of data points it could have? Prove it."

Pointer Toward the Answer: - The range tells you the max and min are 50 units apart. The IQR tells you the middle 50% spans 10 units.
- To minimize the number of points, you’d want as few as possible outside the IQR while still keeping Q1 and Q3 10 units apart.
- Start with 4 points: min, Q1, Q3, max. But Q1 and Q3 would have to be 10 units apart, and the range would force the max to be 50 units above the min. Try drawing it! - The answer isn’t 4—you’ll need at least 5 points to satisfy both conditions. (Can you figure out how?)



ADVERTISEMENT