Quartile Positions (Discrete Data)

\( Q_1\text{ near }\tfrac{N+1}{4},\quad \text{Median near }\tfrac{N+1}{2},\quad Q_3\text{ near }\tfrac{3(N+1)}{4} \)
Statistics GCSE

Find the IQR of 2, 5, 6, 8, 11, 12, 15, 18, 20

Hint (H)
\( IQR = Q3 - Q1 \)

Explanation

Show / hide — toggle with X

Statement

Quartiles split an ordered data set into four equal parts. For discrete data, approximate positions of the quartiles can be found using:

\[ Q_1 \text{ near } \frac{N+1}{4}, \quad \text{Median near } \frac{N+1}{2}, \quad Q_3 \text{ near } \frac{3(N+1)}{4} \]

Here, \(N\) is the number of data values. These positions are then rounded or interpreted as falling between two values to identify the actual quartiles.

Why it’s true

  • Quartiles divide data into four quarters, each containing roughly 25% of the values.
  • The median splits the dataset into two halves, located around the \((N+1)/2\)-th position.
  • Similarly, \(Q_1\) is about one quarter of the way into the dataset, and \(Q_3\) is three quarters of the way in.

Recipe (how to use it)

  1. Order the data from smallest to largest.
  2. Find \(N\), the total number of values.
  3. Compute the positions: \(Q_1 \approx (N+1)/4\), median \(\approx (N+1)/2\), \(Q_3 \approx 3(N+1)/4\).
  4. Identify the corresponding data value(s) at those positions.

Spotting it

Whenever a question asks for quartiles, median, or interquartile range (IQR) for a raw data set, this is the method to use.

Common pairings

  • Finding the interquartile range (IQR = Q3 − Q1).
  • Comparing data distributions with box plots.
  • Using median and quartiles to describe skewness.

Mini examples

  1. Data: 2, 4, 7, 9, 11. \(N=5\). Median at (5+1)/2 = 3rd → 7.
  2. Data: 3, 5, 8, 10, 12, 14, 15. \(N=7\). \(Q_1\) at (7+1)/4 = 2nd → 5.

Pitfalls

  • Forgetting to order the data first.
  • Mixing up positions (e.g., using N/2 instead of (N+1)/2).
  • Confusion when positions are not whole numbers — interpolate or choose the closest value consistently.

Exam strategy

  • Always list data in order before applying quartile positions.
  • Double-check calculations of positions using (N+1).
  • Show clearly which data value corresponds to each quartile.

Summary

The quartile position formulas give a quick method to locate quartiles and the median in discrete datasets. They are central in statistics questions on spread and comparison, especially when constructing box plots and calculating the interquartile range.

Worked examples

Show / hide (10) — toggle with E
  1. Find the median of the data set: 2, 5, 7, 8, 10
    1. \( N = 5 \)
    2. \( Median position = (5+1)/2 = 3 \)
    3. \( 3rd value = 7 \)
    Answer: 7
  2. Find Q1 of the data set: 1, 3, 4, 6, 8, 9, 11
    1. \( N = 7 \)
    2. \( Q1 position = (7+1)/4 = 2 \)
    3. \( 2nd value = 3 \)
    Answer: 3
  3. Find Q3 of the data set: 4, 6, 7, 8, 10, 12, 14, 15
    1. \( N = 8 \)
    2. \( Q3 position = 3(9)/4 = 6.75 → between 6th and 7th \)
    3. Values: 12 and 14 → Q3 ≈ 13
    Answer: 13
  4. Find the median of 3, 7, 8, 12, 14, 18
    1. \( N = 6 \)
    2. \( Median position = (6+1)/2 = 3.5 \)
    3. Between 3rd (8) and 4th (12)
    4. \( Median = 10 \)
    Answer: 10
  5. Find Q1 for 5, 6, 7, 8, 9, 10, 11, 12, 13
    1. \( N = 9 \)
    2. \( Q1 position = (9+1)/4 = 2.5 \)
    3. Between 2nd (6) and 3rd (7)
    4. \( Q1 = 6.5 \)
    Answer: 6.5
  6. Find Q3 for 2, 4, 6, 8, 10, 12, 14, 16, 18
    1. \( N = 9 \)
    2. \( Q3 position = 3(10)/4 = 7.5 \)
    3. Between 7th (14) and 8th (16)
    4. \( Q3 = 15 \)
    Answer: 15
  7. Find the interquartile range (IQR) for 1, 2, 4, 6, 7, 9, 12
    1. \( N = 7 \)
    2. \( Q1 = 2nd value = 2 \)
    3. \( Q3 = 6th value = 9 \)
    4. \( IQR = 9 - 2 = 7 \)
    Answer: 7
  8. Find the median for the data: 10, 12, 13, 15, 18, 20, 25, 28
    1. \( N = 8 \)
    2. \( Median position = (9)/2 = 4.5 \)
    3. Between 4th (15) and 5th (18)
    4. \( Median = 16.5 \)
    Answer: 16.5
  9. Find Q1 and Q3 of 2, 5, 7, 9, 10, 12, 15, 18
    1. \( N = 8 \)
    2. \( Q1 = (9)/4 = 2.25 → between 2nd (5) and 3rd (7) → 6 \)
    3. \( Q3 = 3(9)/4 = 6.75 → between 6th (12) and 7th (15) → 13.5 \)
    Answer: \( Q1 = 6, Q3 = 13.5 \)
  10. Find the IQR of 3, 5, 8, 10, 11, 14, 18, 20, 22
    1. \( N = 9 \)
    2. \( Q1 position = (10)/4 = 2.5 → between 2nd (5) and 3rd (8) = 6.5 \)
    3. \( Q3 position = 7.5 → between 7th (18) and 8th (20) = 19 \)
    4. \( IQR = 19 - 6.5 = 12.5 \)
    Answer: 12.5