8.1 Measures of Center: Mean, Median, Mode, & Weighted Average

Key Takeaways

  • The arithmetic mean (\bar{x} = \frac{\sum x_i}{n}) incorporates all data points as the statistical balance point, making it highly sensitive to extreme outliers and skewed tails.
  • The median is the positional 50th percentile of an ordered dataset; it divides data into two equal halves and is resistant (robust) against extreme values and heavy skewness.
  • The mode is the most frequently occurring value in a dataset; a distribution may be unimodal, bimodal, multimodal, or have no mode at all, and it is the only center metric applicable to categorical data.
  • The weighted mean (\bar{x}_w = \frac{\sum (w_i \cdot x_i)}{\sum w_i}) calculates average values when items have varying weights, credits, or frequencies, as in GPA calculations and grouped distributions.
  • Distribution skewness governs center metrics: symmetric distributions show Mean ≈ Median ≈ Mode, right-skewed distributions show Mean > Median > Mode, and left-skewed distributions show Mean < Median < Mode.
Last updated: August 2026

Understanding Measures of Central Tendency

In descriptive statistics, a measure of central tendency is a single summary value that identifies the center point, balance point, or typical value of a quantitative dataset. When analyzing data on the ACCUPLACER Quantitative Reasoning, Algebra, and Statistics (QAS) test, choosing the appropriate measure of center depends on the distribution's shape, the presence of extreme values (outliers), and whether the data is unweighted, weighted, or grouped into frequency distributions.

The three primary classical measures of central tendency are the arithmetic mean, the median, and the mode, complemented by the weighted mean for composite evaluations.


The Arithmetic Mean (xˉ\bar{x}) & The Sum Total Principle

The arithmetic mean (symbolized as xˉ\bar{x} for a sample and μ\mu for a population) is the sum of all individual numerical observations divided by the total number of observations (nn).

xˉ=i=1nxin=x1+x2+x3++xnn\bar{x} = \frac{\sum_{i=1}^n x_i}{n} = \frac{x_1 + x_2 + x_3 + \dots + x_n}{n}

  • xi\sum x_i represents the summation of all data values.
  • nn represents the total sample size (number of observations).

The Fundamental Sum Total Principle

Multiplying both sides of the mean definition by the sample size nn produces one of the most powerful algebraic relationships tested on the ACCUPLACER exam:

xi=nxˉ\sum x_i = n \cdot \bar{x}

Total Sum of All Data Points=(Number of Observations)×(Arithmetic Mean)\text{Total Sum of All Data Points} = (\text{Number of Observations}) \times (\text{Arithmetic Mean})

This formula allows you to immediately determine the exact total sum of a dataset without knowing individual scores, which is crucial for solving missing-value and target-score problems.

Target Score and Missing Value Problems

A frequent question format asks what value must be obtained on a future test, trial, or project to achieve a specific target average score.

Systematic Solution Algorithm:

  1. Determine the Desired Total Sum: Multiply the new total number of observations (ntotaln_{\text{total}}) by the target mean (xˉtarget\bar{x}_{\text{target}}): Target Sum=ntotalxˉtarget\text{Target Sum} = n_{\text{total}} \cdot \bar{x}_{\text{target}}
  2. Calculate the Current Total Sum: Sum all currently completed scores: Current Sum=xcompleted\text{Current Sum} = \sum x_{\text{completed}}
  3. Solve for the Required Missing Score (xneededx_{\text{needed}}): xneeded=Target SumCurrent Sumx_{\text{needed}} = \text{Target Sum} - \text{Current Sum}

Worked Application:

A student earns scores of 78,85,92,78, 85, 92, and 8181 on the first four exams in a chemistry course. What score must the student earn on the fifth and final exam to achieve an overall course average of exactly 8686?

  1. Target Total Sum for 55 exams =5×86=430 points= 5 \times 86 = 430\text{ points}.
  2. Current Total Sum after 44 exams =78+85+92+81=336 points= 78 + 85 + 92 + 81 = 336\text{ points}.
  3. Required Fifth Exam Score =430336=94 points= 430 - 336 = 94\text{ points}.

The student must score 9494 on the fifth exam.


Calculating the Mean from a Frequency Distribution

When data values are presented in a frequency table with repeated counts, the arithmetic mean is calculated by summing the products of each unique value (xix_i) and its corresponding frequency (fif_i), then dividing by the total number of observations (n=fin = \sum f_i):

xˉ=(fixi)fi=f1x1+f2x2++fkxkf1+f2++fk\bar{x} = \frac{\sum (f_i \cdot x_i)}{\sum f_i} = \frac{f_1 x_1 + f_2 x_2 + \dots + f_k x_k}{f_1 + f_2 + \dots + f_k}

Worked Application:

A commuter train conductor records the number of late arrivals per week over a 2525-week observation period:

Late Arrivals (xix_i)Frequency (fif_i)Product (fixif_i \cdot x_i)
006660=06 \cdot 0 = 0
119991=99 \cdot 1 = 9
227772=147 \cdot 2 = 14
332223=62 \cdot 3 = 6
441114=41 \cdot 4 = 4
Totalfi=25\sum f_i = 25(fixi)=33\sum (f_i \cdot x_i) = 33

xˉ=(fixi)fi=3325=1.32 late arrivals per week\bar{x} = \frac{\sum (f_i \cdot x_i)}{\sum f_i} = \frac{33}{25} = 1.32\text{ late arrivals per week}


The Median (x~\tilde{x} or MM): Positional Center & Robustness

The median is the physical middle value when all numerical observations are sorted in ascending (or descending) order. It bisects the distribution such that exactly 50%50\% of the data points lie at or below the median and 50%50\% lie at or above it.

Algorithm for Finding the Median

  1. Sort all observations from least to greatest: x(1)x(2)x(3)x(n)x_{(1)} \le x_{(2)} \le x_{(3)} \le \dots \le x_{(n)}.
  2. Identify the median position based on whether nn is odd or even:
    • Case 1: Odd Sample Size (nn is odd) The median is the single unique value at position n+12\frac{n+1}{2}: Median=x(n+12)\text{Median} = x_{\left(\frac{n+1}{2}\right)} Example: For n=9n = 9 sorted values, the median is the 9+12=5th\frac{9+1}{2} = 5\text{th} value.
    • Case 2: Even Sample Size (nn is even) There is no single middle value. The median is the arithmetic mean of the two central values located at positions n2\frac{n}{2} and n2+1\frac{n}{2} + 1: Median=x(n/2)+x(n/2+1)2\text{Median} = \frac{x_{(n/2)} + x_{(n/2 + 1)}}{2} Example: For n=10n = 10 sorted values, the median is the average of the 5th5\text{th} and 6th6\text{th} values.

Finding the Median from a Frequency Table

To locate the median in a frequency table without writing out the entire list, use cumulative frequency:

  1. Find the total count n=fin = \sum f_i.
  2. Determine the median position: if n=25n = 25, the median is the 25+12=13th\frac{25+1}{2} = 13\text{th} observation.
  3. Compute cumulative frequencies down the table until you reach or exceed the target rank (1313):
    • Cumulative through x=0x = 0: 66
    • Cumulative through x=1x = 1: 6+9=156 + 9 = 15 (Contains ranks 77 through 1515, including rank 1313)
    • Thus, the median is 11.

Resistance (Robustness) to Outliers

A statistic is called resistant (or robust) if its value is not substantially altered by extreme values or severe skewness.

  • The Median is Resistant: Because the median depends strictly on positional ordering rather than magnitude, changing the largest value in a dataset from 100100 to 10,000,00010,000,000 leaves the median completely unchanged.
  • The Mean is Non-Resistant: Because the mean sums all magnitudes into the numerator, a single extreme outlier will pull the mean heavily toward the tail.

The Mode: Peak Frequency & Categorical Center

The mode is the data value (or values) that appears with the highest frequency in a dataset.

Modality Classifications

  • Unimodal: The dataset contains exactly one value with the highest frequency (e.g., in {3,5,5,8,11}\{3, 5, 5, 8, 11\}, the mode is 55).
  • Bimodal: The dataset contains two distinct values that tie for the maximum frequency (e.g., in {2,4,4,7,9,9,12}\{2, 4, 4, 7, 9, 9, 12\}, the modes are 44 and 99).
  • Multimodal: Three or more values tie for the highest frequency.
  • No Mode: If all values in the dataset occur with equal frequency (such as all values occurring exactly once), the dataset has no mode (e.g., {4,7,10,15,23}\{4, 7, 10, 15, 23\}).

Practical Significance of the Mode

The mode is the only measure of central tendency that can be used with nominal categorical data (e.g., finding the most popular vehicle color, where arithmetic averaging is impossible).


Weighted Averages: Differing Importance & Composite Indices

In many academic, financial, and business contexts, individual components do not contribute equally to the total. A weighted average (xˉw\bar{x}_w) assigns an explicit weight (wiw_i) to each value (xix_i) to reflect its relative importance, proportion, or credit value:

xˉw=i=1k(wixi)i=1kwi=w1x1+w2x2++wkxkw1+w2++wk\bar{x}_w = \frac{\sum_{i=1}^k (w_i \cdot x_i)}{\sum_{i=1}^k w_i} = \frac{w_1 x_1 + w_2 x_2 + \dots + w_k x_k}{w_1 + w_2 + \dots + w_k}

Major Applications on the ACCUPLACER Exam

1. College Grade Point Average (GPA)

In college GPA calculations, grade points (A=4.0,B=3.0,C=2.0,D=1.0,F=0.0A = 4.0, B = 3.0, C = 2.0, D = 1.0, F = 0.0) are weighted by course credit hours (wiw_i). The numerator represents total "quality points" earned, and the denominator represents total credit hours attempted.

2. Weighted Course Grades (Syllabus Percentages)

When course grade categories are assigned percentage weights (e.g., Homework 20%20\%, Quizzes 20%20\%, Midterm 30%30\%, Final Exam 30%30\%), the sum of weights is 100%100\% or 1.001.00: Final Grade=(0.20HW)+(0.20Quiz)+(0.30Midterm)+(0.30Final)\text{Final Grade} = (0.20 \cdot \text{HW}) + (0.20 \cdot \text{Quiz}) + (0.30 \cdot \text{Midterm}) + (0.30 \cdot \text{Final})

3. Mixed Inventory / Blended Costs

A retailer purchasing multiple batches of inventory at different unit prices calculates the weighted average unit cost by dividing the total expenditure by the total units acquired.


Distribution Skewness & The Geometric Relationship of Center Metrics

The graphical shape of a frequency distribution dictates the relative positioning of the mean, median, and mode:

Symmetric (Bell-Shaped):       Right-Skewed (Positive):         Left-Skewed (Negative):
         ▲                             ▲ (Mode)                                ▲ (Mode)
       /   \                         /   \                                   /   \
     /       \                      /     \ (Median)               (Median) /     \
   /           \                   /        \ (Mean)                 (Mean)/       \
  /             \                 /           \_________   _________/               \
-----------------------         -----------------------   -----------------------
Mean ≈ Median ≈ Mode             Mode < Median < Mean      Mean < Median < Mode

1. Symmetric Distributions

  • The distribution displays a balanced, mirror-image shape around a single central axis.
  • Relationship: MeanMedianMode\mathbf{\text{Mean} \approx \text{Median} \approx \text{Mode}}.
  • In a perfectly symmetric unimodal distribution, the balance point (mean), 50th percentile (median), and peak (mode) coincide at the exact same numeric value.

2. Right-Skewed (Positively Skewed) Distributions

  • The data clusters predominantly at lower values on the left, with a long, thin tail extending toward higher positive values on the right.
  • Mechanism: High outliers and the elongated right tail pull the sensitive arithmetic mean strongly to the right, while the median remains anchored near the bulk of the data.
  • Relationship: Mean>Median>Mode\mathbf{\text{Mean} > \text{Median} > \text{Mode}} (or Mode<Median<Mean\text{Mode} < \text{Median} < \text{Mean}).
  • Real-World Examples: Annual household incomes, CEO compensation packages, residential home sale prices.

3. Left-Skewed (Negatively Skewed) Distributions

  • The data clusters predominantly at higher values on the right, with a long tail extending toward lower values on the left.
  • Mechanism: Unusually low values and the left tail drag the arithmetic mean downward, while the median stays near the concentrated upper scores.
  • Relationship: Mean<Median<Mode\mathbf{\text{Mean} < \text{Median} < \text{Mode}} (or Mode>Median>Mean\text{Mode} > \text{Median} > \text{Mean}).
  • Real-World Examples: Scores on an easy certification examination where most students score between 8888 and 9898, but a few scores of 2020 or 3030 pull the average down; age at natural retirement.

Step-by-Step Multi-Step Worked Examples

Worked Example 1: Target Score with Variable Exam Weights

A nursing student's course syllabus specifies the following assessment weights:

  • Unit Exams Average (4 exams taken): 40%40\% of course grade (Student scored 82%82\% average)
  • Clinical Practicum: 20%20\% of course grade (Student scored 90%90\%)
  • Comprehensive Final Exam: 40%40\% of course grade

What minimum score must the student earn on the Comprehensive Final Exam to achieve an overall course grade of at least 85%85\%?

Step 1: Set up the weighted average equation Final Grade=(0.40×82)+(0.20×90)+(0.40×x)85\text{Final Grade} = (0.40 \times 82) + (0.20 \times 90) + (0.40 \times x) \ge 85

Step 2: Simplify known products 0.40×82=32.80.40 \times 82 = 32.8 0.20×90=18.00.20 \times 90 = 18.0 32.8+18.0+0.40x8532.8 + 18.0 + 0.40x \ge 85 50.8+0.40x8550.8 + 0.40x \ge 85

Step 3: Solve for the required final exam score xx 0.40x8550.80.40x \ge 85 - 50.8 0.40x34.20.40x \ge 34.2 x34.20.40=85.5x \ge \frac{34.2}{0.40} = 85.5

The student must score at least 85.5%85.5\% on the final examination.


Worked Example 2: Comprehensive Semester GPA & Quality Points

A student completes 1717 credit hours across five college courses in one term:

CourseCredit Hours (wiw_i)Letter GradeGrade Points (xix_i)Quality Points (wixiw_i \cdot x_i)
Organic Chemistry + Lab55B3.03.05×3.0=15.05 \times 3.0 = 15.0
Calculus II44A4.04.04×4.0=16.04 \times 4.0 = 16.0
Microeconomics33A4.04.03×4.0=12.03 \times 4.0 = 12.0
English Literature33C2.02.03×2.0=6.03 \times 2.0 = 6.0
Fitness & Wellness22A4.04.02×4.0=8.02 \times 4.0 = 8.0
Totalwi=17\sum w_i = 17(wixi)=57.0\sum (w_i x_i) = 57.0

Step 1: Apply the Weighted Average Formula GPA=(wixi)wi=57.017\text{GPA} = \frac{\sum (w_i \cdot x_i)}{\sum w_i} = \frac{57.0}{17}

Step 2: Perform the division and round to two decimal places 57.0173.35293.35\frac{57.0}{17} \approx 3.3529 \approx 3.35

The student's term GPA is 3.353.35.


Worked Example 3: Small Enterprise Salary Analysis with Executive Outlier

A small graphic design agency employs 1010 individuals with the following annual salaries: $38,000,  $42,000,  $42,000,  $45,000,  $48,000,  $52,000,  $55,000,  $58,000,  $60,000,  $420,000\$38,000, \; \$42,000, \; \$42,000, \; \$45,000, \; \$48,000, \; \$52,000, \; \$55,000, \; \$58,000, \; \$60,000, \; \$420,000

  1. Calculate the Arithmetic Mean (xˉ\bar{x}): x=38000+42000+42000+45000+48000+52000+55000+58000+60000+420000=$860,000\sum x = 38000 + 42000 + 42000 + 45000 + 48000 + 52000 + 55000 + 58000 + 60000 + 420000 = \$860,000 xˉ=$860,00010=$86,000\bar{x} = \frac{\$860,000}{10} = \$86,000
  2. Calculate the Median (MM):
    • Since n=10n = 10 is even, average the 5th5\text{th} and 6th6\text{th} sorted values: $48,000\$48,000 and $52,000\$52,000. Median=48000+520002=1000002=$50,000\text{Median} = \frac{48000 + 52000}{2} = \frac{100000}{2} = \$50,000
  3. Calculate the Mode:
    • The salary $42,000\$42,000 appears twice, while all others appear once. Mode=$42,000\text{Mode} = \$42,000.
  4. Evaluate Skewness and Representation:
    • Observe that xˉ=$86,000>M=$50,000>Mode=$42,000\bar{x} = \$86,000 > M = \$50,000 > \text{Mode} = \$42,000.
    • Notice that 99 out of the 1010 employees earn less than $61,000\$61,000. The mean of $86,000\$86,000 is higher than what 90%90\% of the company earns, making it a highly misleading indicator of a typical employee's salary.
    • The median (M=$50,000M = \$50,000) provides the most accurate, representative measure of typical center.

Common Pitfalls & ACCUPLACER Exam Traps

  1. Calculating Median Without Prior Sorting: Never pick the middle number of an unarranged sequence. Always sort into ascending order first.
  2. Averaging the Averages Directly (Unweighted Error): If Section 1 (2020 students) averages 70%70\% and Section 2 (8080 students) averages 90%90\%, the combined average is NOT 70+902=80%\frac{70 + 90}{2} = 80\%. You must compute the weighted mean: 20(70)+80(90)100=1400+7200100=8600100=86%\frac{20(70) + 80(90)}{100} = \frac{1400 + 7200}{100} = \frac{8600}{100} = 86\%.
  3. Confusing Frequency with Data Values: In frequency tables, students frequently average the frequency numbers (fif_i) rather than multiplying fixif_i \cdot x_i to find the weighted total.
  4. Misinterpreting Skewness Direction: Remember that skewness is named for the direction of the elongated tail, not the main peak. A long right tail signifies a right-skewed distribution where Mean>Median\text{Mean} > \text{Median}.
Loading diagram...
Measures of Center Selection and Skewness Relationships
Test Your Knowledge

A student takes four chapter exams and earns scores of 76, 82, 84, and 90. What score must the student achieve on the fifth exam so that their overall arithmetic mean across all five exams is exactly 85?

A
B
C
D
Test Your Knowledge

A college student completes 15 credit hours with the following grades: a 4-credit course with an A (4.0 grade points), a 4-credit course with a B (3.0 grade points), a 3-credit course with a B (3.0 grade points), and a 4-credit course with a C (2.0 grade points). What is the student's Grade Point Average (GPA) for the semester, rounded to two decimal places?

A
B
C
D
Test Your Knowledge

A survey of 100 households in a small suburban township shows that 95 households have annual incomes between $45,000 and $80,000, while 5 households have annual incomes exceeding $2,500,000. Which statement correctly identifies the most representative measure of center and the relationship between the mean and median?

A
B
C
D