A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Five-Number Summary

College Depth 60 in the knowledge graph I know this Set as goal
253topics build on this
272prerequisites beneath it
See this on the map →
Measures of SpreadBoxplots and Five-Number Summary
five-number-summary quartiles quantiles

Core Idea

The five-number summary consists of minimum, first quartile (Q1, 25th percentile), median (Q2, 50th percentile), third quartile (Q3, 75th percentile), and maximum. These values divide the data into four equal-sized groups and provide a complete picture of the distribution's center, spread, and asymmetry. The five-number summary is particularly useful because it is robust to outliers and easy to visualize as a boxplot.

Explainer

From measures of spread you know how to compute the range (max minus min) and the interquartile range (IQR = Q3 - Q1). The five-number summary organizes the five values that generate those measures — and more — into a single compact description of a dataset's distribution. The five numbers are: minimum, Q1 (first quartile, 25th percentile), median (Q2, 50th percentile), Q3 (third quartile, 75th percentile), and maximum. Together they divide the ordered dataset into four equal-sized groups: 25% of observations fall in each interval [min, Q1], [Q1, median], [median, Q3], [Q3, max].

To compute the summary, sort the data first. The median is the middle value for odd n, or the average of the two middle values for even n. Q1 is the median of the lower half of the data (excluding the overall median if n is odd), and Q3 is the median of the upper half. The exact convention for whether to include or exclude the overall median when n is odd varies by textbook, which is why different calculators sometimes return slightly different quartile values — but the interpretation is always the same: Q1 marks the 25th percentile and Q3 marks the 75th.

The key virtue of the five-number summary is robustness. The mean and standard deviation are pulled strongly by outliers: a single very large observation inflates both. The median and IQR, by contrast, are based on order (rank), not magnitude. A single outlier can only move Q3 or the maximum — it cannot distort the middle three values. This makes the five-number summary the right tool when data might contain extreme values, measurement errors, or heavy-tailed distributions. You can describe a salary distribution with a $10 million CEO without that outlier distorting your picture of what a typical employee earns.

The five-number summary also reveals skewness without any formula. Compare the spacing of the five values: if the median is close to Q1 but far from Q3, the data is right-skewed (a long upper tail). If the gap above the median is smaller than the gap below, the data is left-skewed. If all four intervals are roughly equal in width, the distribution is approximately symmetric. This visual diagnostic is one reason the summary translates directly into a boxplot — a graphical representation that displays all five values as a box (from Q1 to Q3) with a line at the median and whiskers extending to the min and max (or to a defined outlier boundary). You will explore that visualization next.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Making 10 as an Addition StrategyAddition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts Through 10Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersLength ComparisonMeasuring Length with Non-Standard UnitsMeasuring Length With a RulerMeasuring with Feet and MetersEstimating LengthsLine Plots with Measurement DataOrganizing and Representing DataCreating Tally ChartsCreating and Reading Picture GraphsScaled Bar GraphsMean, Median, and ModeMeasures of SpreadFive-Number Summary

Longest path: 61 steps · 272 total prerequisite topics

Prerequisites (1)

Leads To (1)