Number System
About This Cheat Sheet
Hey there! Welcome to your complete guide to Number System for competitive exams. I've put together everything you need to know β from types of numbers (natural, whole, integers, rational, irrational, real, prime, composite, even, odd, co-prime) to divisibility rules (2 to 19), factors and multiples, LCM and HCF, remainders and modulus, unit digit concepts, number of trailing zeros, base system (binary, octal, hexadecimal), and important formulas with solved examples. Whether you're preparing for SSC, Banking, Railway, UPSC, or other government exams, this cheat sheet covers concepts and shortcut techniques to help you score better.
π’ Types of Numbers
- Natural Numbers: 1, 2, 3, 4, ...
- Whole Numbers: 0, 1, 2, 3, ...
- Integers: ..., -3, -2, -1, 0, 1, 2, 3, ...
- Rational Numbers: p/q form (q β 0)
- Irrational Numbers: Not in p/q form
- Real Numbers: Rational + Irrational
- Prime Numbers: >1, only 2 factors
- Composite Numbers: >1, >2 factors
π Divisibility Rules
- 2: Last digit even
- 3: Sum of digits divisible by 3
- 4: Last 2 digits divisible by 4
- 5: Last digit 0 or 5
- 6: Divisible by 2 and 3
- 7: Double last digit, subtract
- 8: Last 3 digits divisible by 8
- 9: Sum of digits divisible by 9
π LCM & HCF
- LCM: Least Common Multiple
- HCF: Highest Common Factor
- LCM Γ HCF: = Product of numbers
- Prime Factorization: Find factors
- Division Method: For HCF
- LCM of Fractions: LCM of numerators / HCF of denominators
- HCF of Fractions: HCF of numerators / LCM of denominators
- Applications: Time, speed, distance
π Remainders & Modulus
- Remainder Theorem: Dividend = Divisor Γ Quotient + Remainder
- Negative Remainder: r = (d - n) where n > d
- Modulus Operation: a mod b
- Cyclicity of Remainders: Pattern repeats
- Euler's Theorem: a^Ο(n) β‘ 1 (mod n)
- Fermat's Theorem: a^(p-1) β‘ 1 (mod p)
- Chinese Remainder Theorem: Solve simultaneous congruences
- Wilson's Theorem: (p-1)! β‘ -1 (mod p)
π Unit Digit & Cyclicity
- Cyclicity of 2: 2, 4, 8, 6
- Cyclicity of 3: 3, 9, 7, 1
- Cyclicity of 4: 4, 6
- Cyclicity of 7: 7, 9, 3, 1
- Cyclicity of 8: 8, 4, 2, 6
- Cyclicity of 9: 9, 1
- Unit Digit of a^b: Find pattern
- Trailing Zeros: Count 5s in factorial
π’ Base System
- Binary: Base 2 (0, 1)
- Octal: Base 8 (0-7)
- Decimal: Base 10 (0-9)
- Hexadecimal: Base 16 (0-9, A-F)
- Conversion: Any base to decimal
- Decimal to Binary: Divide by 2
- Decimal to Octal: Divide by 8
- Decimal to Hex: Divide by 16
π’ Prime
Only 2 factors
2, 3, 5, 7...π Divisibility
2, 3, 4, 5, 6, 7, 8, 9
Quick rulesπ LCM Γ HCF
= Product of numbers
Important formulaπ Unit Digit
Cyclicity pattern
2, 3, 7, 8π’ Types of Numbers
π Number Type
- Natural Numbers
- Whole Numbers
- Integers
- Rational Numbers
- Irrational Numbers
- Real Numbers
- Prime Numbers
- Composite Numbers
- Even Numbers
- Odd Numbers
- Co-prime Numbers
π Definition
- Counting numbers: 1, 2, 3, 4, ...
- Natural + 0: 0, 1, 2, 3, ...
- ..., -3, -2, -1, 0, 1, 2, 3, ...
- Numbers in p/q form (q β 0)
- Not in p/q form (β2, Ο)
- Rational + Irrational numbers
- >1 with exactly 2 factors
- >1 with more than 2 factors
- Divisible by 2: 0, 2, 4, 6, ...
- Not divisible by 2: 1, 3, 5, 7, ...
- HCF = 1 (e.g., 2 & 3)
π‘ Examples
- 1, 2, 3, 4, 5, ...
- 0, 1, 2, 3, 4, ...
- -2, -1, 0, 1, 2
- 2/3, 5/7, 0.75
- β2, β3, Ο, e
- All rational + irrational
- 2, 3, 5, 7, 11, 13
- 4, 6, 8, 9, 10, 12
- 0, 2, 4, 6, 8, 10
- 1, 3, 5, 7, 9, 11
- 2 & 3, 4 & 5, 8 & 9
π Divisibility Rules
π’ Rule
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 13
- 17
- 19
π Condition
- Last digit is even (0, 2, 4, 6, 8)
- Sum of digits divisible by 3
- Last 2 digits divisible by 4
- Last digit is 0 or 5
- Divisible by 2 and 3
- Double last digit, subtract from rest, divisible by 7
- Last 3 digits divisible by 8
- Sum of digits divisible by 9
- Last digit is 0
- Difference of (sum odd places - sum even places) divisible by 11
- Four times last digit + rest, divisible by 13
- Five times last digit - rest, divisible by 17
- Two times last digit + rest, divisible by 19
π‘ Example
- 246 β 6 is even β
- 123 β 1+2+3=6 β
- 124 β 24 divisible by 4 β
- 125 β 5 β
- 246 β even + sum=12 β
- 133 β 13 - 6 = 7 β
- 1240 β 240 divisible by 8 β
- 153 β 1+5+3=9 β
- 250 β 0 β
- 121 β (1+1) - 2 = 0 β
- 78 β 8Γ4+7=39 β
- 85 β 5Γ5-8=17 β
- 57 β 7Γ2+5=19 β
β οΈ Note
- Check last digit
- Sum all digits
- Check last 2 digits
- Check last digit
- Combine 2 and 3
- Repeat if needed
- Check last 3 digits
- Sum all digits
- Check last digit
- Difference method
- Four times + rest
- Five times - rest
- Two times + rest
π LCM & HCF
π Concept
- LCM
- HCF
- LCM Γ HCF
- LCM of Fractions
- HCF of Fractions
π Formula / Method
- Least Common Multiple
- Highest Common Factor
- = Product of two numbers
- = LCM (numerators) / HCF (denominators)
- = HCF (numerators) / LCM (denominators)
π‘ Example
- LCM(4,6) = 12
- HCF(4,6) = 2
- 4 Γ 6 = 24 = 12 Γ 2 β
- LCM(2/3, 4/5) = LCM(2,4) / HCF(3,5) = 4/1 = 4
- HCF(2/3, 4/5) = HCF(2,4) / LCM(3,5) = 2/15
π Unit Digit & Cyclicity
π’ Number
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 0
- 1
π Cyclicity
- 2, 4, 8, 6 (4-cycle)
- 3, 9, 7, 1 (4-cycle)
- 4, 6 (2-cycle)
- 5 (1-cycle)
- 6 (1-cycle)
- 7, 9, 3, 1 (4-cycle)
- 8, 4, 2, 6 (4-cycle)
- 9, 1 (2-cycle)
- 0 (1-cycle)
- 1 (1-cycle)
π Pattern
- 2ΒΉ=2, 2Β²=4, 2Β³=8, 2β΄=16(6)
- 3ΒΉ=3, 3Β²=9, 3Β³=27(7), 3β΄=81(1)
- 4ΒΉ=4, 4Β²=16(6)
- 5ΒΉ=5, 5Β²=25(5)
- 6ΒΉ=6, 6Β²=36(6)
- 7ΒΉ=7, 7Β²=49(9), 7Β³=343(3), 7β΄=2401(1)
- 8ΒΉ=8, 8Β²=64(4), 8Β³=512(2), 8β΄=4096(6)
- 9ΒΉ=9, 9Β²=81(1)
- Always 0
- Always 1
π‘ Example
- Unit digit of 2ΒΉβ°β°: 100 mod 4 = 0 β 6
- Unit digit of 3β΅β°: 50 mod 4 = 2 β 9
- Unit digit of 4Β²β΅: 25 mod 2 = 1 β 4
- Unit digit of 5β·β΅: 5
- Unit digit of 6βΉβΉ: 6
- Unit digit of 7βΆβ°: 60 mod 4 = 0 β 1
- Unit digit of 8Β²β°: 20 mod 4 = 0 β 6
- Unit digit of 9Β³β°: 30 mod 2 = 0 β 1
- Unit digit of 10β΅: 0
- Unit digit of 1β΅β°: 1
π Important Formulas
π Formula
- Sum of first n natural numbers
- Sum of squares of first n natural numbers
- Sum of cubes of first n natural numbers
- Sum of first n even numbers
- Sum of first n odd numbers
- Product of n natural numbers
π Formula
- n(n+1)/2
- n(n+1)(2n+1)/6
- [n(n+1)/2]Β²
- n(n+1)
- nΒ²
- n! (n factorial)
π‘ Example (n=5)
- 5Γ6/2 = 15
- 5Γ6Γ11/6 = 55
- (5Γ6/2)Β² = 225
- 5Γ6 = 30
- 25
- 5! = 120
π Trailing Zeros
π Concept
- Trailing Zeros in n!
- Trailing Zeros in product
- Method
π Formula / Method
- Number of zeros = floor(n/5) + floor(n/25) + floor(n/125) + ...
- Count powers of 5 in factorization
- Divide n by 5 repeatedly and sum quotients
π’ Base System
π Base
- Binary
- Octal
- Decimal
- Hexadecimal
π’ Digits
- 0, 1
- 0, 1, 2, 3, 4, 5, 6, 7
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
- 0-9, A(10), B(11), C(12), D(13), E(14), F(15)
π Base Value
- Base 2
- Base 8
- Base 10
- Base 16
π‘ Example
- 1011β = 1Γ8+0Γ4+1Γ2+1 = 11ββ
- 17β = 1Γ8+7 = 15ββ
- 123ββ = 123
- A3ββ = 10Γ16+3 = 163ββ
π Conversion Between Bases
π Conversion
- Any Base β Decimal
- Decimal β Binary
- Decimal β Octal
- Decimal β Hex
- Binary β Octal
- Binary β Hex
- Octal β Binary
- Hex β Binary
π Method
- Multiply each digit by base^position
- Divide by 2 repeatedly
- Divide by 8 repeatedly
- Divide by 16 repeatedly
- Group bits in 3s (octal)
- Group bits in 4s (hex)
- Each digit β 3 bits
- Each digit β 4 bits
π‘ Example
- 101ββ = 1Γ4+0Γ2+1 = 5ββ
- 13ββ β 1101β
- 15ββ β 17β
- 255ββ β FFββ
- 101101β β 55β
- 101101β β 2Dββ
- 7β β 111β
- Fββ β 1111β
π’ Important Number Systems
π System
- Natural Numbers
- Whole Numbers
- Integers
- Rational Numbers
- Irrational Numbers
- Real Numbers
π Includes
- Positive integers only
- Natural + 0
- Positive + Negative + 0
- p/q form (q β 0)
- Non-terminating, non-repeating
- Rational + Irrational
π’ Examples
- 1, 2, 3, 4, ...
- 0, 1, 2, 3, ...
- ..., -3, -2, -1, 0, 1, ...
- 1/2, 3/4, 0.25, 0.333...
- β2, Ο, e, β3
- All rational + irrational
π‘ Key Point
- Smallest natural = 1
- Smallest whole = 0
- No smallest integer
- Can be terminating or repeating
- Cannot be expressed as p/q
- All numbers on number line
π― Number System Quick Revision
The Golden Rule: Understand the fundamentals β types of numbers, divisibility rules, and LCM/HCF are the building blocks. Master unit digit cyclicity for fast calculation in exams.
Quick Memory Tricks:
- π Divisibility: "2 Even, 3 Sum, 4 Last Two, 5 End, 6 Both 2&3, 9 Sum, 11 Difference"
- π Unit Digit Cyclicity: "2-4-8-6, 3-9-7-1, 4-6, 5-5, 6-6, 7-9-3-1, 8-4-2-6, 9-1, 0-0, 1-1"
- π LCM Γ HCF: = Product of two numbers
- π Trailing Zeros: Count 5s in factorial
- π Base Conversion: Multiply by base powers
Exam Strategy:
- Step 1: Identify the type of number problem
- Step 2: Apply divisibility rules for quick checks
- Step 3: Use unit digit cyclicity for large powers
- Step 4: Apply LCM/HCF formulas for ratio problems
- Step 5: Use base conversion for binary/hex questions
π‘ Pro Tips for Number System
β Learn Divisibility Rules
Memorize rules for 2, 3, 4, 5, 6, 7, 8, 9, 11. These are frequently tested in competitive exams.
β Master Unit Digit Cyclicity
Unit digit problems appear in almost every exam. Learn the cyclicity patterns of 2, 3, 4, 7, 8, 9.
β LCM Γ HCF Formula
For two numbers, LCM Γ HCF = Product of numbers. This is extremely useful for quickly solving problems.
β Trailing Zeros in Factorial
Always count powers of 5. Formula: floor(n/5) + floor(n/25) + floor(n/125) + ...
β Base System Conversions
Practice converting between binary, octal, decimal, and hexadecimal. These are common in computer aptitude sections.
β Practice Remainder Problems
Euler's Theorem, Fermat's Theorem, and Chinese Remainder Theorem are high-level concepts that appear in advanced exams.
π Quick Reference: Divisibility Rules Summary
π’ Number
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 13
- 17
- 19
π Rule
- Last digit even
- Sum of digits divisible by 3
- Last 2 digits divisible by 4
- Last digit 0 or 5
- Divisible by 2 and 3
- Double last digit, subtract from rest
- Last 3 digits divisible by 8
- Sum of digits divisible by 9
- Last digit 0
- Difference of (odd-even sum) divisible by 11
- 4 Γ last digit + rest
- 5 Γ last digit β rest
- 2 Γ last digit + rest
π‘ Check
- 246 β
- 123 β
- 124 β
- 125 β
- 246 β
- 133 β
- 1240 β
- 153 β
- 250 β
- 121 β
- 78 β
- 85 β
- 57 β
β οΈ Action
- Check last digit
- Sum digits
- Check last 2
- Check last digit
- Combine 2 and 3
- Repeat if needed
- Check last 3
- Sum digits
- Check last digit
- Find difference
- 4Γ + rest
- 5Γ β rest
- 2Γ + rest
π Quick Reference: Unit Digit Summary
π’ Number
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 0
- 1
π Cyclicity
- 2, 4, 8, 6
- 3, 9, 7, 1
- 4, 6
- 5
- 6
- 7, 9, 3, 1
- 8, 4, 2, 6
- 9, 1
- 0
- 1
π Length
- 4
- 4
- 2
- 1
- 1
- 4
- 4
- 2
- 1
- 1
π‘ Example
- 2β΅β° β 50%4=2 β 4
- 3βΆβ° β 60%4=0 β 1
- 4Β²β΅ β 25%2=1 β 4
- 5β·β΅ β 5
- 6βΉβΉ β 6
- 7β·β° β 70%4=2 β 9
- 8β΄β° β 40%4=0 β 6
- 9Β³β° β 30%2=0 β 1
- 0β΅β° β 0
- 1β΅β° β 1
Download Cheat Sheet
Click the button below to download this high-resolution PNG cheat sheet.
Download PNG (1.0 MB)Preview
Still have questions?
We're here to help! Reach out to our support team for any queries.