Weighted Average
—
Combine values and weights to get an accurate weighted result.
Weighted Average
—
Total Weight
—
Formula
—
Weighted averages are used when some values matter more than others. Instead of treating every number equally, you multiply each value by its weight, add the results, and divide by the total weight. That makes the weighted average far more useful than a simple mean when the data points do not contribute equally.
Teachers use weighted averages for grades, analysts use them for index construction, and business owners use them for pricing or performance summaries. The point is not just to average numbers; it is to preserve importance. If one value represents a small sample and another represents a large one, the large sample should naturally have more impact on the final answer.
A student might have homework worth 20%, quizzes worth 30%, and a final exam worth 50%. Even if the homework average is high, the final exam can move the overall grade much more because its weight is larger. That is the weighted average in action: the same score can matter differently depending on its weight.
In finance, a portfolio with 70% stocks and 30% bonds does not perform like a simple average of the two asset returns. The stock return influences the final result more because it represents a larger share of the portfolio. If stock weight increases from 70% to 80%, the final weighted average shifts accordingly even if the underlying returns stay the same.
| Value | Weight | Contribution |
|---|---|---|
| 85 | 2 | 170 |
| 90 | 3 | 270 |
| 78 | 5 | 390 |
That is fine. Weighted averages work with any positive weight scale. The calculator only needs the relative size of each weight, not a perfect percentage total. You can use counts, points, or proportions.
Yes. Decimal weights work exactly the same way as whole-number weights. That is helpful for probability and finance problems where contributions are fractional.
Because the weighted average intentionally gives more influence to larger weights. If the high-weight values are above or below the simple mean, the final answer will move in that direction. That is the entire point of using weights.