भारित औसत कैलकुलेटर — सूत्र
## How to Calculate a Grade Average
A simple average sums all scores and divides by the count.
### Formula
**Average = (Score1 + Score2 + ... + ScoreN) / N**
This gives equal weight to each score.
A simple average sums all scores and divides by the count.
### Formula
**Average = (Score1 + Score2 + ... + ScoreN) / N**
This gives equal weight to each score.
हल किया गया उदाहरण
Five test scores: 88, 92, 78, 95, and 84.
- Sum: 88 + 92 + 78 + 95 + 84 = 437
- Count: 5
- Average: 437 / 5 = 87.4%