OhMyCalc

Weighted Average Calculator

Calculate the weighted average of up to three values with custom weights. Compare with the simple average.

How to Use the Weighted Average Calculator

  1. Enter up to three values and their corresponding weights.
  2. Click Calculate to see the weighted and simple averages.
  3. Compare the two to understand the effect of weights.

快速参考

90×3, 80×2, 70×183.33
100×1, 50×1, 0×150
4.0×4, 3.0×3, 2.0×13.5
Equal weightsSame as simple avg

使用场景

公式

Weighted average = Σ(value_i × weight_i) / Σ(weight_i). All weights must be non-negative.

常见问题

What is a weighted average?
An average where each value contributes proportionally to its assigned weight, giving more importance to higher-weighted values.
How is it different from a simple average?
A simple average treats all values equally; a weighted average gives different importance to each value.
Can weights be zero?
Yes, a weight of zero means that value is excluded from the calculation.