Lesson Basics of Mean (Arithmetic Mean)

Algebra ->  Algebra  -> Probability-and-statistics -> Lesson Basics of Mean (Arithmetic Mean)     (Log On)
Ad: Algebra Solved!™: algebra software that solves YOUR algebra homework problems with step-by-step help!

   

This Lesson (Basics of Mean (Arithmetic Mean)) was created by by Shruti_Mishra(0) About Me : View Source, Show
About Shruti_Mishra: I am a maths graduate from India and am currently persuing masters in Operations Research.

Arithmetic Mean, often simply known as mean or average is one of the most commonly used statistics. It is used for getting an estimate of the central value of a series. Though there are several estimates used for the same, like median and mode, mean is the most common of the three.

Mean can be categorized into three types:
1. Arithmetic Mean
2. Geometric Mean
3. Harmonic Mean

In this chapter we will study about the arithmetic mean. The formula for calculating the arithmetic mean is:

(1/n)*sum(x[i],1,n)

where x[i] is the ith element of the series. The mean is thus the sum of all elements of the series divided by the number of elements in the series.

Example: Find the arithmetic mean of the series: {1,4,7,8,10}.
Solution: The mean of the series would be (1+4+7+8+10)/5 = 6

The formula for calculating geometric and harmonic mean is as follows:

Geometric Mean: (x[1]x[2]x[3]___x[n-1]x[n])^(1/n)
Harmonic Mean: n*((sum(1/x[i],1,n))^(-1))

To calculate the mean of a series, you may use the following solver.

This lesson has been accessed 391 times.