Introduction to Average for RRB Exams
In the landscape of competitive exams like RRB NTPC, RRB Group D, and RRB Technician, the 'Average' topic is considered a low-hanging fruit. While the basic concept of an average—the sum of all values divided by the number of values—is taught in primary school, competitive exams test your speed, accuracy, and your ability to use shortcut methods. For a railway aspirant, mastering 'Average' is not just about solving questions from this specific chapter; it is a prerequisite for tackling Data Interpretation (DI) and several types of 'Speed, Time, and Distance' problems.
The beauty of the Average topic lies in its logical simplicity. Whether you are calculating the average weight of a class, the batting average of a cricketer, or the average speed of a train, the underlying principle remains constant. In this comprehensive guide, we will break down the complex formulas into intuitive logic, helping you solve even the most difficult problems in under 30 seconds.
Topic Weightage and Importance
For candidates preparing for Indian Railways recruitment, understanding the weightage of 'Average' is crucial for planning their study schedule. In RRB NTPC (CBT-1 and CBT-2), you can expect at least 1-2 direct questions and potentially more in the form of Data Interpretation sets. In RRB Group D and Technician (Grade I & III), this topic usually accounts for 2-3 questions in the Mathematics section.
Because the questions are often straightforward, missing out on these marks can negatively impact your overall merit list ranking. This topic is categorized as 'High Weightage' not just because of its direct presence, but because it forms the quantitative foundation for the entire Arithmetic syllabus.
Key Concepts and Formulas
Before diving into shortcuts, it is essential to have the core formulas at your fingertips. The fundamental formula is:
Average = (Sum of all observations) / (Total number of observations)
From this, we derive the second most important formula used in 90% of problems:
Sum of observations = Average × Total number of observations
Averages of Special Number Series
RRB exams often feature questions on the average of specific number patterns. Memorizing these can save you minutes during the exam:
| Number Series | Formula for Average |
|---|---|
| First 'n' natural numbers | (n + 1) / 2 |
| First 'n' even numbers | n + 1 |
| First 'n' odd numbers | n |
| Squares of first 'n' natural numbers | (n + 1)(2n + 1) / 6 |
| Cubes of first 'n' natural numbers | n(n + 1)² / 4 |
| Consecutive numbers (AP) | (First Term + Last Term) / 2 |
Advanced Shortcut: The Deviations Method
Instead of adding large numbers, pick an 'Assumed Average' (usually a middle value). Calculate the difference (deviation) of each number from this assumed average. If the sum of deviations is zero, your assumed average is correct. If not, the true average is Assumed Average + (Sum of Deviations / Total Observations).
Inclusion, Exclusion, and Replacement
- Inclusion: When a new person joins a group, New Sum = (Old Average × Old N) + New Value.
- Exclusion: When a person leaves, New Sum = (Old Average × Old N) - Left Value.
- Replacement: If the average increases by 'x' when a person of weight 'W' is replaced by a new person: New Person's Weight = W + (Total Persons × x).
Solved Examples (Step-by-Step)
Example 1: Basic Average with Missing Value
Question: The average of 5 numbers is 20. If four of the numbers are 15, 18, 22, and 25, find the fifth number.
Step 1: Calculate the total sum of the 5 numbers using the formula Sum = Average × N.
Sum = 20 × 5 = 100.
Step 2: Add the four given numbers.
15 + 18 + 22 + 25 = 80.
Step 3: Subtract the sum of the four numbers from the total sum.
Fifth Number = 100 - 80 = 20.
Example 2: Average Speed (Harmonic Mean)
Question: A train travels from Station A to Station B at a speed of 40 km/h and returns to Station A at a speed of 60 km/h. What is the average speed for the entire journey?
Step 1: Identify that the distance is constant. When distance is constant, Average Speed = (2xy) / (x + y).
Step 2: Substitute x = 40 and y = 60 into the formula.
Average Speed = (2 × 40 × 60) / (40 + 60) = 4800 / 100 = 48 km/h.
Note: Never simply find the arithmetic mean (40+60)/2, as that would be incorrect for speed calculations over the same distance.
Example 3: The Replacement Shortcut
Question: The average weight of 8 men is increased by 1.5 kg when one of the men, who weighs 65 kg, is replaced by a new man. Find the weight of the new man.
Step 1: Use the replacement formula: New = Old + (N × Increase).
Here, Old = 65, N = 8, and Increase = 1.5.
Step 2: Calculate the total increase in weight.
8 × 1.5 = 12 kg.
Step 3: Add the increase to the weight of the man who left.
New weight = 65 + 12 = 77 kg.
Common Mistakes to Avoid
- Miscalculating the Denominator: In inclusion/exclusion problems, students often forget to update the total number of observations (n). If one person leaves, n becomes (n-1).
- Averaging Averages: You cannot find the average of two groups by simply averaging their averages unless both groups have the same number of members. Always use the weighted average formula: (n1A1 + n2A2) / (n1 + n2).
- Confusing Odd/Even Formulas: Ensure you remember that the average of the first 'n' odd numbers is exactly 'n', while for even it is 'n+1'.
- Units Inconsistency: In average speed problems, ensure all speeds are in the same units (km/h or m/s) before applying formulas.
Practice Questions with Solutions
- Find the average of the first 50 natural numbers.
- The average age of a class of 30 students is 15 years. If the teacher's age is included, the average increases by 1 year. What is the teacher's age?
- The average of 7 consecutive numbers is 20. Find the largest number in this series.
- A cricketer has an average of 42 runs in 10 innings. How many runs should he score in the 11th inning to make his average 45?
- The average weight of 10 oarsmen in a boat is increased by 1.8 kg when one of the crew, who weighs 53 kg, is replaced by a new man. Find the weight of the new man.
Solutions:
1. Solution: Average of first n natural numbers = (n+1)/2.
(50+1)/2 = 25.5.
2. Solution: New Sum = (31 × 16) = 496. Old Sum = (30 × 15) = 450.
Teacher's age = 496 - 450 = 46 years.
Shortcut: Teacher's age = Old Average + (New Total × Increase) = 15 + (31 × 1) = 46.
3. Solution: In consecutive numbers, the average is the middle (4th) term.
4th term = 20. Therefore, 5th = 21, 6th = 22, 7th = 23.
Largest number = 23.
4. Solution: Required total sum = 11 × 45 = 495. Current total sum = 10 × 42 = 420.
Runs needed = 495 - 420 = 75.
5. Solution: New weight = Old weight + (N × Increase) = 53 + (10 × 1.8) = 53 + 18 = 71 kg.
Frequently Asked Questions (FAQs)
Q1. Is the average always a number present in the data set?
No, the average does not have to be one of the original numbers. For example, the average of 2 and 5 is 3.5, which is not in the set.
Q2. How is 'Average' different from 'Mean'?
In the context of the RRB Mathematics syllabus, 'Average' and 'Arithmetic Mean' are used interchangeably. They both refer to the sum of values divided by the count.
Q3. Can average be negative?
Yes, if the data set contains negative numbers (like temperatures in winter), the average can certainly be negative.
Conclusion and Final Tips
Mastering the concept of Average is a significant step toward cracking the RRB NTPC or Group D exams. The key is to move away from the basic 'sum divided by total' method for every problem and start using the deviation method and replacement shortcuts. Practice different types of problems, especially those involving ages and batting averages, as they are RRB favorites. Keep your calculations sharp, avoid silly mistakes in addition, and you will find that the Average section is the quickest way to boost your score. Good luck with your preparation!