Compute the weighted arithmetic mean for grouped frequency data using the formula Σ(f·x) / Σf.
The grouped arithmetic mean, also known as the weighted mean for grouped data, is an estimate of the average of a frequency distribution. When data are organized into classes (intervals) with corresponding frequencies, we use the midpoint of each class as a representative value. The formula is:
\bar{x} = \frac{\sum f_i x_i}{\sum f_i}
where \(x_i\) = midpoint of class \(i\), \(f_i\) = frequency of class \(i\).
In many real‑world situations (e.g., survey responses, income brackets, test scores), data are presented in grouped form to preserve anonymity or simplify presentation. The grouped mean provides a quick and reasonably accurate measure of central tendency when individual data points are unavailable.
A teacher has 50 students' scores grouped into intervals: 0–20 (mid=10, f=3), 20–40 (mid=30, f=9), 40–60 (mid=50, f=18), 60–80 (mid=70, f=14), 80–100 (mid=90, f=6). Using the calculator: Σf·x = 3×10 + 9×30 + 18×50 + 14×70 + 6×90 = 30+270+900+980+540 = 2720, Σf = 50, mean = 54.4. This indicates that the average score is about 54.4, useful for grading adjustments.
| Field | Example |
|---|---|
| Education | Average test score from score intervals. |
| Market Research | Mean income bracket from survey data. |
| Demographics | Average age from age groups. |
| Quality Control | Mean weight from grouped measurements. |