7.2 Measures of Center & Spread
Key Takeaways
- The arithmetic mean is the balance point of a dataset (sum divided by n) and is non-resistant (heavily influenced by extreme outliers).
- The median is the positional middle value of an ordered dataset; for datasets with an even number of values, it is calculated as the average of the two middle numbers.
- The mode is the most frequently occurring data value; a dataset may have one mode (unimodal), multiple modes (bimodal/multimodal), or no mode.
- Range measures total dataset spread (Maximum - Minimum) and is extremely sensitive to extreme values.
- In a right-skewed distribution, high outliers pull the mean to the right of the median (Mean > Median), making the median the preferred measure of central tendency for skewed data.
Measures of Central Tendency
Statistical data analysis relies on summary statistics to describe a dataset concisely. Measures of central tendency (often called "measures of center") are single numerical values that identify the middle, balance point, or typical value of a dataset. The three primary measures tested on the Praxis 5003 are the mean, median, and mode.
1. The Mean (Arithmetic Average)
The mean is the sum of all data values divided by the total number of data values ($n$). It represents the physical arithmetic balance point of the distribution.
Step-by-Step Worked Example (Finding a Missing Value): A student scores 78, 85, 92, and 81 on four math quizzes. What score must she earn on her fifth quiz to achieve an overall mean score of 85?
- Set up the mean equation with total count $n = 5$ and target mean $= 85$:
- Multiply both sides by 5 to find the required total sum of all 5 scores:
- Sum the four existing scores:
- Subtract the current sum from the required sum to find $x$:
- Conclusion: She must score 89 on the fifth quiz.
2. The Median (Middle Value)
The median is the exact positional midpoint of a dataset when all numbers are ordered from least to greatest. It divides the ordered dataset into two equal halves ($50%$ of values fall below the median, and $50%$ fall above).
- Odd Number of Data Points ($n$ is odd): The median is the single number located at position $\frac{n + 1}{2}$.
- Even Number of Data Points ($n$ is even): There are two middle numbers, located at positions $\frac{n}{2}$ and $\frac{n}{2} + 1$. The median is the arithmetic mean of these two central numbers.
Step-by-Step Worked Example (Even $n$ Dataset): Find the median of the following quiz scores: $14, 22, 9, 18, 25, 12, 30, 20$.
- Order the data from least to greatest: $9, 12, 14, 18, 20, 22, 25, 30$.
- Count the total data points: $n = 8$ (even length).
- Locate the two middle numbers (4th and 5th terms): 18 and 20.
- Calculate their average: $\frac{18 + 20}{2} = \frac{38}{2} = 19$.
- Conclusion: The median is 19.
3. The Mode (Most Frequent Value)
The mode is the data value that appears with the highest frequency. Unlike the mean and median, the mode can be applied to both numerical and categorical data.
- Unimodal: Dataset has one single mode (e.g., $4, 6, 7, 7, 7, 9 \rightarrow \text{Mode} = 7$).
- Bimodal: Dataset has two values tied for highest frequency (e.g., $2, 4, 4, 5, 8, 8, 9 \rightarrow \text{Modes} = 4 \text{ and } 8$).
- Multimodal: Dataset has three or more modes.
- No Mode: Every value in the dataset occurs with equal frequency (e.g., $3, 5, 8, 11, 14 \rightarrow \text{No Mode}$).
Statistical Questions vs. Non-Statistical Questions
A statistical question anticipates variability in the data and is answered by collecting data that will vary. “How old are the students in this class?” is statistical because ages differ. “How old is Maya?” is not statistical—it has a single deterministic answer. Praxis expects you to identify which prompts are statistical before choosing graphs or summary measures.
How adding or removing values changes measures
- Adding a value above the current mean pulls the mean up; removing a high outlier pulls the mean down.
- The median moves only when the middle position(s) change after reordering.
- The mode changes only if frequencies of the most common values change.
- Range changes only if the new extreme minimum or maximum changes.
Work a quick before/after calculation when an item adds or deletes a score rather than relying on intuition alone.
Measures of Spread, Outliers, and Skewness
While measures of center locate the middle of a dataset, measures of spread (variability) describe how spread out or clustered the data values are relative to the center.
The Range
The simplest measure of spread tested on Praxis 5003 is the range. It measures the total distance spanned by the dataset:
Important Note: The range relies solely on the two extreme values in a dataset. Consequently, it is extremely non-resistant and sensitive to outliers.
Outliers and Their Impact on Center & Spread
An outlier is an extreme data point that lies significantly outside the general pattern of the rest of the dataset. Outliers can occur due to measurement errors, natural variation, or unusual individual cases.
When a dataset contains extreme outliers, the mean and median respond very differently:
- The Mean is Non-Resistant (Sensitive): Because calculating the mean involves summing every value, an extreme outlier pulls the mean heavily toward itself.
- The Median is Resistant (Robust): Because the median relies strictly on relative position rather than magnitude, changing extreme values leaves the median completely unchanged.
| Dataset | Values | Mean | Median | Range |
|---|---|---|---|---|
| Original Data (No Outliers) | 20, 22, 23, 25, 26, 28, 31 | 25.0 | 25.0 | $31 - 20 = \mathbf{11}$ |
| Data with High Outlier | 20, 22, 23, 25, 26, 28, 101 | 35.0 | 25.0 | $101 - 20 = \mathbf{81}$ |
Notice how adding the high outlier ($101$) shifted the mean dramatically from $25.0$ to $35.0$ and blew out the range from $11$ to $81$, while the median remained perfectly stable at $25.0$.
Distribution Skewness & The Mean vs. Median Relationship
The presence of outliers directly influences the shape (skewness) of a distribution, which in turn determines the relative ordering of the mean, median, and mode:
- Symmetric Distribution (Bell-Shaped): Data is balanced evenly on both sides. $\text{Mean} \approx \text{Median} \approx \text{Mode}$.
- Right-Skewed Distribution (Positively Skewed): Tail extends to the right (toward higher values). High outliers pull the mean to the right. $\mathbf{\text{Mean} > \text{Median} > \text{Mode}}$.
- Left-Skewed Distribution (Negatively Skewed): Tail extends to the left (toward lower values). Low outliers pull the mean to the left. $\mathbf{\text{Mean} < \text{Median} < \text{Mode}}$.
Choosing the Best Measure of Center & Exam Strategy
Choosing the correct summary statistic depends on the scale of measurement and the presence of skewness or extreme values in the distribution.
| Dataset Context / Scenario | Ideal Measure of Center | Primary Rationale |
|---|---|---|
| Skewed Data / Contains Extreme Outliers (e.g., Home Prices, Annual Salaries, Net Worth) | Median | The median is resistant to extreme outliers and accurately reflects the typical central value without inflation. |
| Symmetric Data Without Outliers (e.g., Standardized Test Scores, Heights of Adults) | Mean | The mean incorporates every exact numerical value and serves as the mathematical balance point. |
| Categorical Data (e.g., Favorite Color, Preferred T-shirt Size) | Mode | Mean and median cannot be calculated for non-numerical nominal categories; mode identifies the most frequent category. |
SUMMARY OF SKEWNESS & MEASURES OF CENTER:
Left-Skewed (Negative Skew) Symmetric Distribution Right-Skewed (Positive Skew)
[Tail on Left] [Balanced Mirror] [Tail on Right]
Mean < Median < Mode Mean = Median = Mode Mode < Median < Mean
(Low outliers pull Mean) (Center points match) (High outliers pull Mean)
Praxis Exam Tip: Whenever a problem describes real estate prices (e.g., a neighborhood with five $200,000 homes and one $3,000,000 mansion) or worker wages, the question is almost certainly testing your knowledge that the median is the most representative measure of central tendency because the mean is distorted by high outliers.
A student scored 74, 82, 79, and 85 on his first four social studies exams. What score must he earn on his fifth exam to have an overall mean score of 81?
A real estate agency reports the selling prices of six homes on a street: $180,000; $190,000; $195,000; $200,000; $210,000; and $1,600,000. Which statistical measure provides the most accurate description of the typical home price on this street, and why?
In a right-skewed (positively skewed) distribution of employee salaries, what is the typical relationship between the mean and the median?