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

Averages and ages

Introduction to Averages and Ages

In everyday life, we often need to summarize a set of numbers to understand them better. For example, when you want to know the average marks scored by students in a class or the average age of members in a family, you use the concept of averages. The average gives a single value that represents the entire group, making it easier to compare and analyze data.

In this chapter, we will explore how to calculate averages, especially the mean, and apply these concepts to solve problems related to ages. Age-related problems are common in competitive exams and require logical thinking and equation formation skills. We will use examples based on the metric system and Indian Rupees (INR) to keep the context familiar and practical.

Understanding Averages

The most commonly used average is the mean. The mean is calculated by adding all the values in a set and then dividing by the number of values. This gives a central value that represents the data.

Besides the mean, there are other types of averages like median (the middle value when data is arranged in order) and mode (the most frequently occurring value). However, for most aptitude problems, the mean is the primary focus.

Example: Calculating Average
Values Sum of Values Number of Values Average (Mean)
12, 15, 18, 20, 25 12 + 15 + 18 + 20 + 25 = 90 5 90 / 5 = 18

Mathematically, the formula for average is:

Average (Mean)

\[\text{Average} = \frac{\text{Sum of all observations}}{\text{Number of observations}}\]

Sum of all values divided by the count of values

Sum of all observations = Total sum of values
Number of observations = Count of values

Age-related Problems

Age problems often involve groups of people whose average age changes when individuals are added or removed, or when time passes. Understanding how to relate the average age to the total sum of ages is key to solving these problems.

Since average age is the total sum of ages divided by the number of people, we can write:

Sum of Ages

\[\text{Sum of ages} = \text{Average age} \times \text{Number of persons}\]

Total age of all individuals in the group

Average age = Mean age of the group
Number of persons = Total individuals in the group

When the average age changes due to addition or removal of members, or after some years, we can form equations using this relationship to find unknown ages or averages.

graph TD    A[Understand the Problem] --> B[Define Variables]    B --> C[Form Equations Using Average and Sum]    C --> D[Solve Equations]    D --> E[Verify the Solution]

Worked Examples

Example 1: Calculating Average of a Group Easy
Calculate the average of 5 numbers: 12, 15, 18, 20, and 25.

Step 1: Add all the numbers: 12 + 15 + 18 + 20 + 25 = 90.

Step 2: Count the number of values: 5.

Step 3: Calculate the average using the formula:

\( \text{Average} = \frac{90}{5} = 18 \)

Answer: The average of the numbers is 18.

Example 2: Finding Removed Person's Age Medium
A group of 10 people has an average age of 25 years. When one person leaves, the average becomes 24 years. Find the age of the person who left.

Step 1: Calculate the total age of 10 people:

\( \text{Total age} = 25 \times 10 = 250 \) years.

Step 2: Calculate the total age of remaining 9 people:

\( \text{New total age} = 24 \times 9 = 216 \) years.

Step 3: Find the age of the person who left:

\( \text{Age of removed person} = 250 - 216 = 34 \) years.

Answer: The person who left was 34 years old.

Example 3: Average Age After Adding Members Medium
The average age of 15 students is 14 years. Five new students with an average age of 16 years join the group. Find the new average age.

Step 1: Calculate total age of original 15 students:

\( 14 \times 15 = 210 \) years.

Step 2: Calculate total age of 5 new students:

\( 16 \times 5 = 80 \) years.

Step 3: Calculate combined total age:

\( 210 + 80 = 290 \) years.

Step 4: Calculate new total number of students:

\( 15 + 5 = 20 \).

Step 5: Calculate new average age:

\( \frac{290}{20} = 14.5 \) years.

Answer: The new average age is 14.5 years.

Example 4: Age Problem with Future Ages Hard
The average age of 5 persons is 20 years. After 5 years, the average age becomes 25 years. Find the total increase in their ages.

Step 1: Calculate total current age:

\( 20 \times 5 = 100 \) years.

Step 2: Calculate total age after 5 years:

\( 25 \times 5 = 125 \) years.

Step 3: Find the total increase in ages:

\( 125 - 100 = 25 \) years.

Step 4: Verify that each person's age increased by 5 years, so total increase should be \( 5 \times 5 = 25 \) years, which matches.

Answer: The total increase in their ages is 25 years.

Example 5: Weighted Average in Age Groups Hard
Group A has 10 people with an average age of 22 years, and Group B has 15 people with an average age of 28 years. Find the combined average age.

Step 1: Calculate total age of Group A:

\( 10 \times 22 = 220 \) years.

Step 2: Calculate total age of Group B:

\( 15 \times 28 = 420 \) years.

Step 3: Calculate combined total age:

\( 220 + 420 = 640 \) years.

Step 4: Calculate total number of people:

\( 10 + 15 = 25 \).

Step 5: Calculate combined average age:

\( \frac{640}{25} = 25.6 \) years.

Answer: The combined average age is 25.6 years.

Formula Bank

Average (Mean)
\[ \text{Average} = \frac{\text{Sum of all observations}}{\text{Number of observations}} \]
where: Sum of all observations = total sum of values; Number of observations = count of values
Sum of Observations
\[ \text{Sum} = \text{Average} \times \text{Number of observations} \]
where: Average = mean value; Number of observations = count of values
Average after Adding New Values
\[ \text{New Average} = \frac{(\text{Old Sum} + \text{Sum of new values})}{\text{Old count} + \text{New count}} \]
where: Old Sum = total sum before addition; Old count = number of old values; New count = number of new values
Average after Removing Values
\[ \text{New Average} = \frac{(\text{Old Sum} - \text{Sum of removed values})}{\text{Old count} - \text{Removed count}} \]
where: Old Sum = total sum before removal; Removed count = number of removed values
Weighted Average
\[ \text{Weighted Average} = \frac{\sum (\text{weight}_i \times \text{value}_i)}{\sum \text{weights}} \]
where: weight_i = number of observations in group i; value_i = average of group i
Age Problem Equation
\[ \text{Sum of ages} = \text{Average age} \times \text{Number of persons} \]
where: Average age = mean age; Number of persons = total individuals

Tips & Tricks

Tip: Use total sum instead of average to avoid repeated calculations.

When to use: When multiple average calculations involve adding or removing members.

Tip: Always define variables clearly before forming equations.

When to use: In age problems involving multiple unknowns.

Tip: For age problems involving future or past ages, adjust ages by adding or subtracting the time difference before calculating averages.

When to use: When problems mention ages after or before a certain number of years.

Tip: Use weighted average formula directly when combining groups with different sizes and averages.

When to use: When merging groups or data sets with different average values.

Tip: Check units and currency (INR) carefully in word problems to avoid confusion.

When to use: In problems mixing ages with monetary values or measurements.

Common Mistakes to Avoid

❌ Confusing total sum with average and using them interchangeably.
✓ Remember average = sum / number of terms; do not substitute sum where average is required.
Why: Students often rush and forget the difference between sum and average.
❌ Not adjusting the number of persons correctly when adding or removing members.
✓ Always update the count of persons when calculating new averages.
Why: Miscounting leads to incorrect denominator in average formula.
❌ Ignoring the time factor in age problems involving future or past ages.
✓ Add or subtract the time difference to each individual's age before recalculating averages.
Why: Students overlook that all ages change uniformly over time.
❌ Incorrectly applying weighted average by not multiplying weights with corresponding averages.
✓ Multiply each group's average by its size before summing for weighted average.
Why: Students sometimes average the averages directly without weighting.
❌ Mixing units or currency (e.g., INR) with ages leading to confusion.
✓ Keep track of units and treat monetary and age values separately.
Why: Word problems may include both, causing mix-ups.
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
Averages and ages · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.