Difficulty: Easy
Correct Answer: 76
Explanation:
Introduction / Context:Average = total / count. To raise an average after one more data point, compute the target new total and subtract the current total to find the required score.
Given Data / Assumptions:
Concept / Approach:Required runs in 11th = target total − current total.
Step-by-Step Solution:
Required = 396 − 320 = 76Verification / Alternative check:After scoring 76, new total = 396; 396/11 = 36, as desired.
Why Other Options Are Wrong:79, 85, 87 yield averages of 36.18..., 36.64..., 36.91..., not exactly 36.
Final Answer:76
Discussion & Comments