Interquartile Range Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
A box plot shows Q1=30Q_1 = 30 and Q3=50Q_3 = 50. Calculate the IQR and the lower and upper fences for outlier detection.

Solution

  1. 1
    IQR=Q3โˆ’Q1=50โˆ’30=20IQR = Q_3 - Q_1 = 50 - 30 = 20
  2. 2
    Lower fence =30โˆ’1.5(20)=30โˆ’30=0= 30 - 1.5(20) = 30 - 30 = 0
  3. 3
    Upper fence =50+1.5(20)=50+30=80= 50 + 1.5(20) = 50 + 30 = 80

Answer

IQR = 20; fences at 0 and 80.
The 1.5ร—IQR rule creates symmetric fences around the box. Values outside these fences are potential outliers. The fences help standardize outlier detection across different data sets.

About Interquartile Range

The interquartile range (IQR) is Q3โˆ’Q1Q3 - Q1 โ€” the spread of the middle 50% of the data, resistant to outliers.

Learn more about Interquartile Range โ†’

More Interquartile Range Examples