Question: A class has an average score of 65. If a new student with a score of 85 joins, how does the average change if the class size increases by one?
Options:
Correct Answer: 67
Solution:
Total score = 65 * n + 85. New average = (65n + 85) / (n + 1).