Difficulty: Easy
Correct Answer: 48
Explanation:
Introduction / Context:
Block averages (first 25 days, last 5 days) can be combined via totals to reach the monthly average. Subtract the known block to get the unknown block's total and divide by its length.
Given Data / Assumptions:
Concept / Approach:
Last 5 days total = monthly total − first 25 days total. Then divide by 5.
Step-by-Step Solution:
Verification / Alternative check:
Weighted average check: (1500 + 240)/30 = 1740/30 = 58. Works.
Why Other Options Are Wrong:
Common Pitfalls:
Averaging 60 and 58 directly instead of using totals and correct day counts.
Final Answer:
Discussion & Comments