6.4 Standard Deviation, Variance, and Data Dispersion
Key Takeaways
- Standard deviation quantifies the dispersion of data points around their arithmetic mean; it is always non-negative (σ ≥ 0) and equals zero if and only if all values in the data set are identical.
- The GMAT tests standard deviation conceptually: data sets with points clustered tightly around the mean have smaller standard deviations, while sets with points polarized toward the extremes have larger standard deviations.
- Adding or subtracting a constant c to every term in a data set shifts the distribution uniformly along the number line, leaving both standard deviation and variance completely unchanged.
- Multiplying or dividing every term by a constant k scales the standard deviation by |k| and the variance by k².
- Inserting an additional observation exactly equal to the existing mean leaves the mean unchanged while strictly decreasing the standard deviation (for any non-zero initial variance).
6.4 Standard Deviation, Variance, and Data Dispersion
Quick Summary: On the GMAT Focus Quantitative section, you will virtually never calculate standard deviation using pencil-and-paper formulas. Instead, GMAC tests your conceptual mastery of data spread: comparing how tightly points cluster around the mean, knowing that adding a constant does not change standard deviation, and recognizing that multiplying by $k$ scales standard deviation by $|k|$.
While measures of central tendency (mean, median, mode) pinpoint the center of a data distribution, measures of dispersion quantify how tightly or loosely the data points are clustered around that center. On the calculator-free GMAT, standard deviation questions are designed to test your geometric and algebraic intuition about spread rather than your stamina for manual computation.
Conceptual Definition of Dispersion and Variance
Consider two investment funds, both yielding an average annual return of 8% over five years:
- Fund Alpha: ${7%, 8%, 8%, 8%, 9%}$
- Fund Beta: ${-10%, 0%, 8%, 16%, 26%}$
Although both funds share the identical mean return of 8%, Fund Alpha is exceptionally stable, while Fund Beta exhibits extreme volatility. This volatility is precisely what standard deviation measures.
The Mathematical Architecture of Variance and Standard Deviation
To understand how standard deviation behaves, examine its constituent steps:
- Calculate the arithmetic mean ($\mu$): Find the balance point of the $n$ observations.
- Compute individual deviations from the mean: $(x_i - \mu)$. Points below the mean have negative deviations; points above have positive deviations.
- Square each deviation: $(x_i - \mu)^2$. Squaring ensures that all deviations become positive and penalizes points that lie far from the center disproportionately.
- Calculate Variance ($\sigma^2$): The arithmetic average of the squared deviations:
- Calculate Standard Deviation ($\sigma$): Take the positive square root of variance to return to the original units of measurement:
Test-Day Reality: The GMAT will never require you to execute all five steps on a large data set. If you find yourself doing extensive long division and square root calculations on scratch paper, you have missed the conceptual shortcut!
Fundamental Axiomatic Properties of Standard Deviation
Every test-taker must memorize these non-negotiable mathematical properties:
- Non-Negativity: Standard deviation is always greater than or equal to zero ($\sigma \ge 0$). It can never be negative because it is defined as the principal square root of non-negative squared values.
- The Zero-Variance Condition: The standard deviation of a set is zero if and only if all numbers in the set are identical: Example: For ${5, 5, 5, 5}$, the mean is 5, every deviation is 0, and $\sigma = 0$.
- Clustering vs. Dispersion:
- The closer data points lie to the mean, the smaller the standard deviation.
- The further data points lie from the mean, the larger the standard deviation.
Qualitative Comparison of Data Sets (Mental Spread Inspection)
A common GMAT Problem Solving item presents three or four data sets and asks which has the greatest or least standard deviation.
The Comparison Framework
When comparing sets of equal size:
- Check the mean of each set.
- Inspect how the data points are distributed relative to that mean.
- Remember that because deviations are squared, extreme values dominate standard deviation.
Detailed Comparison Walkthrough
Examine the following three sets, each containing 5 elements with a mean of 30:
- Set A: ${10, 20, 30, 40, 50}$
- Set B: ${28, 29, 30, 31, 32}$
- Set C: ${10, 10, 30, 50, 50}$
Let's evaluate their dispersion around the mean $\mu = 30$:
- In Set B, all observations are packed tightly within 2 units of the mean. Deviations are ${-2, -1, 0, 1, 2}$. Sum of squared deviations is $4 + 1 + 0 + 1 + 4 = 10$. Set B has the smallest standard deviation.
- In Set A, numbers are uniformly spaced with deviations ${-20, -10, 0, 10, 20}$. Sum of squared deviations is $400 + 100 + 0 + 100 + 400 = 1,000$.
- In Set C, four of the five numbers are pushed all the way to the absolute extremes ($10$ and $50$). Deviations are ${-20, -20, 0, 20, 20}$. Sum of squared deviations is $400 + 400 + 0 + 400 + 400 = 1,600$. Set C has the largest standard deviation.
Key Takeaway: Even though Set A and Set C have the exact same Range ($50 - 10 = 40$) and the exact same Mean (30), Set C has a significantly higher standard deviation because its values are polarized toward the extremes rather than distributed across the interior.
The Mathematical Effects of Linear Transformations
Understanding how standard deviation reacts to arithmetic operations is one of the highest-yield topics on the quantitative section.
1. Adding or Subtracting a Constant $c$ ($x_i \to x_i + c$)
Imagine plotting a data set as dots on a number line. Adding $c$ shifts every dot by $c$ units in the same direction. The entire distribution slides rigidly along the axis:
- The mean shifts: $\mu_{\text{new}} = \mu_{\text{old}} + c$.
- The deviations from the mean: $(x_i + c) - (\mu + c) = x_i - \mu$.
- Because the distances between each point and the mean are identical, the squared deviations are unchanged!
Critical Rule: Adding or subtracting any constant (positive or negative) to every element in a data set has ZERO effect on its standard deviation and variance.
2. Multiplying or Dividing by a Constant $k$ ($x_i \to k x_i$)
Multiplying every data point by $k$ stretches (if $|k| > 1$) or compresses (if $|k| < 1$) the distribution relative to the origin:
- The mean scales: $\mu_{\text{new}} = k \mu_{\text{old}}$.
- The individual deviations scale: $(k x_i - k \mu) = k(x_i - \mu)$.
- The squared deviations scale by $k^2$:
- Taking the square root gives:
Summary of Transformation Impacts
| Transformation on Every Element | Effect on Mean | Effect on Standard Deviation ($\sigma$) | Effect on Variance ($\sigma^2$) |
|---|---|---|---|
| Add constant $c$ | $\mu + c$ | Unchanged ($\sigma$) | Unchanged ($\sigma^2$) |
| Subtract constant $c$ | $\mu - c$ | Unchanged ($\sigma$) | Unchanged ($\sigma^2$) |
| Multiply by constant $k$ | $k \cdot \mu$ | **$ | k |
| Divide by constant $k$ ($k \neq 0$) | $\mu / k$ | **$\sigma / | k |
| Linear equation: $y = ax + b$ | $a\mu + b$ | **$ | a |
The Effect of Adding New Observations to a Data Set
Questions frequently ask how inserting an additional data point alters the existing standard deviation of a set.
1. Adding an Observation Exactly Equal to the Mean ($x_{\text{new}} = \mu$)
- The new observation contributes a deviation of zero: $(x_{\text{new}} - \mu)^2 = 0$.
- The numerator of variance $\sum (x_i - \mu)^2$ remains completely unchanged.
- However, the sample size in the denominator increases from $n$ to $n + 1$.
- Therefore, the variance and standard deviation strictly decrease: (Exception: If $\sigma_{\text{old}} = 0$, all elements are already equal to the mean, so $\sigma$ remains 0.)
2. Adding an Observation Far From the Mean (Outlier)
Adding an extreme observation adds a large squared deviation term to the numerator, pulling the standard deviation upward.
The Empirical Rule for Normal Distributions
While the GMAT rarely tests advanced continuous probability density functions, it does occasionally present scenarios referencing a normal distribution (bell curve) to test standard deviation intervals.
For any normally distributed variable with mean $\mu$ and standard deviation $\sigma$:
- Approximately 68% of all data points fall within 1 standard deviation of the mean: $[\mu - \sigma, \mu + \sigma]$.
- Approximately 95% of all data points fall within 2 standard deviations of the mean: $[\mu - 2\sigma, \mu + 2\sigma]$.
- Approximately 99.7% of all data points fall within 3 standard deviations of the mean: $[\mu - 3\sigma, \mu + 3\sigma]$.
Because the bell curve is perfectly symmetric, exactly half ($50%$) of the distribution lies above the mean and half ($50%$) lies below. Furthermore:
- Approximately $34%$ lies between $\mu$ and $\mu + 1\sigma$.
- Approximately $13.5%$ lies between $\mu + 1\sigma$ and $\mu + 2\sigma$.
- Approximately $2.35%$ lies between $\mu + 2\sigma$ and $\mu + 3\sigma$.
- Approximately $0.15%$ lies above $\mu + 3\sigma$.
Worked Problem Solving Examples
Example 1: Standard Deviation Under Linear Transformation
Problem: A set of 20 test scores has a mean of 65 and a standard deviation of 12. If each score is increased by 10% and then has 5 points added to it, what will be the new mean and the new standard deviation of the test scores?
Solution:
- Express the transformation algebraically: Increasing each score $x_i$ by 10% multiplies it by 1.10. Adding 5 points gives:
- Calculate the new mean:
- Calculate the new standard deviation:
- Recall that the additive constant $(+5)$ has zero effect on standard deviation.
- The multiplicative constant $(1.10)$ scales the standard deviation directly: The new mean is 76.5 and the new standard deviation is 13.2.
Example 2: Normal Distribution Percentile Range
Problem: The scores on a standardized certification examination are normally distributed with a mean of 500 and a standard deviation of 80. Approximately what percentage of test-takers scored between 420 and 660?
Solution:
- Express the score boundaries in terms of standard deviations from the mean $\mu = 500$, $\sigma = 80$:
- Lower boundary: $420 = 500 - 80 = \mu - 1\sigma$
- Upper boundary: $660 = 500 + 2(80) = \mu + 2\sigma$
- Sum the percentage segments defined by the empirical rule:
- Segment from $\mu - 1\sigma$ to $\mu$: $\approx 34%$
- Segment from $\mu$ to $\mu + 1\sigma$: $\approx 34%$
- Segment from $\mu + 1\sigma$ to $\mu + 2\sigma$: $\approx 13.5%$
- Total percentage between $\mu - 1\sigma$ and $\mu + 2\sigma$: Approximately 81.5% of test-takers scored between 420 and 660.
High-Frequency GMAT Traps
-
Trap 1: The Constant Addition Trap
Assuming that adding 10 to every number in a data set increases its standard deviation by 10. Shifting data uniformly does not change the spread relative to the mean; $\sigma$ remains unchanged. -
Trap 2: Conflating Range with Standard Deviation
Assuming that a data set with a larger range always has a larger standard deviation. A set with values ${0, 50, 50, 50, 100}$ (range 100) has most of its values at the mean (50), while a set with ${10, 10, 80, 80}$ (range 70) has all points far from the mean, easily producing a higher standard deviation despite a smaller range. -
Trap 3: Wasting Time on Manual Calculations
Attempting to manually calculate variances on scratch paper. GMAT questions can virtually always be resolved by checking symmetry, extreme clustering, or transformation rules.
Set X consists of the numbers {12, 14, 16, 18, 20}. Set Y is created by multiplying each member of Set X by 3 and then adding 7 to each result. If the standard deviation of Set X is s, what is the standard deviation of Set Y in terms of s?
Which of the following five-element data sets has the greatest standard deviation?
A test was administered to a class of 25 students. The mean score was 74 with a standard deviation of 8. If a 26th student who scored exactly 74 is added to the data set, what is the effect on the mean and the standard deviation of the test scores?