Difficulty: Easy
Correct Answer: 100 litres
Explanation:
Introduction / Context:Weighted averages by month counts give the yearly mean consumption.Given Data / Assumptions:
Concept / Approach:Compute total litres in each block, add them, then divide by 12 months.Step-by-Step Solution:
First block total = 7 * 110 = 770Second block total = 5 * 86 = 430Year total = 770 + 430 = 1200Average monthly = 1200 / 12 = 100 litresVerification / Alternative check:Proportional weighting by 7 and 5 months is correctly applied.Why Other Options Are Wrong:
Common Pitfalls:Taking a simple mean of 110 and 86 without weighting by month counts.Final Answer:
100 litres
Discussion & Comments