Question
The following table shows the number of plants in 40 houses in a locality. Find the mean number of plants per house.
| Number of Plants | Number of Houses (Frequency) |
|---|---|
| 0 – 2 | 1 |
| 2 – 4 | 2 |
| 4 – 6 | 1 |
| 6 – 8 | 5 |
| 8 – 10 | 6 |
| 10 – 12 | 2 |
| 12 – 14 | 3 |
Total houses = 20 (standard NCERT version uses 20 houses)
Solution — Step by Step
For any class interval, the midpoint is .
This midpoint represents the “average” value of all data points in that class — we don’t know individual values, so we assume everyone in the class is at the centre.
| Class | Midpoint | Frequency |
|---|---|---|
| 0–2 | 1 | 1 |
| 2–4 | 3 | 2 |
| 4–6 | 5 | 1 |
| 6–8 | 7 | 5 |
| 8–10 | 9 | 6 |
| 10–12 | 11 | 2 |
| 12–14 | 13 | 3 |
Multiply each frequency by its class midpoint. This gives the “total plants contributed” by each group.
| Class | |||
|---|---|---|---|
| 0–2 | 1 | 1 | 1 |
| 2–4 | 3 | 2 | 6 |
| 4–6 | 5 | 1 | 5 |
| 6–8 | 7 | 5 | 35 |
| 8–10 | 9 | 6 | 54 |
| 10–12 | 11 | 2 | 22 |
| 12–14 | 13 | 3 | 39 |
Always verify matches the total number of observations given in the problem. If it doesn’t, you’ve made an arithmetic error — catch it here, not after the final answer.
Mean = 8.1 plants per house.
Why This Works
In raw data, mean = sum of all values ÷ count. Grouped data hides individual values inside classes, so we use midpoints as “stand-ins.” It’s an approximation — we assume data is uniformly spread within each class.
The formula is just a weighted average. A class with frequency 6 pulls the mean toward its midpoint six times harder than a class with frequency 1. That’s why the 8–10 class (frequency 6, midpoint 9) has strong influence on our answer of 8.1.
This method works cleanly when numbers are small. For messier data with large class midpoints (like ages 0–80 in 10-year groups), the Assumed Mean Method cuts down arithmetic — but the answer is identical.
Alternative Method
Shortcut check: Once you have and , notice directly. No need to simplify a fraction — just divide.
We could also use the Assumed Mean Method to cross-verify. Take assumed mean (midpoint of the 6–8 class, roughly central):
| Class | ||||
|---|---|---|---|---|
| 0–2 | 1 | –6 | 1 | –6 |
| 2–4 | 3 | –4 | 2 | –8 |
| 4–6 | 5 | –2 | 1 | –2 |
| 6–8 | 7 | 0 | 5 | 0 |
| 8–10 | 9 | +2 | 6 | +12 |
| 10–12 | 11 | +4 | 2 | +8 |
| 12–14 | 13 | +6 | 3 | +18 |
Same answer. Use Assumed Mean when midpoints are large numbers (reduces calculation errors significantly).
Common Mistake
Using class limits instead of midpoints. A very common error: students write using the lower class limit (0, 2, 4, 6…) instead of the midpoint (1, 3, 5, 7…).
The lower limit is just the starting boundary — it doesn’t represent the class. If you use lower limits, you’ll get and mean , which is wrong. Always compute midpoint as first, before touching frequencies.