GRE QUANTITATIVE • DATA ANALYSIS AND STATISTICS

Descriptive Statistics (Mean, Median, SD)

Master the foundational measures of center and spread that underpin every data-analysis question on the GRE.

Historical Context & Motivation

Long before standardized tests or data-science pipelines existed, scholars wrestled with a deceptively simple question: how do you reduce a collection of measurements to a single, representative number? The answer gave rise to descriptive statistics — a family of techniques designed to summarize, organize, and communicate the essential features of a data set. On the GRE Quantitative section, questions about the mean, median, and standard deviation appear frequently in Quantitative Comparison, Data Interpretation, and Problem Solving formats. Understanding the historical roots of these measures illuminates why each was invented and when each is most appropriate.

~1670
The Arithmetic Mean in Astronomy
Christiaan Huygens and later Edmond Halley routinely averaged astronomical observations to reduce measurement error, establishing the arithmetic mean as the standard tool for combining repeated measurements.
1774
Laplace and the Method of Least Squares
Pierre-Simon Laplace formalized the idea that the mean minimizes the sum of squared deviations — a theoretical justification that would later inspire the concept of variance and standard deviation.
1883
Galton Introduces the Median
Francis Galton popularized the median as a robust measure of central tendency in his studies of heredity, noting its resistance to extreme values that plagued averaged biological data.
1893
Karl Pearson Coins 'Standard Deviation'
Karl Pearson introduced the term standard deviation to replace the cumbersome 'mean error,' giving the statistical community a clean, universal measure of spread.
1947–Present
Modern Standardized Testing
The Educational Testing Service (ETS) begins producing the GRE, embedding descriptive statistics questions that test candidates' ability to interpret means, medians, and standard deviations in real-world data contexts.

The central question that unifies these developments is both practical and profound: given a finite set of numerical observations, what single value best represents the "typical" case, and how much do the individual values deviate from that center? Answering the first part requires a measure of central tendency (mean or median), and answering the second requires a measure of spread (standard deviation). Together, these statistics form the bedrock of quantitative reasoning on the GRE.

Core Principles & Definitions

Descriptive statistics distill raw data into interpretable summaries. Before diving into formulas, it is essential to grasp the foundational ideas that govern how and why we compute the mean, median, and standard deviation. Each statistic captures a different aspect of a data set's "shape," and the GRE routinely tests whether you understand those distinctions — not just whether you can calculate a number.

1

Arithmetic Mean (Average)

The sum of all data values divided by the count of values. It uses every data point, which makes it sensitive to outliers. On the GRE, the mean is the default measure of center.
2

Median (Middle Value)

The value that divides an ordered data set into two equal halves. For an even number of data points, the median is the average of the two central values. It is resistant to outliers, making it preferred for skewed distributions.
3

Standard Deviation (SD)

A measure of how spread out the data values are around the mean. A small SD means values cluster tightly; a large SD means they are widely dispersed. The GRE tests your ability to compare SDs visually from distributions.
4

Variance

The square of the standard deviation. Variance (σ²) is used primarily in intermediate calculations; the standard deviation (σ) restores the result to the original units of the data, which is why it is reported more often.
5

Skewness & Outlier Effects

When a distribution is symmetric, the mean and median coincide. When it is skewed, the mean is pulled toward the tail while the median remains stable — a relationship the GRE frequently probes.
KEY TAKEAWAY
Think of the mean as the balance point of a data set — the spot where a number line would teeter perfectly level if you placed equal weights at every data value. The median, by contrast, is the physical midpoint — the value that splits the count of data points exactly in half. If a single billionaire walks into a room of college students, the mean salary skyrockets while the median barely moves. The standard deviation, meanwhile, tells you how tightly the weights cluster around that balance point; a small SD is like all weights stacked in the center, while a large SD spreads them to the ends.

Visual Explanation — Mean, Median, and Skew

The relationship between the mean and median is best understood visually. In a perfectly symmetric distribution, both statistics coincide at the peak. However, when data is skewed — as it commonly is in GRE data-interpretation scenarios involving income, prices, or reaction times — the mean shifts toward the longer tail. The diagram below shows three common distribution shapes and marks the positions of the mean and median in each.

In a symmetric distribution, the mean and median are equal. In a right-skewed distribution (long tail on the right), the mean is pulled above the median. In a left-skewed distribution, the mean is pulled below the median.

This visual relationship is one of the most commonly tested concepts on the GRE. A Quantitative Comparison question might present two distributions and ask which has the greater mean relative to the median. If you can recognize the direction of skew from a histogram or frequency chart, you can immediately determine whether the mean lies above or below the median — no calculation required. Remember the mnemonic: the mean chases the tail. In a right-skewed distribution, the tail extends to the right, so the mean shifts right (i.e., increases) relative to the median, and vice versa.

Mathematical Framework

Let us formalize the three statistics using standard notation. Suppose we have a data set of n observations: x₁, x₂, …, xₙ. Throughout GRE preparation, you should be comfortable both applying these formulas mechanically and interpreting the results conceptually.

ARITHMETIC MEAN
x̄ = (x₁ + x₂ + ⋯ + xₙ) / n = (Σxᵢ) / n
Where is the sample mean, Σxᵢ denotes the sum of all observations, and n is the total number of data points. The mean treats every value with equal weight.
MEDIAN
Median = x₍₍ₙ₊₁₎/₂₎ if n is odd; Median = (x₍ₙ/₂₎ + x₍ₙ/₂₊₁₎) / 2 if n is even
After sorting the data in ascending order, the median is the value at position (n + 1)/2 for an odd count, or the average of the two middle values for an even count. The subscript notation x₍ₖ₎ denotes the k-th value in the sorted list.
POPULATION STANDARD DEVIATION
σ = √[ (1/N) × Σ(xᵢ − μ)² ]
Where μ is the population mean, N is the population size, and each term (xᵢ − μ)² is a squared deviation from the mean. On the GRE, unless explicitly stated otherwise, assume you are computing the population SD (dividing by N, not n − 1).
VARIANCE
σ² = (1/N) × Σ(xᵢ − μ)²
Variance is simply the standard deviation squared. It measures dispersion in squared units. Although the GRE rarely asks for variance directly, understanding this relationship helps when you need to reason about how adding a constant to every value (no change in SD) or multiplying by a constant (SD scales by |c|) affects spread.
💡 GRE TIP
The GRE will never ask you to compute a standard deviation from scratch for a large data set — the arithmetic would be too time-consuming. Instead, expect questions that ask you to compare standard deviations of two distributions visually, or to reason about how a transformation (adding a constant, multiplying by a constant, removing an outlier) affects the SD.

Standard Deviation — A Closer Look

Standard deviation is the measure that GRE test-takers find most conceptually challenging, largely because they conflate range with spread. Two data sets can have identical ranges yet vastly different standard deviations. The key insight is that SD depends on how every value relates to the mean, not merely on the gap between the maximum and minimum. The following diagram walks through the computation of SD for a small data set, illustrating each squared deviation as a colored area.

Each bar represents a data value. The dashed red lines show negative deviations from the mean (μ = 5), and dashed cyan lines show positive deviations. Squaring each deviation and averaging yields the variance (4); taking the square root gives the standard deviation (2).

Notice that the two data points farthest from the mean (2 and 9) contribute disproportionately to the total sum of squared deviations: 9 + 16 = 25 out of 32 total. This is precisely why the standard deviation is sensitive to outliers — squaring amplifies large deviations far more than small ones. On the GRE, if a question states that one data value is changed or removed, consider whether that value is close to the mean (minimal impact on SD) or far from it (significant impact).

🔧 TRANSFORMATION RULES
If every data value is transformed by xᵢ → a × xᵢ + b, then the new mean is a × (old mean) + b, but the new SD is |a| × (old SD). Adding a constant shifts the center without affecting spread; multiplying by a constant scales both the center and the spread.

Worked Example

The following problem mirrors the style you will encounter in GRE Problem Solving. We will compute the mean, median, and standard deviation of a small data set and then determine what happens when a new value is added.

GRE-Style Problem: Adding a Data Point
1
Step 1 — State the DataA researcher records the number of hours 6 students studied for an exam: {3, 5, 7, 7, 8, 12}. We need the mean, median, and standard deviation of this data set.
2
Step 2 — Compute the MeanSum = 3 + 5 + 7 + 7 + 8 + 12 = 42. Number of values = 6. Therefore, x̄ = 42 / 6 = 7.
Mean = 7
3
Step 3 — Find the MedianThe data is already sorted: {3, 5, 7, 7, 8, 12}. With n = 6 (even), the median is the average of the 3rd and 4th values: (7 + 7) / 2 = 7.
Median = 7
4
Step 4 — Compute the Standard DeviationFirst, find each squared deviation from the mean (μ = 7): (3 − 7)² = 16, (5 − 7)² = 4, (7 − 7)² = 0, (7 − 7)² = 0, (8 − 7)² = 1, (12 − 7)² = 25. Sum of squared deviations = 16 + 4 + 0 + 0 + 1 + 25 = 46. Variance = 46 / 6 ≈ 7.667. Standard deviation = √7.667 ≈ 2.77.
σ ≈ 2.77
5
Step 5 — Add a New Value and AnalyzeA 7th student studied for exactly 7 hours. The new data set is {3, 5, 7, 7, 7, 8, 12}. New sum = 42 + 7 = 49, new mean = 49 / 7 = 7 — the mean is unchanged because the new value equals the old mean. New median = the 4th value in sorted order = 7 — the median is also unchanged. For the new SD, the added squared deviation is (7 − 7)² = 0, so the new sum of squared deviations remains 46. New variance = 46 / 7 ≈ 6.571. New SD = √6.571 ≈ 2.56. The standard deviation decreased because the added value is right at the mean, pulling the average deviation down.
New σ ≈ 2.56 (decreased)
🔑 INSIGHT
Adding a value equal to the mean never changes the mean itself, but it always decreases the standard deviation (unless all values are already identical). This is because the denominator in the variance formula increases while the numerator stays the same. Conversely, adding a value far from the mean will increase the SD. This principle is a frequent trap in GRE Quantitative Comparison questions.

Strengths, Limitations, and When to Use Each

The GRE expects you to know not just how to compute these statistics but also when each is the most appropriate descriptor. The table below synthesizes the strengths and limitations of each measure. Understanding these trade-offs is the key to answering qualitative reasoning questions about data analysis.

Comparison of Mean, Median, and Standard Deviation
StatisticStrengthsLimitations
MeanUses every data point; algebraically tractable; minimizes the sum of squared deviations; foundation for most advanced statistical methods.Sensitive to outliers and skewed data; may not represent a 'typical' value when the distribution is heavily skewed.
MedianRobust to outliers; always represents the 'middle' of the data regardless of shape; preferred for income, home price, and other skewed distributions.Ignores the actual magnitudes of extreme values; harder to manipulate algebraically; less useful in further statistical inference.
Standard DeviationMeasures spread in the same units as the data; foundational for confidence intervals, z-scores, and the normal distribution; sensitive to the overall shape.Sensitive to outliers (due to squaring); can be misleading for multimodal or heavily skewed distributions; requires the mean as a reference point.
🎯 GRE STRATEGY NOTE
Think of the mean and median as complementary sensors. A weather station using only a thermometer (mean) would be misled by a single volcanic heat spike; one using only a barometer (median) might miss gradual warming. The standard deviation is the instrument's sensitivity dial — a high SD means the readings fluctuate wildly, while a low SD means they are remarkably consistent. On the GRE, always consider which instrument the question is asking you to read, and be ready to explain why one is more informative than the other in a given context.

Connection to Inferential Statistics and Beyond

Descriptive statistics are the building blocks of more advanced analytical tools. While the GRE Quantitative section focuses on description rather than inference, understanding where these concepts lead will strengthen your intuition and help you navigate the handful of harder questions that border on inferential reasoning.

From Descriptive to Inferential Statistics
Descriptive ConceptAdvanced ExtensionWhat It Enables
Mean (x̄)Sampling distribution of the mean; Central Limit TheoremConfidence intervals and hypothesis testing about population means, even for non-normal populations.
Standard Deviation (σ)Z-scores; the 68-95-99.7 rule (Empirical Rule)Determining how unusual a particular value is; comparing values from different distributions.
MedianPercentiles and quartiles; Interquartile Range (IQR)Box-and-whisker plots; outlier detection using the 1.5 × IQR rule.
Variance (σ²)Analysis of Variance (ANOVA); Regression sum of squaresPartitioning total variability into explained and unexplained components; model building.

The most directly GRE-relevant extension is the z-score, defined as z = (x − μ) / σ. A z-score tells you how many standard deviations a particular value lies above or below the mean. If a GRE question states that a distribution is approximately normal and asks about the percentage of values within certain bounds, recall the Empirical Rule: approximately 68% of values fall within ±1σ of the mean, 95% within ±2σ, and 99.7% within ±3σ. This rule converts abstract standard-deviation values into concrete probabilities and is one of the most efficient tools for Data Interpretation questions.

🚀 LOOKING AHEAD
In graduate coursework, the descriptive tools you master here form the first step of any empirical analysis — from simple t-tests to multivariate regression. A solid grasp of mean, median, and SD now will pay dividends throughout your quantitative career.

Practice Problems

Test your understanding with these five problems, calibrated from conceptual to critical-thinking difficulty. Work each problem completely before reading the answer.

PROBLEM 1CONCEPTUAL
A data set has a mean of 50 and a median of 42. What can you conclude about the shape of the distribution — is it symmetric, right-skewed, or left-skewed? Explain your reasoning.
PROBLEM 2BASIC CALCULATION
Find the mean, median, and population standard deviation of the data set: {10, 14, 14, 18, 20, 26}.
PROBLEM 3INTERMEDIATE
List A consists of the values {1, 2, 3, 4, 5}. List B consists of the values {1, 2, 3, 4, 15}. Without computing the exact standard deviations, determine which list has the greater SD and explain why. Then verify by computing both SDs.
PROBLEM 4APPLIED
A company's eight employees earn the following annual salaries (in thousands): {35, 38, 40, 42, 44, 48, 50, 200}. The company claims its 'average salary' is $62,125. A job candidate argues the 'typical salary' is $43,000. Who is correct, and which statistic does each party use? If the $200k earner leaves and is replaced by someone earning $46k, how do the mean and median change?
PROBLEM 5CRITICAL THINKING
Prove that for any data set, adding a new value equal to the current mean x̄ does not change the mean. Then determine under what condition adding a value equal to the mean would also leave the standard deviation unchanged.

Lesson Summary

The three pillars of descriptive statistics — the arithmetic mean, the median, and the standard deviation — provide complementary snapshots of any data set. The mean (x̄ = Σxᵢ / n) leverages every observation and serves as the algebraic center, while the median offers a robust, outlier-resistant measure of the typical value. The standard deviation (σ = √[Σ(xᵢ − μ)² / N]) quantifies spread around the mean by averaging squared deviations and returning to the original units via the square root.

For GRE success, remember these core principles: in a symmetric distribution the mean equals the median; in a skewed distribution the mean is pulled toward the tail. Adding a constant to every value shifts the mean and median but leaves the SD unchanged; multiplying every value by a constant c multiplies the SD by |c|. A data point added at the mean preserves the mean but reduces the SD, while an extreme outlier inflates both the mean and the SD. Master these relationships, and you will handle any descriptive-statistics question the GRE presents with confidence.

Varsity Tutors • GRE Quantitative • Descriptive Statistics (Mean, Median, SD)