Numbers are the foundation of arithmetic and mathematics. From counting objects to measuring distances, numbers help us describe and understand the world around us. The number system is a way to organize all types of numbers into groups based on their properties.
Among these groups, real numbers are the most comprehensive set, including all numbers that can be represented on the number line. Real numbers include both rational numbers (like fractions and integers) and irrational numbers (numbers that cannot be expressed as simple fractions).
Understanding the types of numbers and their relationships is crucial for solving problems in competitive exams and real-life situations such as financial calculations, measurements, and data analysis.
Let's explore the different sets of numbers, starting from the simplest and moving towards the most inclusive.
To visualize these relationships, consider the following Venn diagram:
Note: The irrational numbers do not overlap with rational numbers but both are subsets of real numbers.
Let's understand these two important subsets of real numbers in detail.
A rational number is any number that can be written as a fraction \(\frac{p}{q}\), where \(p\) and \(q\) are integers, and \(q eq 0\). This means rational numbers include:
An irrational number cannot be expressed as a fraction of two integers. Their decimal expansions go on forever without repeating a pattern. Examples include:
| Property | Rational Numbers | Irrational Numbers |
|---|---|---|
| Definition | Can be expressed as \(\frac{p}{q}\), \(p, q \in \mathbb{Z}, q eq 0\) | Cannot be expressed as a fraction of two integers |
| Decimal Expansion | Terminating or repeating decimals | Non-terminating, non-repeating decimals |
| Examples | \(\frac{3}{4}, 0.5, -2, 7\) | \(\sqrt{3}, \pi, e\) |
| Countability | Countable (can be listed) | Uncountable (cannot be listed) |
A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself. In other words, it cannot be formed by multiplying two smaller natural numbers.
Examples of prime numbers are: 2, 3, 5, 7, 11, 13, 17, 19, ...
Note that 2 is the only even prime number, as all other even numbers can be divided by 2.
Divisibility rules help quickly determine if a number is divisible by another without performing full division. Here are common rules for 2, 3, 5, 7, and 11:
graph TD A[Start] --> B{Check divisibility by 2} B -- Yes if last digit even --> C[Divisible by 2] B -- No if last digit odd --> D[Not divisible by 2] C --> E{Check divisibility by 3} D --> E E -- Yes if sum of digits divisible by 3 --> F[Divisible by 3] E -- No --> G[Not divisible by 3] F --> H{Check divisibility by 5} G --> H H -- Yes if last digit 0 or 5 --> I[Divisible by 5] H -- No --> J[Not divisible by 5] I --> K{Check divisibility by 7} J --> K K -- Apply rule: Double last digit and subtract from rest; if result divisible by 7 --> L[Divisible by 7] K -- Else --> M[Not divisible by 7] L --> N{Check divisibility by 11} M --> N N -- Yes if difference between sum of digits at odd and even places divisible by 11 --> O[Divisible by 11] N -- No --> P[Not divisible by 11]These rules can save time and reduce errors in exams.
Step 1: Check each number against definitions:
Answer:
Step 1: Divisible by 2? Check last digit.
Last digit of 2310 is 0, which is even.
So, 2310 is divisible by 2.
Step 2: Divisible by 3? Sum of digits = 2 + 3 + 1 + 0 = 6.
6 is divisible by 3.
So, 2310 is divisible by 3.
Step 3: Divisible by 5? Last digit is 0 or 5.
Last digit is 0.
So, 2310 is divisible by 5.
Step 4: Divisible by 7? Double last digit and subtract from remaining number:
Last digit = 0, double = 0.
Remaining number = 231.
Subtract: 231 - 0 = 231.
Repeat the process:
Last digit of 231 = 1, double = 2.
Remaining number = 23.
Subtract: 23 - 2 = 21.
21 is divisible by 7 (7 x 3 = 21).
So, 2310 is divisible by 7.
Step 5: Divisible by 11? Difference between sum of digits at odd and even places:
Digits: 2(1st), 3(2nd), 1(3rd), 0(4th)
Sum odd places (1st and 3rd): 2 + 1 = 3
Sum even places (2nd and 4th): 3 + 0 = 3
Difference = 3 - 3 = 0, which is divisible by 11.
So, 2310 is divisible by 11.
Answer: 2310 is divisible by 2, 3, 5, 7, and 11.
Step 1: Write 0.75 as a fraction:
0.75 = \(\frac{75}{100}\) because there are two decimal places.
Step 2: Simplify the fraction by dividing numerator and denominator by their greatest common divisor (GCD).
GCD of 75 and 100 is 25.
\(\frac{75 \div 25}{100 \div 25} = \frac{3}{4}\)
Answer: 0.75 = \(\frac{3}{4}\), a rational number.
Step 1: Consider \(\sqrt{2}\).
Its decimal expansion is approximately 1.4142135623..., which neither terminates nor repeats.
It cannot be expressed as a fraction \(\frac{p}{q}\) where \(p\) and \(q\) are integers.
Step 2: Consider \(\pi\).
Its decimal expansion is approximately 3.1415926535..., also non-terminating and non-repeating.
It cannot be expressed as a simple fraction.
Conclusion: Both \(\sqrt{2}\) and \(\pi\) have infinite, non-repeating decimal expansions and cannot be written as fractions, so they are irrational numbers.
Step 1: Start dividing 210 by the smallest prime number, 2.
210 / 2 = 105, so 2 is a prime factor.
Step 2: Divide 105 by the next smallest prime, 3.
105 / 3 = 35, so 3 is a prime factor.
Step 3: Divide 35 by the next prime, 5.
35 / 5 = 7, so 5 is a prime factor.
Step 4: 7 is a prime number itself.
Answer: The prime factorization of 210 is:
\[ 210 = 2 \times 3 \times 5 \times 7 \]
Step 1: Check divisibility by 3.
Sum of digits: 4 + 6 + 2 + 0 = 12.
Since 12 is divisible by 3, Rs.4620 is divisible by 3.
Step 2: Check divisibility by 5.
Last digit is 0, so Rs.4620 is divisible by 5.
Answer: Rs.4620 is divisible by both 3 and 5.
When to use: When you want to avoid long division and quickly identify if a number is divisible by 3 or 9.
When to use: To quickly determine if a number is even (divisible by 2) or ends with 0 or 5 (divisible by 5).
When to use: During prime factorization or identifying prime numbers in competitive exams.
When to use: To understand how different number types relate and overlap, aiding classification problems.
When to use: To express recurring decimals as rational numbers efficiently.
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →