Difference between revisions of "Arithmetic mean"

 
(Arithmetic Mean)
Line 1: Line 1:
 
=== Arithmetic Mean ===
 
=== Arithmetic Mean ===
  
The arithmetic mean of a set of numbers (or variables) is the sum of all the numbers, divided by the number of numbers. For example, if I wanted to find the average of the numbers 3, 1, 4, 1, and 5, I would compute: <math> \frac{3+1+4+1+5}{5} = \frac{14}{5}</math>. Arithmetic means are also called averages. Arithmetic means show up frequently in contest problems.
+
The arithmetic mean of a set of numbers (or variables) is the sum of all the numbers, divided by the number of numbers. If we let <math>{AM}</math> denote Arithmetic Mean, <math>AM=\frac{x_1+x_2+\cdots+x_n}{n}</math> is the arithmetic mean of the <math>{n}</math> numbers <math>x_1,x_2,\ldots,x_n</math>.
 +
 
 +
(Umm how can you center an equation (\[ \])?)
 +
 
 +
For example, if I wanted to find the average of the numbers 3, 1, 4, 1, and 5, I would compute: <math> \frac{3+1+4+1+5}{5} = \frac{14}{5}</math>. Arithmetic means are also called averages. Arithmetic means show up frequently in contest problems.

Revision as of 17:42, 17 June 2006

Arithmetic Mean

The arithmetic mean of a set of numbers (or variables) is the sum of all the numbers, divided by the number of numbers. If we let ${AM}$ denote Arithmetic Mean, $AM=\frac{x_1+x_2+\cdots+x_n}{n}$ is the arithmetic mean of the ${n}$ numbers $x_1,x_2,\ldots,x_n$.

(Umm how can you center an equation (\[ \])?)

For example, if I wanted to find the average of the numbers 3, 1, 4, 1, and 5, I would compute: $\frac{3+1+4+1+5}{5} = \frac{14}{5}$. Arithmetic means are also called averages. Arithmetic means show up frequently in contest problems.