औसत कैलकुलेटर — सूत्र
## How to Calculate an Average
### Formula
**Average = Sum of Values / Number of Values**
Also called the arithmetic mean. Add up all the numbers and divide by how many numbers there are.
### Formula
**Average = Sum of Values / Number of Values**
Also called the arithmetic mean. Add up all the numbers and divide by how many numbers there are.
हल किया गया उदाहरण
Find the average of 85, 90, 78, 92, and 88.
- Sum = 85 + 90 + 78 + 92 + 88 = 433
- Count = 5
- Average = 433 / 5 = 86.6