Range and Outliers
Learn how to find the range of a data set and identify outliers.
For Elementary Students
What Is the Range?
The range tells you how spread out your numbers are!
Think about it like this: Imagine the highest and lowest scores in a game. The range tells you how far apart they are!
Finding the Range
Super simple formula:
Range = Biggest number − Smallest number
That's it!
Example: Test scores: 65, 72, 88, 91, 95
Step 1: Find the biggest number
- Biggest: 95
Step 2: Find the smallest number
- Smallest: 65
Step 3: Subtract
- Range:
95 − 65 = 30
What Does the Range Tell You?
Small range = Numbers are close together
Scores: 78, 80, 82, 79, 81
Range: 82 − 78 = 4 (very close!)
Big range = Numbers are spread out
Scores: 45, 72, 98, 60, 85
Range: 98 − 45 = 53 (very spread out!)
What Is an Outlier?
An outlier is a number that doesn't fit with the others. It's way too big or way too small!
Think about it like this: If everyone in your class is about 5 feet tall, and one person is 7 feet tall, that person is an outlier!
Example: 12, 15, 14, 13, 11, 14, 52
See how 52 is way bigger than all the others? That's an outlier!
Spotting Outliers
Look for:
- A number that's much bigger than the rest
- A number that's much smaller than the rest
- A number that seems strange or doesn't belong
Example: Heights in inches: 48, 50, 49, 51, 90
- Most kids are about 50 inches
- 90 inches is an outlier (that's 7.5 feet tall!)
Why Outliers Matter
Outliers can mess up your average!
Example: Allowances: $5, $5, $6, $5, $100
Average with outlier: (5 + 5 + 6 + 5 + 100) ÷ 5 = $24.20
- This makes it look like everyone gets $24!
Average without outlier: (5 + 5 + 6 + 5) ÷ 4 = $5.25
- Much more realistic!
For Junior High Students
What Is the Range?
The range is a measure of spread (also called dispersion or variability). It quantifies how far apart the extreme values are.
Formula: Range = Maximum − Minimum
Definition: The range is the difference between the largest and smallest values in a data set.
Example: Test scores: 65, 72, 88, 91, 95
Maximum = 95
Minimum = 65
Range = 95 − 65 = 30
Interpreting the Range
The range gives you a quick sense of variability:
Small range: Data values are clustered closely together (low variability)
- Example: Daily temperatures: 72°F, 74°F, 73°F, 75°F, 73°F
- Range:
75 − 72 = 3°F(very consistent)
Large range: Data values are widely dispersed (high variability)
- Example: Daily temperatures: 45°F, 68°F, 92°F, 51°F, 88°F
- Range:
92 − 45 = 47°F(highly variable)
Advantages of Range
Pros:
- Very easy to calculate
- Quick to understand
- Gives immediate sense of spread
- Useful for quality control (checking if values stay within acceptable limits)
Limitations of Range
Major limitation: The range only uses two data points (the extremes). It ignores everything in between.
Example showing limitation:
Set A: 10, 50, 50, 50, 90
- Range:
90 − 10 = 80 - Most values are at 50 (clustered)
Set B: 10, 20, 30, 70, 90
- Range:
90 − 10 = 80 - Values are evenly spread
Both sets have the same range, but very different distributions!
Another issue: The range is extremely sensitive to outliers. One extreme value can make the range misleadingly large.
For a more robust measure of spread, statisticians use the interquartile range (IQR) or standard deviation.
What Is an Outlier?
An outlier is a data point that is significantly different from the other observations. It lies an abnormal distance from other values.
Characteristics:
- Much larger or smaller than other values
- Doesn't fit the general pattern
- Could be due to measurement error, recording error, or genuine unusual event
Example: Student ages in a class: 12, 15, 14, 13, 11, 14, 52
The value 52 is clearly an outlier — it's far from the cluster of values around 12-15.
Identifying Outliers
Visual method: Plot the data. Values that stand alone, far from the cluster, are potential outliers.
Informal method: Compare each value to the others. If one value is much farther from the group than the typical spacing between values, it's likely an outlier.
Example: 10, 12, 11, 13, 12, 14, 11, 45
- Most values are 10-14 (span of 4)
- The value 45 is 31 units away from the nearest value
- 45 is an outlier
Formal method (advanced): Use the 1.5 × IQR rule
- Calculate Q1 (first quartile) and Q3 (third quartile)
- Calculate IQR = Q3 − Q1
- Outliers are values below
Q1 − 1.5 × IQRor aboveQ3 + 1.5 × IQR
How Outliers Affect Statistics
| Measure | Affected by outliers? | Why? |
|---|---|---|
| Mean | Yes — pulled strongly | Outliers add to the sum, shifting the average |
| Median | No — resistant | Median is the middle value, position doesn't change much |
| Mode | No — resistant | Mode is the most frequent; outliers appear once |
| Range | Yes — inflated | Range uses the extremes, where outliers live |
Example demonstrating effect on mean:
Data: 10, 12, 11, 13, 100
Mean: (10 + 12 + 11 + 13 + 100) ÷ 5 = 146 ÷ 5 = 29.2
- This is misleading; most values are around 11-13
Median: Arrange in order: 10, 11, 12, 13, 100
- Median = 12 (middle value)
- Much more representative!
Range: 100 − 10 = 90 (inflated by the outlier)
When outliers are present, the median is often a better measure of center than the mean.
Causes of Outliers
Measurement error: Incorrectly recorded data (typo, faulty instrument)
- Example: Recording a student's age as 52 instead of 12
Data entry error: Mistake when entering data into a system
- Example: Adding an extra zero (typing 1000 instead of 100)
True outliers: Genuine unusual values that are part of the population
- Example: In a dataset of home prices, a mansion could be a legitimate outlier
Important decision: Should you remove an outlier?
- If it's an error: Correct or remove it
- If it's genuine: Keep it, but note its effect on your analysis
Real-Life Applications
Quality control: Manufacturing parts with tight tolerances
- Range shows if production stays within acceptable limits
- Outliers indicate defective parts
Weather: Daily temperature ranges
- Helps identify unusual hot/cold days
Sports: Player statistics
- Range shows consistency vs. variability
- Outliers identify exceptional performances
Medical: Patient vital signs
- Outliers could indicate health concerns
Education: Test score analysis
- Range shows how varied student performance is
- Outliers might indicate students needing extra help or challenge
Tips for Working with Range and Outliers
Tip 1: Always identify the maximum and minimum first
Tip 2: Check your data for obvious errors before calculating statistics
Tip 3: Plot your data (dot plot, histogram) to visually spot outliers
Tip 4: When outliers are present, report both mean and median
Tip 5: Consider why an outlier exists before deciding to remove it
Tip 6: Document any outliers you remove and explain why
Practice
Find the range of: 23, 45, 17, 38, 52
Which value is most likely an outlier in: 5, 7, 6, 8, 5, 42?
An outlier is added to a data set. Which measure changes the most?
Data set: 20, 22, 21, 23, 22, 24. What is the range?