मुफ्त औसत कैलकुलेटर
संख्याओं के समूह का औसत (माध्य) तुरंत निकालें। मान दर्ज करके गणना करें।
औसत
86.60
Sum433.00
Count5
सूत्र
## 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.
हल किया गया उदाहरण
Find the average of 85, 90, 78, 92, and 88.
- 01Sum = 85 + 90 + 78 + 92 + 88 = 433
- 02Count = 5
- 03Average = 433 / 5 = 86.6
अक्सर पूछे जाने वाले प्रश्न
What is the difference between mean, median, and mode?
Mean is the average (sum divided by count). Median is the middle value when sorted. Mode is the most frequently occurring value.
When should I use the average?
Use the average when your data is fairly evenly distributed without extreme outliers. For skewed data, the median may be more representative.
सीखें