A survey recorded the ages of customers:
Find the first and third quartiles using the Tukey (hinge) method.
Sort the data. Every quartile method starts from the ordered list:
Find the median. With (odd) the median is the value:
Split into halves the Tukey way. This is the step that distinguishes the methods: Tukey's hinges keep the median in both halves, so each half has values:
Lower half:
Upper half:
Take the median of each half. Each half has values, so each quartile is a single value — no averaging needed:
Compare with the exclusive method that software often uses. Dropping the median from both halves leaves values per half, so each quartile becomes an average of two values:
That is why a calculator can report and while the Tukey answer is and . Neither is wrong — they are different conventions, and an exam question must say which one it wants.
Check the ordering. In both methods () ✓, and the Tukey interquartile range is narrower than the exclusive , as expected since including the median pulls both hinges toward the centre.
Need to solve a different problem like this? Open the solver →