Question: What is the weighted mean of the scores 70, 80, 90 with weights 1, 2, 3 respectively?
Options:
Correct Answer: 85
Solution:
Weighted mean = (70*1 + 80*2 + 90*3) / (1 + 2 + 3) = 85.