Weighted Average Calculator
Average values that have different weights.
Average where some values count more than others (e.g. graded by credit hours).
The math behind it
weighted average = sum of (value × weight) ÷ sum of weights.
Worked example
90×0.5 + 80×0.3 + 70×0.2 = 83.
FAQ
Do weights need to sum to 1?
No — they're normalized by dividing by the total weight.