A survey collected data on the number of plants in 20 houses: 0-2 (1 house), 2-4 (2), 4-6 (1), 6-8 (5), 8-10 (6), 10-12 (2), 12-14 (3). Find the mean number of plants per house, and state which method you used and why.
Hint. The class marks here (1, 3, 5, ...) are small numbers — that's the signal for which method to reach for.
Step 1 — Find the class marks (midpoints). 1, 3, 5, 7, 9, 11, 13
Step 2 — Since these class marks are already small, the direct method is the natural choice — there's no need to shift to an assumed mean just to keep the arithmetic manageable. Σfᵢ = 1+2+1+5+6+2+3 = 20 Σfᵢxᵢ = 1(1)+2(3)+1(5)+5(7)+6(9)+2(11)+3(13) = 1+6+5+35+54+22+39 = 162
Step 3 — Divide. mean = 162/20 = 8.1
✦ Answer: 8.1 plants per house — found by the direct method, since the class marks were small enough that no simplification was needed.
Where students slip. Reaching for the assumed-mean method out of habit. The method is a choice driven by the size of the numbers involved — with class marks under 15, direct is both correct and quicker.
Another way. You could still use the assumed-mean method with, say, a = 7: dᵢ = xᵢ − 7 gives −6,−4,−2,0,2,4,6, and Σfᵢdᵢ = 1(−6)+2(−4)+1(−2)+5(0)+6(2)+2(4)+3(6) = −6−8−2+0+12+8+18 = 22, giving mean = 7 + 22/20 = 8.1 — the same answer, more work.
