Number properties form the foundation of many quantitative aptitude problems you will encounter in competitive exams. Understanding these properties helps you simplify calculations, recognize patterns, and solve problems more efficiently. Whether you are dealing with large numbers or complex arithmetic, knowing how numbers behave under different operations can save you valuable time and reduce errors.
In this section, we will explore the fundamental types of numbers, learn divisibility rules that help quickly check factors, understand how to find factors and multiples, and study the behavior of even and odd numbers in arithmetic operations. We will also look at special number concepts like perfect squares and cubes, which often appear in exam questions.
Before diving into properties, it is essential to classify numbers into different types. Each type has unique characteristics that influence how they interact in arithmetic.
| Number Type | Definition | Examples |
|---|---|---|
| Natural Numbers | Counting numbers starting from 1 | 1, 2, 3, 4, 5, ... |
| Whole Numbers | Natural numbers including zero | 0, 1, 2, 3, 4, 5, ... |
| Integers | Whole numbers and their negatives | ..., -3, -2, -1, 0, 1, 2, 3, ... |
| Prime Numbers | Numbers greater than 1 with exactly two distinct positive divisors: 1 and itself | 2, 3, 5, 7, 11, 13, 17, ... |
| Composite Numbers | Numbers greater than 1 with more than two positive divisors | 4, 6, 8, 9, 10, 12, 14, ... |
| Even Numbers | Integers divisible by 2 | ..., -4, -2, 0, 2, 4, 6, 8, ... |
| Odd Numbers | Integers not divisible by 2 | ..., -3, -1, 1, 3, 5, 7, 9, ... |
Why is this important? Knowing the type of number helps you apply the correct rules and properties. For example, prime numbers have unique factorization properties, and even/odd numbers behave predictably under addition and multiplication.
Divisibility rules are shortcuts to determine whether a number can be divided evenly by another number without performing full division. These rules are especially useful in exams to quickly check factors or simplify problems.
| Divisor | Rule | Example |
|---|---|---|
| 2 | Number ends with 0, 2, 4, 6, or 8 | 124 is divisible by 2 |
| 3 | Sum of digits divisible by 3 | 123 (1+2+3=6), divisible by 3 |
| 5 | Number ends with 0 or 5 | 145 ends with 5, divisible by 5 |
| 9 | Sum of digits divisible by 9 | 729 (7+2+9=18), divisible by 9 |
| 10 | Number ends with 0 | 230 ends with 0, divisible by 10 |
| 4 | Last two digits form a number divisible by 4 | 312 (last two digits 12), divisible by 4 |
| 6 | Number divisible by both 2 and 3 | 114 divisible by 2 and 3, so by 6 |
| 8 | Last three digits form a number divisible by 8 | 1,024 (024 divisible by 8) |
| 11 | Difference between sum of digits in odd and even places divisible by 11 | 2728: (2+2) - (7+8) = 4 - 15 = -11 divisible by 11 |
Why use divisibility rules? They help you quickly identify factors, simplify fractions, and check prime/composite status without long division.
Understanding factors and multiples is essential for solving problems involving divisibility, fractions, and algebraic expressions.
A factor of a number is an integer that divides the number exactly without leaving a remainder. For example, factors of 12 are 1, 2, 3, 4, 6, and 12.
A multiple of a number is the product of that number and any integer. For example, multiples of 5 are 5, 10, 15, 20, and so on.
The GCD of two numbers is the largest number that divides both numbers exactly. It is useful for simplifying fractions and solving problems involving ratios.
The LCM of two numbers is the smallest number that is divisible by both. It helps in adding or subtracting fractions and solving problems involving synchronized events.
graph TD A[Start: Given two numbers a and b] --> B[Find prime factorization of a] B --> C[Find prime factorization of b] C --> D[Identify common prime factors with minimum exponents] D --> E[GCD = Product of these common prime factors] D --> F[Identify all prime factors with maximum exponents] F --> G[LCM = Product of these prime factors] E --> H[End] G --> H
Why prime factorization? Breaking numbers into prime factors helps systematically find GCD and LCM without guesswork.
Even and odd numbers follow specific rules under arithmetic operations. Knowing these rules helps quickly determine the parity (evenness or oddness) of results.
| Operation | Even ± Even | Odd ± Odd | Even ± Odd | Even x Even | Odd x Odd | Even x Odd |
|---|---|---|---|---|---|---|
| Result | Even | Even | Odd | Even | Odd | Even |
Examples:
Why does this matter? These properties help you predict outcomes without calculation, useful in algebra and number theory problems.
Step 1: Find the prime factors of 36.
36 = 2 x 2 x 3 x 3 = \(2^2 \times 3^2\)
Step 2: Find the prime factors of 48.
48 = 2 x 2 x 2 x 2 x 3 = \(2^4 \times 3^1\)
Step 3: For GCD, take the minimum powers of common primes.
GCD = \(2^{\min(2,4)} \times 3^{\min(2,1)} = 2^2 \times 3^1 = 4 \times 3 = 12\)
Step 4: For LCM, take the maximum powers of all primes.
LCM = \(2^{\max(2,4)} \times 3^{\max(2,1)} = 2^4 \times 3^2 = 16 \times 9 = 144\)
Answer: GCD = 12, LCM = 144
Step 1: Check divisibility by 3.
Sum of digits = 1 + 2 + 3 + 4 + 5 = 15
Since 15 is divisible by 3, 12,345 is divisible by 3.
Step 2: Check divisibility by 5.
Last digit is 5, so 12,345 is divisible by 5.
Step 3: Check divisibility by 11.
Sum of digits at odd places (from right): 5 + 3 + 1 = 9
Sum of digits at even places: 4 + 2 = 6
Difference = 9 - 6 = 3 (not divisible by 11)
Therefore, 12,345 is not divisible by 11.
Answer: Divisible by 3 and 5, but not by 11.
Step 1: Identify the parity of the two numbers.
One number is even, the other is odd.
Step 2: Sum of even + odd = odd (given sum is 45, which is odd, consistent).
Step 3: Product of even x odd = even (from properties table).
Answer: The product of the two numbers is even.
Step 1: Check divisibility by prime numbers up to \(\sqrt{97} \approx 9.8\).
Check divisibility by 2, 3, 5, 7.
97 is not even, so not divisible by 2.
Sum of digits = 9 + 7 = 16, not divisible by 3, so no.
Last digit not 0 or 5, so not divisible by 5.
Check divisibility by 7: 7 x 13 = 91, 7 x 14 = 98, so no.
No divisors found, so 97 is prime.
Answer: 97 is a prime number.
Step 1: Identify the pattern.
These are perfect squares: \(1^2=1\), \(2^2=4\), \(3^2=9\), \(4^2=16\), \(5^2=25\).
Step 2: Find the next two squares.
Next numbers: \(6^2 = 36\), \(7^2 = 49\).
Answer: The next two numbers are 36 and 49.
When to use: Quickly check divisibility by 3 or 9 without long division.
When to use: Quickly identify multiples of 5 in problems.
When to use: Finding GCD of large numbers or simplifying fractions.
When to use: When either GCD or LCM is missing in a problem.
When to use: Problems involving sums or differences of even and odd numbers.
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →