Difficulty: Easy
Correct Answer: 82
Explanation:
Introduction / Context:
Average-raising problems hinge on total runs needed for the new mean over the new count. Compute the new required total, subtract the current total, and the difference is the runs needed in the next inning.
Given Data / Assumptions:
Concept / Approach:
Total = average * number of innings. Required 11th score = (target average * 11) − (current average * 10).
Step-by-Step Solution:
Verification / Alternative check:
After scoring 82, new total 682 / 11 = 62 exactly; condition satisfied.
Why Other Options Are Wrong:
80, 81, 83: Each yields a mean slightly below or above 62 when divided by 11.
Common Pitfalls:
Using 62 − 60 = 2 and adding 2 runs (incorrect), or dividing by 10 instead of 11 for the target total.
Final Answer:
82
Discussion & Comments