Difficulty: Easy
Correct Answer: 38°
Explanation:
Introduction:
This moving-average style problem compares two consecutive 4-day averages that share three common days. Subtracting the shared sums isolates the difference between Friday and Monday, allowing direct computation of Friday’s temperature from Monday’s value and the two averages.
Given Data / Assumptions:
Concept / Approach:
Subtract the first 4-day sum from the second: (T + W + Th + F) − (M + T + W + Th) = 160 − 152 = 8, giving F − M = 8. Then substitute M = 30 °C to find F.
Step-by-Step Solution:
Verification / Alternative check:
Compute T + W + Th from the first equation: T + W + Th = 152 − 30 = 122. Then from the second, F = 160 − 122 = 38 °C, confirming the result.
Why Other Options Are Wrong:
39° or 40° would imply different 4-day sums; 30° repeats Monday and contradicts the 8-degree difference; 37° does not satisfy both averages simultaneously.
Common Pitfalls:
Attempting to solve for each daily temperature separately; only the difference F − M is needed thanks to overlapping windows.
Final Answer:
38°
Discussion & Comments