An average is the middle value of a group of numbers. The average is calculated by adding up all the numbers in a group and dividing the total by how many of numbers there are.
The image below shows three rows of apples with 6, 11, and 7 apples, and if we take the average of all three rows, we get 8 apples in each row.

The average in mathematics is defined as the central value of the given data set. It is the ratio of the sum of all the values to the number of values. For n terms, its average is given by first taking the sum of n numbers and then dividing them by n.
Average = Sum of Values/Number of Values
In this article, we'll explore what average is in maths, including its symbol, average formula in maths, and how to calculate the average. We'll also cover step-by-step instructions for calculating the average and several detailed examples.
Average in Maths Definition
An average is a single number expressing a set of data. It is calculated by dividing the sum of the values in the set by their number, also called the arithmetic mean. The basic formula for the average of n numbers x1, x2,......xn is
(Average) = (x1 + x2 +........ + xn)/n
it is denoted x̄ (read as "x bar"). We also use the Greek letter "μ" to denote the average.
The average in mathematics is calculated using the formula sum of values divided by the number of values. Hence, the average formula is given as
Average = Sum of Values/Number of Values
For given n numbers x1, x2, x3 ,….., xn the average is given by the formula,
Average = (x1+ x2 + ... + xn)/n
How to Calculate Average?
Study the following steps to find the average of various numbers
- Step 1: Note all the observations and find the total number of observations (say n)
- Step 2: Find the sum of all observations.
- Step 3: Divide the sum obtained in Step 2 by the number of observations (n)
- Step 4: Simplify to obtain the required value of the Average.
Example: Find the average of 3, 4, 7, 8, 10, and 12.
Solution:
Given values,
3, 4, 7, 8, 10, 12
Number of Observations = 6
Sum of Observations = 3 + 4 + 7 + 8 + 10 + 12 = 34
Average = 34/6 = 5.67
What is Average Used For?
The average is used to represent a large amount of data with a single number. It helps us find the central value of a data set.
Some practical applications of averages are:
- Calculating the average time of commute to work or school can help you plan your schedule.
- Calculating the batting average in cricket helps in assessing a batsman's performance.
- Calculating average customer reviews before buying new things.
- Calculating average household income, average unemployment rate, or average inflation rate to understand economic trends.
- Calculating average daily sales of a product to stock the right amount.
Average Calculator
This tool allows users to quickly and easily calculate the average of a set of numbers. By entering a list of values, the calculator will automatically compute the mean, helping you to better understand and analyze your data.
What is Mean?
Mean in mathematics is the measure of central tendency. It is also called the average or arithmetic mean. It is calculated by dividing the sum of values by the total number of values.
There are three types of mean in mathematics:,
Type of meanTypes of Mean
Three types of means are:
Type | Arithmetic Mean | Geometric Mean | Harmonic Mean |
---|
Definition | The arithmetic mean is another name for the average. It is the sum of values divided by the number of values. | Geometric Mean is one of the measures of the central tendency. It is calculated by taking the nth root of the product of all the given numbers. | The harmonic mean is one of the Pythagorean means, other than the Arithmetic Mean and Geometric Mean. It is calculated by dividing the number of reciprocals by the sum of the reciprocal values. The harmonic mean is always lower as compared to the geometric and arithmetic means. |
---|
Formula | A.M. = (n1 + n2 + n3 + n4 + … + nn)/n | G.M. = n√(x1.x2...xn) | H.M. = n/{(1/x1) + (1/x2) + ... + (1/xn)} |
---|
Difference Between Mean and Average
This table provides a structured comparison of mean and average :
Aspect | Mean | Average |
---|
Definition | Mean can be defined as the sum of the largest and smallest numbers divided in the list divided by 2. | The average can be defined as the sum of values divided by the total number of terms. |
---|
Types | Only for the arithmetic Mean | This can refer to the mean, median, and mode |
---|
Usage | Mostly in statistics, mathematics, and science | Used in everyday language and general calculations |
---|
Average of Negative Numbers
The average of the negative numbers is simply calculated by taking the sum of the observations divided by the number of observations. Negative numbers do not affect the finding of the average of the negative numbers. This is explained by the example,
Example: Find the average of -8, -4, 0, 4, 8
Solution:
Given, -8, -4, 0, 4, 8
Number of Observations = 5
Sum of Observations = (-8) + (-4) + 0 + 4 + 8 = 0
Average = 0/5 = 0
Average of Two Numbers
The average of two numbers is simply the sum of the two numbers divided by 2. Suppose we are given two numbers 'a' and 'b', then their average is calculated as,
Average = (a+b)/2
Example: Find the average value of 80 and 100
Solution:
Given,
Average = (a + b)/2
= (80 + 100)/2 = 180/2
= 90
Some of the important tips and tricks to solve average questions are mentioned below. These formulas will help students and will be useful in boards and competitive exams.
Average of the first n natural numbers:
- Sum of first n natural numbers = n(n + 1)/2
- Average of first n natural numbers = (n + 1)/2
Average of the first n natural number squares:
- Sum of square of first n natural numbers = n(n + 1)(2n + 1)/6
- Average of square of first n natural numbers = (n + 1)(2n + 1)/6n
Average of the first n natural number cubes:
- Sum of cube of first n natural numbers = [n(n + 1)/2]2
- Average of cube of first n natural numbers = n(n + 1)2/4
Average of the first n natural odd numbers:
- Sum of first n natural odd numbers = n2
- Average of first n natural odd number = n
Average of the first n natural even numbers:
- Sum of first n natural even numbers = n(n + 1)
- Average of first n natural even numbers = n + 1
Also Check:
To calculate the average without using the AVERAGE function, we can sum all numeric values and divide by the count of numeric values. We can use SUM and COUNT functions like this:
= SUM(A1:A5)/COUNT(A1:A5) ( Average Calculation )
Here:
- SUM function is used to add multiple numeric values within different cells and
- COUNT function to count the total number of cells containing only numbers.
Also Check:
How to Calculate Average in Excel ( Formula & Examples)
Solved Examples on Average in Maths
Here are some numerical examples on average with solutions. These solved examples will help students understand and practice the concept of average.
Also Check:
Tricks to Solve Average Questions
Example 1: Find the average of the squares of the first 16 natural numbers.
Solution:
Sum of square of first n natural number = n(n+1)(2n+1)/6
Avg. of square of first n natural number = n(n+1)(2n+1)/6n
Average = 16(16+1)(2x16+1)/6 x 16
= 16 x 17 × 33 /96
= 8976/96 = 93.5
Example 2: The average of 9 observations is 87. If the average of the first five observations is 79, and the average of the next three is 92. Find the 9th observation.
Solution:
Average of 9 observations = 87
Sum of 9 observations = 87 × 9 = 783
Average of first 5 observations = 79
Sum of first 5 observations = 79 × 5 = 395
Sum of 6th,7th and 8th = 92 × 3 = 276
9th observation = 783 - 395 - 276 = 112
Example 3: Five years ago, the average age of the Husband and wife was 25 years; today, the average age of the Husband, wife, and child is 21 years. How old is the child?
Solution:
Five years ago, the average age of the Husband and Wife was 25 years
Sum of their ages five years ago = 25x2 = 50
Today, current total age = 50 + 5 + 5 = 60
The average age of the Husband, Wife, and Child today si 21 years,
Total sum of ages = 21 x 3 = 63
Age of child = 63 - 60 = 3 years
Example 4: There are 42 students in a hostel. If the number of students increased by 14. The expense of the mess increased by Rs 28 per day. While the average expenditure per head decreased by Rs 2. Find the original expenditure.
Solution:
Total students after increment = 42 + 14 = 56
Let the expenditure of students is A Rs/day.
Increase in expenditure Rs 28/day.
According to question
42A + 28 = 56(A - 2)
42A + 28 = 56A - 112
14A = 140
A = 10
Hence, the original expenditure of the student was Rs 10/day.
Example 5:The average of 200 numbers is 96, but it was found that 2 numbers, 16 and 43, were mistakenly calculated as 61 and 34. Find his correct average. It was also found that the total number is only 190.
Solution:
Average of 200 numbers = 96
Sum of 200 numbers = 96 x 200 = 19200
Two numbers mistakenly calculated as 61 and 34 instead of 16 and 43.
So,
Incorrect sum added = 61 + 34 = 95
Correct sum added = 16 + 43 = 59
Diffrence = 95 - 59 = 36
So, Actual sum of 200 numbers = 19200 - 36 = 19164
Total numbers are also 190 instead of 200
So, correct average = 19164/190 = 100.86
Example 6: A batsman scored 120 runs in his 16th innings; due to this, his average increased by 5 runs. Find his current average.
Solution:
Let the average of 15 innings is A
New average = A + 5
Total runs in 16 innnings = 15A + 120
According to question
15A + 120 = 16(A + 5)
15A + 120 = 16A + 80
A = 40
Hence, current average of the batsman is (40 + 5) = 45
Example 7: There are three natural numbers if the average of any two numbers is added to the third number 48,40, and 36 will be obtained. Find all the natural numbers.
Solution:
Let a, b and c are the numbers
Given
(a+b)/2 + c = 48
=> a + b + 2c = 96 .........(1)
(b+c)/2 + a = 40
=> 2a + b + c = 80 ..........(2)
(c+a)/2 + b = 36
=> a + 2b + c = 72 ..........(3)
Add (1)(2)(3), we get
4(a + b + c) = 248
a + b + c = 62
From 1, 2, and 3
(a+b+c) + c = 96
62 + c = 96
c = 34
a + (a+b+c) = 80
a + 62 = 80
a = 18
b + (a+b+c) = 72
b + 62 = 72
b = 10
Therefore value of a = 18, b = 10 and c = 34
Example 8: A biker travels at a speed of 60 km/hr from A to B and returns at a speed of 40 km/hr. What is the average speed of the total journey?
Solution:
Let a is the distance between A and B
Total distance travel in journey = 2a
Time to travel from A to B = Distance/speed = a/60
Time to travel from B to A = Distance/speed = a/40
Total time of journey = a/60 + a/40
Average speed = Total distance/Total time
=2a / (a/60 + a/40)
=240 × 2a /10a
= 240/5
= 48
Hence, the average speed is 48 km/hr.
Practice Questions on Average in Maths
Question 1: The Average temp on Monday, Tuesday, Wednesday, and Thursday is 31°, and the average temperature on Tuesday, Wednesday, Thursday, and Friday is 29.5°. If the temperature on Friday is 4/5 times that of Monday. Find the temperature for Monday.
Question 2: The average age of boys in school is 13 years, and that of girls is 12 years. If the total number of boys is 240, then find the number of girls if the average school age is 12 years 8 months.
Question 3: If the runs scored by a batsman in 5 matches are 56, 102, 23, 45, and 78. Find the average run scored by him.
Question 4: The average score of a class of 50 students is 72. If the average score of 30 boys in the class is 78, what is the average score of the girls?
Question 5: The average height of 8 men is 5.8 feet. If a new person joins the group, the average height becomes 5.9 feet. What is the height of the new person?
Question 6: A batsman has an average score of 48 runs in 20 innings. How many runs must he score in the next inning to raise his average to 50 runs?
Question 7: The average of 5 consecutive odd numbers is 41. Find the smallest of these numbers.
Question 8: The average weight of a group of 15 boys is 60 kg. If 5 boys leave the group and the average weight of the remaining boys increases by 2 kg, what was the average weight of the boys who left?
Question 9: A car travels 150 km in the first hour, 120 km in the second hour, and 180 km in the third hour. What is the average speed of the car over the 3 hours?
Question 10: The average salary of 5 employees in a company is $4000. If one new employee joins and the average salary increases by $500, what is the salary of the new employee?
Summary - Average in Maths
The average, also known as the arithmetic mean in mathematics, is a measure used to represent the central tendency of a set of numerical data. It is calculated by summing up all the values in the dataset and then dividing the sum by the total number of values. This provides a single value that is representative of the entire dataset, offering insights into its typical or central value.
Similar Reads
Aptitude Questions and Answers Aptitude questions can be challenging, but with the right preparation and practice, you can tackle them with ease. Our comprehensive guide to aptitude questions and answers covers all the essential topics of Aptitude, including Quantitative Aptitude, Logical Reasoning, and Verbal Ability. Whether yo
4 min read
Quantitative Aptitude
NumbersNumbers are the fundamental units of mathematics. In this article, we will discuss numbers, their types, important facts, divisibility rules, and other important points about numbers for aptitude preparation.Types of NumbersIntegers: All numbers whose fractional part is 0 (zero), like -3, -2, 1, 0,
8 min read
AgesAge aptitude questions involve using Algebraic Equations to determine the age of an individual based on the given data. While they may seem confusing at first, practice and a good understanding of the underlying concepts can help candidates become proficient in solving age-related problems.By master
5 min read
Profit and LossProfit and loss are crucial topics in the Quantitative Aptitude sections of various competitive exams. To succeed in these exams, candidates must have a solid understanding of the cost price (CP) and selling price (SP) formulas, as well as the different types of profit and loss questions.Profit and
5 min read
Average - Solved Questions and AnswersThe average (or mean) is a single number that represents the central value of a set of numbers.Formula:Average = \frac {Number \ of \ values}{Sum \ of \ all \ values}Average questions and answers are provided below for you to learn and practice.Question 1: The average monthly salary of A and B is Rs
6 min read
Time Speed DistanceSpeed, distance, and time are essential concepts of mathematics that are used in calculating rates and distances. This is one area every student preparing for competitive exams should be familiar with, as questions concerning motion in a straight line, circular motion, boats and streams, races, cloc
7 min read
Logical Reasoning
Number SeriesA number series is an ordered sequence of numbers arranged according to a specific mathematical rule or pattern. Each number in the series relates to the others through consistent operations like addition, subtraction, multiplication, division, exponents, or more complex relationships.Number Series
5 min read
Statement and ArgumentAn argument is an opposing or supporting fact given against a statement. In this type of question, certain statements are given which are concerned with an issue, followed by certain arguments in favour or against that statement. Out of the following statements, we have to identify the correct argum
3 min read
Alphanumeric SeriesAn alphanumeric series is formed by combining both alphabets and numbers. Sometimes it also includes symbols such as @,&,#, etc. So we can say that the Alphanumeric series is the combination of alphabets, numbers, and symbols. This is an important topic that needs to be covered for the Logical R
3 min read
Theme Detection - Solved Questions and AnswersA theme is the central idea, message, or insight that a piece of writing conveys. Unlike the topic (which is the subject matter), the theme reflects the deeper meaning or universal truth the author wants to communicate.Theme Detection questions and answers are provided below for you to learn and pra
6 min read
Letter SeriesLetter Series Reasoning is a sequence of letters, often asked in various competitive exams to evaluate the logical thinking of a candidate. These letter sequences follow particular patterns to challenge candidates to figure out the hidden logic behind them and describe a possible future event follow
3 min read
Verbal Reasoning
Verbal Ability
SynonymsLooking to brush up on your synonyms skills for a government exam? This page has got you covered! It provides you with a list of important Synonyms questions and answers featured in the English sections of different competitive exams. As many as 2-3 marks worth of synonym questions may come up in th
1 min read
Idioms and PhrasesIdioms and phrases are an important concept of English comprehension, which is often asked in competitive exams. Candidates preparing for competitive exams or interviews must practice the questions of idioms and phrases to score well in the Verbal Ability section. In the following article, we are go
4 min read
Change of SpeechThe "Change of Speech" means the way we speak changes depending on who we're talking to, where we are, or when we're repeating someone else's words. Itâs about adjusting our language to fit the situation, like speaking more formally at work or casually with friends, quoting someoneâs exact words, or
3 min read
Cloze TestA cloze test is an exercise that evaluates a person's understanding of language, vocabulary, and grammar. In a cloze test, words are removed from a passage or sentence, and the person must fill in the gaps with the most appropriate words.Types of questionsVocabulary-based: Focus on selecting the cor
2 min read
Change of VoiceThe forms of verbs that show the "subject doing an action" or " an action done on the subject" are called voice. Change of voice means converting a sentence from the Active to the Passive Voice or vice versa, without changing the original meaning.Types of VoiceThere are two voices in the English lan
5 min read
One Word SubstitutesOne Word Substitution simplifies language by replacing lengthy phrases with single, precise words. It's a key verbal ability skill tested in exams and useful for clear communication. One-Word Substitution ExamplesLet's understand One Word Substitution with a few examples as below-He is a person who
3 min read
Non-Verbal Reasoning
Mirror Image: Verbal ReasoningMirror Image Questions are mostly asked in the Logical Reasoning section of competitive examinations. So candidates need to prepare well by practicing some Mirror Images Questions given below. When we see ourselves in a mirror or see anything in a mirror, the way we see ourselves in a mirror or the
5 min read
Embedded ImagesNon Verbal Reasoning Embedded Images: Embedded Images is an interesting topic in logical thinking. It's about finding hidden pictures or shapes inside bigger pictures or designs. This skill is useful in things like puzzles, recognizing patterns, and getting better at understanding where things are i
2 min read
Pattern CompletionNon Verbal Reasoning Pattern Completion: Pattern Completion is a captivating concept within logical reasoning. It involves exploring patterns and sequences, challenging individuals to recognize and complete logical progressions. This skill is crucial for problem-solving, critical thinking, and under
2 min read
Non Verbal Reasoning : Paper FoldingMany competitive exams such as SSC CGL commonly ask paper folding-based questions. In this type of reasoning-based question, a piece of paper with a pattern on it is folded in half or so, and candidates need to determine how the paper will look after folding or opening. How to Solve Paper Folding Qu
6 min read
Cubes and Dice Reasoning Questions: Practices, Tricks(PDF Download)Cubes and Dice are used as visual tools to present problems that involve spatial reasoning, visualization, and pattern recognition. Cubes and Dice Non Verbal Reasoning questions are used to assess a person's ability to mentally manipulate and understand three-dimensional objects.In this Article, We
6 min read
Picture Analogies Questions - Non Verbal ReasoningPicture Analogies is about looking at pictures and understanding them better. It's like finding connections between sets of images and using that to solve problems, think smartly, and grasp tricky ideas. Picture Analogies includes non-verbal reasoning practices to solve the problem. At its core, Pic
4 min read
Practice