👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Number System and Arithmetic
Study mode

Average

Introduction to Average

Have you ever wanted to find a single number that represents a group of numbers? For example, if you want to know the typical marks a student scores in exams or the usual speed of a vehicle over a trip, you use the concept of average. The average gives us a central or typical value that summarizes the entire set of numbers.

Imagine you and your friends went shopping and spent different amounts of money. To understand how much each person spent on average, you add all the amounts and divide by the number of friends. This simple idea helps us compare, summarize, and understand data easily.

There are different types of averages such as mean, median, and mode. In this chapter, we will focus mainly on the arithmetic mean, often called just the average, which is the most commonly used average in daily life and exams.

Arithmetic Mean

The arithmetic mean is the sum of all the numbers divided by how many numbers there are. It tells us the central value of a data set.

Suppose you have the following marks scored by a student in 5 subjects: 72, 85, 90, 65, and 78. To find the average marks, you add all these marks and then divide by 5 (because there are 5 subjects).

Subject Marks
172
285
390
465
578
Sum390

Now, calculate the average:

Average marks = \(\frac{72 + 85 + 90 + 65 + 78}{5} = \frac{390}{5} = 78\)

This means the student scored an average of 78 marks across all subjects.

Key Concept

Arithmetic Mean

Sum of all observations divided by the number of observations

Formula for Arithmetic Mean

The arithmetic mean of \(n\) numbers \(x_1, x_2, \ldots, x_n\) is given by:

\[ \text{Average} = \frac{\sum_{i=1}^n x_i}{n} \]

where:

  • \(x_i\) = each individual number
  • \(n\) = total number of numbers

Weighted Average

Sometimes, all numbers do not have the same importance or weight. For example, if you buy 3 kg of mangoes at Rs.60 per kg and 2 kg of bananas at Rs.40 per kg, the average price per kg is not just the simple average of Rs.60 and Rs.40. Instead, it depends on the quantity (weight) of each fruit bought.

In such cases, we use the weighted average, where each value is multiplied by its weight (importance), and then the sum of these weighted values is divided by the total weight.

Fruit Price per kg (Rs.) Quantity (kg) Weighted Value (Price x Quantity)
Mangoes603180
Bananas40280
Total5260

Calculate the weighted average price per kg:

Weighted Average Price = \(\frac{180 + 80}{3 + 2} = \frac{260}{5} = 52\) Rs. per kg

This means the average price per kg for the fruits bought is Rs.52.

Formula for Weighted Average

For values \(x_1, x_2, \ldots, x_n\) with weights \(w_1, w_2, \ldots, w_n\), the weighted average is:

\[ \text{Weighted Average} = \frac{\sum_{i=1}^n w_i x_i}{\sum_{i=1}^n w_i} \]

where:

  • \(x_i\) = individual values
  • \(w_i\) = weights corresponding to each value

Worked Examples

Example 1: Average Marks of a Student Easy
A student scored the following marks in 5 subjects: 68, 74, 82, 90, and 76. Find the average marks obtained.

Step 1: Add all the marks: \(68 + 74 + 82 + 90 + 76 = 390\)

Step 2: Count the number of subjects: 5

Step 3: Calculate the average marks:

\(\text{Average} = \frac{390}{5} = 78\)

Answer: The average marks obtained by the student is 78.

Example 2: Weighted Average Price of Fruits Medium
A shopkeeper buys 4 kg of apples at Rs.80 per kg and 6 kg of oranges at Rs.50 per kg. Find the average price per kg of the fruits.

Step 1: Calculate weighted values:

  • Apples: \(80 \times 4 = 320\)
  • Oranges: \(50 \times 6 = 300\)

Step 2: Total weight = \(4 + 6 = 10\) kg

Step 3: Total weighted value = \(320 + 300 = 620\)

Step 4: Calculate weighted average price:

\(\text{Weighted Average} = \frac{620}{10} = 62\) Rs. per kg

Answer: The average price per kg of the fruits is Rs.62.

Example 3: Effect of Adding a New Observation on Average Medium
The average marks of 10 students in a class is 75. If a new student joins and scores 85 marks, find the new average.

Step 1: Find the total marks of the 10 students:

\(75 \times 10 = 750\)

Step 2: Add the new student's marks:

\(750 + 85 = 835\)

Step 3: Total number of students now = \(10 + 1 = 11\)

Step 4: Calculate new average:

\(\text{New Average} = \frac{835}{11} \approx 75.91\)

Answer: The new average marks after adding the new student is approximately 75.91.

Example 4: Average Speed for Equal Distances Hard
A car travels 60 km at 40 km/h and returns the same distance at 60 km/h. Find the average speed for the entire journey.

Step 1: Since distances are equal, use the formula for average speed:

\[ \text{Average Speed} = \frac{2 \times S_1 \times S_2}{S_1 + S_2} \]

where \(S_1 = 40\) km/h and \(S_2 = 60\) km/h.

Step 2: Calculate:

\[ \frac{2 \times 40 \times 60}{40 + 60} = \frac{4800}{100} = 48 \text{ km/h} \]

Answer: The average speed for the entire journey is 48 km/h.

Example 5: Average Daily Expenditure Medium
A person spends Rs.500, Rs.600, Rs.550, Rs.650, Rs.700, Rs.620, and Rs.580 on seven consecutive days. Find the average daily expenditure.

Step 1: Add all daily expenditures:

\(500 + 600 + 550 + 650 + 700 + 620 + 580 = 4200\)

Step 2: Number of days = 7

Step 3: Calculate average daily expenditure:

\(\frac{4200}{7} = 600\)

Answer: The average daily expenditure is Rs.600.

Formula Bank

Simple Arithmetic Mean
\[ \text{Average} = \frac{\sum_{i=1}^n x_i}{n} \]
where: \(x_i\) = individual observations, \(n\) = number of observations
Used to find the average of \(n\) numbers by dividing their sum by \(n\).
Weighted Average
\[ \text{Weighted Average} = \frac{\sum_{i=1}^n w_i x_i}{\sum_{i=1}^n w_i} \]
where: \(x_i\) = individual observations, \(w_i\) = weights corresponding to observations
Used when different observations have different weights or importance.
Average Speed (Equal Distances)
\[ \text{Average Speed} = \frac{2 \times S_1 \times S_2}{S_1 + S_2} \]
where: \(S_1, S_2\) = speeds for equal distances
Used when equal distances are traveled at two different speeds.
Effect of Adding New Observation
\[ \text{New Average} = \frac{(\text{Old Average} \times n) + x}{n + 1} \]
where: Old Average = previous average, \(n\) = number of observations before adding, \(x\) = new observation
Calculates new average after adding a new data point \(x\).

Tips & Tricks

Tip: Use the average speed formula for equal distances instead of calculating total time.

When to use: When a vehicle travels equal distances at different speeds.

Tip: For weighted averages, multiply each value by its weight before summing.

When to use: When different quantities or importance are assigned to observations.

Tip: To quickly find the new average after adding a data point, use the formula involving old average and count.

When to use: When a new value is added to an existing data set.

Tip: Check units carefully and convert all measurements to metric before calculating averages.

When to use: In problems involving measurements like speed, distance, or weight.

Tip: Round off only the final answer, not intermediate calculations.

When to use: To avoid cumulative rounding errors in multi-step problems.

Common Mistakes to Avoid

❌ Dividing the sum of numbers by the wrong count of observations.
✓ Always count the exact number of observations before dividing.
Why: Students sometimes forget to include all data points or include extra ones, leading to incorrect averages.
❌ Using simple average formula for weighted average problems.
✓ Use the weighted average formula when weights differ.
Why: Confusing simple and weighted averages causes wrong answers.
❌ Calculating average speed by simply averaging speeds instead of using the harmonic mean formula for equal distances.
✓ Use the formula \(\frac{2 \times S_1 \times S_2}{S_1 + S_2}\) when distances are equal.
Why: Average speed is not the arithmetic mean of speeds when distances are equal.
❌ Adding or removing data points without adjusting the count in average calculation.
✓ Adjust the denominator (number of observations) accordingly when data changes.
Why: Forgetting to update the count leads to wrong averages.
❌ Mixing units (e.g., km and m) without conversion before calculating average speed or distance.
✓ Convert all units to metric standard units before calculations.
Why: Unit inconsistency causes incorrect results.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Average · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.