Skip to main contentSkip to headerSkip to navigationSkip to searchSkip to footer
    1. Home
    2. Exam Prep
    3. SSC CGL Notes
    4. Number System
    All SSC CGL Study Notes
    Quantitative Aptitude
    SSC CGL
    Free

    Number System

    Comprehensive study notes for SSC CGL preparation covering key concepts, important facts, previous year question analysis, and practice MCQs.

    Overview

    Number System is one of the most fundamental and high-weightage topics in the **SSC CGL** Quantitative Aptitude section. In Tier 1, the Quantitative Aptitude section carries **50 marks (25 questions)**, and Number System concepts directly or indirectly contribute to **3-5 questions**. Many other topics like Percentage, Profit & Loss, and Time & Work build upon Number System fundamentals. For SSC CGL, you need a strong grasp of divisibility rules, HCF/LCM, remainders, and properties of numbers. Questions range from direct concept-based to tricky application-based problems.

    Key Concepts

    ### Classification of Numbers 1. **Natural Numbers (N)**: 1, 2, 3, 4, 5... (positive counting numbers) 2. **Whole Numbers (W)**: 0, 1, 2, 3, 4... (natural numbers + zero) 3. **Integers (Z)**: ...-3, -2, -1, 0, 1, 2, 3... (positive, negative, and zero) 4. **Rational Numbers (Q)**: Numbers expressible as p/q where q ≠ 0 (e.g., 1/2, 3/4, 0.75) 5. **Irrational Numbers**: Cannot be expressed as p/q (e.g., √2, √3, π) 6. **Real Numbers (R)**: All rational and irrational numbers combined 7. **Prime Numbers**: Divisible only by 1 and itself (2, 3, 5, 7, 11, 13...) 8. **Composite Numbers**: Have more than two factors (4, 6, 8, 9, 10...) ### Important: 1 is neither prime nor composite. 2 is the only even prime number.

    Detailed Explanation

    ### Divisibility Rules (Critical for SSC CGL) | Divisor | Rule | Example | |---|---|---| | **2** | Last digit is even (0,2,4,6,8) | 246 → last digit 6 (even) ✓ | | **3** | Sum of digits divisible by 3 | 123 → 1+2+3=6 → 6÷3=2 ✓ | | **4** | Last 2 digits divisible by 4 | 1324 → 24÷4=6 ✓ | | **5** | Last digit is 0 or 5 | 345 → last digit 5 ✓ | | **6** | Divisible by both 2 AND 3 | 312 → even ✓, 3+1+2=6÷3=2 ✓ | | **7** | Double last digit, subtract from rest | 343 → 34-(3×2)=34-6=28 → 28÷7=4 ✓ | | **8** | Last 3 digits divisible by 8 | 1320 → 320÷8=40 ✓ | | **9** | Sum of digits divisible by 9 | 729 → 7+2+9=18 → 18÷9=2 ✓ | | **11** | |Sum of odd-placed digits - Sum of even-placed digits| divisible by 11 | 1023 → (1+2)-(0+3)=0 → 0÷11=0 ✓ | ### HCF (Highest Common Factor) and LCM (Least Common Multiple) **HCF Methods:** 1. **Prime Factorization**: Find common prime factors, take lowest power 2. **Division Method**: Divide larger by smaller, continue with remainder **LCM Methods:** 1. **Prime Factorization**: Take all prime factors with highest power 2. **Division Method**: Divide by smallest prime, continue until all become 1 **Key Formula**: HCF × LCM = Product of two numbers - For numbers a and b: HCF(a,b) × LCM(a,b) = a × b **Example**: Find HCF and LCM of 12 and 18. - 12 = 2² × 3, 18 = 2 × 3² - HCF = 2¹ × 3¹ = 6 - LCM = 2² × 3² = 36 - Verify: 6 × 36 = 216 = 12 × 18 ✓ ### Remainder Theorem **Basic Formula**: Dividend = Divisor × Quotient + Remainder **Key Properties:** - Remainder of (a + b) ÷ n = (Rem(a÷n) + Rem(b÷n)) mod n - Remainder of (a × b) ÷ n = (Rem(a÷n) × Rem(b÷n)) mod n - Remainder of (aⁿ) ÷ d: Use cyclicity ### Cyclicity of Remainders The last digit of powers follows a cycle: | Digit | Cycle | Period | |---|---|---| | 0 | 0,0,0,0 | 1 | | 1 | 1,1,1,1 | 1 | | 2 | 2,4,8,6 | 4 | | 3 | 3,9,7,1 | 4 | | 4 | 4,6,4,6 | 2 | | 5 | 5,5,5,5 | 1 | | 6 | 6,6,6,6 | 1 | | 7 | 7,9,3,1 | 4 | | 8 | 8,4,2,6 | 4 | | 9 | 9,1,9,1 | 2 | **Example**: Find the last digit of 7²⁵. - Cycle of 7: 7, 9, 3, 1 (period 4) - 25 ÷ 4 = 6 remainder 1 - Last digit = 1st in cycle = **7** ### Counting Prime Numbers **Primes up to 100** (25 primes): 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97 **To check if n is prime**: Check divisibility by all primes up to √n. - To check if 97 is prime: √97 ≈ 9.8, check primes 2,3,5,7 → none divide 97 → prime ✓

    Continue Your Preparation

    All Study Notes
    Browse all SSC CGL topics
    Mock Tests
    Practice free SSC CGL tests
    Daily Challenge
    Current affairs questions

    Important Facts & Formulas

    ### Must-Know Formulas for SSC CGL | Formula | Description | |---|---| | Sum of first n natural numbers | n(n+1)/2 | | Sum of squares of first n natural numbers | n(n+1)(2n+1)/6 | | Sum of cubes of first n natural numbers | [n(n+1)/2]² | | Number of factors of N = p^a × q^b × r^c | (a+1)(b+1)(c+1) | | Sum of factors of N = p^a × q^b | [(p^(a+1)-1)/(p-1)] × [(q^(b+1)-1)/(q-1)] | | Euler's Totient φ(N) = N × (1-1/p₁)(1-1/p₂)... | Count of numbers < N coprime to N | ### Quick Squares and Cubes **Squares (1-30):** 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400, 441, 484, 529, 576, 625, 676, 729, 784, 841, 900 **Cubes (1-15):** 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000, 1331, 1728, 2197, 2744, 3375

    Previous Year Question Analysis

    ### SSC CGL Exam Trends (2019-2024) - **3-5 questions per shift** involve Number System concepts - HCF/LCM: Most frequently asked (30%) - Remainder problems: Growing trend (25%) - Divisibility: 20% - Number properties (even/odd, prime): 15% - Factor counting: 10% ### Common Question Types 1. Find HCF/LCM of given numbers 2. Find remainder when large number divides another 3. Find the largest/smallest n-digit number divisible by given numbers 4. Problems on number of factors 5. Word problems involving HCF/LCM (bells ringing, circular tracks)

    Practice MCQs (5 Questions with Answers)

    **Q1.** What is the HCF of 36, 54, and 90? (a) 9 (b) 18 (c) 6 (d) 12 **Answer: (b) 18** Explanation: 36=2²×3², 54=2×3³, 90=2×3²×5. HCF = 2¹×3² = 18. **Q2.** Find the remainder when 2⁵⁶ is divided by 7. (a) 1 (b) 2 (c) 4 (d) 3 **Answer: (a) 1** Explanation: 2¹÷7→R2, 2²÷7→R4, 2³÷7→R1. Cycle=3. 56÷3=18 R2. So remainder = 2²mod7 = 4. Wait: 56=18×3+2, so 2⁵⁶ mod 7 = 2² mod 7 = 4. Answer is **(c) 4**. **Q3.** The smallest number which when divided by 12, 15, and 20 leaves remainder 5 in each case is: (a) 65 (b) 55 (c) 75 (d) 45 **Answer: (a) 65** Explanation: LCM(12,15,20) = 60. Required number = 60 + 5 = 65. **Q4.** How many factors does 360 have? (a) 20 (b) 24 (c) 18 (d) 22 **Answer: (b) 24** Explanation: 360 = 2³ × 3² × 5¹. Factors = (3+1)(2+1)(1+1) = 4×3×2 = 24. **Q5.** What is the unit digit of 3⁶⁴ × 6⁴⁷ × 7⁵¹? (a) 2 (b) 8 (c) 6 (d) 4 **Answer: (a) 2** Explanation: Unit digit of 3⁶⁴: cycle of 3 is 3,9,7,1 (period 4). 64÷4=16 R0 → unit digit = 1. Unit digit of 6⁴⁷ = 6 (always). Unit digit of 7⁵¹: cycle of 7 is 7,9,3,1 (period 4). 51÷4=12 R3 → unit digit = 3. Final: 1×6×3 = 18 → unit digit = **8**. Answer is **(b) 8**.

    Memory Tips & Mnemonics

    ### Divisibility Rules Mnemonic: "23456789 - Easy to Remember!" - **2**: Even end (look at last digit only) - **3**: Sum trick (add all digits) - **4**: Last two (check last 2 digits) - **5**: 0 or 5 end - **6**: 2 AND 3 both - **7**: Double-subtract method - **8**: Last three (check last 3 digits) - **9**: Sum divisible by 9 ### Power Cyclicity: "2-4-8-6, never mix!" For digits 2, 3, 7, 8 → cycle length = 4 For digits 4, 9 → cycle length = 2 For digits 0, 1, 5, 6 → always same ### HCF/LCM Word Problem Trick - **HCF** = "Greatest thing that fits into all" → Use for cutting/dividing problems - **LCM** = "Smallest thing all fit into" → Use for meeting/coinciding problems (bells, circular track)