Weighted Average Calculator
Calculate the weighted average of a set of numbers with their corresponding weights.
Enter Your Values and Weights
Table of Contents
Weighted Average Formula
The weighted average is calculated by multiplying each value by its corresponding weight, summing these products, and then dividing by the sum of the weights.
How to Calculate Weighted Average
To calculate the weighted average, follow these steps:
-
1Multiply each value by its corresponding weight
-
2Sum all the products from step 1
-
3Sum all the weights
-
4Divide the sum of products by the sum of weights
For example, to find the weighted average of values 80, 90, 70 with weights 0.3, 0.4, 0.3:
Weighted Average - Practical Examples
Example 1 Course Grades
A student has the following grades: Midterm (30%), Final (40%), and Assignments (30%). Calculate the final grade.
Weighted Average = (85×0.3 + 90×0.4 + 88×0.3) / (0.3 + 0.4 + 0.3) = 87.9
Example 2 Investment Portfolio
An investment portfolio has three stocks with different weights. Calculate the portfolio return.
Weighted Average = (8%×0.4 + 12%×0.3 + 6%×0.3) / (0.4 + 0.3 + 0.3) = 8.6%
Example 3 Product Rating
A product has ratings from different sources with varying credibility weights.
Weighted Average = (4.5×0.5 + 4.2×0.3 + 4.8×0.2) / (0.5 + 0.3 + 0.2) = 4.47