Average for SSC CHSL — Concept, Shortcuts & Solved PYQs

beginner 18 min read

Concept

Average — or arithmetic mean — is the single number that represents a group of numbers equally. You find it by dividing the total sum by the count of numbers.

Average=Sum of all valuesNumber of values\text{Average} = \frac{\text{Sum of all values}}{\text{Number of values}}

Flip this around and you get the most useful formula in the chapter:

Sum=Average×Count\text{Sum} = \text{Average} \times \text{Count}

That second form is the one you will use in 90% of SSC CHSL questions. The question rarely asks you to compute an average directly — it usually gives you averages of sub-groups and asks for a missing value. Your job is to convert averages into sums, then add or subtract.

Here is a physical analogy that makes this concrete. Imagine 5 friends share a restaurant bill of ₹1,200. The average per person is ₹240. Now one more person joins and the new bill average drops to ₹220 — so the total is now ₹1,320. The new person's share is ₹1,320 − ₹1,200 = ₹120. You never needed to think about "what is the average" — you worked with sums throughout.

This is the mental shift that separates a slow solver from a fast one. Average is just a compressed version of the sum. Whenever you see the word "average" in a question, immediately translate it:

"Average of 11 numbers is 50" → "Sum of 11 numbers is 550"

Do this translation in the margin before you read the rest of the question. You will find that most questions then become simple addition and subtraction.

The three question types you will see in CHSL are:

  1. Missing value: Given the overall average and some individual values, find the one that's missing.
  2. Sub-group average (overlapping): Two groups share a common element; use the sum technique to isolate it.
  3. Weighted average: Two groups of different sizes with different averages combine into one.

Each type has a clean two-step path. Let's go through all of them.


Deep Dive

The Sum Technique (Core Method)

Every average problem reduces to this:

Missing value=SumtotalSumknown parts\text{Missing value} = \text{Sum}_{\text{total}} - \text{Sum}_{\text{known parts}}

You never need to divide unless the question explicitly asks for a new average. Work in sums until the last step.

Example: Average of 5 students is 75. Four scores are 70, 80, 65, 90. Find the fifth.

Done in two lines.

Overlapping Group Problems

This is the "middle number" trap that SSC loves. The structure looks like this:

Average of 11 numbers is X. First 6 have average A. Last 6 have average B. Find the 7th number.

The 7th number appears in both the "first 6" and "last 6" groups — but it should only appear once in the total. So:

Middle number=Sum(first group)+Sum(last group)Total sum\text{Middle number} = \text{Sum(first group)} + \text{Sum(last group)} - \text{Total sum}

This works because the middle element is counted twice (once in each sub-group) but should be counted only once. Subtracting the total removes the extra count.

Generalisation: If you have n total numbers, and the two overlapping groups together cover m numbers with one common middle element, the formula above always holds.

Weighted Average

When two groups of different sizes merge, the combined average is NOT the simple average of the two group averages. You must weight by group size.

Combined Average=n1×A1+n2×A2n1+n2\text{Combined Average} = \frac{n_1 \times A_1 + n_2 \times A_2}{n_1 + n_2}

Example: 15 students average 80, 10 students average 60. Class of 25:

15×80+10×6025=1200+60025=180025=72\frac{15 \times 80 + 10 \times 60}{25} = \frac{1200 + 600}{25} = \frac{1800}{25} = 72

Note that 72 is closer to 80 than to 60, because the group with average 80 is larger. This is your sanity check — the combined average always lies between the two sub-averages, and leans toward the larger group.

Age Problems (Average Age Pattern)

These are weighted average problems in disguise. The trick: when a new person joins or leaves, the total changes by that person's age, and the count changes by 1.

If a person of age a joins a group with current average A and count n:

New Average=n×A+an+1\text{New Average} = \frac{n \times A + a}{n + 1}

Rearranged: a = New Average × (n+1) − A × n

Most CHSL age-average questions give you two group averages (e.g., children alone vs. children + parents) and ask for a specific age. Use the sum technique, not the formula above.

Arithmetic Progression Shortcut

If the numbers form an evenly spaced sequence (AP), the average equals the middle term — no addition needed.

For the sequence 12, 18, 24, 30, 36: the middle term is 24. Average = 24. Done in 3 seconds.

This works because in any AP, values above and below the middle cancel out symmetrically.


Memory Tricks & Shortcuts

patternTranslate First, Calculate Later

Before touching the calculator or doing arithmetic, rewrite every "average" statement as a "sum" statement in your margin. "Average of 20 matches is 35" becomes "Total runs = 700" written immediately. This single habit prevents the most common CHSL mistake (dividing when you should be multiplying). Standard approach: re-read the question 2–3 times to track averages — 60s. Translation-first: write sums, subtract — 15s. That's a 4× speed gain.

patternMiddle Number = Sum of Groups − Total

For overlapping-group questions, memorise this one line: Middle = Left group sum + Right group sum − Grand total. No algebra needed. Example: First 7 average 65 (sum 455), last 7 average 75 (sum 525), all 13 average 70 (total 910). Middle (7th) = 455 + 525 − 910 = 70. Standard method (setting up equations): 5 steps, ~50s. This pattern: 3 multiplications and 1 subtraction, ~18s.

patternAP Middle-Term Shortcut

When numbers are equally spaced (an arithmetic progression), the average is simply the middle term. Spot the equal gap: 12, 18, 24, 30, 36 — gap is 6, middle term is 24. You skip addition entirely. Standard method (add all 5, divide by 5): ~20s. AP recognition: 3s. Use this whenever the numbers in the question look "evenly spread" — check the gap first, not last.

estimationWeighted Average Lean Test

Before computing the weighted average, check which group is larger. The answer must be closer to that group's average. If 15 students average 80 and 10 average 60, the answer must be between 60 and 80 and closer to 80. This eliminates wrong options before you do any arithmetic. In a 4-option MCQ, this often reduces choices from 4 to 2 in under 5 seconds, cutting calculation risk in half.

patternMissing Person's Age by Difference

When one unknown person is added to/removed from a group and the average shifts, use: Unknown age = New average × New count − Old average × Old count. Example: 5 children average 15 (sum 75), with parents the 7 members average 25 (sum 175). Parents' combined age = 175 − 75 = 100. No algebra setup required. Standard approach (two equations, substitute): 40s. Direct subtraction: 10s.


Fast-Solving Framework

When you see an averages question in the exam hall, run through this decision tree in under 10 seconds:

Step 1 — Translate all averages to sums. Write "Sum = Average × Count" for every group mentioned. Do this before reading the question a second time.

Step 2 — Is there an overlapping group? If first-K and last-K both appear, the shared middle element = Sum(left) + Sum(right) − Grand total.

Step 3 — Is it weighted average? Two different group sizes, one combined group? Use (n₁A₁ + n₂A₂)/(n₁+n₂). Apply the lean test to check your answer direction.

Step 4 — Is there a missing individual? Missing value = Total sum − Sum of known values.

Step 5 — AP check. If the list looks evenly spaced, spot the middle term. Done.

Most CHSL average questions fit exactly one of these five paths. Do not mix them up. If you have converted all averages to sums and the answer still isn't obvious, recheck whether one value is being double-counted (overlapping group pattern).


Solved PYQs

Why this question: The classic overlapping-groups structure that appears almost every year. Tests whether you know the "middle = left + right − total" formula.

Previous Year Questionपिछले वर्ष का प्रश्न2025
The average of 11 numbers is 50. If the first six numbers have an average of 49 and the last six numbers have an average of 52, find the middle number.
  1. 56
  2. 50
  3. 47
  4. 53
Solutionसमाधान
Total of 11 numbers = 550. Sum of first 6 = 294. Sum of last 6 = 312. Middle number (7th) = 294 + 312 − 550 = 56.

Solving path: Total of 11 numbers = 11 × 50 = 550. Sum of first 6 = 6 × 49 = 294. Sum of last 6 = 6 × 52 = 312. The 6th number appears in both groups, so: 6th number = 294 + 312 − 550 = 56. No equations, no variables — three multiplications and one subtraction.


Why this question: Standard weighted average. Tests whether you know NOT to simply average 80 and 60 (which would give 70, a trap option that is not even listed here but which students compute instinctively).

Previous Year Questionपिछले वर्ष का प्रश्न2024
A class of 25 students took an English test. 15 students had an average score of 80. The other students had an average score of 60. What is the average score of the whole class?
  1. 80
  2. 74
  3. 76
  4. 72
Solutionसमाधान
Total score = 15×80 + 10×60 = 1200 + 600 = 1800. Average = 1800/25 = 72.

Solving path: Total score = 15 × 80 + 10 × 60 = 1200 + 600 = 1800. Average = 1800 ÷ 25 = 72. Lean test confirms: 72 is closer to 80 (larger group). Answer: 72.


Why this question: Tests your ability to work with two nested groups — children alone vs. children + parents — and then use a simple linear relation to split two unknowns.

Previous Year Questionपिछले वर्ष का प्रश्न2020
The average of the runs of a cricket player in 20 matches is 35. If the average of the first 12 matches is 45, find the average of the last 8 matches.
  1. 22
  2. 16
  3. 20
  4. 18
Solutionसमाधान
Total runs = 20×35 = 700. Runs in first 12 = 12×45 = 540. Runs in last 8 = 700−540 = 160. Average = 160/8 = 20.

Solving path: Total runs = 20 × 35 = 700. First-12 runs = 12 × 45 = 540. Last-8 runs = 700 − 540 = 160. Average of last 8 = 160 ÷ 8 = 20. Clean three-step path.


Why this question: Introduces a third sub-group. You must account for all three parts summing to the grand total. Straightforward but mistakes happen if you forget to subtract both groups.

Previous Year Questionपिछले वर्ष का प्रश्न2020
The average age of 16 students in a college is 20. Out of them, the average age of 5 students is 20 and the average age of the other 10 students is 20.4. Find the age of the 16th student.
  1. 24
  2. 22
  3. 20
  4. 16
Solutionसमाधान
Total age = 16 × 20 = 320. Sum of 5 students = 100; sum of 10 students = 204. Age of 16th = 320 – 100 – 204 = 16.

Solving path: Total age = 16 × 20 = 320. Sum of 5 students = 5 × 20 = 100. Sum of 10 students = 10 × 20.4 = 204. 16th student = 320 − 100 − 204 = 16. Note: the 16th student's age (16) equals their position number — a coincidence that makes the answer look suspicious, but the arithmetic is clean.


Why this question: Another overlapping-group question, identical structure to the first PYQ. Seeing both helps you recognise the pattern regardless of surface-level changes.

Previous Year Questionपिछले वर्ष का प्रश्न2015
The average of 13 results is 70. The average of first seven is 65 and that of the last seven is 75, the seventh result is:
  1. 67
  2. 70
  3. 68
  4. 70.5
Solutionसमाधान
Sum of all 13 = 13×70 = 910. Sum of first 7 = 7×65 = 455. Sum of last 7 = 7×75 = 525. 7th result = 455 + 525 – 910 = 70.

Solving path: Total = 13 × 70 = 910. First-7 sum = 7 × 65 = 455. Last-7 sum = 7 × 75 = 525. 7th result = 455 + 525 − 910 = 70. The answer (70) equals the overall average — this is a pattern worth remembering: when sub-group averages are symmetric around the total average, the middle term equals the total average.


Why this question: The simplest missing-value structure. If you cannot solve this in under 20 seconds using the sum method, go back and drill the translation step.

Previous Year Questionपिछले वर्ष का प्रश्न2025
The average score of 5 students in a test is 75. If the scores of four students are 70, 80, 65, and 90, what is the score of the fifth student?
  1. 70
  2. 60
  3. 75
  4. 80
Solutionसमाधान
Total score of 5 students = 5 × 75 = 375. Sum of four known scores = 70+80+65+90 = 305. Fifth student's score = 375 - 305 = 70.

Solving path: Total = 5 × 75 = 375. Known sum = 70 + 80 + 65 + 90 = 305. Fifth score = 375 − 305 = 70. Two operations.


Why this question: Tests AP recognition. If you add all five numbers you waste 15 seconds on a question that can be answered in 3.

Previous Year Questionपिछले वर्ष का प्रश्न2025
What is the average of the following numbers: 12, 18, 24, 30, 36?
  1. 24
  2. 27
  3. 25
  4. 26
Solutionसमाधान
Sum = 12+18+24+30+36 = 120. Average = 120/5 = 24.

Solving path: The sequence 12, 18, 24, 30, 36 has a common difference of 6 — it is an AP. The middle term (3rd of 5) is 24. Average = 24. No addition needed. If you didn't spot the AP: sum = 120, average = 120 ÷ 5 = 24 — same answer, more time spent.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →