8.2 Measures of Central Tendency: Mean, Median & Mode
Key Takeaways
- The arithmetic mean ($\bar{x} = \frac{\sum x}{n}$) represents the mathematical center of gravity of a dataset; it is highly sensitive to extreme outliers and skewed distributions.
- The weighted mean ($\bar{x}_w = \frac{\sum (w \cdot x)}{\sum w}$) weights values proportionally by credit hours (GPA), component percentages (course grades), or frequency counts ($\bar{x} = \frac{\sum (f \cdot x)}{\sum f}$).
- The median ($Q_2$) is the positional middle value after ascending sort ($n$ odd: element at $\frac{n+1}{2}$; $n$ even: mean of elements at $\frac{n}{2}$ and $\frac{n}{2}+1$), providing a robust, outlier-resistant measure of center.
- The mode is the most frequently occurring value in a dataset (which may be unimodal, bimodal, multimodal, or have no mode), and it is the only measure of central tendency applicable to nominal categorical data.
- Distribution skewness determines the relative order of central tendency: Symmetric ($\text{Mean} \approx \text{Median} \approx \text{Mode}$), Right-skewed ($\text{Mean} > \text{Median} > \text{Mode}$), and Left-skewed ($\text{Mean} < \text{Median} < \text{Mode}$).
8.2 Measures of Central Tendency: Mean, Median & Mode
A measure of central tendency is a single numerical value that attempts to describe a set of data by identifying the central position within that dataset. On the CLEP College Mathematics exam, you will be expected to compute the mean, weighted mean, median, and mode, solve for unknown missing values, and predict how data distribution shapes (skewness) alter the relative positions of these metrics.
1. The Arithmetic Mean
The arithmetic mean (commonly called the average) is the sum of all numerical values divided by the total number of observations.
Sample Mean vs. Population Mean Formulas
- Sample Mean ($\bar{x}$):
- Population Mean ($\mu$):
Key Properties of the Arithmetic Mean
- Mathematical Balance Point: The algebraic sum of deviations of all observations from the mean is always identically zero:
- Extreme Sensitivity to Outliers: Because every single value is included in the sum, an extreme outlier substantially pulls the mean toward the outlier.
- Finding a Missing Value for a Target Mean: To achieve a target mean $\bar{x}_{\text{target}}$ over $n$ total values when $n - 1$ values are known:
2. Weighted Mean & Grouped Frequency Distributions
When individual data values contribute unequal importance or represent grouped frequencies, the standard arithmetic mean cannot be used.
The Weighted Mean Formula
Where:
- $x_i$ = Value of item $i$
- $w_i$ = Weight assigned to item $i$ (e.g., course credit hours, assignment weights)
Standard Grade Point Average (GPA) Scale
In college GPA calculations, letter grades correspond to standard grade point values:
- $\text{A} = 4.0$, $\text{B} = 3.0$, $\text{C} = 2.0$, $\text{D} = 1.0$, $\text{F} = 0.0$
Mean of a Frequency Distribution
For a dataset organized in a frequency table with values (or class midpoints) $m_i$ and frequencies $f_i$:
3. The Median ($Q_2$)
The median is the physical middle value when a dataset is arranged in ascending (or descending) order. It divides the dataset into two equal halves.
+-----------------------------------------------------------------------------+
| MEDIAN COMPUTATION PROTOCOL |
| |
| STEP 1: SORT the dataset in ascending order: x_1 <= x_2 <= ... <= x_n |
| |
| STEP 2: CHECK the sample size n: |
| |
| - CASE 1 (n is ODD): |
| Median is the single middle element at position: (n + 1) / 2 |
| Example: For n = 7, Median = element at position (7 + 1)/2 = 4th value |
| |
| - CASE 2 (n is EVEN): |
| Median is the arithmetic mean of the two middle elements at positions: |
| n / 2 and (n / 2) + 1 |
| Example: For n = 8, Median = (4th value + 5th value) / 2 |
+-----------------------------------------------------------------------------+
Outlier Resistance (Robustness)
Unlike the mean, the median is resistant (robust) to extreme outliers. Changing the maximum value in a dataset from $100$ to $10{,}000{,}000$ leaves the median completely unchanged because the positional order of the center is unaffected.
4. The Mode
The mode is the value that occurs with the greatest frequency in a dataset.
- Unimodal: A dataset with exactly one value having the highest frequency (e.g., ${2, 4, 4, 5, 8} \implies \text{Mode} = 4$).
- Bimodal: A dataset with two distinct values sharing the equal highest frequency (e.g., ${1, 3, 3, 7, 9, 9} \implies \text{Modes} = 3 \text{ and } 9$).
- Multimodal: A dataset with three or more values tied for highest frequency.
- No Mode: When all values occur with equal frequency (e.g., ${4, 7, 9, 12, 15}$). (Do not write Mode = 0; write "No Mode").
- Categorical Data: The mode is the only measure of central tendency that can be used for nominal/qualitative data (e.g., the most common car color sold is "Silver").
5. Distribution Shapes & Skewness Dynamics
The shape of a data distribution dictates the relative positioning of the mean, median, and mode.
+-----------------------------------------------------------------------------+
| SKEWNESS & CENTRAL TENDENCY DYNAMICS |
| |
| 1. SYMMETRIC (Bell-Shaped / Normal): |
| ^ |
| / \ Mean ≈ Median ≈ Mode |
| / \ The center of symmetry aligns all three metrics. |
| +-----+ |
| |
| 2. RIGHT-SKEWED (Positively Skewed): |
| ^ |
| / \___ Mode < Median < Mean (or Mean > Median > Mode) |
| / \ The long right tail pulls the Mean to the right. |
| +--------+ Median remains between Mode and Mean. |
| |
| 3. LEFT-SKEWED (Negatively Skewed): |
| ^ |
| ___/ \ Mean < Median < Mode |
| / \ The long left tail pulls the Mean to the left. |
| +--------+ Median remains between Mean and Mode. |
+-----------------------------------------------------------------------------+
| Distribution Shape | Tail Direction | Outlier Pull | Central Tendency Inequality | Best Metric of Center |
|---|---|---|---|---|
| Symmetric | Balanced on both sides | None | $\text{Mean} \approx \text{Median} \approx \text{Mode}$ | Mean (utilizes all data points) |
| Right-Skewed | Extends toward higher values ($+$) | High outliers pull mean upward | $\text{Mean} > \text{Median} > \text{Mode}$ | Median (avoids outlier inflation) |
| Left-Skewed | Extends toward lower values ($-$) | Low outliers pull mean downward | $\text{Mean} < \text{Median} < \text{Mode}$ | Median (avoids outlier deflation) |
[!NOTE] In socioeconomic data (household income, net worth, residential real estate prices), distributions are almost universally right-skewed. Consequently, governmental agencies and economists report the median income or median home price rather than the mean to prevent wealthy outliers from distorting typical representative figures.
6. Step-by-Step Worked Numerical Examples
Worked Example 1: Finding a Missing Exam Score
Problem: A student has scored $74, 82, 88,$ and $76$ on four midterm exams. What score must the student earn on the fifth exam to achieve an overall course mean of exactly $82$?
Solution:
- Target parameters: $n = 5$, $\bar{x}_{\text{target}} = 82$.
- Compute total points required across all 5 exams:
- Sum the 4 existing scores:
- Calculate the required fifth score:
Verification: $\frac{74 + 82 + 88 + 76 + 90}{5} = \frac{410}{5} = 82.0$.
Worked Example 2: Weighted GPA Calculation
Problem: A college student's semester grades are listed below. Calculate the student's Grade Point Average (GPA) rounded to two decimal places.
| Course | Credit Hours ($w$) | Letter Grade | Grade Points ($x$) | Quality Points ($w \cdot x$) |
|---|---|---|---|---|
| Calculus I | $4$ | A | $4.0$ | $4 \times 4.0 = 16.0$ |
| General Chemistry | $4$ | B | $3.0$ | $4 \times 3.0 = 12.0$ |
| English Composition | $3$ | B | $3.0$ | $3 \times 3.0 = 9.0$ |
| Macroeconomics | $3$ | C | $2.0$ | $3 \times 2.0 = 6.0$ |
| Total | $\sum w = 14$ | — | — | $\sum (w \cdot x) = 43.0$ |
Solution:
Worked Example 3: Mean and Median of a Frequency Distribution
Problem: The table below summarizes the number of books read last month by a group of $20$ students:
| Books Read ($x$) | Frequency ($f$) | Product ($f \cdot x$) | | :--- | :--- | :--- | :--- | | $0$ | $3$ | $3 \times 0 = 0$ | | $1$ | $5$ | $5 \times 1 = 5$ | | $2$ | $7$ | $7 \times 2 = 14$ | | $3$ | $4$ | $4 \times 3 = 12$ | | $4$ | $1$ | $1 \times 4 = 4$ | | Total | $n = 20$ | $\sum (f \cdot x) = 35$ |
- Calculate the mean number of books read.
- Determine the median number of books read.
- Identify the mode.
Solution:
- Mean:
- Median: With $n = 20$ (even), the median is the average of the $10\text{th}$ and $11\text{th}$ ordered values.
- Cumulative counts: Books = 0 ($1\text{st}$ to $3\text{rd}$), Books = 1 ($4\text{th}$ to $8\text{th}$), Books = 2 ($9\text{th}$ to $15\text{th}$).
- Both the $10\text{th}$ and $11\text{th}$ students read $2$ books.
- Mode: The value with the highest frequency ($f = 7$) is $2$ books.
7. Common CLEP Traps & Strategic Checkpoints
- Trap 1: Forgetting to Sort Before Finding the Median: Never pick the middle number from an unsorted list. Always order the numbers in ascending sequence first.
- Trap 2: Simple Average of Averages: Never average subgroup means without weighting them by subgroup sizes. If Group A ($n=10$) has mean $80$ and Group B ($n=30$) has mean $90$, the combined mean is $\frac{(10 \times 80) + (30 \times 90)}{40} = 87.5$, NOT $\frac{80 + 90}{2} = 85.0$.
- Trap 3: Skewness Direction Reversal: Remember that the "skew" points in the direction of the long tail (outliers). A right tail pulls the mean to the right (Mean > Median).
- Trap 4: Missing Mode vs. Zero Mode: If no number repeats, state "No Mode." Saying "Mode = 0" indicates the number zero occurs most often.
A student has scored 78, 85, 92, and 81 on four exams in a statistics course. What score must the student earn on the fifth exam to achieve a mean score of exactly 85 across all five exams?
In a study of annual salaries at a large technology corporation, the distribution of employee salaries is heavily right-skewed (positively skewed) due to executive compensation packages. Which relationship between the measures of central tendency must be true for this distribution?
A college student completes 14 credit hours in a semester with the following grades: a 4-credit Biology course with an A (4.0), a 4-credit Calculus course with a C (2.0), a 3-credit Literature course with a B (3.0), and a 3-credit Psychology course with an A (4.0). What is the student's Grade Point Average (GPA) for the semester?