Skip to main content

Calculating the Mean (Average)

Master the arithmetic mean and weighted mean β€” the most widely used summary statistics in business, science, and everyday life.

Lesson 3 of 10 Statistics & Probability Beginner ⏱ 8 min read
πŸ”₯ Why This Matters

The mean is the single most reported number in almost every quantitative field. Your GPA, your credit score model, a stock's moving average, a baseball player's batting average, the average wait time at an ER β€” all are arithmetic means. Hiring managers use mean salary data to set pay bands. Scientists use means to compare treatment groups. Athletes use weighted means to track performance across competitions of different sizes. Understanding how to compute, interpret, and challenge a mean is a core professional skill.

🎯 What You'll Learn
  • Calculate the arithmetic mean using the sum-divided-by-count formula
  • Compute a weighted mean when observations carry different importance or size
  • Recognize when the mean is misleading and choose the right alternative
πŸ“– Key Vocabulary
Arithmetic Mean (\(\bar{x}\))The sum of all values divided by the count: \(\bar{x} = \Sigma x / n\). Population Mean (\(\mu\))The mean of an entire population (all possible observations), denoted by the Greek letter mu. Sample Mean (\(\bar{x}\))The mean of a subset (sample) drawn from the population, used to estimate \(\mu\). Weighted MeanAn average where each value is multiplied by a weight (importance factor) before summing. OutlierA value far outside the typical range that can pull the mean toward it dramatically.
Key Concept β€” Arithmetic and Weighted Mean
\[ \bar{x} = \frac{\sum x}{n} = \frac{x_1 + x_2 + \cdots + x_n}{n} \] \[ \bar{x}_w = \frac{\sum (w_i \cdot x_i)}{\sum w_i} \qquad \text{(Weighted Mean)} \]

Use the weighted mean whenever each observation does not contribute equally β€” grades with different credit hours, products with different sales volumes, or survey groups of different sizes.

Step-by-Step Mean Calculation

StepActionResult
1List all values12, 18, 24, 30, 6
2Sum them12+18+24+30+6 = 90
3Count observationsn = 5
4Divide90 Γ· 5 = 18
Worked Example 1 β€” Basic: Arithmetic Mean

Five employees worked these hours in a week: 38, 40, 35, 42, 45. Find the mean hours worked.

\[ \bar{x} = \frac{38 + 40 + 35 + 42 + 45}{5} = \frac{200}{5} = \mathbf{40} \text{ hours} \]
Worked Example 2 β€” Intermediate: Weighted Mean (GPA)

A student earns these grades and credit hours this semester:

CourseGrade PointsCredit Hours (w)w Γ— Grade
Math4.0416.0
English3.039.0
Art2.012.0
\[ \bar{x}_w = \frac{16.0 + 9.0 + 2.0}{4 + 3 + 1} = \frac{27.0}{8} = \mathbf{3.375} \]

The unweighted mean of 4.0, 3.0, 2.0 would be 3.0 β€” wrong, because the 4-credit Math course matters most.

Worked Example 3 β€” Real World: HR Pay Analysis

An HR analyst at a tech firm calculates the mean salary across 10 employees: 8 engineers earning $90,000 and 2 executives earning $400,000.

\[ \bar{x} = \frac{(8 \times 90{,}000) + (2 \times 400{,}000)}{10} = \frac{720{,}000 + 800{,}000}{10} = \frac{1{,}520{,}000}{10} = \$152{,}000 \]

The "average salary" is $152,000 β€” but 80% of employees earn $90,000. The mean is technically correct but misleading. The analyst reports the median ($90,000) alongside the mean to give a complete picture.

✏️ Quick Check
  1. Find the mean of: 5, 8, 12, 7, 3.
  2. A student's two exams (worth 40% each) score 70 and 80, and their final (worth 20%) scores 90. What is their weighted mean?
  3. If the mean of 4 numbers is 15, what is their sum?
β–Ά Show Answers
  1. \((5+8+12+7+3)/5 = 35/5 =\) 7.
  2. \((0.4 \times 70) + (0.4 \times 80) + (0.2 \times 90) = 28 + 32 + 18 =\) 78.
  3. Sum \(= \bar{x} \times n = 15 \times 4 =\) 60.
⚠️ Common Mistakes
  • Using simple mean when weights differ: Averaging grades without accounting for credit hours, or averaging rates without accounting for volume, gives a wrong result. Always ask: "Does each observation count equally?"
  • Ignoring outliers: A single extreme value (a CEO salary, a record flood) can drag the mean far from the typical experience. Report the mean and note any outliers.
  • Confusing sum with mean: If the mean of 6 numbers is 10, their sum is 60 β€” not 10. Mean = Sum Γ· n, so Sum = Mean Γ— n.
βœ… Key Takeaways
  • The arithmetic mean = \(\Sigma x / n\) β€” sum all values, divide by count.
  • The weighted mean = \(\Sigma(w \cdot x) / \Sigma w\) β€” use when observations have different importance.
  • The mean is sensitive to outliers β€” extreme values pull it away from the typical center.
  • Always pair the mean with context: report sample size and note any unusually large/small values.
πŸ’Ό Career Connection β€” Financial Analyst & HR Compensation Analyst

Financial analysts use moving averages (a type of weighted mean) to smooth stock price data and identify trends. HR compensation analysts calculate mean and median salaries across job bands to ensure pay equity and benchmark against industry surveys. When a company publishes "average employee pay," analysts must decide: is that the arithmetic mean, the weighted mean, or the median? Each tells a different story. The ability to choose and defend the right measure of center is a daily professional judgment call in any data-facing role.

Calculator Connection

The Mean Calculator computes the arithmetic mean of any list of numbers instantly. The Weighted Mean Calculator accepts values and their corresponding weights β€” ideal for GPA calculations, survey group averages, or performance scoring with different point values.

Try it with the Calculator

Apply what you've learned with these tools.

Mean Calculator
Calculate the arithmetic mean of a data set.
Use calculator β†’
Weighted Mean Calculator
Calculate the mean where some values contribute more than others.
Use calculator β†’
← Previous Lesson
Back to
Organizing Data with Frequency Tables
Continue Learning
Up Next: Median and Mode: Finding the True Center
Next Lesson →
Test Your Knowledge

Calculating the Mean (Average): Quiz

5 questions per attempt  Β·  Beginner  Β·  Pass at 70%

Start Quiz β†’

More in Statistics & Probability

Understanding Data and Types of Data Organizing Data with Frequency Tables Median and Mode: Finding the True Center
← All Statistics & Probability lessons