Median vs Quartile
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Median
Describing data
The median is the middle value of an ordered data set, splitting it so that half the values fall below and half above.
Sort the values from smallest to largest and the median is whatever sits at position (n plus 1, over 2), where is how many values there are. When is odd that position lands on an actual observation. When is even it lands between two of them and the median is their average, so the median of an even-sized set need not be a number that appears in the data at all. It is commonly written .
Take the seven quiz scores 12, 15, 15, 18, 22, 24, 91. They are already sorted and , so the median is the value in position 4: . The mean of the same seven scores is 28.14. Now change the 91 to 27. The median is still 18, while the mean drops to 19. That is resistance: the median only counts how many values sit on each side of it and ignores how far away they are, so moving one extreme value cannot shift it by more than one position.
With an even count the averaging step kicks in. For 2, 6, 8, 10 the median is , a number that appears nowhere in the list.
The most common error is reporting the position instead of the value. For those seven scores the answer is 18, not 4; position 4 only tells you where to look. Two related slips are taking the middle of the list before sorting it, and averaging the smallest and largest values, which gives the midrange rather than the median.
The median is also the 50th percentile and the center of the five-number summary. The quartiles are the medians of the halves on either side of it, with the median itself left out of each half under the TI-84 convention this site uses: for the seven scores, 12, 15, 15 gives and 22, 24, 91 gives . Comparing the two centers is also a quick read on shape: here the mean of 28.14 sits far above the median of 18, which usually signals either a right skew or a single high value dragging the mean up. In this set it is the second of those, since the 1.5 IQR rule puts the upper fence at and flags 91 as an outlier.
Quartile
Describing data
A quartile is one of the three values that split an ordered data set into four groups of roughly equal size, marking the 25th, 50th, and 75th percentiles.
, the first quartile, is the median of the lower half of the sorted data, and , the third quartile, is the median of the upper half, with the overall median between them as the second quartile. Everything turns on what you do with that median when is odd. This site uses the median-excluded convention, the one TI-83 and TI-84 calculators use: the median is left out of both halves before you take the median of each.
Take the seven values 4, 6, 9, 11, 15, 18, 20. The median is the fourth value, 11. Median-excluded leaves a lower half of 4, 6, 9 and an upper half of 15, 18, 20, so , , and the IQR is 12. The median-included convention keeps the 11 in both halves: 4, 6, 9, 11 gives , and 11, 15, 18, 20 gives , for an IQR of 9. Same seven numbers, different quartiles, neither an arithmetic error.
So "my calculator says but the spreadsheet says 7.5, so one of them is wrong" is itself the mistake. There is no universal definition of a quartile in a finite data set, software disagrees on purpose, and naming the convention you used ends the argument. The two rules always agree when is even, since there is no middle value to place, so the question arises only for odd .
A quartile is a value, not a group. "The first quartile is the bottom 25 percent of the scores" describes a set of observations; is one number in the units of the data. The four groups are only roughly equal too: with no cut gives four of the same size.
The choice propagates: the IQR is and the 1.5 IQR fences are built from it, so switching conventions can move a borderline value from inside a fence to outside. In the Fall 2026 course this sits in Unit 1, whose topic 1.7 is titled Summary Statistics for One Quantitative Variable.