Arithmetic Mean (Mean in Maths)

The arithmetic mean (commonly called the mean or average) is one of the most important concepts in statistics. It represents the central value of a dataset and is widely used in maths, economics, and daily life. In this guide, you will learn the mean formula, how to find the mean for grouped and ungrouped data, and solve examples step by step.

Table of Contents

What is Arithmetic Mean (Mean)?

The arithmetic mean (also called the mean or average) is a measure of central tendency that represents the central value of a dataset. It is calculated by dividing the sum of all values by the total number of values.

Arithmetic Mean Formula:
Mean = (Sum of all values) / Number of values

where,
Sum of all values = total of given numbers
Number of values = total count of numbers

Know more about related topics:

Properties of Arithmetic Mean

1.The total difference from the mean is zero
When you add all the differences between each value and the mean, the result is zero.
Example: For 2, 4, 6
Mean = 4
Differences: (2−4) + (4−4) + (6−4) = −2 + 0 + 2 = 0

2. Extreme values can change the mean
Very large or very small numbers (outliers) can affect the mean.
Example: 10, 12, 14
Mean = 12.
Add 100
New mean = 34

3.It uses all the numbers in the data
Every value in the dataset is used to calculate the mean.
Example: Mean of 5, 10, 15 depends on all three numbers.

4.The mean may not be in the data
The mean doesn't have to be one of the given values.
Example: 1, 2, 3
Mean = 2 (in data) 
For these data: 1, 2, 4
Mean = 2.33 (not in data)

Arithmetic Mean Formula

Understanding the Mean Formula is crucial in statistics. While the general formula is straightforward, different types of data and purposes require different formulas. The correct Arithmetic Mean Formula ensures you calculate accurately based on the data type.

For Ungrouped Data:
Mean = (x₁ + x₂ + x₃ + ... + xₙ) / n

For Grouped Data:
Mean = Σ(f × x) / Σf
Where: f = frequency, x = class midpoint

How to Find the Arithmetic Mean (Step-by-Step)

Whether your data is grouped (arranged in a frequency table) or ungrouped (a list of numbers) determines how to calculate the mean.

How to Find the Mean for Ungrouped Data

Ungrouped data is raw numerical data that hasn't been sorted or categorized into intervals.

Formula: Mean = (Sum of all values) / (Number of values)

Steps:

  1. Add all the numbers in your dataset.
  2. Count how many numbers there are.
  3. Divide the total sum by the number of values.

Example: Find the mean of: 12, 15, 17, 20, 26

Step 1: 12 + 15 + 17 + 20 + 26 = 90
Step 2: There are 5 numbers.
Step 3: Mean = 90 / 5 = 18

How to Find the Mean for Grouped Data

Grouped data is arranged into class intervals, each with a frequency.

Formula: Mean = (Σf × x) / Σf
Where f = frequency, x = (Lower limit + Upper limit) / 2

Steps:

  1. Find the midpoint (x) of each class interval.
  2. Multiply the frequency (f) by the midpoint (x) for each class.
  3. Add all the f × x values to get Σ(f × x).
  4. Add all the frequencies to get Σf.
  5. Divide Σ(f × x) by Σf.

Example:

Class Interval Frequency (f)
10 - 20 3
20 - 30 5
30 - 40 2

Step 1: Midpoints: 15, 25, 35
Step 2: f × x: 3 ×15 = 45, 5 × 25 = 125, 2 × 35 = 70
Step 3: Σ(f × x) = 240
Step 4: Σf = 10
Mean = 240 / 10 = 24

Read more:

Types of Mean

Arithmetic Mean

The most widely used measure of central tendency. Calculated by adding all values and dividing by the total count.

Formula: Arithmetic Mean = Σx / n

Geometric Mean

The geometric mean is used for data involving multiplication, such as growth rates, percentages, or financial data.

Formula: Geometric Mean = ⁿ√(x₁ × x₂ × ... × xₙ)

Harmonic Mean

Used when dealing with rates, such as speed, efficiency, or time.

Formula: Harmonic Mean = n / (Σ1/xᵢ)

Root Mean Square (RMS)

The root mean square is used in physics and engineering to measure the magnitude of varying values.

Formula: RMS = √[(x₁² + x₂² + ... + xₙ²)/n]

Contraharmonic Mean

Calculated using the sum of squares divided by the sum of values.

Formula: Contraharmonic Mean = (Σx²) / (Σx)

Difference between Mean, Median and Mode

Measure Definition How to Find Best Used When
Mean The average of all values in a dataset. Sum of all values ÷ Number of values Data is evenly distributed without extreme values.
Median The middle value when data is arranged in order. Arrange data, then pick the middle value. Data has outliers or is skewed.
Mode The value that appears most frequently. Find the most repeated value. Finding the most common or frequent item.

The mean is best for evenly distributed data, while the median is preferred when there are extreme values. The mode is useful for identifying the most frequent value.

Example: For the data: 2, 4, 4, 6, 10

  • Mean = 26 / 5 = 5.2
  • Median = 4
  • Mode = 4

Learn more about mean, median and mode
Also, check for mean, median and mode questions

Common Misconceptions

1.Mean is always a data value
The mean does not have to be one of the given numbers.
Example: For 2, 3, 10
Mean = (2 + 3 + 10) ÷ 3 = 5 (5 is not in the list)

2.Mean and Median are always the same
They are equal only when data is evenly spread (symmetric).
Example: 1, 2, 100
Mean = 34.3, Median = 2 (very different)

3.Outliers do not affect the mean
Very large or small values can change the mean significantly.
Example: 10, 12, 14
Mean = 12.
Add 100, New mean = 34

Solved Examples on Arithmetic Mean

Example 1: Find the mean of 10, 15, 20, 25, and 30.
Mean = (10 + 15 + 20 + 25 + 30) / 5 = 100 / 5 = 20

Example 2: Find the mean for the following grouped data:

Class Interval Frequency
0 - 10 4
10 - 20 6
20 - 30 10

Step 1: Midpoints: 5, 15, 25
Step 2: f × x: 4×5=20, 6×15=90, 10×25=250
Step 3: Σf = 20, Σ(f × x) = 360
Mean = 360 / 20 = 18

Example 3: Find the missing number if the mean of 5, 7, x, and 10 is 8.
8 = (5 + 7 + x + 10) / 4
32 = 22 + x
x = 10

Example 4: The average marks of 4 students is 70. Three students scored 65, 75, and 80. Find the fourth student's marks.
Total = 70 × 4 = 280
Known sum = 65 + 75 + 80 = 220
Fourth student = 280 − 220 = 60

Example 5: Find the mean of 2.5, 3.5, 4, 5, and 5.
Sum = 2.5 + 3.5 + 4 + 5 + 5 = 20
Count = 5
Mean = 20 ÷ 5 = 4

Practice Questions on Arithmetic Mean

  1. Find the mean of: 6, 9, 12, 15, and 18.
  2. Calculate the mean of: 4, 8, 10, 6, and 12.
  3. Find the mean of the first 7 natural numbers.
  4. The mean of 5 numbers is 20. Find their total sum.
  5. Find the missing number if the mean of 3, 7, x, and 9 is 6.
  6. The average of 4 numbers is 25. Three of the numbers are 20, 30, and 35. Find the fourth number.
  7. Find the mean of: 2.5, 3.5, 4.5, and 5.5.
  8. The average temperature over 5 days is 30°C. Temperatures for 4 days are 28°C, 32°C, 30°C, and 29°C. Find the fifth day's temperature.
  9. The mean of 6 consecutive numbers is 15. Find the numbers.
  10. The average marks of 5 students is 60. Four students scored 55, 65, 70, and 50. Find the fifth student's marks.

Conclusion

The arithmetic mean is one of the most widely used methods to find the average of a dataset. By understanding its formula and calculation steps, you can easily analyse both grouped and ungrouped data. Practising problems regularly will help you apply the concept quickly and accurately.

Frequently Asked Questions on Arithmetic Mean

1. What is mean in maths?

The mean in maths (also called the arithmetic mean or average) is the sum of all values divided by the total number of values. It represents the central value of a dataset.

2. What is the formula of mean?

Mean = (Sum of all values) / Number of values

3. How do you find the mean?

  1. Add all the values.
  2. Count the total number of values.
  3. Divide the sum by the count.

4. What is the difference between mean and average?

There is no difference between mean and average in basic mathematics. Both refer to the arithmetic mean, calculated by dividing the sum of values by the number of values.

5. When should you use mean?

The mean is best used when the data is evenly distributed and does not contain extreme values (outliers), as outliers can affect the result.

Explore more math concepts and learning resources at Orchids The International School!

ShareFacebookXLinkedInEmailTelegramPinterestWhatsApp

We are also listed in