ACCUPLACER QUANTITATIVE REASONING, ALGEBRA & STATISTICS • DESCRIPTIVE STATISTICS

Measures of Center — Compute measures of center (mean, median, mode)

Master the three fundamental statistics that summarize where data clusters, a cornerstone of ACCUPLACER quantitative reasoning.

Historical Context & Motivation

The impulse to reduce a collection of measurements to a single representative number is surprisingly ancient. Long before modern statistics formalized the concept, astronomers, navigators, and merchants faced a practical problem: when multiple observations of the same quantity disagreed, which value should be trusted? The answer lay in finding a measure of center — a single number that captures where the bulk of a data set concentrates. This idea evolved over centuries from rough intuitive averages into the rigorous definitions of mean, median, and mode that appear on standardized exams today.

c. 3000 BCE
Early Averaging in Mesopotamia
Babylonian merchants averaged grain yields across fields to estimate tribute payments, employing an informal arithmetic mean centuries before the concept had a name.
1669
Christiaan Huygens & Expected Value
The Dutch polymath Huygens formalized the notion of a weighted average in probability, laying theoretical groundwork for the arithmetic mean as a statistical measure.
1774
Laplace & the Median
Pierre-Simon Laplace showed that the median minimizes the sum of absolute deviations, establishing its role as a robust measure of center resistant to extreme values.
1895
Karl Pearson Coins 'Mode'
Pearson introduced the term 'mode' for the most frequently occurring value, completing the classical triad of central-tendency measures used throughout the twentieth century.

Today the ACCUPLACER exam asks you to compute and interpret each of these measures, often in the same problem. The core question that drives this lesson is deceptively simple: given a set of numbers, what single value best represents the "center" of that data, and how does your choice of measure shape the story the data tells?

Core Principles & Definitions

A measure of center (also called a measure of central tendency) is a single value intended to represent a typical or central data point within a distribution. Three such measures dominate introductory statistics and standardized testing: the arithmetic mean, the median, and the mode. Although they all aim to summarize a data set, each employs a different strategy and, consequently, each responds differently to the shape of the data.

1

Mean (Arithmetic Average)

Sum all data values and divide by the count. The mean is the balance point of the distribution, sensitive to every value including outliers.
2

Median (Middle Value)

Arrange the data in ascending order and select the middle value. For an even count, average the two central values. The median is resistant to outliers because it depends only on position.
3

Mode (Most Frequent Value)

Identify the value that occurs most often. A data set may be unimodal, bimodal, or have no mode at all if every value appears equally often.
4

Sensitivity to Skew

In a perfectly symmetric distribution all three measures coincide. When data is skewed, the mean is pulled toward the tail while the median resists.
KEY TAKEAWAY
Think of a data set as a seesaw. The mean is the fulcrum position that balances the board — one heavy child on the far end shifts the balance point toward them. The median is the seat in the physical middle — it does not care how heavy anyone is, only who sits where. The mode is the most crowded seat, the one that the most children chose. Understanding which "center" to report is as important as computing it.

Visual Explanation — Where Do the Measures Fall?

The diagram below plots the data set {2, 3, 3, 5, 7, 7, 7, 9, 15} on a dot plot and marks the positions of the mean, median, and mode. Notice how the mean (≈ 6.4) is pulled to the right by the outlier at 15, while the median (7) sits squarely in the middle position, and the mode (7) highlights the most common observation.

The dot plot shows each observation as a circle. The dashed blue line marks the mean at approximately 6.4, pulled rightward by the outlier at 15. The dashed violet line marks the median at 7 (the 5th value of 9 sorted values). The solid cyan label indicates the mode of 7, the value appearing three times.

This visualization illustrates a key ACCUPLACER insight: when data is right-skewed (a long tail to the right), the mean exceeds the median. On the exam, recognizing this relationship can help you eliminate answer choices quickly. In symmetric distributions, the mean and median coincide — a fact the test frequently exploits in conceptual questions.

Mathematical Framework

Each measure of center has a precise algebraic definition. Understanding the formulas not only ensures correct computation but also clarifies why each measure behaves the way it does under different data conditions.

ARITHMETIC MEAN
x̄ = (x₁ + x₂ + … + xₙ) / n = (Σxᵢ) / n
Where is the sample mean, xᵢ represents each data value, and n is the total number of data values. The mean uses every observation and is therefore sensitive to outliers.
MEDIAN
Median = x₍₍ₙ₊₁₎/₂₎ if n is odd; Median = (x₍ₙ/₂₎ + x₍ₙ/₂₊₁₎) / 2 if n is even
Sort the data in ascending order. If n is odd, the median is the single middle value at position (n + 1)/2. If n is even, the median is the average of the two middle values at positions n/2 and n/2 + 1.
MODE
Mode = value(s) with the highest frequency
The mode requires no arithmetic formula — it is found by counting. A data set is unimodal (one mode), bimodal (two modes), multimodal (three or more modes), or has no mode if all values occur equally often.
💡 ACCUPLACER TIP
The exam may present data in a frequency table rather than a raw list. To compute the mean from a frequency table, use the weighted mean formula: x̄ = Σ(fᵢ × xᵢ) / Σfᵢ, where fᵢ is the frequency of value xᵢ. Make sure to divide by the total number of observations, not the number of distinct values.

Comparing Measures Across Distribution Shapes

One of the most frequently tested skills on the ACCUPLACER is knowing how the relative positions of the mean, median, and mode shift depending on the shape of the distribution. The diagram below contrasts three common distribution shapes — symmetric, right-skewed, and left-skewed — and illustrates where each measure of center falls.

In a symmetric distribution, all three measures overlap at the center. In a right-skewed distribution, the mean is pulled right (Mode < Median < Mean). In a left-skewed distribution, the mean is pulled left (Mean < Median < Mode). The mean always chases the tail.
Choosing the right measure of center based on distribution shape
Distribution ShapeRelationshipBest Measure of Center
SymmetricMean ≈ Median ≈ ModeMean (uses all data efficiently)
Right-skewedMode < Median < MeanMedian (resists high outliers)
Left-skewedMean < Median < ModeMedian (resists low outliers)
Categorical dataMean & Median undefinedMode (only option)

Worked Example

A class of 10 students scored the following on a statistics quiz (out of 50 points): 35, 42, 28, 42, 50, 37, 42, 31, 45, 38. Compute the mean, median, and mode.

Computing All Three Measures of Center
1
Step 1 — List and Sort the DataArrange the values in ascending order: 28, 31, 35, 37, 38, 42, 42, 42, 45, 50. Sorting is essential for finding the median and makes it easier to spot the mode visually.
Sorted data: 28, 31, 35, 37, 38, 42, 42, 42, 45, 50
2
Step 2 — Compute the MeanSum all values: 28 + 31 + 35 + 37 + 38 + 42 + 42 + 42 + 45 + 50 = 390. Divide by n = 10: x̄ = 390 / 10 = 39.0.
Mean = 39.0
3
Step 3 — Find the MedianSince n = 10 (even), the median is the average of the 5th and 6th values. The 5th value is 38 and the 6th value is 42. Median = (38 + 42) / 2 = 40.0. Notice the median does not have to be an actual data point.
Median = 40.0
4
Step 4 — Identify the ModeScan the sorted list for the value that appears most frequently. The value 42 appears three times; all other values appear once. Thus the data set is unimodal with a mode of 42.
Mode = 42
5
Step 5 — Interpret the ResultsThe ordering Mean (39) < Median (40) < Mode (42) indicates a slight left skew — the lower scores (28, 31) pull the mean below the median. If a question asks for the "best" measure of center, the median (40) would be preferred because it resists the influence of the low outlier.
Mean < Median < Mode → slight left skew

Strengths & Limitations of Each Measure

No single measure of center is universally superior. Each has trade-offs that make it more or less appropriate depending on the data set's characteristics and the purpose of the analysis. The ACCUPLACER may present scenarios where you must select the most appropriate measure, so understanding these trade-offs is essential.

Comparative strengths and limitations of mean, median, and mode
MeasureStrengthsLimitations
MeanUses every data value; foundational for advanced statistics (standard deviation, z-scores); algebraically convenient.Highly sensitive to outliers and skewed distributions; can produce a value that no observation matches.
MedianResistant to outliers; always the 50th percentile; meaningful for ordinal and interval data.Ignores the magnitude of extreme values; not as useful in further statistical formulas.
ModeThe only measure applicable to categorical data; easy to identify visually; identifies peaks in distributions.May not exist or may not be unique; for continuous data, the mode depends on bin width; rarely used in further calculations.
KEY TAKEAWAY
Think of measuring center like choosing a spokesperson for a committee. The mean gives every member an equal voice, including the extremists — valuable when all opinions matter but risky if one outlier dominates. The median picks the person standing in the middle of the line — steady and reliable, unswayed by fringe positions. The mode is simply the most popular opinion — quick to identify but not necessarily representative.

Connection to Advanced Topics

The measures of center you compute on the ACCUPLACER are the building blocks for a wide range of advanced descriptive and inferential statistics. Understanding how they connect to more sophisticated tools deepens your grasp of the material and prepares you for college-level statistics coursework.

From ACCUPLACER basics to college-level statistics
ACCUPLACER ConceptAdvanced ExtensionConnection
Arithmetic MeanWeighted Mean / Expected ValueThe weighted mean generalizes the arithmetic mean when data points contribute unequally, forming the basis of probability's expected value E(X).
MedianPercentiles & QuartilesThe median is the 50th percentile (Q₂). Extending this idea yields quartiles Q₁ and Q₃, enabling box plots and the interquartile range.
ModeKernel Density EstimationFor continuous data, the discrete mode generalizes to the peak(s) of a probability density function, estimated via kernel density methods.
Mean vs. Median gapSkewness coefficientThe direction and magnitude of the mean–median difference is formalized in Pearson's skewness coefficient: 3(Mean − Median) / s.

On the ACCUPLACER itself, you will not be asked to compute skewness coefficients or kernel densities. However, understanding that the mean is the first moment of a distribution and that the median divides the cumulative distribution at 0.5 provides a conceptual scaffold that makes standard exam questions feel routine rather than abstract.

Practice Problems

PROBLEM 1CONCEPTUAL
A data set has a mean of 50 and a median of 55. What does this tell you about the shape of the distribution? Would you expect the data to be left-skewed, right-skewed, or symmetric?
PROBLEM 2BASIC CALCULATION
Find the mean, median, and mode of the following data set: 12, 15, 18, 15, 20, 15, 22.
PROBLEM 3INTERMEDIATE
The mean of five numbers is 24. Four of the numbers are 18, 22, 30, and 25. What is the fifth number?
PROBLEM 4APPLIED
A company reports that its employees earn a mean salary of $72,000 and a median salary of $54,000. The CEO earns $450,000. A new employee asks, "What is the typical salary here?" Which measure of center should you report, and why?
PROBLEM 5CRITICAL THINKING
A data set of 8 values has a median of 17 and a mode of 17. A ninth value is added to the data set. Under what conditions will the median remain 17? Under what conditions could the median change? Provide examples.

Lesson Summary

The three measures of centermean, median, and mode — each summarize a data set's center using a different strategy. The mean (x̄ = Σxᵢ / n) is the arithmetic average that incorporates every data point and serves as the balance point of the distribution, but it is sensitive to outliers. The median is the middle value of the sorted data (or the average of the two middle values when n is even), making it resistant to extreme values and the preferred measure for skewed distributions. The mode identifies the most frequently occurring value, is the only measure applicable to categorical data, and may be unimodal, bimodal, multimodal, or nonexistent.

For the ACCUPLACER, memorize the skewness relationship: in a right-skewed distribution, Mode < Median < Mean; in a left-skewed distribution, Mean < Median < Mode; and in a symmetric distribution, all three coincide. Always sort the data first, double-check your count of n, and remember that the mean can be used to recover a missing value when the total sum is known.

Varsity Tutors • ACCUPLACER Quantitative Reasoning, Algebra & Statistics • Measures of Center — Compute measures of center (mean, median, mode)