The monthly water bills through for January to December are
Using sigma notation, find the mean water bill (a) for the entire year, (b) for the first six months, and (c) from April through November. Round to the nearest cent.
Write the general template. A mean over a block of terms is
All three parts use this same expression; only the limits , — and therefore — change. The count must always be recomputed from the limits, never reused from the previous part.
(a) Whole year: from 1 to 12.
(b) First six months: from 1 to 6.
(c) April through November: from 4 to 11. April is and November is , so — eight months, not seven. Off-by-one on this count is the classic error:
Check the three totals against each other. The first six months total and months – total ; the full year is . Consistency test: months – total and month is , so ✓ — the three blocks partition the year exactly.
Interpret the pattern. The summer stretch (April–November) averages \50.25$47.33$43.00$, which matches bills that peak in July and August.
Need to solve a different problem like this? Open the solver →