A weighted mean is an average where some values count more than others. Instead of treating every value equally, you multiply each value by its weight, add those products, then divide by the total of the weights.
In symbols, if the values are (x_1, x_2, \dots) with weights (w_1, w_2, \dots), then [ \text{weighted mean} = \frac{\sum x_i w_i}{\sum w_i}. ]
Your answer should lie between the smallest and largest values when all weights are positive. Also, recheck that the numerator is the sum of products, not just the sum of the values.
© 2023-2026 AI MATH COACH