Introduction to the Number System for RRB Exams
Welcome, aspiring railway professionals! If you're gearing up for the highly competitive RRB exams like NTPC, Group D, or Technician (Grade I & III), you know that the Mathematics or Quantitative Aptitude section is a game-changer. Among all the topics, the Number System forms the bedrock. It's not just a chapter; it's the language of mathematics. A strong command of the Number System is essential as its concepts are interwoven with other topics like HCF & LCM, Simplification, and Data Interpretation. Questions from this topic appear consistently in every exam, making it a high-scoring area if prepared well.
This comprehensive guide is designed to be your one-stop resource for mastering the Number System. We will break down every concept from the absolute basics to advanced problem-solving techniques. By the end of this post, you will have a clear understanding of number classification, divisibility rules, unit digit calculations, and much more, complete with solved examples and practice questions to solidify your learning.
What is a Number System?
In simple terms, a number system is a method of representing numbers. The system we use most commonly is the decimal number system, which uses ten digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9). For RRB exams, understanding the properties and classifications of numbers within this system is crucial.
Classification of Numbers
Let's break down the family tree of numbers. Understanding these classifications is the first step toward solving complex problems.
- Natural Numbers (N): These are the counting numbers. They start from 1 and go on to infinity. Example: {1, 2, 3, 4, ...}
- Whole Numbers (W): This set includes all natural numbers plus zero. Example: {0, 1, 2, 3, ...}
- Integers (Z): This set includes all whole numbers and their negative counterparts. Example: {..., -3, -2, -1, 0, 1, 2, 3, ...}
- Rational Numbers (Q): Any number that can be expressed as a fraction p/q, where p and q are integers and q is not equal to zero. This includes all terminating and recurring decimals. Example: 1/2, 3, -4/5, 0.333...
- Irrational Numbers: Numbers that cannot be expressed as a p/q fraction. Their decimal representation is non-terminating and non-recurring. Example: √2, √3, π (pi).
- Real Numbers (R): This is the set of all rational and irrational numbers combined. It encompasses all the numbers on the number line.
- Prime Numbers: Natural numbers greater than 1 that have only two factors: 1 and the number itself. Example: 2, 3, 5, 7, 11, 13... (Note: 2 is the only even prime number).
- Composite Numbers: Natural numbers greater than 1 that are not prime. They have more than two factors. Example: 4, 6, 8, 9, 10... (Note: 1 is neither prime nor composite).
- Co-prime Numbers: A pair of numbers that do not have any common factor other than 1. Their Highest Common Factor (HCF) is 1. Example: (8, 9), (15, 16).
- Even Numbers: Integers that are divisible by 2. Example: {..., -4, -2, 0, 2, 4, ...}
- Odd Numbers: Integers that are not divisible by 2. Example: {..., -3, -1, 1, 3, 5, ...}
Key Concepts and Formulas for RRB Exams
Now, let's dive into the core concepts that are frequently tested in RRB examinations.
1. Place Value and Face Value
This is a fundamental concept. The Face Value of a digit is the digit itself, regardless of its position in the number. The Place Value of a digit is its face value multiplied by its positional value (1, 10, 100, etc.).
Example: In the number 7843
- The Face Value of 8 is 8.
- The Place Value of 8 is 8 × 100 = 800.
2. Divisibility Rules (The Ultimate Shortcut)
Divisibility rules are your best friends for saving time in the exam hall. They help you determine if a number is divisible by another without performing the actual division. Memorize them!
| Divisible by | Rule | Example |
|---|---|---|
| 2 | The last digit is an even number (0, 2, 4, 6, 8). | 538 is divisible by 2. |
| 3 | The sum of its digits is divisible by 3. | 729 (7+2+9=18, which is divisible by 3). |
| 4 | The number formed by the last two digits is divisible by 4. | 6524 (24 is divisible by 4). |
| 5 | The last digit is either 0 or 5. | 1295 is divisible by 5. |
| 6 | The number is divisible by both 2 and 3. | 432 (It's even, and 4+3+2=9, which is divisible by 3). |
| 7 | Double the last digit and subtract it from the rest of the number. The result should be 0 or divisible by 7. | 343 -> 34 - (2*3) = 28, which is divisible by 7. |
| 8 | The number formed by the last three digits is divisible by 8. | 98712 (712 is divisible by 8). |
| 9 | The sum of its digits is divisible by 9. | 1629 (1+6+2+9=18, which is divisible by 9). |
| 10 | The last digit is 0. | 4560 is divisible by 10. |
| 11 | The difference between the sum of digits at odd places and the sum of digits at even places is 0 or divisible by 11. | 1364 -> (1+6) - (3+4) = 7 - 7 = 0. So, it's divisible by 11. |
3. Finding the Unit Digit
This is a very popular question type. It involves finding the last digit of a large exponential expression like 347754. The trick lies in understanding the 'cyclicity' of unit digits.
- Numbers ending in 0, 1, 5, 6: The unit digit will always be the number itself, regardless of the power. (e.g., unit digit of 576123 is 6).
- Numbers ending in 4: The unit digit is 4 for an odd power and 6 for an even power. (e.g., unit digit of 3425 is 4; unit digit of 3426 is 6).
- Numbers ending in 9: The unit digit is 9 for an odd power and 1 for an even power. (e.g., unit digit of 7931 is 9; unit digit of 7932 is 1).
- Numbers ending in 2, 3, 7, 8: These have a cyclicity of 4. To find the unit digit, divide the power by 4 and find the remainder.
- If remainder is 1, unit digit is (last digit)1.
- If remainder is 2, unit digit is (last digit)2.
- If remainder is 3, unit digit is (last digit)3.
- If remainder is 0, unit digit is (last digit)4.
The last digit is 3. The power is 43. Divide 43 by 4. The remainder is 3. So, the unit digit will be the unit digit of 33 = 27, which is 7.
4. Remainder Theorem
The fundamental formula is: Dividend = (Divisor × Quotient) + Remainder. Questions often involve finding the remainder when a large number or a product/sum of numbers is divided by another number.
Example: What is the remainder when (15 × 17) is divided by 8?
Method 1 (Direct): 15 × 17 = 255. When 255 is divided by 8, the remainder is 7.
Method 2 (Using Remainders):
- Remainder when 15 is divided by 8 is 7 (or -1).
- Remainder when 17 is divided by 8 is 1.
- Multiply the remainders: 7 × 1 = 7. So, the final remainder is 7.
- Using negative remainder: (-1) × 1 = -1. To get a positive remainder, add the divisor: -1 + 8 = 7.
5. Sum of Series Formulas
These formulas are useful for direct questions and other arithmetic topics.
- Sum of first 'n' natural numbers: 1 + 2 + 3 + ... + n = n(n+1)/2
- Sum of squares of first 'n' natural numbers: 12 + 22 + ... + n2 = n(n+1)(2n+1)/6
- Sum of cubes of first 'n' natural numbers: 13 + 23 + ... + n3 = [n(n+1)/2]2
Solved Examples: Applying the Concepts
Let's walk through some typical RRB exam questions to see these concepts in action.
Example 1: Divisibility Rule
Question: What is the smallest digit that should replace '*' in the number 294*703 so that the number is divisible by 9?
Solution:
- The divisibility rule for 9 states that the sum of the digits must be divisible by 9.
- Sum of the given digits = 2 + 9 + 4 + * + 7 + 0 + 3 = 25 + *.
- We need to find the smallest digit for '*' such that (25 + *) is divisible by 9.
- The multiples of 9 are 9, 18, 27, 36, ...
- The multiple of 9 just greater than 25 is 27.
- So, 25 + * = 27.
- * = 27 - 25 = 2.
Example 2: Unit Digit Calculation
Question: Find the unit digit of the expression: 13494 + 23495.
Solution:
- We need to find the unit digits of both parts separately.
- Part 1: 13494. The unit digit is 4 and the power (94) is even. For a number ending in 4 with an even power, the unit digit is 6.
- Part 2: 23495. The unit digit is 4 and the power (95) is odd. For a number ending in 4 with an odd power, the unit digit is 4.
- Now, add the unit digits: 6 + 4 = 10.
- The unit digit of the final sum is the unit digit of 10, which is 0.
Example 3: Remainder Problem
Question: A number when divided by 296 gives a remainder of 75. What will be the remainder when the same number is divided by 37?
Solution:
- Let the number be N, the divisor be 296, the quotient be q, and the remainder be 75.
- Using the formula, N = (296 × q) + 75.
- We need to find the remainder when N is divided by 37.
- First, check if the first divisor (296) is divisible by the second divisor (37). 296 / 37 = 8. Yes, it is perfectly divisible.
- Since 296 is a multiple of 37, the term (296 × q) will be perfectly divisible by 37, leaving a remainder of 0.
- So, the remainder of the entire expression will depend only on the remainder of 75 when divided by 37.
- Divide 75 by 37: 75 = (37 × 2) + 1. The remainder is 1.
Practice Questions for RRB Aspirants
- What is the difference between the place value and the face value of 7 in the number 97435?
- Which of the following numbers is a prime number: 143, 161, 173, 187?
- Find the sum of the first 30 even numbers.
- If the number 738A6A is divisible by 11, what is the value of A?
- Find the unit digit of 7105.
- A number consists of two digits. If the digits interchange places and the new number is added to the original number, the resulting number will be divisible by what number?
- Find the total number of prime factors in the expression (4)11 × (7)5 × (11)2.
- What is the remainder when 231 is divided by 5?
- The sum of three consecutive odd numbers is 147. What is the middle number?
- If a number is divided by 121, the remainder is 25. If the same number is divided by 11, what is the remainder?
Solutions to Practice Questions
- Solution: In 97435, Place Value of 7 = 7000. Face Value of 7 = 7. Difference = 7000 - 7 = 6993.
- Solution: Check divisibility. 143 = 11 × 13. 161 = 7 × 23. 187 = 11 × 17. 173 is not divisible by any prime number less than √173 (approx 13.1), so it is prime.
- Solution: The first 30 even numbers form an AP: 2, 4, 6, ..., 60. Sum = n/2 * (first term + last term) = 30/2 * (2 + 60) = 15 * 62 = 930. (Alternatively, Sum = 2 * (sum of first 30 natural numbers) = 2 * (30*31/2) = 930. Or use formula n(n+1) = 30*31=930).
- Solution: For divisibility by 11, (Sum of digits at odd places) - (Sum of digits at even places) = 0 or multiple of 11. (7+8+6) - (3+A+A) = 0. => 21 - (3 + 2A) = 0. => 18 = 2A. => A = 9.
- Solution: Cyclicity of 7 is 4. Divide power 105 by 4. 105 ÷ 4 gives a remainder of 1. So the unit digit is 71 = 7.
- Solution: Let the two-digit number be 10x + y. The interchanged number is 10y + x. Their sum is (10x + y) + (10y + x) = 11x + 11y = 11(x+y). The sum is always divisible by 11.
- Solution: First, express the base in prime factors. (4)11 = (22)11 = 222. The expression is 222 × 75 × 112. The total number of prime factors is the sum of the powers = 22 + 5 + 2 = 29.
- Solution: We need to find the remainder of 231 / 5. Let's find a pattern for powers of 2 divided by 5. 21%5=2, 22%5=4, 23%5=3, 24%5=1. The cycle of remainder is 4. Divide the power 31 by 4. Remainder is 3. So the remainder will be the same as 23 % 5, which is 8 % 5 = 3.
- Solution: Let the three consecutive odd numbers be x, x+2, x+4. Their sum is x + (x+2) + (x+4) = 147. => 3x + 6 = 147. => 3x = 141. => x = 47. The numbers are 47, 49, 51. The middle number is 49.
- Solution: The first divisor (121) is divisible by the second divisor (11). So, we just need to divide the first remainder (25) by the second divisor (11). 25 ÷ 11 gives a quotient of 2 and a remainder of 3.
Tips and Tricks to Master the Number System
- Memorize Tables and Squares: Knowing multiplication tables up to 20, squares up to 30, and cubes up to 15 can drastically increase your calculation speed.
- Practice Divisibility Rules: Don't just read the rules. Pick random large numbers and apply the rules. This will commit them to your memory.
- Solve Previous Year Papers: This is the best way to understand the pattern and difficulty level of questions asked in RRB exams.
- Focus on Concepts: Shortcuts are great, but they are built on a strong foundation of concepts. Ensure you understand the 'why' behind every trick.
- Regular Revision: The Number System has many small formulas and rules. Create short notes and revise them regularly to keep them fresh in your mind.
Conclusion
Mastering the Number System is non-negotiable for any serious RRB aspirant. It's a topic that rewards conceptual clarity and regular practice with guaranteed marks. This guide has equipped you with the foundational knowledge, key formulas, and problem-solving strategies you need. Now, the ball is in your court. Dedicate time every day to practice these concepts, solve a variety of questions, and analyze your mistakes. With consistent effort, you will not only conquer the Number System but also build a strong mathematical foundation to ace your RRB exam. Keep practicing and stay confident!
Thank you sir