Weighted Average
A weighted average gives more importance to certain values over others. Unlike a simple average where each value counts the same, a weighted average multiplies each value by a specific weight before calculating the mean. This makes it essential for grading systems, investment portfolios, and any situation where data points have different significance.
How to Calculate Weighted Average
The weighted average formula is straightforward:
Weighted Average = (v₁ × w₁ + v₂ × w₂ + … + vₙ × wₙ) ÷ (w₁ + w₂ + … + wₙ)
Where:
- v = values (the numbers you’re averaging)
- w = weights (the importance or frequency of each value)
- n = number of values
The process has three steps:
- Multiply each value by its weight
- Sum all the products
- Divide the sum by the total of all weights
Weighted Average vs. Simple Average: What’s the Difference?
A simple average (arithmetic mean) treats all values equally. If you have test scores of 70, 80, and 90, the simple average is (70 + 80 + 90) ÷ 3 = 80.
With a weighted average, the same scores might have different weights. If the first test counts 20%, the second 30%, and the third 50%, the weighted average is:
(70 × 0.20) + (80 × 0.30) + (90 × 0.50) = 14 + 24 + 45 = 83
The higher weight on the 90 pulls the average up to 83 instead of 80. This reflects that some values matter more than others in your final result.
When to use each:
- Simple average – when all data points have equal importance (e.g., average daily temperature over a week)
- Weighted average – when data points have different significance (e.g., course grades with different credit hours)
Real-World Examples of Weighted Average
Example 1: Grade Point Average (GPA)
A student takes four courses with these grades and credit hours:
| Course | Grade | Credit Hours | Product |
|---|---|---|---|
| Math | 3.8 | 4 | 15.2 |
| English | 3.5 | 3 | 10.5 |
| History | 4.0 | 2 | 8.0 |
| Art | 3.9 | 1 | 3.9 |
| Total | 10 | 37.6 |
Weighted GPA = 37.6 ÷ 10 = 3.76
The Math and English courses (higher credit hours) have more impact on the final GPA than History and Art.
Example 2: Investment Portfolio Average Cost
An investor buys the same stock at different prices:
| Purchase | Shares | Price per Share | Total Cost |
|---|---|---|---|
| Buy 1 | 100 | $50 | $5,000 |
| Buy 2 | 150 | $60 | $9,000 |
| Buy 3 | 50 | $55 | $2,750 |
| Total | 300 | $16,750 |
Average cost per share = $16,750 ÷ 300 = **$55.83**
This weighted average shows the investor’s true break-even price, not the simple average of $50, $60, and $55 (which would be $55).
Example 3: Student’s Course Grade
A course has these components:
| Assessment | Score | Weight |
|---|---|---|
| Homework | 92 | 20% |
| Midterm | 85 | 30% |
| Final Exam | 88 | 50% |
Weighted grade = (92 × 0.20) + (85 × 0.30) + (88 × 0.50) = 18.4 + 25.5 + 44 = 87.9
Even though the student scored 92 on homework, the final exam (50% weight) has the largest influence.
When to Use Weighted Average
Use a weighted average when:
- Values have different importance levels – such as exam scores where finals count more than quizzes
- Data points occur with different frequencies – like stock purchases at various prices or inventory items at different costs
- Categories contribute unequally to a result – such as portfolio allocations where some assets represent a larger share
- You need to reflect real-world significance – rather than treating all inputs equally
Weighted averages appear in quality control (defect rates by batch size), climate analysis (average temperature by number of days), and salary surveys (average pay by number of employees in each role).
Key Advantages
- Reflects reality – acknowledges that some values matter more than others
- More accurate – produces results closer to actual conditions in your data
- Flexible – weights can be percentages, frequencies, or any proportional values
- Widely applicable – used across education, finance, science, and business
Understanding weighted averages prevents mistakes in decision-making. Many people calculate simple averages when weighted averages would be more appropriate, leading to incorrect conclusions about performance, cost, or progress.
This explanation is for educational purposes. For academic grading, investment analysis, or professional applications, consult your institution’s specific formulas and methodology.