Quantitative Aptitude
Number System Guide & Practice
Master divisibility rules, LCM/HCF, remainders, cyclicity, prime factorization, and number of factors with solved examples and free mock tests. Explore dynamic solver blueprints, master fundamental equations, examine step-by-step solved examples, and practice with real exam-grade mock test sets.
1. Fundamentals & Definitions
- Natural Numbers: Counting numbers starting from 1. (e.g., 1, 2, 3, ...)
- Whole Numbers: Natural numbers including zero. (e.g., 0, 1, 2, 3, ...)
- Integers: All whole numbers and their negative counterparts. (e.g., ..., -2, -1, 0, 1, 2, ...)
- Rational Numbers: Numbers that can be expressed as a fraction p/q, where p and q are integers and q is not zero.
- Irrational Numbers: Numbers that cannot be expressed as a simple fraction (e.g., √2, π).
- Real Numbers: All rational and irrational numbers.
- Even Numbers: Integers divisible by 2.
- Odd Numbers: Integers not divisible by 2.
- Prime Numbers: Numbers greater than 1 having exactly two factors: 1 and the number itself. (e.g., 2, 3, 5, 7, 11, ...). Note: 2 is the only even prime number.
- Composite Numbers: Numbers greater than 1 that have more than two factors. (e.g., 4, 6, 8, 9, 10, ...)
- Co-prime Numbers: Two numbers whose Highest Common Factor (HCF) is 1. (e.g., 15 and 28).
- Face Value: The actual value of the digit itself. (In 5832, the face value of 8 is 8).
- Place Value: The value of a digit based on its position in the number. (In 5832, the place value of 8 is 800).
- Factor: A number that divides another number exactly.
- Multiple: The product of a number with an integer.
2. Core Concepts & Formulas
Divisibility Rules
| Divisible By | Rule | Example |
|---|---|---|
| 2 | The last digit is even (0, 2, 4, 6, 8). | 538 is divisible by 2. |
| 3 | The sum of the digits is divisible by 3. | 543 -> 5+4+3=12. 12 is divisible by 3. |
| 4 | The last two digits form a number divisible by 4. | 1824 is divisible by 4 because 24 is. |
| 5 | The last digit is 0 or 5. | 195 is divisible by 5. |
| 6 | The number is divisible by both 2 and 3. | 132 is divisible by 2 and 3. |
| 8 | The last three digits form a number divisible by 8. | 5128 is divisible by 8 because 128 is. |
| 9 | The sum of the digits is divisible by 9. | 3528 -> 3+5+2+8=18. 18 is divisible by 9. |
| 10 | The last digit is 0. | 450 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 a multiple of 11. | 1364 -> (1+6) - (3+4) = 0. |
| 12 | The number is divisible by both 3 and 4. | 648 is divisible by 3 and 4. |
| 25 | The last two digits are 00, 25, 50, or 75. | 1275 is divisible by 25. |
HCF and LCM
- HCF (Highest Common Factor): The greatest number that divides two or more numbers exactly.
- LCM (Least Common Multiple): The smallest number that is divisible by two or more numbers.
- Fundamental Relation: For any two numbers,
Product of the numbers = HCF × LCM. - Co-primes:
Product of co-prime numbers = Their LCM.
Factors (Factorization)
- If a number N can be expressed as a product of its prime factors as
N = a^p × b^q × c^r, where a, b, c are prime numbers, then:- Total number of factors =
(p+1)(q+1)(r+1)
- Total number of factors =
Remainders and Cyclicity
- Remainder: The amount left over after a division. A negative remainder can be made positive by adding the divisor.
- Cyclicity of Unit Digits: The unit digits of powers of a number repeat in a cycle.
- Cycle of 2: 2, 4, 8, 6 (length 4)
- Cycle of 3: 3, 9, 7, 1 (length 4)
- Cycle of 4: 4, 6 (length 2)
- Cycle of 7: 7, 9, 3, 1 (length 4)
- Cycle of 8: 8, 4, 2, 6 (length 4)
- To find the unit digit of
x^y, find the remainder ofywhen divided by the cycle length ofx.
Fractions and Decimals
- Terminating Decimal: A fraction results in a terminating decimal if its denominator, after simplification, has only prime factors of 2 and/or 5.
- Recurring Decimal: A decimal in which one or more digits repeat indefinitely.
Key Formulas
| Area | Formula / Rule |
|---|---|
| Sum of first n natural numbers | n(n + 1) / 2 |
| Sum of first n odd numbers | n^2 |
| Sum of first n even numbers | n(n + 1) |
| Average of first n natural numbers | (n + 1) / 2 |
Solved Examples
1Example 1 (Easy)
Question: Is the number 7425 divisible by 9?
2Example 2 (Moderate)
Question: Find the number of factors for the number 120.
3Example 3 (Hard)
Question: Find the unit digit of 7²³.