Box Plot Statistics Example 2

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

Example 2

medium
A box plot shows: Min = 10, Q1 = 20, Median = 35, Q3 = 50, Max = 90. Calculate the IQR and determine if a value of 100 would be an outlier using the 1.5ร—IQR rule.

Solution

  1. 1
    Step 1: IQR = Q3โˆ’Q1=50โˆ’20=30Q3 - Q1 = 50 - 20 = 30.
  2. 2
    Step 2: Upper fence = Q3+1.5ร—IQR=50+45=95Q3 + 1.5 \times \text{IQR} = 50 + 45 = 95.
  3. 3
    Step 3: Since 100 > 95, it would be classified as an outlier.

Answer

IQR = 30. Yes, 100 is an outlier (above the upper fence of 95).
The 1.5ร—IQR rule provides a systematic way to identify outliers. Any value below Q1 โˆ’ 1.5ร—IQR or above Q3 + 1.5ร—IQR is considered an outlier.

About Box Plot

A visual display of the five-number summary: minimum, first quartile (Q1), median, third quartile (Q3), and maximum.

Learn more about Box Plot โ†’

More Box Plot Examples