Interquartile Range Formula
The interquartile range (IQR) is Q3 - Q1 — the spread of the middle 50% of the data, resistant to outliers.
The Formula
When to use: The IQR ignores the extreme 25% on each end, capturing only the spread of the central bulk of data — making it robust when outliers inflate the regular range.
Quick Example
Notation
What This Formula Means
The interquartile range (IQR) is — the spread of the middle 50% of the data, resistant to outliers.
The IQR ignores the extreme 25% on each end, capturing only the spread of the central bulk of data — making it robust when outliers inflate the regular range.
Formal View
Worked Examples
Example 1
easyAnswer
First step
Full solution
- 2 Find : upper half is ;
- 3 Calculate IQR:
- 4 Interpretation: the middle 50% of values span a range of 29 units
Example 2
mediumExample 3
mediumCommon Mistakes
- Subtracting min from max instead of — the IQR uses the quartiles, never the extreme values.
- Computing quartiles on unsorted data — order the data from smallest to largest before finding and .
- Confusing with — the IQR is a width (a difference), not the median itself.
Why This Formula Matters
The IQR is the spread measure that survives outliers, so it pairs with the median to honestly describe skewed or messy data. It is also the engine behind box plots and the outlier rule, so getting and right unlocks both. Recognizing it by "Am I measuring the width of the middle half of sorted data, not the full extent?" — rather than by familiar numbers — is what lets a student tell it apart from range and standard deviation and quartiles in a mixed problem set.
Frequently Asked Questions
What is the Interquartile Range formula?
The interquartile range (IQR) is — the spread of the middle 50% of the data, resistant to outliers.
How do you use the Interquartile Range formula?
The IQR ignores the extreme 25% on each end, capturing only the spread of the central bulk of data — making it robust when outliers inflate the regular range.
What do the symbols mean in the Interquartile Range formula?
; the middle of the data
Why is the Interquartile Range formula important in Math?
The IQR is the spread measure that survives outliers, so it pairs with the median to honestly describe skewed or messy data. It is also the engine behind box plots and the outlier rule, so getting and right unlocks both. Recognizing it by "Am I measuring the width of the middle half of sorted data, not the full extent?" — rather than by familiar numbers — is what lets a student tell it apart from range and standard deviation and quartiles in a mixed problem set.
What do students get wrong about Interquartile Range?
The procedure for interquartile range is the easy part; the trap is subtracting min from max instead of . Asking "Am I measuring the width of the middle half of sorted data, not the full extent?" first is what keeps a correct-looking calculation from being attached to the wrong concept.
What should I learn before the Interquartile Range formula?
Before studying the Interquartile Range formula, you should understand: quartiles.