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

Average and aggregate

Introduction to Average and Aggregate

Have you ever wondered how to find a single value that best represents a group of numbers? In everyday life and in competitive exams, this value is known as the average. For example, if you want to find the average marks scored by students in a test or the average price of different fruits you bought, you use the concept of average.

The word aggregate means the total or sum of all parts. When you combine different groups or sets of values, knowing their total sum (the aggregate) helps you understand the whole picture better. This chapter will help you master the concepts of average and aggregate, enabling you to solve a wide range of problems efficiently, especially those common in competitive exams.

Understanding average and aggregate is crucial not just in academics but in real-world situations like calculating average speed during a trip, average salary in a company, or average expenditure. Let's begin this journey by exploring these concepts from the ground up.

Simple Average

The simple average, also called the arithmetic mean, gives a measure of the central value in a set of numbers. It is found by adding all the values together and then dividing the total by the number of values.

Why do we use simple average? It helps to find a representative number that summarizes the entire data set. For example, if five students score marks of 75, 80, 85, 90, and 70, the average gives a single number indicating the general performance of the group.

Formula:

Simple Average

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

Sum of all values divided by the number of values

\(x_i\) = Each individual value
n = Number of values

Let's visualize this:

x₁ x₂ x₃ x₄ x₅ Sum of all values: \(x_1 + x_2 + x_3 + x_4 + x_5\) Divide by number of values (5)

Example: Calculating Simple Average of Student Marks

Imagine five students scored marks as follows: 75, 80, 85, 90, and 70. What is the average mark?

Solution:

  1. Add the marks: \(75 + 80 + 85 + 90 + 70 = 400\)
  2. Count the students: \(5\)
  3. Calculate average: \(\frac{400}{5} = 80\)

Answer: The average mark is 80.

Weighted Average

Sometimes, not all values contribute equally. A weighted average takes into account the weights or importance of each value. For instance, if we buy 3 kg of apples at one price and 5 kg at another, the average price per kg should reflect the quantities purchased.

Why use weighted average? Because some values matter more due to their frequency, size, or importance. Simply averaging the values without accounting for these differences could give incorrect results.

Formula:

Weighted Average

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

Sum of value multiplied by weight divided by sum of weights

\(x_i\) = Values
\(w_i\) = Corresponding weights

To better understand, see the following table:

Values, Weights, and Weighted Products
Item Value (\(x_i\)) Weight (\(w_i\)) Product (\(w_i \times x_i\))
Apples (3 kg) Rs.60 per kg 3 180
Apples (5 kg) Rs.50 per kg 5 250
Sum 8 430

The weighted average price per kg of apples is therefore:

\[\frac{(3 \times 60) + (5 \times 50)}{3 + 5} = \frac{180 + 250}{8} = \frac{430}{8} = 53.75\]

So, you pay an average price of Rs.53.75 per kg for the apples bought.

Aggregate

The term aggregate simply means the total sum of the quantities considered. It is useful when combining data from different groups or categories.

For example, if a class of 30 students has an average score of 75 and another class of 20 students has an average score of 80, to find the combined average, you calculate the aggregate marks first (by multiplying each average with its group size), then find the total average.

Aggregate formula:

Aggregate

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

Total sum of all given values

\(x_i\) = Individual values

Example: Aggregate Calculation for Combined Groups

Class A has 30 students with an average of 75 marks. Class B has 20 students with an average of 80 marks. Find the combined average marks of the two classes.

Solution:

  1. Calculate aggregate for each class:
    • Class A total marks = \(30 \times 75 = 2250\)
    • Class B total marks = \(20 \times 80 = 1600\)
  2. Total students = \(30 + 20 = 50\)
  3. Total aggregate marks = \(2250 + 1600 = 3850\)
  4. Combined average marks = \(\frac{3850}{50} = 77\)

Answer: The combined average is 77 marks.

Worked Examples

Example 1: Calculating Simple Average of Student Marks Easy
Find the average of marks: 75, 80, 85, 90, 70.

Step 1: Add all the marks: \(75 + 80 + 85 + 90 + 70 = 400\).

Step 2: Count the number of students: 5.

Step 3: Divide the sum by the count: \(\frac{400}{5} = 80\).

Answer: The average mark is 80.

Example 2: Weighted Average Price of Items Medium
Find the average price per kg when 3 kg of apples at Rs.60/kg and 5 kg at Rs.50/kg are bought.

Step 1: Calculate total cost: \[(3 \times 60) + (5 \times 50) = 180 + 250 = 430\]

Step 2: Calculate total quantity: \[3 + 5 = 8 \text{ kg}\]

Step 3: Find weighted average price: \[\frac{430}{8} = 53.75\]

Answer: Average price per kg is Rs.53.75.

Example 3: Aggregate Calculation for Combined Groups Medium
Calculate combined average marks if Class A (30 students) average 75 marks and Class B (20 students) average 80 marks.

Step 1: Calculate aggregate totals: \[30 \times 75 = 2250,\quad 20 \times 80 = 1600\]

Step 2: Sum total marks: \[2250 + 1600 = 3850\]

Step 3: Sum number of students: \[30 + 20 = 50\]

Step 4: Divide aggregate by total students: \[\frac{3850}{50} = 77\]

Answer: The combined average is 77 marks.

Example 4: Average Speed Calculation from Different Distances Hard
Calculate average speed when 40 km is traveled at 60 km/h and 60 km at 90 km/h.

Step 1: Find time taken for each part: \[ t_1 = \frac{40}{60} = \frac{2}{3} \text{ hours}, \quad t_2 = \frac{60}{90} = \frac{2}{3} \text{ hours} \]

Step 2: Total distance: \[ 40 + 60 = 100 \text{ km} \]

Step 3: Total time: \[ \frac{2}{3} + \frac{2}{3} = \frac{4}{3} \text{ hours} \]

Step 4: Average speed: \[ \frac{100}{\frac{4}{3}} = 100 \times \frac{3}{4} = 75 \text{ km/h} \]

Answer: Average speed for the entire journey is 75 km/h.

Example 5: Finding Average Salary in INR with Departments Hard
Calculate average salary of a company with 50 employees earning Rs.40,000 monthly and 30 employees earning Rs.60,000 monthly.

Step 1: Compute total salary for each department: \[ 50 \times 40000 = 2000000, \quad 30 \times 60000 = 1800000 \]

Step 2: Calculate total salary budget: \[ 2000000 + 1800000 = 3800000 \]

Step 3: Total number of employees: \[ 50 + 30 = 80 \]

Step 4: Calculate average salary: \[ \frac{3800000}{80} = 47500 \]

Answer: The average monthly salary is Rs.47,500.

Formula Bank

Simple Average
\[ \text{Average} = \frac{\sum_{i=1}^n x_i}{n} \]
where: \(x_i\) = individual values, \(n\) = number of values
Weighted Average
\[ \text{Weighted Average} = \frac{\sum_{i=1}^n w_i x_i}{\sum_{i=1}^n w_i} \]
where: \(x_i\) = values, \(w_i\) = weights associated with values
Aggregate
\[ \text{Aggregate} = \sum_{i=1}^n x_i \]
where: \(x_i\) = individual values

Tips & Tricks

Tip: Use weighted average formula when quantities or groups have different sizes rather than just averaging the averages.

When to use: When combining groups or quantities with different sample sizes or weights.

Tip: To find aggregate quickly, multiply average by number of items.

When to use: To find totals or verify averages from combined sets.

Tip: Always check units in metric problems; convert if necessary before calculation.

When to use: In any problem involving distances, weights, or speeds.

Tip: Keep currency units consistent (e.g., monthly salaries), avoid mixing time frames.

When to use: Problems involving salaries, prices, profit or loss averages.

Tip: Use rough estimation to quickly check if your average result is reasonable before finalizing.

When to use: During timed exams for quick verification.

Common Mistakes to Avoid

❌ Taking simple average of averages without considering group sizes.
✓ Use weighted average with group sizes as weights.
Why: Different group sizes imbalance the average; neglecting this leads to incorrect results.
❌ Confusing aggregate with average.
✓ Remember aggregate is total sum; average is total divided by count.
Why: Mixing the two causes errors in calculations and interpretations.
❌ Ignoring units of measurement and mixing incompatible units.
✓ Always convert all values to consistent metric units before solving.
Why: Mixed units (like km with m or kg with grams) cause wrong calculations.
❌ Forgetting to multiply average by number of items when calculating aggregate.
✓ Use formula Aggregate = Average x Number of items.
Why: Missing this step results in incomplete or wrong totals.
❌ Adding weights directly instead of multiplying by values for weighted average.
✓ Multiply each value by its weight, then sum and divide by total weights.
Why: Misunderstanding formula structure causes incorrect weighted averages.
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 and aggregate · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.