Calculadora de Promedio Gratis
Calcula el promedio (media aritmética) de cualquier conjunto de números. Gratis e instantáneo.
Promedio
86.60
Sum433.00
Count5
Fórmula
## 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.
Ejemplo Resuelto
Find the average of 85, 90, 78, 92, and 88.
- 01Sum = 85 + 90 + 78 + 92 + 88 = 433
- 02Count = 5
- 03Average = 433 / 5 = 86.6
Preguntas Frecuentes
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.
Aprender