Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. ACT Math
  2. Center, Shape, & Spread of Data

ACT MATH • PREPARING FOR HIGHER MATH

Center, Shape, & Spread of Data

Master the three pillars of describing any data set—where it clusters, how it's shaped, and how far it stretches.

SECTION 1

Historical Context & Motivation

Humans have been collecting data for millennia—census records in ancient Egypt, trade logs in Mesopotamia, astronomical tables in Greece. But for most of history, people had no systematic way to summarize a pile of numbers into a few meaningful descriptions. The question was always: given hundreds or thousands of observations, how do you communicate what the data actually looks like without listing every single value?

1710s
The Arithmetic Mean Takes Hold
Abraham de Moivre and others formalized the idea of averaging observations to find the center of a data set, laying the groundwork for modern descriptive statistics.
1800s
Gauss & the Bell Curve
Carl Friedrich Gauss studied measurement errors and discovered they often form a symmetric, bell-shaped distribution—now called the normal distribution. This gave statisticians a standard shape to compare data against.
1890s
Karl Pearson & Standard Deviation
Karl Pearson introduced the term standard deviation as a precise measure of how spread out data values are from the mean, giving scientists a powerful tool for quantifying variability.
1977
Tukey's Box Plot Revolution
John Tukey popularized the box-and-whisker plot, a visual that simultaneously displays center, spread, and shape—making it easy to compare multiple data sets at a glance.

Today, the ACT expects you to quickly describe a data set's center (where values cluster), shape (symmetry, skewness, number of peaks), and spread (how variable the values are). These three characteristics are the foundation of data analysis, and mastering them lets you interpret histograms, dot plots, and summary statistics with confidence.

SECTION 2

Core Principles & Definitions

Every data set can be described by three fundamental characteristics. Think of them as answers to three simple questions: Where is the middle? What does the overall pattern look like? How tightly or loosely are the values packed together? Let's define each one clearly.

1

Center

A single value that represents the "typical" data point. The three most common measures are the mean (arithmetic average), the median (middle value when data are sorted), and the mode (most frequent value).
2

Shape

The overall pattern visible in a histogram or dot plot. Data can be symmetric (mirror-image halves), skewed left (tail stretches toward smaller values), skewed right (tail stretches toward larger values), or uniform (roughly flat).
3

Spread

How much the data values vary. Common measures include the range (max − min), the interquartile range (IQR) (middle 50% of data), and the standard deviation (average distance from the mean).
4

Outliers

Values that fall far from the rest of the data. Outliers can dramatically affect the mean and range but leave the median and IQR relatively unchanged. Identifying outliers is a common ACT question type.
✦ KEY TAKEAWAY
KEY TAKEAWAY
SECTION 3

Visual Explanation — Shapes of Distributions

The diagram below illustrates the four most common distribution shapes you'll encounter on the ACT. Notice how each shape tells a different story about where the data clusters and how it tails off.

Four Common Distribution ShapesSymmetric (Bell-Shaped)Mean = MedianSkewed RightMedianMeantail →Skewed LeftMedianMean← tailUniformMean ≈ Median (center)
In a symmetric distribution, the mean and median coincide. In a right-skewed distribution, the mean is pulled toward the long right tail. In a left-skewed distribution, the mean shifts toward the left tail. A uniform distribution shows roughly equal frequencies across all values.

A critical ACT skill is recognizing how skewness affects the relationship between the mean and median. Here's the rule: the mean chases the tail. In a right-skewed data set—like household incomes in a city—a few very high values drag the mean above the median. In a left-skewed set—like ages at retirement in a company with early retirees—a few very low values pull the mean below the median. When data is perfectly symmetric, the mean and median sit at the same point.

SECTION 4

Mathematical Framework

Measures of Center

MEAN (ARITHMETIC AVERAGE)
x̄ = (x₁ + x₂ + … + xₙ) / n
Where x̄ is the mean, x₁, x₂, …, xₙ are the individual data values, and n is the total number of values. Add every value and divide by the count.
MEDIAN
Median = middle value of sorted data (or average of two middle values if n is even)
Sort the data from least to greatest. If n is odd, the median is the value at position (n + 1)/2. If n is even, average the two values at positions n/2 and (n/2) + 1.

Measures of Spread

RANGE
Range = Maximum − Minimum
The simplest measure of spread. It captures the total width of the data but is heavily influenced by outliers.
INTERQUARTILE RANGE (IQR)
IQR = Q₃ − Q₁
Where Q₁ is the first quartile (25th percentile) and Q₃ is the third quartile (75th percentile). The IQR captures the spread of the middle 50% of data and is resistant to outliers.
STANDARD DEVIATION (POPULATION)
σ = √[ (1/N) × Σ(xᵢ − μ)² ]
Where σ is the population standard deviation, μ is the population mean, xᵢ represents each data value, and N is the total number of values. On the ACT, you're more likely to compare standard deviations conceptually than to calculate them by hand.
ACT TIP
SECTION 5

Box Plots & the Five-Number Summary

One of the most powerful tools for simultaneously displaying center, shape, and spread is the box-and-whisker plot (or simply box plot). It is built from the five-number summary: the minimum, first quartile (Q₁), median (Q₂), third quartile (Q₃), and maximum. The box covers the IQR from Q₁ to Q₃, a line inside the box marks the median, and the whiskers extend to the minimum and maximum (or to a boundary for outliers).

Anatomy of a Box-and-Whisker Plot10203040506070Min14Q₁27Median38Q₃51Max64IQR = Q₃ − Q₁ = 51 − 27 = 24Range = Max − Min = 64 − 14 = 50The box contains the middle 50% of data. The median line shows center.If the median line is not centered in the box, the data is skewed.
This box plot shows a five-number summary of 14, 27, 38, 51, 64. The IQR is 24 (Q₃ − Q₁), covering the middle 50%. The range is 50. Notice the median sits slightly left of the box's center, hinting at a mild right skew.

Reading a box plot on the ACT requires attention to two things. First, the position of the median line inside the box tells you about skewness: if it's closer to Q₁, the data may be right-skewed; closer to Q₃ suggests left-skewed. Second, compare the lengths of the two whiskers—a much longer right whisker reinforces a right-skew interpretation. When the ACT presents two box plots side by side, compare their box widths (IQR) to determine which data set has greater variability in the middle 50%.

SECTION 6

Worked Example

A teacher records quiz scores for 9 students: 72, 85, 91, 68, 77, 85, 94, 88, 60. Find the mean, median, mode, range, and IQR, then describe the shape of the distribution.

Step 1 — Sort the Data

Arrange the values from least to greatest: 60, 68, 72, 77, 85, 85, 88, 91, 94.
Sorted: 60, 68, 72, 77, 85, 85, 88, 91, 94

Step 2 — Find the Mean

Add all values: 60 + 68 + 72 + 77 + 85 + 85 + 88 + 91 + 94 = 720. Then divide by the number of values: 720 ÷ 9 = 80.
Mean = 80

Step 3 — Find the Median

There are 9 values (odd count), so the median is at position (9 + 1)/2 = 5th value. Counting in the sorted list: 60, 68, 72, 77, 85, 85, 88, 91, 94.
Median = 85

Step 4 — Find the Mode

The value 85 appears twice, more than any other value.
Mode = 85

Step 5 — Find the Range

Range = Maximum − Minimum = 94 − 60 = 34.
Range = 34

Step 6 — Find Q₁, Q₃, and IQR

Split the sorted data at the median. Lower half: 60, 68, 72, 77. The median of the lower half is (68 + 72)/2 = 70, so Q₁ = 70. Upper half: 85, 88, 91, 94. The median of the upper half is (88 + 91)/2 = 89.5, so Q₃ = 89.5. Therefore, IQR = 89.5 − 70 = 19.5.
IQR = 19.5

Step 7 — Describe the Shape

The mean (80) is less than the median (85). Remember the rule: the mean chases the tail. Since the mean is pulled to the left, the distribution is skewed left. This makes sense because the two lowest scores (60, 68) are farther from the cluster than the two highest scores (91, 94).
Shape: Skewed Left
SECTION 7

Strengths & Limitations of Each Measure

Not all measures of center and spread are created equal. Choosing the right statistic depends on the shape of the data and whether outliers are present. The ACT frequently asks which measure best represents a data set, so you need to know when each one is most appropriate.

Comparison of measures of center and spread
MeasureBest Used WhenWeakness
MeanData is roughly symmetric with no extreme outliersPulled heavily by outliers; can misrepresent skewed data
MedianData is skewed or contains outliers; need a resistant measureDoesn't use every data value; ignores the magnitude of extremes
ModeCategorical data or when you need the most common valueMay not exist (all unique values) or may have multiple modes
RangeQuick overall sense of variabilityUses only two values; extremely sensitive to outliers
IQRSkewed data or when outliers are present; pair with the medianIgnores the outer 50% of data
Standard DeviationSymmetric data; need a precise spread measure; pair with the meanAffected by outliers; requires more computation
✦ KEY TAKEAWAY
PAIRING RULE
SECTION 8

Connection to Advanced Topics & the ACT

The concepts of center, shape, and spread form the basis for nearly every statistics question on the ACT. Understanding these fundamentals prepares you for more advanced ideas that appear in college-level courses but also occasionally surface in harder ACT problems.

How this lesson connects to advanced statistics
ACT Concept (This Lesson)Advanced Connection
Mean, median, and modeExpected value and weighted averages in probability
Standard deviationNormal distribution and z-scores (how many SDs from the mean)
Shape (skewness)Choosing between parametric and nonparametric statistical tests
Box plots and IQROutlier detection rules (values beyond Q₁ − 1.5 × IQR or Q₃ + 1.5 × IQR)
Comparing distributions visuallyHypothesis testing and comparing population parameters
ACT STRATEGY
SECTION 9

Practice Problems

PROBLEM 1 — CONCEPTUAL
A data set has a mean of 50 and a median of 58. What can you infer about the shape of the distribution?
PROBLEM 2 — BASIC CALCULATION
What are the mean and median of the following data set: 12, 15, 18, 18, 22, 25, 30?
PROBLEM 3 — INTERMEDIATE
The test scores for 10 students are: 55, 62, 70, 74, 78, 82, 85, 88, 92, 99. Using the 1.5 × IQR rule, what is the IQR of this data set, and is the value 55 a potential outlier?
PROBLEM 4 — APPLIED
Two classes took the same exam. Class A has a mean score of 78 and a standard deviation of 5. Class B has a mean score of 78 and a standard deviation of 12. Which of the following best describes the histograms of the two classes and which class performed more consistently?
PROBLEM 5 — CRITICAL THINKING
A data set of 20 values has a median of 40 and a mean of 40. A new value of 200 is added to the set (now 21 values). Which of the following best describes what happens to the mean, median, range, and standard deviation after adding 200?
SUMMARY

Lesson Summary

Varsity Tutors • ACT Math • Center, Shape, & Spread of Data