Why this topic matters · 7 min read
Averages is one of the most consistently tested topics in SSC CGL Quant, appearing 2-3 times per tier. Questions range from basic mean calculations to tricky weighted averages, replacement problems, and age-based puzzles. It also forms the backbone of Data Interpretation sets. Mastering this topic gives you quick 1-2 mark wins without heavy calculation.
Basic Concept of Average
Average (or Arithmetic Mean) is the equal share each item would get if the total were distributed evenly. Think of it as levelling a bumpy field — every bump and dip becomes flat at the average height. The formula is simple: sum all values, divide by count. The key insight is that Average x Count = Total Sum. This relationship is what drives almost every average problem.
- Average = Sum of all items / Number of items
- Sum = Average x Number of items — memorise this, it unlocks most problems
- If all values are equal, average equals that value
- Average always lies between the smallest and largest value in the group
- Adding or subtracting the same number from all items shifts the average by that number
Key formulas
Basic Average
Average (A) = Sum (S) / Count (n)
When: Use always as starting point
Sum from Average
S = A x n
When: When sum is needed but not given directly
Worked example
Average of 5 numbers is 18. If one number 10 is replaced by 20, new average = (18x5 - 10 + 20) / 5 = (90 + 10) / 5 = 100/5 = 20
Effect of Adding or Removing a Member
When a new person joins or leaves a group, the average changes. The trick is to work with total sums. New Sum = Old Sum plus or minus the new value. Then divide by the new count. SSC CGL loves questions like: a group's average age increases by 2 when a new person joins — find the new person's age.
- New person's value = New Average x New Count - Old Average x Old Count
- If average increases after adding a member, new member's value is above old average
- If average decreases after adding a member, new member's value is below old average
- Change in sum = Change in average x new count
- For removal: Removed value = Old Average x Old Count - New Average x New Count
Key formulas
Value of New Member
New value = (New Avg x New n) - (Old Avg x Old n)
When: When a person joins and new average is given
Value of Removed Member
Removed value = (Old Avg x Old n) - (New Avg x New n)
When: When a person leaves and new average is given
Worked example
Average weight of 10 students is 40 kg. A new student joins, average becomes 41 kg. Weight of new student = 41x11 - 40x10 = 451 - 400 = 51 kg
Replacement Problems
One of the most frequently tested patterns in SSC CGL. One person is replaced by another and the average changes. The logic: the new person compensates for the change in average across all members. If average rises by 2 after replacing one person in a group of 10, the new person is 20 more than the old person.
- Change in total sum = Change in average x total count
- New person's value = Old person's value + (Change in avg x total count)
- If average increases, new person is heavier/older/higher
- If average decreases, new person is lighter/younger/lower
- Watch sign: increase means new person added more to the sum
Key formulas
Replacement Formula
New value = Old value + (Change in Avg x Total Count)
When: One item replaced, and change in average is given
Worked example
Average of 8 persons is 25. One person of weight 20 is replaced. Average becomes 26. New person weight = 20 + (26-25)x8 = 20 + 8 = 28 kg
Average of Consecutive Numbers
For consecutive integers, evenly spaced numbers, or APs (Arithmetic Progressions), the average equals the middle term (or average of first and last term). This is a huge time-saver in SSC CGL. No need to add all numbers.
- Average of 1 to n = (n+1)/2
- Average of first n odd numbers = n
- Average of first n even numbers = n+1
- Average of an AP = (First term + Last term) / 2
- For consecutive integers from a to b: Average = (a+b)/2
Key formulas
Average of 1 to n
Avg = (n + 1) / 2
When: Consecutive integers starting from 1
Average of AP
Avg = (First + Last) / 2
When: Any evenly spaced series
Worked example
Average of numbers 11 to 30: Avg = (11+30)/2 = 41/2 = 20.5 — done in 5 seconds
Weighted Average
When two groups with different averages are combined, you cannot simply average the two averages. You must use weighted average. Think of it as a tug of war — the group with more members pulls the combined average closer to its side.
- Weighted Avg = (n1 x A1 + n2 x A2) / (n1 + n2)
- Combined average is always between the two individual averages
- The larger group pulls the average closer to its own average
- Used heavily in DI sets and mixture problems
- Alligation rule is a shortcut — ratio of members = ratio of distances from combined average
Key formulas
Weighted Average
Combined Avg = (n1 x A1 + n2 x A2) / (n1 + n2)
When: Two groups combined with different averages
Worked example
20 students avg 60 marks, 30 students avg 80 marks. Combined avg = (20x60 + 30x80) / 50 = (1200+2400)/50 = 3600/50 = 72
⚠ Common mistakes to avoid
- Forgetting to update the count when a person is added or removed — always adjust n first
- Averaging two averages directly without weighting by group size — classic trap in combined group questions
- Sign error in replacement: if average increases, new value is OLD + (change x count), not OLD - (change x count)
- Confusing 'average of first n odd numbers = n' with 'average of first n even numbers = n' — they differ by 1
- In age problems, not accounting for time passage — if average age of a group increases by 1 each year, that is the expected natural increase, so any extra change signals a replacement or addition
🧠 Memory aids
- SAN triangle: Sum = Average x Number. Cover any one corner to get the formula. Like Speed-Distance-Time triangle.
- REPLACEMENT shortcut: think of it as the new person COMPENSATING everyone. Extra per person x number of persons = total extra that new person brings.
- For consecutive numbers: Middle is the Average. No calculation needed — just find the middle term.
- Weighted average tug of war: heavier team (more members) wins — the combined average leans toward the bigger group.
🎯 SSC CGL exam tips
- SSC CGL typically asks 2-3 average questions per tier — usually one replacement problem, one age-based problem, and one consecutive numbers or weighted average problem.
- Replacement and addition/removal questions are 80 percent of PYQ patterns — master the Sum = Avg x Count formula and you solve them in under 30 seconds.
- In Tier 1 time pressure, use the shortcut for consecutive integers always — never add them manually.
- Age problems often disguise themselves as average problems. Translate every sentence into a Sum equation before solving.
- In Data Interpretation sets, average calculation is the most common operation. Practice reading table values quickly and applying Sum = Avg x n to find missing entries.
Q1 · medium · AI-verified
The average of marks obtained by 120 candidates in a certain examination is 35. If the average marks of passed candidates is 39 and that of failed candidates is 15, what is the number of candidates who passed?
- 80
- 90
- 110
- 100
Q2 · hard · AI-verified
The average of 50 numbers is 38. Two numbers 45 and 55 are discarded. What is the average of the remaining numbers (approximately)?
- 38.5
- 39.0
- 36.9
- 37.5
Q3 · medium · PYQ 2015
The average weight of 15 oarsmen in a boat is increased by 1.6 kg when one of the crew, who weighs 42 kg is replaced by a new man. Find the weight of the new man (in kg).
- 65
- 66
- 43
- 67
Q4 · hard · AI-verified
The average of 8 numbers is 25. If each number is multiplied by 8 and then 4 is added to each result, what is the new average?
- 204
- 200
- 208
- 196
Q5 · easy · AI-verified
The average of 5 numbers is 27. If one number is excluded, the average becomes 25. What is the excluded number?
- 32
- 37
- 35
- 30