Difficulty: Medium
Correct Answer: 120
Explanation:
Introduction / Context:
We know the overall average, the average after removing two outliers, and the gap between the max and min scores. Using totals, we can form and solve a system to recover the maximum score.
Given Data / Assumptions:
Concept / Approach:
Sum of removed innings = 1260 − 1120 = 140 → M + m = 140. Solve simultaneously with M − m = 100.
Step-by-Step Solution:
M + m = 140M − m = 100Adding: 2M = 240 → M = 120
Verification / Alternative check:
Then m = 20. Removing 120 and 20 reduces the total to 1120 and the average to 28 over 40 innings, satisfying all conditions.
Why Other Options Are Wrong:
125, 110, 100, and 130 do not pair with any minimum to produce both the 140 sum and a 100-point gap.
Common Pitfalls:
Using 42 as the divisor after removal, or forgetting that two innings are dropped (both count and total change).
Final Answer:
120
Discussion & Comments