Difficulty: Easy
Correct Answer: 31.5 C
Explanation:
Introduction / Context:
Average over the whole equals total for the week divided by 7. Given two three day blocks, the seventh day is the remainder when those are removed from the total.
Given Data / Assumptions:
Concept / Approach:
Compute totals for each block and subtract from the weekly total.
Step-by-Step Solution:
Verification / Alternative check:
Average recomputed equals 28.5 C when all seven are used.
Why Other Options Are Wrong:
Common Pitfalls:
Using 6 days mistakenly for the weekly total or mixing Celsius symbols with arithmetic and rounding.
Final Answer:
Discussion & Comments