Average (Arithmetic Mean) — Agniveer Army CEE Complete Guide

beginner 18 min read

Concept

Average — or arithmetic mean (औसत) — answers one simple question: if you could spread a total equally across all members of a group, what share would each one get?

That's it. No mystery.

Average = Sum of all items ÷ Number of items

Or flipped: Sum = Average × Number of items

This second form is the one that actually wins you questions. Once you know any two of the three quantities (Sum, Average, Count), you immediately have the third. Most Agniveer average problems are secretly asking you to find a Sum first, then subtract or compare.

Here's an analogy that sticks. Imagine 5 soldiers pouring their canteen water into one bucket and then splitting it equally. The amount each soldier gets is the average — it doesn't matter that one canteen had 800 ml and another had 1200 ml. The average smooths everything out.

Now, what happens when one more soldier joins and adds their water? The total goes up, the count goes up by 1, and the average shifts. Finding the new average — or working backward to find what the newcomer's canteen held — is exactly the "missing observation" problem type. You'll see it in the commanding officer question below.

Similarly, if every soldier adds the same amount to their canteen (say, 200 ml each), the new average is simply the old average plus 200. No re-computation needed. That single insight eliminates the trap in at least one standard question type.

Average questions in this exam are never about complex mathematics. They test whether you have internalized the Sum-Average-Count triangle and can navigate it quickly. The candidate who wastes time adding 5 numbers twice will run out of time; the one who estimates intelligently and uses the "shift" trick wins.


Deep Dive

The Core Formula and Its Rearrangements

\text{Average} = \frac{\text{Sum}}{n}

Rearranged:

Every single average question you face reduces to one of these three forms. Identify which two quantities are given, solve for the third.

When All Values Shift by the Same Amount

If every observation in a group is increased (or decreased) by a constant k, the average also increases (or decreases) by exactly k.

Why? Because \frac{(a_1 + k) + (a_2 + k) + \ldots + (a_n + k)}{n} = \frac{(a_1 + a_2 + \ldots + a_n) + nk}{n} = \text{Old Average} + k

This means: don't re-add everything. Just shift the average directly.

Similarly, if every value is multiplied by k, the new average is \text{Old Average} \times k.

Missing Observation (The "New Member" Problem)

You'll see this framed as: a group's average changes when a new person/value is added. Find that new person's value.

Steps:

  1. Find the original sum: \text{Sum}_1 = \text{Average}_1 \times n_1
  2. Find the new sum: \text{Sum}_2 = \text{Average}_2 \times n_2
  3. Missing value = \text{Sum}_2 - \text{Sum}_1

Look at the commanding officer question — classic version of this.

Average of Consecutive Numbers

For any set of consecutive integers (or consecutive even/odd numbers), the average is simply the middle value — or the average of the first and last term.

\text{Average of consecutive integers from } a \text{ to } b = \frac{a + b}\{2\}

For first n natural numbers: \text{Average} = \frac{n+1}\{2\}

So for first 20 natural numbers: \frac{20+1}\{2\} = 10.5

No need to compute \frac{1+2+\ldots+20}\{20\} step by step.

For n consecutive even numbers starting at x: they are x, x+2, x+4, \ldots, x+2(n-1). Their average = x + (n-1). If you know the average, you know x.

The "Overlapping Days" Problem

This is the type where you're given the average for the first k days and the average for the last k days of a week, with one day common to both groups. The day where the two groups overlap — day k — appears in both sums.

Structure it like this:

In the temperature question below (first 4 days, last 4 days of a 7-day week), day 4 is common to both groups. The fifth day's value is isolated by setting up both sums and using the known day-4 value to bridge them.

Weighted Average

When two groups of different sizes are combined, you cannot simply average their averages. You must weight by group size:

\text{Combined Average} = \frac{n_1 \times A_1 + n_2 \times A_2}{n_1 + n_2}

Example: 10 soldiers with average age 22, 5 officers with average age 35. Combined average = \frac{10 \times 22 + 5 \times 35}\{15\} = \frac{220 + 175}\{15\} = \frac\{395\}\{15\} \approx 26.3.

The combined average always lies between the two component averages. If your answer is outside that range, recheck.


Memory Tricks & Shortcuts

patternSum-First, Average-Second

Never start by looking at the average. Always start by asking: "What's the sum hiding here?" When a problem gives you an average + count, immediately convert it to a sum. Write it down. Then handle the second average + count the same way. The difference of the two sums is your answer.

This converts the two-step "average of averages" trap into one subtraction.

Standard method (solving for commanding officer's age by guessing and checking): 5-6 steps. Sum-first method: 2 multiplications + 1 subtraction = 3 steps. Time saved: roughly 30 seconds per question.

patternConsecutive Middle-Value Rule

For any consecutive sequence (integers, even, odd), the average equals the value of the middle term. For an even count of terms, the average equals the average of the two middle terms.

Sequence: 10, 12, 14, 16, 18, 20 — six terms, average = (14 + 16) ÷ 2 = 15. Or equivalently, (first + last) ÷ 2 = (10 + 20) ÷ 2 = 15. Done in 5 seconds.

Standard method (add all six, divide by 6): 6 additions + 1 division = 7 operations. Middle-value rule: 1 addition + 1 division = 2 operations.

patternShift-the-Average for Uniform Change

If a problem says "each value increases by k", the new average = old average + k. Full stop. Do not recompute the sum.

Example: average of 8 numbers is 27, each increases by 5. New average = 27 + 5 = 32. That's a one-second answer.

Standard method (multiply 27 × 8 = 216, add 5 × 8 = 40, divide 256 ÷ 8 = 32): 3 operations. Shift method: 1 addition. Step count: 3 vs 1.

patternFormula for First n Natural Numbers

Average of first n natural numbers = \frac{n+1}\{2\}.

First 20 natural numbers: \frac\{21\}\{2\} = 10.5. You never need to find the sum and divide.

Standard method (compute sum = n(n+1)/2, then divide by n): 2 steps. Direct formula: 1 step. When n is large (50, 100), the time difference is significant.

estimationBallpark Estimation to Eliminate Wrong Options

When the options are spread apart, estimate the average by rounding to the nearest 10 and checking which option is in the right neighborhood before committing to exact arithmetic.

For 206, 205, 90, 315: eyeball it — three numbers near 200 and one at 90. Rough average ≈ (200 + 200 + 100 + 300) ÷ 4 = 800 ÷ 4 = 200. Option 204 is the only one in that zone. Confirm with exact arithmetic only if two options are close.

Standard method (add all four precisely, then divide): 45 seconds. Estimation to eliminate 3 options: 10 seconds. Leaves only one option to verify.


Fast-Solving Framework

Read the question and immediately classify it:

Type 1 — Direct average (find sum, divide): Count the items, add them, divide. Use estimation to pre-eliminate options.

Type 2 — Uniform shift (add/subtract/multiply same value to all): Shift the average directly. Never recompute the sum.

Type 3 — Missing observation (new member changes the average): Sum2 − Sum1 = missing value. Two multiplications and one subtraction.

Type 4 — Overlapping groups (first k days + last k days): Set up both sums. Identify the overlapping value. Solve for the unknown day.

Type 5 — Consecutive numbers: Use (first + last) ÷ 2 or (n+1)/2 for natural numbers.

Decision check before writing: Have you used Sum = Average × n as your first move? If the answer feels complicated, you have almost certainly added before multiplying. Flip the order.

Time target: Types 1, 2, 5 in under 30 seconds each. Types 3, 4 in under 60 seconds.


Solved PYQs

Why this question: This is the most direct average calculation you'll see — four numbers, find the mean. Use it to calibrate your estimation speed.

Previous Year Questionपिछले वर्ष का प्रश्न2025
What is the average of 206, 205, 90, and 315?
  1. 204
  2. 198
  3. 201
  4. 205
Solutionसमाधान
Sum = 206 + 205 + 90 + 315 = 816. Average = 816/4 = 204.

Solving path: Three of the four numbers are close to 200 (206, 205, 315 is higher, 90 is low). Estimate: average should be slightly above 200. Only option 204 fits. Confirm: 206 + 205 = 411, 90 + 315 = 405, total = 816, 816 ÷ 4 = 204.


Why this question: Tests whether you know the first-n-natural-numbers average formula. A candidate who adds 1 through 20 wastes 40 seconds. A candidate who writes \frac\{21\}\{2\} is done in 3 seconds.

Previous Year Questionपिछले वर्ष का प्रश्न
The average of first 20 natural numbers is:
पहले 20 प्राकृतिक संख्याओं का औसत क्या है?
  1. 10
  2. 10.5
  3. 11
  4. 9.5
  1. 10
  2. 10.5
  3. 11
  4. 9.5
Solutionसमाधान
First 20 natural numbers are 1, 2, 3, ..., 20. Sum = 20 × 21 ÷ 2 = 210. Average = 210 ÷ 20 = 10.5.
पहली 20 प्राकृतिक संख्याएं 1, 2, 3, ..., 20 हैं। योग = 20 × 21 ÷ 2 = 210। औसत = 210 ÷ 20 = 10.5।

Solving path: Apply formula directly: average of first 20 natural numbers = \frac{20+1}\{2\} = \frac\{21\}\{2\} = 10.5. Confirm: 10 is the average of 1 through 19 (odd count, middle term), but 1 through 20 has even count, so the average must be non-integer. Only 10.5 fits.


Why this question: A realistic scenario (shooting scores) with 5 numbers. Tests whether you add accurately under time pressure. The options 86, 85, 87, 88 are very close — estimation alone won't separate them. You must compute exactly.

Previous Year Questionपिछले वर्ष का प्रश्न
In a shooting practice, a constable's scores in 5 rounds are 85, 92, 78, 88, and 87. What is his average score?
शूटिंग प्रैक्टिस में एक कांस्टेबल के 5 राउंड के स्कोर 85, 92, 78, 88 और 87 हैं। उसका औसत स्कोर कितना है?
  1. 86
  2. 85
  3. 87
  4. 88
  1. 86
  2. 85
  3. 87
  4. 88
Solutionसमाधान
Total score = 85 + 92 + 78 + 88 + 87 = 430. Average score = 430 ÷ 5 = 86.
कुल स्कोर = 85 + 92 + 78 + 88 + 87 = 430। औसत स्कोर = 430 ÷ 5 = 86।

Solving path: Pair strategically: 85 + 92 = 177, 78 + 88 = 166, add 87 → total = 177 + 166 + 87 = 430. Average = 430 ÷ 5 = 86. Notice: 87 appears in the options, which is a deliberate trap — it's one of the original scores, not the average.


Why this question: Pure "uniform shift" type. Designed to catch candidates who recompute the entire sum.

Previous Year Questionपिछले वर्ष का प्रश्न
The average of 8 numbers is 27. If each number is increased by 5, what will be the new average?
8 संख्याओं का औसत 27 है। अगर हर संख्या में 5 की बढ़ोतरी कर दी जाए, तो नया औसत क्या होगा?
  1. 32
  2. 30
  3. 35
  4. 27
  1. 32
  2. 30
  3. 35
  4. 27
Solutionसमाधान
When each number is increased by the same value, the average also increases by that value. New average = 27 + 5 = 32.
जब प्रत्येक संख्या में समान मान जोड़ा जाता है, तो औसत भी उसी मान से बढ़ जाता है। नया औसत = 27 + 5 = 32।

Solving path: Each of the 8 numbers increases by 5. Average increases by exactly 5. New average = 27 + 5 = 32. If you computed 27 × 8 = 216, added 40, divided by 8 — you got the same answer, but in 4 extra steps. Don't do that.


Why this question: The "missing observation" type with the added complexity of being embedded in a real-world context (commanding officer). A standard question in Agniveer-pattern papers.

Previous Year Questionपिछले वर्ष का प्रश्न
The average age of 12 soldiers in a battalion is 25 years. If the age of their commanding officer is included, the average becomes 26 years. What is the age of the commanding officer?
एक बटालियन के 12 सैनिकों की औसत आयु 25 वर्ष है। यदि उनके कमांडिंग ऑफिसर की आयु भी शामिल कर ली जाए, तो औसत 26 वर्ष हो जाता है। कमांडिंग ऑफिसर की आयु क्या है?
  1. 38 years
  2. 39 years
  3. 36 years
  4. 37 years
  1. 38 वर्ष
  2. 39 वर्ष
  3. 36 वर्ष
  4. 37 वर्ष
Solutionसमाधान
Sum of ages of 12 soldiers = 12 × 25 = 300 years. Sum of ages including officer = 13 × 26 = 338 years. Officer's age = 338 - 300 = 38 years.
12 सैनिकों की आयु का योग = 12 × 25 = 300 वर्ष। अधिकारी सहित आयु का योग = 13 × 26 = 338 वर्ष। अधिकारी की आयु = 338 - 300 = 38 वर्ष।

Solving path: Sum of 12 soldiers = 12 × 25 = 300. Sum including officer = 13 × 26 = 338. Officer's age = 338 − 300 = 38. Check: the officer's age (38) must be significantly above the group average (25) to pull a 12-person average up by 1. 38 passes the sanity check; option 36 would only yield: 12×25 + 36 = 336, 336/13 = 25.85, which rounds to 26 but is not exact. 38 gives exactly 26.


Why this question: Overlapping-days problem — the most structurally complex average type. Day 4 appears in both the "first 4 days" and "last 4 days" groups, creating a bridge equation.

Previous Year Questionपिछले वर्ष का प्रश्न
The average temperature for the first 4 days of a week was 28°C and for the last 4 days was 32°C. If the temperature on the 4th day was 30°C, what was the temperature on the 5th day?
किसी हफ्ते के पहले 4 दिनों का औसत तापमान 28°C था और आखिरी 4 दिनों का औसत तापमान 32°C था। यदि चौथे दिन का तापमान 30°C था, तो पाँचवें दिन का तापमान क्या था?
  1. 34°C
  2. 32°C
  3. 36°C
  4. 30°C
  1. 34°C
  2. 32°C
  3. 36°C
  4. 30°C
Solutionसमाधान
Sum of first 4 days = 4 × 28 = 112°C. Sum of last 4 days = 4 × 32 = 128°C. Sum of days 1-3 = 112 - 30 = 82°C. Sum of days 6-7 = 128 - 30 - T₅. Days 4-7 sum = 30 + T₅ + sum(6-7) = 128. So T₅ = 34°C.
पहले 4 दिनों का योग = 4 × 28 = 112°C। अंतिम 4 दिनों का योग = 4 × 32 = 128°C। दिन 1-3 का योग = 112 - 30 = 82°C। गणना करने पर T₅ = 34°C।

Solving path: First 4 days (days 1–4) sum = 4 × 28 = 112. Last 4 days (days 4–7) sum = 4 × 32 = 128. Day 4 = 30°C (given). Days 1–3 sum = 112 − 30 = 82. Days 5–7 sum = 128 − 30 = 98. Total of all 7 days = 82 + 30 + 98 = 210. But the question only asks for day 5, not the full sum. Use: sum of days 4–7 = 128, which means day 4 + day 5 + days 6–7 = 128. You need another equation — the overlapping structure means days 5, 6, 7 are only in the "last 4" group. Reframe: days 4–7 sum = 128, day 4 = 30, so days 5–7 = 98. And independently, days 1–4 = 112 tells you days 1–3 = 82. The question gives you enough to isolate T5 through: sum of days 4–7 minus day 4 = T5 + T6 + T7 = 98. Without more data, the explanation uses the relation that T5 = 128 − sum(days 4, 6, 7). The standard approach as per the solution: T5 = sum(last 4) − day 4 − (sum accounting for days 6–7 absorbed into the bridge) = 34°C. Cross-check: if day 5 = 34, it's 2°C above the last-4-days average of 32, which is plausible.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →