Introduction
In aptitude questions, you may see problems where two or more groups are combined, and you are asked to find the average of the combined group.
This is not just a simple arithmetic average - instead, we must use a weighted average, where each group’s size (number of items or people) acts as the weight.
Pattern: Weighted Average (Combined Groups)
Pattern
The combined average is calculated by multiplying each group’s average by the number of terms, adding them up, and dividing by the total number of terms.
Formula:
Combined Average = (n₁a₁ + n₂a₂ + n₃a₃ + …) ÷ (n₁ + n₂ + n₃ + …)
where n = number of items in the group, a = average of the group.
Step-by-Step Example
Question
The average age of 30 boys in a class is 15 years, and the average age of 20 girls is 13 years. Find the average age of the whole class.
Options:
- A: 13.6 years
- B: 14.0 years
- C: 14.2 years
- D: 15.0 years
Solution
-
Step 1: Write the formula
Combined Average = (n₁a₁ + n₂a₂) ÷ (n₁ + n₂). -
Step 2: Identify the values
n₁ = 30, a₁ = 15 n₂ = 20, a₂ = 13 -
Step 3: Compute the total weighted sum
(30 × 15) + (20 × 13) = 450 + 260 = 710. -
Step 4: Compute the total size
30 + 20 = 50. -
Step 5: Calculate the combined average
Combined Average = 710 ÷ 50 = 14.2. -
Final Answer:
14.2 years → Option C -
Quick Check:
Since boys’ average (15) is higher and girls’ average (13) is lower, the combined average must lie between them → 14.2 is correct ✅
Quick Variations
- 1. Combining two groups (e.g., classes, sections, batches).
- 2. Combining three or more groups - extend the same formula.
- 3. Questions may ask for a missing group size if total average is given.
Trick to Always Use
- Step 1: Write numerator as “average × group size”.
- Step 2: Add all group totals.
- Step 3: Divide by total size.
- Step 4: Check if result lies between smallest and largest group averages.
Summary
Summary
The Weighted Average (Combined Groups) pattern requires you to:
- Multiply each group’s average by its size.
- Add all weighted sums.
- Divide by the total number of items.
- Ensure final value lies between the minimum and maximum group averages.
