Finding a mean from tabular data
Two questions, one method: multiply each value by how many times it occurs, add, and divide by the count. The second version uses class midpoints because the exact values are gone.
A short walkthrough explaining what you need to know and how to solve this question type lands here once it's recorded.
ALEKS randomizes the numbers each attempt, but the question shape stays the same. Here are three example versions you might see.
Daily drug dosages for 33 patients:
0 to 49: 5 · 50 to 99: 12 · 100 to 149: 10 · 150 to 199: 4 · 200 to 249: 2
Using class midpoints, estimate the mean dosage. Round to one decimal place; use four or more decimals in intermediate steps.
A frequency distribution has the class 150 to 199.
What midpoint represents that class?
A class of 20 students scored: 4 scored 6, 9 scored 8, 7 scored 10.
What is the mean score? Round to two decimal places.
Thirty-seven customers reported what they paid for a computer:
7 paid $2,300 · 10 paid $800 · 15 paid $2,700 · 5 paid $1,300
Find the mean price, to the nearest dollar.
The weighted total
The count
The mean
Why weighting matters
The plain average of the four prices is (2300 + 800 + 2700 + 1300) ÷ 4 = $1,775. The weighted mean is $1,922.
The gap is the fifteen customers who paid $2,700 pulling the average up. Treating each price band as equally important would misrepresent what people actually paid, which is the entire reason weighted means exist.