Measures of Central Tendency for SSC CGL — Mean, Median, Mode, and Beyond

beginner 18 min read

Concept

Central tendency is the idea that any data set has a natural "center" — a single representative value that summarizes the entire distribution. You've been using this idea since school: if you score 70, 80, and 90 on three tests, your average is 80, and that one number tells the story without listing all three scores.

Think of it like this: imagine ten people standing on a number line, each person standing at their salary value. Central tendency asks, "Where is the gravitational center of this group?" Different measures answer this question differently:

Each measure has a different job. The mean uses every value but gets pulled hard by outliers. The median ignores extreme values but gives a stable center. The mode tells you what is most common — useful for categorical data or finding peaks in a distribution.

For SSC CGL, you'll encounter three mean types beyond simple arithmetic mean:

Here's a key inequality that examiners love to test: for any positive dataset, HM ≤ GM ≤ AM. The three are equal only when all values are identical.

The analogy that sticks: mean is like a see-saw balance point. One heavy person (outlier) on one end shifts the balance dramatically. Median is like the person standing in the exact middle of a queue — the queue can stretch wildly on both ends, and the middle person's position barely changes.


Deep Dive

Arithmetic Mean

For n values x₁, x₂, ..., xₙ:

xˉ=x1+x2++xnn=xin\bar{x} = \frac{x_1 + x_2 + \cdots + x_n}{n} = \frac{\sum x_i}{n}

The sum-substitution principle is the single most tested idea in SSC CGL mean problems. Once you know the mean and count, you know the sum — and that sum is the real working number.

Weighted Arithmetic Mean:

When different values carry different importance (weights w₁, w₂, ..., wₙ):

xˉw=w1x1+w2x2++wnxnw1+w2++wn=wixiwi\bar{x}_w = \frac{w_1 x_1 + w_2 x_2 + \cdots + w_n x_n}{w_1 + w_2 + \cdots + w_n} = \frac{\sum w_i x_i}{\sum w_i}

This appears in problems involving combined groups, mixed populations, or explicitly stated weights.

Combined Mean for two groups:

xˉcombined=n1xˉ1+n2xˉ2n1+n2\bar{x}_{combined} = \frac{n_1 \bar{x}_1 + n_2 \bar{x}_2}{n_1 + n_2}

This is just weighted mean where the weights are the group sizes.

Median

Arrange all values in ascending (or descending) order. Then:

For ungrouped data, this is purely mechanical. Don't overthink it. Sort, count, pick.

For grouped data (frequency distribution), the median class is the one where the cumulative frequency first crosses n/2, and you use the interpolation formula — but SSC CGL rarely goes that deep for this topic at beginner level.

Mode

The mode is the value (or values) that appear most frequently. A data set can have:

For ungrouped data: just count frequencies. No formula needed.

The Empirical Relationship

Look — this single formula is responsible for a dedicated question type in SSC CGL:

Mode=3×Median2×Mean\text{Mode} = 3 \times \text{Median} - 2 \times \text{Mean}

This approximation holds for moderately skewed (not heavily skewed) distributions. Rearrange it freely depending on what you're asked to find:

Memorize all three rearrangements. Examiners rotate which variable they ask for.

Geometric Mean and Harmonic Mean

Geometric Mean of n values:

GM=x1x2xnnGM = \sqrt[n]{x_1 \cdot x_2 \cdots x_n}

For two numbers a and b: GM = √(ab)

Harmonic Mean of n values:

HM=n1x1+1x2++1xnHM = \frac{n}{\frac{1}{x_1} + \frac{1}{x_2} + \cdots + \frac{1}{x_n}}

For two numbers a and b: HM = 2ab/(a+b)

The classic application: if you travel from A to B at speed u and return at speed v, the average speed for the whole journey is the harmonic mean — not the arithmetic mean.

Average Speed=2uvu+v\text{Average Speed} = \frac{2uv}{u+v}

Trying to use AM here is one of the most common errors in speed-distance problems.

Relationship between AM, GM, HM for two positive numbers a and b:

AM=a+b2,GM=ab,HM=2aba+bAM = \frac{a+b}{2}, \quad GM = \sqrt{ab}, \quad HM = \frac{2ab}{a+b}

GM2=AM×HMGM^2 = AM \times HM

This identity (GM² = AM × HM) occasionally appears directly in SSC CGL questions.


Memory Tricks & Shortcuts

patternSum-First, Always

Before doing anything with a mean problem, write: Sum = Mean × Count. This single step converts every mean problem into a simple addition/subtraction problem. Example: Mean of 5 numbers is 18 → Sum = 90. One excluded, new mean of 4 is 16 → New sum = 64. Excluded = 90 − 64 = 26. Standard method (trying to work backwards through algebra): ~40 seconds. Sum-first method: ~10 seconds, zero risk of sign errors.

patternReplacement Delta Trick

When a value is replaced, don't recompute the whole sum. Just track the net change. New value − Old value = delta. New sum = old sum + delta. New mean = new sum ÷ n. For two replacements: add both deltas. Example: replacing 20 with 30 (delta = +10) and 5 with 15 (delta = +10) in a set of 10 with mean 15. Old sum = 150. Net delta = 20. New sum = 170. New mean = 17. Standard recompute approach: 4 steps. Delta approach: 2 steps.

substitutionEmpirical Formula — Pin the Odd One Out

When given Mode = 3 Median − 2 Mean, identify which two variables are given and solve for the third. Write the formula, substitute the two known values, isolate. The danger is mis-substituting. Trick: write all three rearrangements on your rough sheet at the start of the statistics section — Median = (Mode + 2×Mean)/3, Mode = 3×Median − 2×Mean, Mean = (3×Median − Mode)/2. Substitution then becomes a 15-second lookup. Without pre-writing: ~45 seconds of rearranging under pressure.

patternMedian Positioning: (n+1)/2 for Odd, Average the Middle Two for Even

After sorting, use position formula immediately. For n = 7 (odd): position = (7+1)/2 = 4th value. For n = 6 (even): average of 3rd and 4th values. Common trap: counting the position wrong after sorting. Counter-trick — always write the sorted sequence with position numbers above each value (1, 2, 3...) before picking. This catches the "I miscounted" error that costs marks. Adds 5 seconds but saves a wrong answer.

patternHM for Equal-Distance Average Speed

Whenever a problem says "travels the same distance at two different speeds," the answer is HM = 2ab/(a+b), never AM = (a+b)/2. Quick test: if speeds are 40 and 60, AM = 50 but HM = 2×40×60/(40+60) = 4800/100 = 48. The exam will put 50 as a distractor option. If you picked 50, you lost the mark. Recognizing "same distance, two speeds" as an HM trigger takes 2 seconds; computing 2ab/(a+b) takes another 10 seconds. AM trap method: 5 seconds but wrong.


Fast-Solving Framework

When you see a central tendency question in the exam hall, run this decision tree:

Step 1 — Identify the measure asked. Mean, Median, Mode, or an empirical formula question?

Step 2 — For Mean questions:

Step 3 — For Median questions:

Step 4 — For Mode questions:

Step 5 — Speed check sanity. Your answer should be within the range of the data (for mean and median). If your mean comes out higher than all values in the set, you made an arithmetic error — don't submit.

Total time budget: mean problems 30-45 seconds, median problems 20-30 seconds, empirical formula problems 30-40 seconds.


Solved PYQs

Why this question: Tests the sum-substitution principle — the most fundamental mean technique.

Previous Year Questionपिछले वर्ष का प्रश्न
The mean of 5 numbers is 18. If one number is excluded, the mean of the remaining 4 numbers becomes 16. What is the excluded number?
5 संख्याओं का माध्य 18 है। यदि एक संख्या को हटा दिया जाए, तो शेष 4 संख्याओं का माध्य 16 हो जाता है। हटाई गई संख्या क्या है?
  1. 20
  2. 24
  3. 26
  4. 22
  1. 20
  2. 24
  3. 26
  4. 22
Solutionसमाधान
Sum of 5 numbers = 5 × 18 = 90. Sum of remaining 4 numbers = 4 × 16 = 64. Excluded number = 90 − 64 = 26.
5 संख्याओं का योग = 5 × 18 = 90। शेष 4 संख्याओं का योग = 4 × 16 = 64। हटाई गई संख्या = 90 − 64 = 26।

Solving path: Sum = 5 × 18 = 90. New sum (4 numbers) = 4 × 16 = 64. Excluded = 90 − 64 = 26. No algebra needed, just two multiplications and one subtraction. Time: under 15 seconds.


Why this question: Pure median mechanics — tests whether you remember to sort before picking the middle value.

Previous Year Questionपिछले वर्ष का प्रश्न
Find the median of the following data set: 7, 3, 15, 9, 11, 5, 13.
निम्नलिखित डेटा सेट का माध्यिका (Median) ज्ञात कीजिए: 7, 3, 15, 9, 11, 5, 13।
  1. 11
  2. 9
  3. 10
  4. 7
  1. 11
  2. 9
  3. 10
  4. 7
Solutionसमाधान
Arrange in ascending order: 3, 5, 7, 9, 11, 13, 15. There are 7 values, so the median is the 4th value = 9.
आरोही क्रम में सजाएँ: 3, 5, 7, 9, 11, 13, 15। कुल 7 मान हैं, इसलिए माध्यिका चौथा मान = 9 होगा।

Solving path: Sort: 3, 5, 7, 9, 11, 13, 15. Count = 7 (odd). Middle position = (7+1)/2 = 4th. 4th value = 9. The trap is picking 10 (the arithmetic mean) or 7 — examiners put both as options.


Why this question: Tests the replacement-delta shortcut — a single replacement changes only the sum, not the count.

Previous Year Questionपिछले वर्ष का प्रश्न
The mean of 10 observations is 15. If one observation 20 is replaced by 30, what is the new mean?
10 प्रेक्षणों का माध्य 15 है। यदि एक प्रेक्षण 20 को 30 से बदल दिया जाए, तो नया माध्य क्या होगा?
  1. 15.5
  2. 18
  3. 16
  4. 17
  1. 15.5
  2. 18
  3. 16
  4. 17
Solutionसमाधान
Original sum = 10 × 15 = 150. Removing 20 and adding 30 changes the sum by +10. New sum = 160. New mean = 160 ÷ 10 = 16.
मूल योग = 10 × 15 = 150। 20 हटाने और 30 जोड़ने से योग में +10 का परिवर्तन होता है। नया योग = 160। नया माध्य = 160 ÷ 10 = 16।

Solving path: Original sum = 10 × 15 = 150. Delta = 30 − 20 = +10. New sum = 160. New mean = 160 ÷ 10 = 16. Option 15.5 is a distractor for people who average the delta incorrectly.


Why this question: The empirical formula applied forward — given mean and median, find mode.

Previous Year Questionपिछले वर्ष का प्रश्न
If the arithmetic mean of a data set is 50, median is 45, what is the approximate mode according to the empirical relationship: Mode = 3 × Median − 2 × Mean?
यदि किसी डेटा सेट का समांतर माध्य 50 और माध्यिका 45 है, तो अनुभवजन्य संबंध Mode = 3 × Median − 2 × Mean के अनुसार बहुलक का अनुमानित मान क्या होगा?
  1. 40
  2. 35
  3. 30
  4. 45
  1. 40
  2. 35
  3. 30
  4. 45
Solutionसमाधान
Using the empirical formula: Mode = 3 × Median − 2 × Mean = 3 × 45 − 2 × 50 = 135 − 100 = 35.
अनुभवजन्य सूत्र का उपयोग करते हुए: बहुलक = 3 × माध्यिका − 2 × माध्य = 3 × 45 − 2 × 50 = 135 − 100 = 35।

Solving path: Mode = 3 × Median − 2 × Mean = 3 × 45 − 2 × 50 = 135 − 100 = 35. The distractor 40 comes from people who swap the formula to 2 × Median − 3 × Mean or some scrambled version. Pre-writing the formula prevents this.


Why this question: Tests the empirical formula in reverse — given mode and mean, find median.

Previous Year Questionपिछले वर्ष का प्रश्न
If the mode of a data set is 12 and mean is 10, what is the approximate median according to the empirical relationship?
यदि किसी डेटा सेट का बहुलक 12 और माध्य 10 है, तो अनुभवजन्य सम्बन्ध के अनुसार अनुमानित माध्यिका क्या होगी?
  1. 10.5
  2. 11
  3. 9.5
  4. 10.67
  1. 10.5
  2. 11
  3. 9.5
  4. 10.67
Solutionसमाधान
The empirical formula is: Mode = 3 × Median − 2 × Mean. So 12 = 3 × Median − 2 × 10 → 12 = 3 × Median − 20 → 3 × Median = 32 → Median = 32/3 ≈ 10.67.
अनुभवजन्य सूत्र है: बहुलक = 3 × माध्यिका − 2 × माध्य। अतः 12 = 3 × माध्यिका − 20 → 3 × माध्यिका = 32 → माध्यिका = 32/3 ≈ 10.67।

Solving path: Mode = 3 × Median − 2 × Mean → 12 = 3 × Median − 20 → 3 × Median = 32 → Median = 32/3 ≈ 10.67. Note the non-integer answer — SSC CGL does give these. Don't round to 11; compute carefully.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →