Number System
What is the Number System?
The number system is the foundation of arithmetic and quantitative aptitude. It covers different types of numbers, how they behave, and how they interact. A good grasp of this topic builds a solid base for mastering topics like divisibility, HCF & LCM, and arithmetic operations.
Types of Numbers
1. Natural Numbers
- Positive integers starting from 1
Example: 1, 2, 3, 4, …
2. Whole Numbers
- All natural numbers including 0
Example: 0, 1, 2, 3, …
3. Integers
- Positive and negative whole numbers, including 0
Example: …, −3, −2, −1, 0, 1, 2, …
4. Rational Numbers
- Can be expressed as , where and are integers and
Examples: , 0.75, −4
5. Irrational Numbers
- Cannot be expressed in the form
- Non-terminating, non-repeating decimals
Examples: , ,
6. Real Numbers
- Union of rational and irrational numbers
- Represent all points on the number line
Comparison Table
| Type | Examples | Does Not Include |
|---|---|---|
| Natural | 1, 2, 3, … | 0, negatives, decimals |
| Whole | 0, 1, 2, 3, … | Negatives, fractions |
| Integers | … −2, −1, 0, 1, 2, … | Decimals, fractions |
| Rational | , −5, 0.66 | , |
| Irrational | , | −1, |
| Real | All rational + irrational | Imaginary numbers |
Key Concepts
Even and Odd Numbers
- Even: Divisible by 2 → 0, 2, 4, …
- Odd: Not divisible by 2 → 1, 3, 5, …
Prime Numbers
- Greater than 1
- Exactly two distinct positive divisors: 1 and the number itself
Examples: 2, 3, 5, 7, 11
Note: 2 is the only even prime number
Composite Numbers
- Natural numbers greater than 1 that are not prime
Examples: 4, 6, 8, 9, 10
Co-prime Numbers
- Two numbers whose HCF is 1
Example: 14 and 25 (HCF = 1)
Perfect Numbers
-
Sum of proper divisors (excluding the number itself) equals the number
Example:- Divisors of 28: 1, 2, 4, 7, 14
- Sum = 1 + 2 + 4 + 7 + 14 = 28 → Perfect Number
Face Value vs. Place Value
- Face Value: The digit itself
- Place Value: Digit × positional weight
Example (in 4826):
- Face value of 8 = 8
- Place value of 8 =
Prime Number Check (Root Method)
To check if a number is prime:
- Find
- Check for divisibility by all primes ≤
If it is not divisible by any of those, it's a prime.
Example:
Is 97 a prime number?
-
-
Check divisibility by 2, 3, 5, and 7
-
Not divisible by any of them
-
Hence, 97 is a prime
This method is highly efficient for numbers < 1000.
Digital Sum and Digital Root
Digital Sum
- Sum of digits of a number
Example: 537 → 5 + 3 + 7 = 15
Digital Root
- Repeated sum until a single digit remains
Example: 537 → 15 → 1 + 5 = 6
Uses:
- Quick divisibility checks for 3 and 9
- Option elimination in MCQs
Important Formulas and Techniques
1. Number of Digits in a Number
Example:
To find digits in :
2. General Form of Division
If a number is divided by and gives remainder :
Where:
- : divisor
- : quotient
- : remainder
Used in modular arithmetic, remainder theorems, and divisibility problems.
Common Mistakes to Avoid
| Mistake | Correction |
|---|---|
| "1 is prime" | It has only one divisor — Not prime |
| "0 is odd" | 0 is even (divisible by 2) |
| "All decimals are irrational" | Terminating/repeating decimals are rational |
| "Co-primes must be prime" | They just need to have no common factor |
Sample Practice Questions
Q1. How many digits are in ?
Solution:
Q2. Is 91 a prime number?
Solution:
Not prime
Q3. Is 49 a perfect number?
Divisors of 49: 1, 7
Sum: 1 + 7 = 8 ≠ 49 → Not perfect