Data: 3,7,11,15,19,23,27. Find the IQR.
The interquartile range (IQR) is a measure of statistical spread. It shows how widely the middle 50% of the data values are distributed. The IQR is defined as the difference between the upper quartile (Q3) and the lower quartile (Q1):
\[ IQR = Q_3 - Q_1 \]
You use the IQR when asked about spread, variability, or when box plots are involved. It is a preferred measure over the full range, since it is not distorted by extreme values.
The interquartile range is defined as \(Q_3 - Q_1\). It measures the spread of the middle 50% of the data and is a reliable statistic for comparing distributions. It is especially useful in box plots and for identifying variability in real-world datasets.