How to solve
Add every value, then divide the total by how many values there are.
Steps
- Add all the numbers in the list.
- Count the values.
- Divide the sum by the count.
Example
Mean of 7, 12, 9, 12?
- Sum: 7 + 12 + 9 + 12 = 40.
- Four values: 40 ÷ 4 = 10.
Answer: 10
Loading drills…