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.
For n values x₁, x₂, ..., xₙ:
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ₙ):
This appears in problems involving combined groups, mixed populations, or explicitly stated weights.
Combined Mean for two groups:
This is just weighted mean where the weights are the group sizes.
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.
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.
Look — this single formula is responsible for a dedicated question type in SSC CGL:
This approximation holds for moderately skewed (not heavily skewed) distributions. Rearrange it freely depending on what you're asked to find:
Median = (Mode + 2 × Mean) / 3Mode = 3 × Median − 2 × MeanMean = (3 × Median − Mode) / 2Memorize all three rearrangements. Examiners rotate which variable they ask for.
Geometric Mean of n values:
For two numbers a and b: GM = √(ab)
Harmonic Mean of n values:
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.
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:
This identity (GM² = AM × HM) occasionally appears directly in SSC CGL questions.
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.
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.
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.
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.
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.
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.
Why this question: Tests the sum-substitution principle — the most fundamental mean technique.
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.
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.
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.
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.
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.
Not sorting before finding median. If you pick the middle value of the unsorted sequence, you will almost certainly get it wrong. This mistake is shockingly common under time pressure. Sort first, every time, without exception.
Using AM for average speed problems. If a body travels equal distances at two different speeds, the average speed is the HM, not the AM. The AM answer is always present as a distractor. Trigger phrase to watch: "same distance, different speeds."
Confusing Mean = 0 with Sum = 0. If the mean of a data set is zero, the sum is zero — the individual values are not all zero. This sometimes appears in algebraic mean problems where you need to find an unknown value.
Weighted mean with the wrong denominator. The denominator is the sum of weights, not the count of items. For weights 3, 2, 1, the denominator is 6 — not 3. This single error shifts your answer completely.
Misapplying the empirical formula when the distribution is heavily skewed. The formula Mode = 3 Median − 2 Mean is an approximation. If an exam question explicitly states "using the empirical relationship," use it. If they don't, and the data looks extreme, be cautious — but SSC CGL always signals when they want this formula.
Treating bimodal data as having the higher-frequency value win. If two values appear the same number of times and that frequency is the maximum, the data set is bimodal — it has two modes. Some questions test this edge case. Don't automatically pick the larger or smaller of the two.