PrevNext

Overview

Averages summarize data but behave differently under outliers and transformations. Know which average is being used and what it preserves.

Contest problems often hide which average is appropriate. Recognize when the mean is inappropriate and when the harmonic mean is required.

Key Ideas

  • Mean is sensitive to outliers; median is not.
  • Mode captures frequency, not magnitude.
  • Harmonic mean is suited to rates and reciprocals.
  • For weighted data, use weighted mean: xˉ=wixiwi\bar{x} = \frac{\sum w_ix_i}{\sum w_i}.
  • Median depends on ordering, not arithmetic.

Definitions

Let the data be a1,,ana_1,\ldots,a_n.

  • Mean: a1++ann\frac{a_1+\cdots+a_n}{n}.
  • Median: middle value (or average of two middle values if nn is even) of a sorted list.
  • Mode: most frequent value(s).
  • Harmonic mean: n1ai\frac{n}{\sum \frac{1}{a_i}} (for positive values).

Worked Example

The average speed for a 60-mile trip is 40 mph going and 60 mph returning. What is the overall average speed?

Let each leg be 60 miles. Time out: 60/40=1.560/40 = 1.5 hours. Time back: 60/60=160/60 = 1 hour. Total distance is 120 miles, total time is 2.5 hours, so average speed is 120/2.5=48120/2.5 = 48 mph. This is the harmonic mean of 40 and 60.

More Examples

Example 1: Median with Even Count

Data: 2,5,7,92, 5, 7, 9. Median is (5+7)/2=6(5+7)/2 = 6.

Example 2: Weighted Mean

A test has 70% homework and 30% exam. Scores are 80 and 90. The overall score is 0.780+0.390=830.7\cdot 80 + 0.3\cdot 90 = 83.

Example 3: Mode

Data: 1,2,2,3,3,3,41,2,2,3,3,3,4. Mode is 33.

Strategy Checklist

  • Is the quantity a rate? If yes, consider harmonic mean.
  • Are there weights? Use weighted mean.
  • Is the data skewed? Median may be more meaningful than mean.
  • Is the median/mode needed? Sort the list in inreasing order to easily access it.

Common Pitfalls

  • Averaging speeds by simple mean instead of harmonic mean.
  • Confusing median with mean in skewed data.
  • Forgetting to sort before computing the median.

Practice Problems

StatusSourceProblem NameDifficultyTags
AMC 10BMedium
Show TagsMean, Median, Statistics
AMC 10AEasy
Show TagsNumber Theory, Primes
AMC 12BEasy
Show TagsArithmetic, Statistics
AMC 12AHard
Show TagsAlgebra, Statistics
AMC 12BHard
Show TagsAverages, Statistics
AJHSMEEasy
Show TagsAverages, Sums
AJHSMEEasy
Show TagsArithmetic Mean, Arithmetic Sequences
AJHSMEEasy
Show TagsWeighted Average
AJHSMENormal
Show TagsCasework, Mean, Median
AJHSMEEasy
Show TagsAverages, Inequalities
AJHSMEEasy
Show TagsAverages, Error Analysis
AJHSMENormal
Show TagsHistograms, Percentages
AJHSMENormal
Show TagsAverages, Extremal Values
AJHSMENormal
Show TagsStatistics, Sum
AJHSMEEasy
Show TagsHistograms, Median, Statistics
AJHSMEEasy
Show TagsAverages, Sums
AJHSMENormal
Show TagsMedian, Statistics
AJHSMEEasy
Show TagsAverage, Sum of Sequence
AJHSMEEasy
Show TagsOptimization, Statistics
AMC 8Easy
Show TagsAlgebraic Setup, Weighted Average
AMC 8Normal
Show TagsAverages, Extremal Principle
AMC 8Very Easy
Show TagsAverages, Optimization
AMC 8Easy
Show TagsTable Reading, Weighted Average
AMC 8Easy
Show TagsAverages, Time Manipulation
AMC 8Easy
Show TagsAverages, Differences
AMC 8Very Easy
Show TagsAverages, Sums
AMC 8Easy
Show TagsPercentages, Weighted Average
AMC 8Very Easy
Show TagsAverages, Bar Charts
AMC 8Easy
Show TagsWeighted Average
AMC 8Normal
Show TagsAverages, Diophantine Equations, Divisibility
AMC 8Normal
Show TagsAverage Speed, Harmonic Mean, Rate
AMC 8Easy
Show TagsStatistics
AMC 8Very Easy
Show TagsData Analysis, Statistics
AMC 8Easy
Show TagsBar Chart Interpretation, Statistics
AMC 8Easy
Show TagsStatistics
AMC 8Normal
Show TagsMedian, Statistics
AMC 8Very Easy
Show TagsMean, Median
AMC 8Normal
Show TagsOptimization, Statistics
AMC 8Very Easy
Show TagsStatistics
AMC 8Easy
Show TagsAverage, Set Operations
AMC 8Very Easy
Show TagsArithmetic Mean, Averages
AMC 8Very Easy
Show TagsBar Graph Interpretation, Median
AMC 8Very Easy
Show TagsBar Graph, Weighted Average
AMC 8Easy
Show TagsFractions, Harmonic Mean
AMC 8Easy
Show TagsAverage, Diophantine Equations
AMC 8Very Easy
Show TagsAverage, Optimization
AMC 8Easy
Show TagsData Interpretation, Statistics
AMC 8Normal
Show TagsData Interpretation, Dot Plot, Median
AMC 8Normal
Show TagsOptimization, Range, Statistics
AMC 8Easy
Show TagsAverages, Clock
AMC 8Normal
Show TagsCasework, Mean, Median

Module Progress:

Join the AoPS Community!

Stuck on a problem, or don't understand a module? Join the AoPS community and get help from other math contest students.

PrevNext