By the end of this chapter you'll be able to…

  • 1Compute mean, median, mode, and range correctly for a small data set
  • 2Solve value-replacement, value-addition, and value-removal problems using the sum-based shortcut
  • 3Correctly track count changes when a value is added or removed from a data set
💡
Why this chapter matters in RRB NTPC
This topic stays limited to four basic measures — mean, median, mode, range — and the sum-based shortcut for value-replacement problems is the one technique that separates a fast, confident answer from a slow recomputation from scratch.

Elementary Statistics — RRB NTPC Mathematics

This topic carries roughly 5% of Mathematics's 30 questions, and stays limited to the four basic measures: mean, median, mode, and range, applied to small, direct data sets.


1. What RRB NTPC actually asks

Expect direct mean/median/mode/range calculations on a small data set, and word problems where a value is replaced, added, or removed and the new mean/average must be found.


2. The four core measures

Mean = sum of all values ÷ number of values.

Median = the middle value when data is arranged in order. For an even count, it's the average of the two middle values.

Mode = the value that occurs most frequently in the data set.

Range = highest value − lowest value.


3. Sum-based shortcut for "replace/add a value" problems

Rather than recomputing the full average from scratch, use the sum directly: new sum = old sum − removed value + added value (or just + added value if nothing was removed), then divide by the (possibly changed) count.


Worked examples

Question 1 of 2

Q1. The mean of 5 numbers is 18. If one number is removed, the mean of the remaining 4 numbers becomes 16. What was the removed number?

Pick an option to check your answer.

Show explanation

Solution. Sum of original 5 numbers = 5 × 18 = 90. Sum of remaining 4 numbers = 4 × 16 = 64.

Removed number = 90 − 64 = 26. Answer: (c).

Question 2 of 2

Q2. The average age of 30 students in a class is 12 years. When the class teacher's age is included, the average becomes 13 years. What is the teacher's age?

Pick an option to check your answer.

Show explanation

Solution. Total age of 30 students = 30 × 12 = 360. Total age including the teacher (31 people) = 31 × 13 = 403.

Teacher's age = 403 − 360 = 43. A common error is dividing by 30 instead of 31 for the new total, or forgetting the count itself increases by one when the teacher joins. Answer: (c).


5. Common traps

  • Forgetting the count changes when a value is added or removed — always recompute using the correct new count, not the original one.
  • Confusing median with mean. Median is the positional middle value; mean is the arithmetic average — they're often different for the same data set.
  • Sorting the data before finding the median. Median requires the data in ascending (or descending) order — a common error is reading off the "middle" of an unsorted list.
  • Missing that mode can have more than one value (bimodal) or none at all (if all values are unique) — RRB NTPC questions typically avoid this ambiguity, but it's worth checking the data carefully.

6. Guessing strategy

For "find the removed/added value" problems, the sum-based shortcut (new sum = old sum ± value) is always faster than trying to guess-and-check — compute directly rather than eliminating options.


Summary

  • Elementary Statistics is roughly 5% of Mathematics's 30 CBT 1 questions, limited to mean, median, mode, and range.
  • Mean = sum ÷ count; Median = middle value (average of two middles if count is even); Mode = most frequent value; Range = highest − lowest.
  • For "replace/add/remove a value" problems, work directly with sums: new sum = old sum − removed + added.
  • Always recompute using the correct (possibly changed) count after a value is added or removed.
  • Median requires sorted data — never read off the middle of an unsorted list.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

Mean
mean = (sum of all values) / (number of values)
Median
median = middle value of sorted data (average of two middle values if count is even)
Data MUST be sorted first.
Mode
mode = the most frequently occurring value in the data set
Range
range = highest value − lowest value
Sum-based shortcut
new sum = old sum − removed value + added value; new mean = new sum / new count
Faster than recomputing the mean from scratch for replace/add/remove problems.
⚠️

Traps RRB NTPC sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Forgetting the count changes when a value is added or removed
Always use the correct NEW count in the denominator — adding one person means dividing by (original count + 1), not the original count.
WATCH OUT
Confusing median with mean
Median is the positional middle value; mean is the arithmetic average — compute the one the question actually asks for.
WATCH OUT
Finding the median of unsorted data
Always sort the data first (ascending or descending) before identifying the middle value(s).
WATCH OUT
Recomputing the full mean from scratch for value-replacement problems
Use the sum-based shortcut instead — it's faster and less error-prone than a full recalculation.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Elementary Statistics?

8 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

8 questions~6 min

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Elementary Statistics is roughly 5% of Mathematics's 30 CBT 1 questions, limited to mean, median, mode, and range.
  • Mean = sum/count; Median = middle value(s) of SORTED data; Mode = most frequent value; Range = highest − lowest.
  • For value-replacement/addition/removal problems, work with sums directly rather than recomputing the mean from scratch.
  • Always use the correct NEW count after a value is added or removed.
  • Median calculation requires sorted data — never read off the middle of an unsorted list.

RRB NTPC question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: Roughly 5% of Mathematics's 30 questions in CBT 1 (each worth +1/−1/3)

Question styleMarks eachTypical countWhat it tests
Mean1~1-2Direct mean calculation and value-replacement problems
Median1~1Median calculation, including even-count data sets
Mode and range1~1Identifying the most frequent value and the spread of the data
Value addition1~1Sum-based shortcut for a new data point changing the average
Prep strategy
  • First pass: memorise the four core formulas and practice applying each to small data sets quickly.
  • Second pass: drill the sum-based shortcut for value-replacement and value-addition problems specifically.
  • Final pass: mix in median problems with an unknown value (solve algebraically for x) to round out coverage.

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. For any 'value added/removed, mean changes' problem, immediately convert to the sum-based shortcut rather than trying to guess-and-check.
  2. Always double-check whether the count has changed before dividing for a new mean.
  3. Sort data explicitly before identifying a median, even if it looks 'almost sorted' already.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Data analysis and reporting

Mean, median and mode are the foundational summary statistics used in virtually every data analysis or reporting context.

Quality control and averages tracking

Sum-based shortcuts for adding/removing a data point are used directly in running-average tracking systems.

Where else this topic is tested

Prepare once, score in every exam that asks it.

SSC CGL / CHSL Quantitative AptitudeHigh overlap — basic mean/median/mode problems are a recurring, near-identical question type
Bank PO / Clerk Quantitative AptitudeModerate overlap in basic average-based word problems

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Work directly with sums: new sum = old sum ± the value in question, then divide by the correct new count. This is always faster and less error-prone than trying to recompute the full average from scratch.

Yes, in general — a data set with two equally-frequent most-common values is called bimodal. RRB NTPC questions typically avoid this ambiguity by using data sets with a single clear mode.
Header Logo