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