MATH 1 • STATISTICS & PROBABILITY

Distribution Shape & Outliers — I can describe the shape of a distribution (symmetric, skewed) and identify outliers.

Learn to read the story a data set tells through its shape and spot the values that don't belong.

Historical Context & Motivation

Long before spreadsheets and graphing calculators, scientists and mathematicians struggled with a fundamental question: how do you summarize a large collection of numbers in a way that reveals patterns? Calculating an average was a start, but averages alone can hide crucial information. Two data sets with the same mean can look completely different when you plot them out. The quest to describe the shape of a distribution — and to flag unusual data points — drove centuries of statistical innovation.

1733
The Bell Curve Emerges
Abraham de Moivre publishes work on the normal distribution, showing that many random measurements cluster symmetrically around a central value, forming the iconic bell-shaped curve.
1812
Laplace Formalizes the Theory
Pierre-Simon Laplace proves the Central Limit Theorem, explaining why so many real-world measurements naturally form symmetric, bell-shaped distributions — from human heights to measurement errors.
1895
Pearson Coins 'Skewness'
Karl Pearson introduces the term skewness to quantify how lopsided a distribution is, giving statisticians a formal vocabulary for describing asymmetry in data.
1977
Tukey's Box Plot Revolution
John Tukey introduces the box-and-whisker plot and the 1.5 × IQR rule, giving everyone a quick, visual method for identifying outliers in any data set.

Today, describing distribution shape and detecting outliers are among the first things any analyst does when encountering new data. Whether you are studying test scores, tracking athlete performance, or analyzing social media trends, the question remains the same: What does the overall pattern look like, and which values break that pattern?

Core Principles & Definitions

Before diving into examples, you need a clear vocabulary. Distribution shape tells you how data values spread out across a number line, and outliers are data points that fall far away from the rest. The four ideas below form the foundation for everything in this lesson.

1

Symmetric Distribution

A distribution is symmetric when the left half is roughly a mirror image of the right half. The mean and median are approximately equal, and data tapers off evenly on both sides of the center.
2

Skewed Left (Negatively Skewed)

A distribution is skewed left when a long tail stretches toward the lower values. Most data clusters on the right, and the mean is pulled below the median by those low-end values.
3

Skewed Right (Positively Skewed)

A distribution is skewed right when a long tail stretches toward the higher values. Most data clusters on the left, and the mean is pulled above the median by those high-end values.
4

Outlier

An outlier is a data value that is significantly different from the rest of the data. Outliers can result from measurement error, unusual circumstances, or natural variability. The 1.5 × IQR rule is the standard test.
KEY TAKEAWAY
Think of a distribution like a pile of sand on a table. If the pile is centered and even, it's symmetric — like a well-built sandcastle mound. If wind blows sand to one side, you get a long, thin trail on that side — that's the tail, and the distribution is skewed in that direction. An outlier is like a pebble that rolled far away from the pile; it clearly doesn't belong with the main group.

Visual Explanation — Distribution Shapes

The best way to understand distribution shape is to see it. The diagram below shows three dot plots side by side, each illustrating one of the main shapes you need to recognize: symmetric, skewed left, and skewed right. Pay attention to where the bulk of the data sits and which direction the tail extends.

Three dot plots illustrate symmetric, skewed-left, and skewed-right distributions. Notice how the tail direction names the type of skew. The bottom boxes show the relationship between mean and median for each shape.

In the symmetric distribution, the dots build up evenly around the center — the tallest column is in the middle and the counts taper equally to both sides. In the skewed-left distribution, most dots pile up on the right side while a few straggle off to the left, creating that long left tail. The skewed-right distribution is the mirror opposite: the bulk of data is on the left, with a tail stretching right. A handy memory trick is that the tail points in the direction of the skew.

Mathematical Framework — The 1.5 × IQR Rule

Eyeballing a graph can tell you something looks unusual, but statistics gives us a precise, repeatable test for outliers. The most common method at this level uses the interquartile range (IQR), which measures the spread of the middle 50% of a data set. Here is the step-by-step framework.

INTERQUARTILE RANGE
IQR = Q₃ − Q₁
Q₁ = first quartile (25th percentile); Q₃ = third quartile (75th percentile). The IQR captures the width of the box in a box plot.
LOWER FENCE
Lower Fence = Q₁ − 1.5 × IQR
Any data value below the lower fence is classified as a low outlier.
UPPER FENCE
Upper Fence = Q₃ + 1.5 × IQR
Any data value above the upper fence is classified as a high outlier.
💡 Why 1.5?
The factor of 1.5 was chosen by John Tukey because it works well in practice: for a perfectly normal distribution, about 0.7% of values fall outside the fences. It is not derived from a theorem — it is a practical rule of thumb that has proven reliable across many types of data.

Remember, the fences themselves are not data points — they are invisible boundaries. You calculate them, then check whether any actual data values fall beyond them. If a value is below the lower fence or above the upper fence, it qualifies as an outlier.

Detailed Breakdown — Reading Box Plots for Shape & Outliers

A box-and-whisker plot (or box plot) is one of the most powerful tools for simultaneously showing distribution shape and highlighting outliers. The box shows Q₁ to Q₃ with a line at the median, the whiskers extend to the smallest and largest non-outlier values, and any outliers appear as individual dots beyond the whiskers. The diagram below walks you through the anatomy of a box plot and shows how to spot skewness and outliers at a glance.

This box plot uses a data set with Q₁ = 30, median = 35, and Q₃ = 50. The IQR is 20, giving fences at 0 and 80. The circled points at 10 and 69, while distant from the box, still fall within the fences and are not outliers by the 1.5 × IQR rule.

You can also read skewness from a box plot. If the median line sits closer to Q₁ (left side of the box), the distribution is skewed right because data stretches further above the median than below it. If the median sits closer to Q₃ (right side of the box), the distribution is skewed left. When the median is roughly centered in the box and the whiskers are about the same length, the distribution is approximately symmetric.

  • Symmetric: Median centered in the box, whiskers roughly equal in length.
  • Skewed right: Median closer to Q₁, right whisker longer than the left whisker.
  • Skewed left: Median closer to Q₃, left whisker longer than the right whisker.

Worked Example — Shape & Outlier Detection

A teacher records quiz scores for 15 students (out of 50 points): 12, 25, 28, 30, 31, 33, 34, 35, 35, 36, 37, 38, 39, 40, 41. Describe the shape of the distribution and determine whether any scores are outliers.

Quiz Score Analysis
1
Step 1 — Order the Data & Find the MedianThe data is already in order. With 15 values, the median is the 8th value.
Median = 35
2
Step 2 — Find Q₁ and Q₃The lower half (positions 1–7) is: 12, 25, 28, 30, 31, 33, 34. The median of this group (4th value) is Q₁ = 30. The upper half (positions 9–15) is: 35, 36, 37, 38, 39, 40, 41. The median of this group (4th value) is Q₃ = 38.
Q₁ = 30, Q₃ = 38
3
Step 3 — Calculate the IQRIQR = Q₃ − Q₁ = 38 − 30 = 8.
IQR = 8
4
Step 4 — Calculate the FencesLower Fence = Q₁ − 1.5 × IQR = 30 − 1.5 × 8 = 30 − 12 = 18. Upper Fence = Q₃ + 1.5 × IQR = 38 + 1.5 × 8 = 38 + 12 = 50.
Lower Fence = 18, Upper Fence = 50
5
Step 5 — Check for OutliersAny value below 18 or above 50 is an outlier. The score of 12 is below 18, so it is an outlier. All other scores fall between 18 and 50, so they are not outliers.
12 is an outlier (low outlier).
6
Step 6 — Describe the ShapeMost scores cluster in the 28–41 range. The outlier at 12 creates a long tail to the left. With the median at 35 and the bulk of data in the upper 30s, this distribution is skewed left. Without the outlier, the remaining data is roughly symmetric, which tells us the skewness is largely driven by that single low score.
Skewed left with one low outlier at 12.

Comparing Measures of Center & Spread by Shape

The shape of a distribution directly affects which summary statistics best represent the data. For symmetric distributions, the mean and standard deviation work well. For skewed distributions or data with outliers, the median and IQR are more resistant (less affected by extreme values). The table below summarizes these choices.

Choosing the right summary statistics based on distribution shape
Shape / FeatureBest Measure of CenterBest Measure of Spread
Symmetric, no outliersMeanStandard deviation
Skewed left or rightMedianIQR
Outliers presentMedianIQR
Symmetric with outliersMedian (safer choice)IQR (safer choice)
KEY TAKEAWAY
Think of the mean as a balancing point — like the fulcrum of a seesaw. If one very heavy person sits on one end, the balance point shifts dramatically toward them. The median, on the other hand, is like lining everyone up by weight and picking the person in the middle — one extreme person doesn't change who stands in the center. That's why the median resists outliers while the mean does not.

Connection to Advanced Statistics

The concepts of shape and outliers form the starting point for deeper statistical analysis. In more advanced courses, you'll encounter formal numerical measures of skewness and more sophisticated outlier-detection techniques. The table below previews how these ideas expand.

How distribution shape and outlier analysis evolve in later courses
This Course (Math 1)Advanced / AP Statistics
Describe shape visually (symmetric, skewed left, skewed right)Calculate Pearson's skewness coefficient to quantify asymmetry numerically
Identify outliers with 1.5 × IQR ruleUse z-scores (values more than 2 or 3 standard deviations from the mean) to identify outliers
Relate shape to mean vs. medianUse data transformations (log, square root) to make skewed data more symmetric for analysis
Histograms, dot plots, and box plotsNormal probability plots (Q-Q plots) to assess how closely data follows a normal distribution

One powerful idea you'll see in AP Statistics is the normal distribution — a perfectly symmetric, bell-shaped curve defined entirely by its mean and standard deviation. Many statistical tests assume data follows this shape, which is why describing distribution shape right now matters so much: it's the gateway to deciding which advanced techniques are appropriate for a given data set.

Practice Problems

PROBLEM 1CONCEPTUAL
A histogram of household incomes in a city shows most households earning between $40,000 and $70,000, but a few households earn over $500,000. Would you describe this distribution as symmetric, skewed left, or skewed right? Explain your reasoning.
PROBLEM 2BASIC CALCULATION
A data set has Q₁ = 14, median = 20, and Q₃ = 26. Calculate the IQR, the lower fence, and the upper fence. Is the value 45 an outlier?
PROBLEM 3INTERMEDIATE
The following data set represents the number of minutes 13 students spent on homework: 5, 15, 20, 22, 25, 27, 28, 30, 32, 34, 35, 38, 90. Find Q₁, Q₃, and the IQR. Identify any outliers. Then describe the shape of the distribution.
PROBLEM 4APPLIED
A basketball coach records her players' free-throw percentages: 42, 55, 60, 62, 65, 67, 68, 70, 72, 75. She tells the team, 'Our average free-throw percentage is 63.6%.' One player argues that the median (66) is a better summary. Who is right, and why does the distribution shape matter for this decision?
PROBLEM 5CRITICAL THINKING
Two data sets both have a mean of 50 and a standard deviation of 10. Data Set A is symmetric, and Data Set B is skewed right. Explain why these two data sets could have the same mean and standard deviation yet look very different. Then describe what the box plots of each would look like and where outliers might appear in Data Set B but not in Data Set A.

Summary — Distribution Shape & Outliers

Every data set has a story to tell, and that story begins with its distribution shape. A symmetric distribution has balanced halves where the mean and median are approximately equal. A skewed left distribution has a tail extending toward lower values (mean < median), and a skewed right distribution has a tail extending toward higher values (mean > median). Always remember: the tail names the skew.

An outlier is a data point far from the rest. Use the 1.5 × IQR rule to test: calculate IQR = Q₃ − Q₁, then find fences at Q₁ − 1.5 × IQR and Q₃ + 1.5 × IQR. Any value beyond these fences is an outlier. When data is skewed or contains outliers, prefer the median and IQR over the mean and standard deviation because they are resistant to extreme values. Shape, center, spread, and outliers — together, they give you the complete picture of any data set.

Varsity Tutors • Math 1 • Distribution Shape & Outliers