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.
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.
Arithmetic Mean (Average)
Median (Middle Value)
Standard Deviation (SD)
Variance
Skewness & Outlier Effects
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.
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.
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.
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).
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.
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.
| Statistic | Strengths | Limitations |
|---|---|---|
| Mean | Uses 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. |
| Median | Robust 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 Deviation | Measures 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. |
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.
| Descriptive Concept | Advanced Extension | What It Enables |
|---|---|---|
| Mean (x̄) | Sampling distribution of the mean; Central Limit Theorem | Confidence 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. |
| Median | Percentiles 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 squares | Partitioning 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.
Practice Problems
Test your understanding with these five problems, calibrated from conceptual to critical-thinking difficulty. Work each problem completely before reading the answer.
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.