Why this topic matters · 7 min read
Central Tendency measures the 'center' of a dataset — tested in SSC CGL Tier 1 (Quant) and Tier 2 (Stats paper). Expect 2-4 direct questions on calculation, properties, and comparison of mean/median/mode. Also appears in data interpretation sets. High weightage in Tier 2 Stats paper (5-8% of total). Speed matters: you must calculate mean in <1 min for grouped data.
Mean (Arithmetic Average)
Mean is the sum of all values divided by the count. It's the most commonly used measure but gets pulled by extreme values (outliers). In SSC CGL, you'll see mean questions in two forms: ungrouped data (simple list) and grouped data (frequency table). For grouped data, use class midpoint times frequency. Mean is sensitive to every data point, so one very large or very small value can shift it significantly.
- Simple mean = (sum of all values) / (number of values)
- For grouped data, use midpoint of each class interval
- Mean is affected by outliers — can be misleading in skewed distributions
- Always the 'balance point' of data — if you plot on a number line, mean is the fulcrum
- Used when data is roughly symmetric and no extreme outliers exist
Key formulas
Simple Mean
x_bar = (x1 + x2 + ... + xn) / n
When: Ungrouped data or raw list of numbers
Grouped Data Mean
x_bar = Σ(f_i * m_i) / Σ(f_i)
When: Frequency table; m_i = midpoint of class, f_i = frequency
Shortcut Method (Grouped)
x_bar = A + Σ(f_i * d_i) / Σ(f_i)
When: A = assumed mean (any class midpoint), d_i = deviation from A; saves calculation time
Worked examples
Data: 10, 20, 30, 40, 50. Mean = (10+20+30+40+50)/5 = 150/5 = 30.
Grouped: Class 0-10 (freq 5), 10-20 (freq 8), 20-30 (freq 7). Midpoints: 5, 15, 25. Mean = (5*5 + 15*8 + 25*7) / (5+8+7) = (25+120+175) / 20 = 320/20 = 16.
Median (Middle Value)
Median is the middle value when data is arranged in order. If there's an even number of values, take the average of the two middle values. Median is robust — it ignores outliers. In SSC CGL, median questions often appear in data interpretation where you must identify which value is 'middle' or calculate it from a frequency table. For grouped data, use the median class formula.
- Arrange data in ascending order; pick middle value (or average of two middle for even count)
- Not affected by outliers — best measure for skewed data
- For grouped data, find the class containing the (n/2)th observation
- Median divides data into two equal halves: 50% below, 50% above
- Useful when data has extreme values or is not symmetric
Key formulas
Median Position (Ungrouped)
Position = (n + 1) / 2
When: n = number of values; gives position of median in ordered list
Median (Grouped Data)
Median = L + ((n/2 - CF) / f) * h
When: L = lower boundary of median class, CF = cumulative frequency before median class, f = frequency of median class, h = class width
Worked examples
Data: 5, 12, 8, 20, 15 → Ordered: 5, 8, 12, 15, 20. Position = (5+1)/2 = 3. Median = 12 (3rd value).
Grouped: n=50, so median position = 25. If cumulative frequency up to class 20-30 is 20, and class 30-40 has frequency 12, then median class is 30-40. Median = 30 + ((25-20)/12)*10 = 30 + 4.17 = 34.17.
Mode (Most Frequent Value)
Mode is the value that appears most often. A dataset can have one mode (unimodal), two modes (bimodal), or no mode if all values appear equally. Mode is useful for categorical data and discrete distributions. In SSC CGL, mode questions are less common than mean/median but do appear, especially in grouped data where you identify the modal class (class with highest frequency).
- Mode = value with highest frequency
- For grouped data, modal class is the class with maximum frequency
- Can be non-numeric (e.g., favorite color) — only measure that works for categorical data
- Unaffected by outliers; useful for skewed distributions
- May not exist (uniform distribution) or may be multiple values (bimodal)
Key formulas
Mode (Grouped Data)
Mode = L + ((f1 - f0) / (2*f1 - f0 - f2)) * h
When: L = lower boundary of modal class, f1 = frequency of modal class, f0 = frequency of class before, f2 = frequency of class after, h = class width
Worked examples
Data: 2, 5, 5, 5, 8, 9. Mode = 5 (appears 3 times).
Grouped: Classes 10-20 (freq 8), 20-30 (freq 15), 30-40 (freq 10). Modal class = 20-30. Mode = 20 + ((15-8)/(2*15-8-10))*10 = 20 + (7/12)*10 = 20 + 5.83 = 25.83.
Relationship & Comparison
In a symmetric distribution, mean = median = mode. In a right-skewed distribution (tail to the right), mean > median > mode. In a left-skewed distribution (tail to the left), mode > median > mean. SSC CGL often tests this relationship conceptually: given a distribution shape, identify which measure is largest. This is a quick 1-mark question but requires understanding, not just memorization.
- Symmetric: mean = median = mode
- Right-skewed (positive): mean > median > mode (mean pulled right by outliers)
- Left-skewed (negative): mode > median > mean (mean pulled left)
- Empirical rule: Mode ≈ 3*Median - 2*Mean (useful check for grouped data)
- Choose measure based on data: mean for symmetric, median for skewed, mode for categorical
⚠ Common mistakes to avoid
- Forgetting to arrange data in order before finding median — always sort first, even if it looks ordered.
- Using class boundaries instead of class midpoints when calculating mean for grouped data — midpoint = (lower + upper) / 2.
- Confusing median position formula: (n+1)/2 is for ungrouped; for grouped, use n/2 to find cumulative frequency.
- Assuming mode must be a single value — bimodal/multimodal distributions are valid; don't force a single answer.
- Misidentifying modal class — it's the class with HIGHEST frequency, not the one with highest midpoint or upper boundary.
- Forgetting to multiply frequency by midpoint when calculating grouped mean — Σ(f*m), not just Σ(f) or Σ(m).
🧠 Memory aids
- MMM Rule: Mean = sensitive (pulled by outliers), Median = middle (robust), Mode = most frequent (categorical-friendly). Think: Mean is a Miser (takes every value into account), Median is Middle-ground (ignores extremes), Mode is Most popular.
- Skew Direction: Right-skew = Mean pulled Right (mean > median > mode). Left-skew = Mean pulled Left (mode > median > mean). Think of the tail direction pulling the mean like a rope.
- Grouped Data: Always use MIDPOINT for mean, CUMULATIVE FREQUENCY for median, HIGHEST FREQUENCY for mode. Acronym: MCM = Midpoint, Cumulative, Maximum.
- Empirical Skewness: 3(Median) - 2(Mean) ≈ Mode. Use this to check your answers in grouped data problems.
🎯 SSC CGL exam tips
- Tier 1 Quant: Expect 1-2 direct calculation questions on mean/median of ungrouped data (simple, <1 min each). May appear in data interpretation sets where you calculate mean of a subset.
- Tier 2 Statistics: 5-8% weightage. Questions test grouped data (mean, median, mode formulas), relationship between measures, and identifying skewness. Expect 3-4 questions combining calculation + conceptual understanding.
- Time Strategy: For grouped data mean, use shortcut method (assumed mean) if class midpoints are large numbers — saves 30 seconds. For median, always build cumulative frequency column first.
- Recent Pattern (2022-2024): SSC has increased focus on median of grouped data and skewness relationship. Less emphasis on mode calculation, more on conceptual 'which measure is largest' questions.
- Common Trap: When data is given as a frequency table, always check if it's already grouped (class intervals) or ungrouped (discrete values). Grouped requires different formulas. Read the table header carefully.
Q1 · hard · AI-verified
The weighted mean of the first 10 natural numbers whose weights are equal to the corresponding numbers is:
- 7
- 8
- 5.5
- 6
Q2 · hard · AI-verified
A car travels from A to B at 60 km/hr and returns from B to A at 40 km/hr. What is the average speed for the entire journey?
- 50 km/hr
- 45 km/hr
- 48 km/hr
- 52 km/hr
Q3 · hard · AI-verified
If each observation in a data set is multiplied by 3 and then 5 is added to each result, the mean of the new data set becomes 35. What was the original mean?
- 12
- 10
- 8
- 15
Q4 · medium · AI-verified
The mean of 10 observations is 15. If one observation 20 is replaced by 30, what is the new mean?
- 15.5
- 18
- 16
- 17
Q5 · hard · AI-verified
The mean of 9 numbers is 77. If one number is excluded, the mean becomes 72. What is the excluded number?
- 122
- 112
- 117
- 107