Interquartile Range (IQR) Examples in Statistics
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Interquartile Range (IQR).
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Statistics.
Concept Recap
The range of the middle 50% of data, calculated as Q_3 - Q_1. It measures spread while ignoring extreme values.
IQR focuses on where most of the data lives, ignoring the extremes. If regular range is how far the outliers stretched, IQR is how wide the main crowd is. More resistant to outliers than range.
Read the full concept explanation โHow to Use These Examples
- Read the first worked example with the solution open so the structure is clear.
- Try the practice problems before revealing each solution.
- Use the related concepts and background knowledge badges if you feel stuck.
What to Focus On
Core idea: The IQR measures the spread of the middle 50% of the data by subtracting Q1 from Q3. It ignores the top and bottom 25%, making it resistant to outliers.
Common stuck point: Students sometimes compute IQR as max minus min (that is the range). IQR specifically uses Q3 โ Q1, not the overall extremes.
Worked Examples
Example 1
easySolution
- 1 Step 1: Sort the data (already sorted). Find Q_2: 9 values, median is the 5th value = 15.
- 2 Step 2: Lower half {4, 7, 9, 12}: Q_1 = \frac{7+9}{2} = 8. Upper half {18, 22, 25, 30}: Q_3 = \frac{22+25}{2} = 23.5.
- 3 Step 3: IQR = Q_3 - Q_1 = 23.5 - 8 = 15.5.
Answer
Example 2
mediumPractice Problems
Try these problems on your own first, then open the solution to compare your method.
Example 1
mediumExample 2
hardRelated Concepts
Background Knowledge
These ideas may be useful before you work through the harder examples.