๐ When you hear โaverage,โ you probably think of adding numbers together and dividing by how many there are. Thatโs a simple average. But sometimes, not all numbers should be treated equally โ some have more importance or โweightโ than others. Thatโs when we use a weighted average.
Table of Contents
๐งฎ What is a Weighted Average?
A weighted average is an average where each value contributes differently, depending on its importance (or โweightโ).
Instead of treating all values equally, we multiply each value by its weight and then divide by the total weight.
This is useful when:
- Some grades count more in your final score than others.
- You want to average prices based on quantities purchased.
- Youโre calculating portfolio returns in investing.
๐ Weighted Average Formula
Weighted Average=โ(ValueรWeight)โWeights\text{Weighted Average} = \frac{\sum ( \text{Value} \times \text{Weight} )}{\sum \text{Weights}}
Where:
- Value = the number youโre averaging
- Weight = the importance or frequency of that value
- ฮฃ = โsum ofโ
๐ Example 1: Student Grades
A studentโs final grade is based on:
- Homework: 80% average score (weight 40%)
- Midterm: 70% score (weight 30%)
- Final Exam: 90% score (weight 30%)
Step 1 โ Multiply each value by its weight: 80ร0.4=32; 70ร0.3=21; 90ร0.3=27
Step 2 โ Add them up: 32+21+27=8032 + 21 + 27 = 80
โ Weighted Average = 80%
๐ Example 2: Stock Portfolio Returns
You have two stocks:
- Stock A: 5% return, makes up 60% of your portfolio
- Stock B: 8% return, makes up 40% of your portfolio
Step 1 โ Multiply return by weight: 0.05ร0.6=0.03; 0.08ร0.4=0.032
Step 2 โ Add them up: 0.03+0.032=0.062
โ Weighted Average Return = 6.2%

๐ก Key Takeaways
- A weighted average gives more importance to some numbers than others.
- Formula: (Value ร Weight) / Sum of Weights.
- Useful in grades, finance, business, and statistics.