Boxplots
A boxplot (box-and-whisker plot) is a compact picture of the five-number summary: minimum, Q1, median, Q3 and maximum. The box spans Q1 to Q3, so its width is the IQR; a line inside the box marks the median; and the whiskers reach out to the minimum and maximum. Reading one is a GRE skill in itself. The position of the median line inside the box signals skew — a median hugging the left of the box means the upper half is more spread out (right skew), and vice versa. The whiskers show the reach of the extremes but say nothing about how many values sit out there. A frequent trap: each of the four regions of a boxplot — below Q1, Q1 to median, median to Q3, above Q3 — contains about 25% of the data, so a wide section means those 25% are spread out, not that more values live there. Boxplots are ideal for comparing two data sets side by side, which is exactly how the GRE tends to use them.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Spread & the empirical rule
| Standard deviation (idea) | typical distance of values from the mean |
|---|---|
| Add constant c to all values | SD unchanged (spread does not shift) |
| Multiply all values by k | SD is multiplied by |k| |
| 68-95-99.7 rule | ≈68% within 1 SD, ≈95% within 2 SD, ≈99.7% within 3 SD of the mean |
Positional measures
| Interquartile range | IQR = Q3 − Q1 |
|---|---|
| Quartiles | Q1 = median of lower half, Q3 = median of upper half |
| kth percentile | the value below which about k% of the data falls |
| Five-number summary (boxplot) | min, Q1, median, Q3, max |