Summarize this article:
258 LearnersLast updated on November 21, 2025

The mean represents the average value of a given dataset. It is one of the most widely used measures of statistics. We calculate it by adding up all the values in a dataset and dividing by the total number of values. In this topic, we are going to learn about mean.
Mean, also known as average, is the value obtained by dividing the Sum of all observations by the total number of observations. The mean is represented by the symbol x̄ (x bar). It helps identify the typical or central value in a dataset.
\( \text{Mean} = \frac{\text{Sum of all values}}{\text{Total number of values}} \)
Data can be of two types: ungrouped and grouped.
For example, find the mean of 4, 5, 2, 7, 8, 1.
\( \text{Mean} = \frac{\text{Sum of all values}}{\text{Total number of values}} \)
Mean = \(\frac{4 + 5 + 2 + 7 + 8 + 1}{6} \) = \(\frac{27}{6} \) = 4.5
So, the mean value is 4.5.
Average and mean are often considered similar concepts, but they differ in some respects. Here are a few key differences between mean and average.
| Mean | Average |
| Mean is a type of average that represents the central value of a dataset. | The average of a dataset is the sum of all numbers divided by the total number of values. |
| The types of means are the arithmetic mean, the harmonic mean, and the geometric mean. | The average is also known as the arithmetic mean. |
| Used when the values are wide or span an extensive range. | Used when the values are in a similar range. |
| Mean gives the central point of the data set. | The average provides a single value from the dataset. |
| The term mean is mostly used in technical and mathematical contexts. | The term average is widely used in everyday language. |
There are certain properties that help us understand how mean works. Here are some key properties of the mean that will help you understand:
| Property | Explanation |
| Uniqueness | The mean of a dataset is unique; that is, each dataset has its own distinct mean value. |
| Sensitivity to change | If a value in the dataset changes, the mean will change as well. |
| Constant value | If the values in a dataset are constant, then the mean equals the value. |
| Minimize the prediction error. | The mean produces the least total squared error among all values in the dataset. |
| Uses all data points. | The mean considers every value in the dataset when calculating. |
In mathematics, the mean is the method used to find the central value in a dataset. There are a few types of means, such as:
Arithmetic Mean: To find the arithmetic mean, you add up all the values in the dataset and divide the total by the number of items. The formula for the arithmetic mean is:
\(\bar{x} = \frac{\sum x_i}{n} \)
Where \(\bar x\)is the arithmetic mean
\(x_ i\) = data values
n is the total number of value
Weighted Mean: The weighted mean is used when some values in a dataset hold more significance than others. Weighted mean formula:
\({\text {Weighted mean }} = {∑w_ix_i\over ∑w_i} \)
Where,
\(x_i \)= data values
\(w_i\) = corresponding weights.
Geometric Mean: Geometric mean is the nth root of the product of values. It is used for datasets involving ratios, percentages, growth rates, or values that multiply.
\( GM = \sqrt[n]{x_1 x_2 x_3 \cdots x_n} \)
Harmonic Mean: Harmonic mean is the reciprocal of the arithmetic mean of the reciprocals of the values.
\(HM = \frac{n}{\sum \frac{1}{x_i}} \)
The mean of a data set is calculated using all the values within the dataset. Mean is the ratio of the sum of all observations to the total number of observations.
\( \text{Mean} = \frac{\text{Sum of all values}}{\text{Total number of values}} \)
In math symbols, the formula for the mean is:
\(\bar{x} = \frac{\sum x}{n} \)
Where,
∑x is the sum of all numbers
n is the number of value
Mean is the average value of a set of numbers. To find the mean, we add all the values and divide the sum by the total number of values. Depending on the data type, we use different methods to find the mean.
Mean for Ungrouped Data
Ungrouped data refers to raw data that has not been organized into groups, classes, or intervals. To find the mean, add all the values and divide the sum by the number of values.
\(\bar{x} = \frac{\sum x}{n} \)
For example, find the mean of 4, 6, 8, 10.
\({\bar x} = {{4 + 6 + 8 + 10} \over 4}\)
\(= {28 \over 4} = 7\)
Mean for Grouped Data
Grouped data refers to data organized into groups or class intervals. The mean for grouped data can be calculated using three methods:
Calculating Mean Using the Direct Method
In the direct method, the mean for grouped data is calculated by multiplying each class midpoint by its frequency, summing the products, and dividing by the total frequency.
\(\bar{x} = \frac{\sum f x}{\sum f} \)
For example, find the mean of the given data set.
| Class Interval | Frequency | Midpoint (x) | fx |
| 0 - 10 | 4 | 5 | 20 |
| 10 - 20 | 6 | 15 | 90 |
| 20 - 30 | 5 | 25 | 125 |
\(Σfx = (4 × 5) + (6 × 15) + (5 × 25) = 235 \)
\(Σf = 4 + 6 + 5 = 15 \)
\(\bar{x} = \frac{\sum f x}{\sum f} \)
\(\bar x = {235 \over 15}\)
= 15.67.
Calculating Mean Using Assumed Mean Method
The assumed mean method is used when the sample size is large. We take a mean (A) and calculate deviations from it.
Here, \( \bar{x} = A + \frac{\sum f d}{\sum f} \)
where, d = x - A
For example,
| x | f | d = x - A |
| 10 | 2 | -10 |
| 20 | 3 | 0 |
| 30 | 5 | 10 |
Let’s assume A = 20
Then,
\(Σfd = (-10 × 2) + (0 × 3) + (10 × 5) \)
\(= -20 + 0 + 50 \)
= 30
\({\bar x} = 20 + {30 \over 10}\)
\(= 20 + 3 = 23\)
Calculating Mean Using Step Deviation Method
The step deviation method is used when class intervals are equal and values are significant. The formula to find the mean using the step deviation method is:
\(\bar{x} = A + h \frac{\sum f _u}{\sum f} \)
where A = assumed mean
h = class width
\(u = \frac{x - A}{h} \)
For example,
| Class Interval | f | Midpoint(x) | u | \(f_u\) |
| 10-20 | 5 | 15 | -1 | -5 |
| 20-30 | 7 | 25 | 0 | 0 |
| 30-40 | 8 | 35 | 1 | 8 |
Here, A = 25
h = 10
\(Σf_u = 3 \)
\(Σf = 20 \)
Substitute the values in the equation:
\(\bar{x} = 25 + 10 ( \frac{30}{20}) \)
\({\bar x}= 25 + 1.5 = 26.5 \)
Mean of Negative Numbers
The method for finding the mean remains the same even when the numbers are negative. This means the mean of negative values is simply the sum of all the observations divided by the total number of observations.
For example, -5, 10, -3
\({\bar x} = {{-5 + 10 - 3} \over 3}\)
\(= {2 \over 3}\)
= 0.667.
Mean is one of the simplest and most commonly used statistical measures. These tips and tricks will help students, teachers, and parents understand and apply it more effectively.
Some students make mistakes when calculating the mean. Here are a few common mistakes that students make and ways to avoid them.
The mean is commonly used across fields to analyze data and understand overall patterns. Below are some real-life situations where the mean plays an important role:
Find the mean if the dataset is 4, 6, 8, 10
Mean is 7.
Sum of the observations \(= 4 + 6 + 8 + 10 = 28\)
Total number of observations = 4
Mean \(= {{28\over 4 }}= 7\)
Five friends have ages 20, 22, 24, 26, and 28 years. What is mean of their ages?
The mean of their age is 24.
Sum of the observations \(= 20 + 22 + 24 + 26 + 28 = 120\)
Total number of observations = 5
Mean \(= {{120\over 5}} = 24\)
A teacher groups test scores into intervals: 50-60 (frequency = 3, midpoint = 55) 60-70 (frequency = 5, midpoint = 65) 70-80 (frequency = 2, midpoint = 75) What is the mean score?
64.
Total frequency: \(∑f = 3 + 5 + 2\)
Sum of frequency and midpoint: \(∑fx = (3 × 55) + (5×65) + (2×75) \)
\(= 165 + 325 + 150 \)
\(= 640\)
Mean = \({{∑fx\over ∑f }}\)
\(= {{640\over 10 }}\)
\(= 64\)
A driver’s speeds over four segments of a journey were 60mph, 65mph, 55mph, and 70mph. What is the average speed?
62.5mph.
Sum \(= 60 + 65 + 55 +70 = 250\)
Total number of observations = 4
Mean \(={{ 250\over 4 }} = 62.5mph\).
A reading club reports that members read 3, 2, 5, 4, and 6 books in a month. What is the average number of books read?
4.
Sum \(= 3 + 2 + 5 + 4 + 6 = 20\)
Total number of observations = 5
Mean \(= {{20\over 5 }} = 4\)
Jaipreet Kour Wazir is a data wizard with over 5 years of expertise in simplifying complex data concepts. From crunching numbers to crafting insightful visualizations, she turns raw data into compelling stories. Her journey from analytics to education ref
: She compares datasets to puzzle games—the more you play with them, the clearer the picture becomes!






