Statistics · real student question

Monthly water bills are $40, $42, $40, $38, $48, $50, $58, $62, $56, $46, $44, $44 for January to December. Using sigma notation, find the mean bill for the whole year, for the first six months, and for April through November.

Question

The monthly water bills x1x_1 through x12x_{12} for January to December are

40, 42, 40, 38, 48, 50, 58, 62, 56, 46, 44, 4440,\ 42,\ 40,\ 38,\ 48,\ 50,\ 58,\ 62,\ 56,\ 46,\ 44,\ 44

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.

Step-by-step solution

  1. Write the general template. A mean over a block of terms is

    xˉ=1ni=abxi,n=ba+1\bar{x} = \frac{1}{n}\sum_{i=a}^{b} x_i, \qquad n = b - a + 1

    All three parts use this same expression; only the limits aa, bb — and therefore nn — change. The count must always be recomputed from the limits, never reused from the previous part.

  2. (a) Whole year: ii from 1 to 12.

    xˉ=112i=112xi=40+42+40+38+48+50+58+62+56+46+44+4412=56812\bar{x} = \frac{1}{12}\sum_{i=1}^{12} x_i = \frac{40+42+40+38+48+50+58+62+56+46+44+44}{12} = \frac{568}{12}

    =47.3333=$47.33= 47.3333\ldots = \$47.33

  3. (b) First six months: ii from 1 to 6.

    xˉ=16i=16xi=40+42+40+38+48+506=2586=43=$43.00\bar{x} = \frac{1}{6}\sum_{i=1}^{6} x_i = \frac{40+42+40+38+48+50}{6} = \frac{258}{6} = 43 = \$43.00

  4. (c) April through November: ii from 4 to 11. April is x4x_4 and November is x11x_{11}, so n=114+1=8n = 11 - 4 + 1 = 8 — eight months, not seven. Off-by-one on this count is the classic error:

    xˉ=18i=411xi=38+48+50+58+62+56+46+448=4028=50.25=$50.25\bar{x} = \frac{1}{8}\sum_{i=4}^{11} x_i = \frac{38+48+50+58+62+56+46+44}{8} = \frac{402}{8} = 50.25 = \$50.25

  5. Check the three totals against each other. The first six months total 258258 and months 441111 total 402402; the full year is 568568. Consistency test: months 1133 total 40+42+40=12240+42+40 = 122 and month 1212 is 4444, so 122+402+44=568122 + 402 + 44 = 568 ✓ — the three blocks partition the year exactly.

  6. Interpret the pattern. The summer stretch (April–November) averages \50.25,wellaboveboththeyearly, well above both the yearly $47.33andthewinterheavyfirsthalfatand the winter-heavy first half at$43.00$, which matches bills that peak in July and August.

Answer

xˉyear=$47.33,xˉ16=$43.00,xˉ411=$50.25\bar{x}_{\text{year}} = \$47.33,\quad \bar{x}_{1\text{–}6} = \$43.00,\quad \bar{x}_{4\text{–}11} = \$50.25

Need to solve a different problem like this? Open the solver →