GMAT Exam  >  GMAT Notes  >  Quantitative Reasoning  >  6 Golden Rules for Number System

6 Golden Rules for Number System

Introduction: Number System (GMAT)

The Number System forms the backbone of GMAT Quant questions. Understanding types of numbers, their properties, and relationships is key to solving problems on divisibility, remainders, HCF/LCM, factorials, cyclicity, and base conversions. Mastering core rules and patterns allows you to solve questions quickly and accurately. The 6 Golden Rules below summarize the essentials for fast and effective problem-solving.

1. Classification of Numbers & Sets

Rule: Know the hierarchy and properties of all number sets.

Details:

  • Natural Numbers (N): Counting numbers starting from 1 → {1,2,3,...}

  • Whole Numbers (W): Natural numbers + 0 → {0,1,2,...}

  • Integers (Z): Whole numbers + negatives → {...,-2,-1,0,1,2,...}

  • Rational Numbers (Q): Numbers that can be expressed as p/q where p and q are integers, q ≠ 0. Example: 1/2, -7/3, 0.75

  • Irrational Numbers: Cannot be expressed as p/q. Decimal is non-terminating and non-repeating. Example: √2, π

  • Real Numbers (R): Rational ∪ Irrational1. Classification of Numbers & Sets

Important GMAT Notes:

  • 1 is neither prime nor composite.

  • Prime numbers have exactly 2 factors; composites have more than 2.

  • Even/Odd: Even divisible by 2; odd not divisible by 2.

Mini Example:

  • Which set does -3.5 belong to? → Rational Numbers

2. Divisibility & Remainders

Rule: Quickly test divisibility and calculate remainders without full division.

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 & 3

  • 9 → sum of digits divisible by 9

  • 10 → last digit 0

Remainder Formula:

Dividend=(Divisor×Quotient)+Remainder,0R<Divisor\text{Dividend} = (\text{Divisor} × \text{Quotient}) + \text{Remainder}, \quad 0 ≤ R < \text{Divisor}Dividend=(Divisor×Quotient)+Remainder,0≤R<Divisor

Mini Example:

Find remainder when 234 is divided by 9: sum of digits = 2+3+4=9 → divisible → remainder = 02. Divisibility & Remainders

3. HCF (GCD) & LCM

Rule: Use prime factorisation and the formula for fast calculation.

  • HCF (GCD): Multiply all common prime factors with smallest powers

  • LCM: Multiply all prime factors with highest powers

  • Relationship:

a×b=HCF(a,b)×LCM(a,b)a × b = HCF(a,b) × LCM(a,b)a×b=HCF(a,b)×LCM(a,b)

  • Co-prime: HCF(a,b) = 1; if numbers are co-prime and divisible by some x, then divisible by their product × x.

Mini Example:

  • HCF of 12 & 18 → 12=2²×3¹, 18=2¹×3² → HCF = 2¹×3¹ = 6

  • LCM = 2²×3² = 36

4. Cyclicity & Unit Digit Patterns

Rule: The last digit of powers of numbers follows a repeatable pattern.

Unit-digit cycles:

  • 0,1,5,6 → cycle 1 (last digit same)

  • 4,9 → cycle 2

  • 2,3,7,8 → cycle 4

Use this for finding last digits of large powers or remainders modulo 10.

Mini Example:

  • Last digit of 7⁴: Cycle of 7 → 7,9,3,1 → 7⁴ last digit = 1

  • Last digit of 2¹⁰⁰: 2,4,8,6 cycle → 100 mod 4 = 0 → last digit = 64. Cyclicity & Unit Digit Patterns

5. Factorials & Trailing Zeroes

Rule: Trailing zeroes come from factors of 10 (2×5).

  • Formula to count trailing zeroes in n!

Number of zeroes=n5+n25+n125+...\text{Number of zeroes} = \left\lfloor \frac{n}{5} \right\rfloor + \left\lfloor \frac{n}{25} \right\rfloor + \left\lfloor \frac{n}{125} \right\rfloor + \dotsNumber of zeroes=⌊5n​⌋+⌊25n​⌋+⌊125n​⌋+...

  • Only count multiples of 5 (2s are always more).

Mini Example:

  • Trailing zeroes in 100! = ⌊100/5⌋ + ⌊100/25⌋ = 20 + 4 = 24

6. Base Systems & Number Line

Rule: Be comfortable with base conversions and number line properties.

  • Base Conversion:

    Number=(Digit×BasePosition)\text{Number} = \sum (\text{Digit} × \text{Base}^{\text{Position}})Number=∑(Digit×BasePosition)
  • Common bases: Binary (2), Octal (8), Decimal (10), Hexadecimal (16)

  • Number Line: Distance between a & b → |a-b|

  • Absolute value: |a| = a if a ≥ 0, = -a if a < 0

  • Perfect Numbers: Sum of proper divisors = number (6, 28...)6. Base Systems & Number Line

Mini Example:

  • Convert 1011₂ to decimal → 1×2³ + 0×2² + 1×2¹ +1×2⁰ = 8+0+2+1=11

The document 6 Golden Rules for Number System is a part of the GMAT Course Quantitative Reasoning for GMAT.
All you need of GMAT at this link: GMAT

FAQs on 6 Golden Rules for Number System

1. What are the different classifications of numbers in the number system?
Ans. The number system can be classified into several categories: 1. Natural Numbers (N): The set of all positive integers starting from 1 (1, 2, 3, ...). 2. Whole Numbers (W): The set of all natural numbers including 0 (0, 1, 2, 3, ...). 3. Integers (Z): The set of whole numbers and their negatives (..., -3, -2, -1, 0, 1, 2, 3, ...). 4. Rational Numbers (Q): Numbers that can be expressed as the quotient of two integers, where the denominator is not zero (e.g., ½, -3/4). 5. Irrational Numbers: Numbers that cannot be expressed as a simple fraction, having non-repeating and non-terminating decimals (e.g., √2, π). 6. Real Numbers (R): The set of all rational and irrational numbers. 7. Complex Numbers (C): Numbers that have a real part and an imaginary part (e.g., 3 + 4i).
2. How do divisibility rules help in solving number system problems?
Ans. Divisibility rules allow one to determine whether a number is divisible by another without performing direct division. For example: - A number is divisible by 2 if its last digit is even. - A number is divisible by 3 if the sum of its digits is divisible by 3. - A number is divisible by 5 if it ends in 0 or 5. These rules simplify calculations, especially in exams, enabling candidates to quickly ascertain divisibility and make decisions about factorisation or finding least common multiples.
3. What is the significance of HCF (GCD) and LCM in mathematics?
Ans. HCF (Highest Common Factor) or GCD (Greatest Common Divisor) is the largest number that can divide two or more integers without leaving a remainder. It is useful for simplifying fractions and solving problems involving ratios. LCM (Least Common Multiple) is the smallest multiple that is common to two or more numbers, which is crucial for adding or subtracting fractions with different denominators. Understanding these concepts aids in problem-solving and number theory applications.
4. What is cyclicity and how does it relate to unit digit patterns?
Ans. Cyclicity refers to the repeating pattern of unit digits in the powers of a given number. For instance, the unit digits of the powers of 2 (2¹, 2², 2³, ...) follow the pattern 2, 4, 8, 6, and then repeat every four terms. Recognising these patterns allows one to predict the unit digit of large powers without calculating the entire value, which is particularly useful in competitive exams when time is limited.
5. How do trailing zeroes in factorials get calculated?
Ans. The number of trailing zeroes in a factorial (n!) is determined by the number of times 10 is a factor in the product of all integers from 1 to n. Since 10 is made up of 2 and 5, and there are usually more factors of 2 than 5, the count of trailing zeroes is determined by the number of factors of 5. This can be calculated using the formula: Number of trailing zeroes = ⌊n/5⌋ + ⌊n/25⌋ + ⌊n/125⌋ + ..., until n/k is less than 1. This method provides a quick way to find trailing zeroes in large factorials.
Explore Courses for GMAT exam
Get EduRev Notes directly in your Google search
Related Searches
shortcuts and tricks, Summary, Objective type Questions, Viva Questions, Important questions, mock tests for examination, Semester Notes, practice quizzes, 6 Golden Rules for Number System, Sample Paper, pdf , 6 Golden Rules for Number System, study material, Extra Questions, video lectures, MCQs, Exam, Free, past year papers, 6 Golden Rules for Number System, ppt, Previous Year Questions with Solutions;