What Are Real Numbers, Really?
Every number you’ve ever used in school — fractions, decimals, square roots, negative numbers — belongs to the family called real numbers. Class 10 Chapter 1 isn’t about learning new numbers; it’s about understanding the structure underneath numbers you already know.
Why does this matter? Because CBSE consistently asks 6–8 marks from this chapter in board exams, and the concepts (especially irrationals and HCF) show up indirectly in higher chapters like polynomials and quadratic equations. This chapter is also a classic “easy marks” topic if you understand the logic — not just the steps.
We’ll cover three big ideas: Euclid’s Division Algorithm (a method for HCF), the Fundamental Theorem of Arithmetic (every number breaks into primes uniquely), and the proof that numbers like and are irrational. Each of these has appeared in CBSE board papers repeatedly, so we’ll flag the exact question patterns as we go.
Key Terms and Definitions
Real Numbers (): The complete collection of rational and irrational numbers. Includes integers, fractions, terminating decimals, non-terminating repeating decimals, and non-terminating non-repeating decimals.
Rational Numbers: Any number expressible as where are integers and . Their decimal expansion either terminates (like ) or repeats (like ).
Irrational Numbers: Cannot be written as . Their decimal expansion is non-terminating and non-repeating. Examples: .
HCF (Highest Common Factor): Also called GCD. The largest positive integer that divides two or more numbers exactly. Example: HCF(12, 18) = 6.
LCM (Least Common Multiple): The smallest positive integer divisible by two or more numbers. Example: LCM(12, 18) = 36.
Prime Factorisation: Writing a number as a product of prime numbers. Example: .
Euclid’s Division Lemma: For any two positive integers and , there exist unique integers and such that , where .
Methods and Core Concepts
Euclid’s Division Algorithm (for HCF)
The lemma is just the division you’ve done since Class 4 — dividend = divisor × quotient + remainder. The algorithm applies this repeatedly to find HCF.
Why it works: The HCF of and is the same as the HCF of and . So we keep dividing until the remainder becomes 0. The last non-zero remainder is the HCF.
Step-by-step method:
Write . Here .
Now find HCF of and using the same division. Write .
When remainder becomes 0, the divisor at that step is the HCF.
Worked Example: Find HCF(455, 42).
Remainder is 0, so HCF(455, 42) = 7.
Always start with the larger number as and the smaller as . If the question gives them in reverse order, swap them — it doesn’t affect the HCF.
Fundamental Theorem of Arithmetic
Statement: Every composite number can be expressed as a product of primes, and this factorisation is unique (apart from the order of factors).
This theorem is what makes HCF and LCM via prime factorisation reliable.
For numbers and :
Worked Example: Find HCF and LCM of 96 and 404.
HCF = (common prime is 2; take lowest power)
LCM = (all primes; highest powers)
Verification: ✓
The formula works only for two numbers. For three numbers, use it pairwise — don’t try to apply it directly to all three at once. This is a very common error in boards.
Rational Numbers and Decimal Expansions
Here’s the key result that CBSE loves to test:
A rational number (in lowest terms) has a terminating decimal expansion if and only if is of the form , where .
Otherwise, it has a non-terminating repeating decimal expansion.
Examples:
- → terminates (q is )
- → non-terminating repeating (3 is a factor of q)
- → terminates
Proving Irrationality
This is the section where CBSE boards love to give 3-mark proofs. The method is proof by contradiction — assume the number is rational, then show that leads to a logical impossibility.
Standard Proof: is irrational
Assume is rational. Then where and are co-prime integers ().
Squaring: , so .
This means is even, which means is even (if were odd, would be odd). So for some integer .
Substituting: .
So is even, meaning is even.
But now both and are even — they share a common factor of 2. This contradicts our assumption that and are co-prime. Therefore, is irrational.
The same proof structure works for , , — any square root of a prime. Just replace “2” throughout. For , factorise: and use the fact that the product of two irrationals can be shown to be irrational.
For compound expressions like "", the approach shifts:
Assume (rational). Then . Squaring both sides leads to being rational — contradiction. So the sum is irrational.
Solved Examples
Easy — CBSE Board Level
Q: Without long division, determine whether has a terminating decimal expansion.
The denominator is , which is of the form . So yes, it terminates.
To find it: multiply numerator and denominator to make denominator a power of 10.
Medium — CBSE Board / ICSE Level
Q: Prove that is irrational.
Assume is rational. Say where are integers, .
Since are integers, is rational. But is irrational — contradiction.
Therefore is irrational.
Hard — Application Level
Q: The HCF of two numbers is 18 and their LCM is 378. If one number is 54, find the other.
Using :
Verification: HCF(54, 126) — prime factorise: , . HCF = ✓
Exam-Specific Tips
CBSE Class 10 Boards: Chapter 1 typically contributes 5–8 marks. Expect:
- 1-mark: Identify terminating/non-terminating, or HCF/LCM calculation
- 2-mark: Euclid’s algorithm for HCF
- 3-mark: Prove irrationality of a given expression
Proofs need to be written fully — don’t skip steps. Examiners look for the contradiction statement explicitly written.
ICSE Class 10: Similar coverage, but ICSE sometimes asks you to express the decimal expansion explicitly (not just identify terminating/non-terminating). Practice converting to decimal form by making the denominator a power of 10.
On the HCF × LCM formula: This appears almost every year. If you’re given three of the four values (HCF, LCM, and one of the two numbers), find the fourth using the formula. It’s 2 marks with very predictable structure.
On Euclid’s algorithm: When using it in a proof context (e.g., “show that is never divisible by 7”), apply the lemma with appropriate values of and list all possible remainders.
Common Mistakes to Avoid
Mistake 1: Forgetting co-prime condition in irrationality proofs. When you write , you must state “where and are co-prime.” Without this, the contradiction at the end doesn’t work. This costs 1 mark in boards.
Mistake 2: Applying HCF × LCM = a × b for three numbers. This formula is only valid for exactly two numbers. For three numbers , , : compute HCF and LCM using prime factorisation, not this shortcut.
Mistake 3: Concluding a number is irrational just because it has a square root. is rational. is rational. Always check whether the number under the root is a perfect square.
Mistake 4: Confusing HCF with LCM in prime factorisation. HCF uses the lowest power of common primes. LCM uses the highest power of all primes. Getting these swapped gives wrong answers every time.
Mistake 5: Wrong format for Euclid’s lemma. The condition is essential — the remainder must be non-negative and strictly less than the divisor. Writing or omitting the bounds entirely loses you marks in proofs.
Practice Questions
Q1. Find HCF(135, 225) using Euclid’s division algorithm.
HCF = 45
Q2. Check whether has a terminating decimal expansion.
First reduce: .
Denominator is . Since it’s of the form , it terminates.
Q3. Prove that is irrational.
Assume where are co-prime integers, .
Squaring: , so , hence .
Let . Then , so .
Both and are divisible by 3 — contradicts co-prime assumption.
Therefore is irrational.
Q4. Find LCM and HCF of 12, 15, and 21 using prime factorisation.
HCF = (only common prime, lowest power)
LCM =
Q5. If HCF(a, b) = 12 and LCM(a, b) = 1800, and , find .
Q6. Show that is irrational.
Assume is rational. Say where is rational.
Then , which is rational (difference of two rationals is rational).
But is irrational — contradiction.
Therefore is irrational.
Q7. Without long division, write the decimal expansion of .
To make denominator , multiply by :
Q8. Three bells ring at intervals of 6, 12, and 18 minutes. If they ring together at 8:00 AM, when will they next ring together?
Find LCM(6, 12, 18).
, ,
LCM = minutes.
They will next ring together at 8:36 AM.
Frequently Asked Questions
Is a real number? Is it rational or irrational?
Yes, is a real number — it’s the ratio of a circle’s circumference to its diameter. It is irrational: its decimal expansion () never terminates and never repeats. The fraction is a commonly used approximation but is not equal to .
Why is 1 not a prime number?
The Fundamental Theorem of Arithmetic requires that prime factorisation be unique. If 1 were prime, then — infinitely many factorisations. To preserve uniqueness, 1 is defined as neither prime nor composite.
Can HCF be greater than LCM?
No. HCF always divides LCM. So HCF LCM always. They are equal only when both numbers are equal (e.g., HCF(4,4) = LCM(4,4) = 4).
How do I know when to use Euclid’s algorithm vs. prime factorisation for HCF?
When the question explicitly says “use Euclid’s division algorithm,” use that. Otherwise, prime factorisation is faster for most numbers. For very large numbers where factorisation is difficult, Euclid’s algorithm is more efficient.
Is the product of two irrational numbers always irrational?
No — this is a classic trap. , which is rational. The product of two irrationals can be rational or irrational depending on the specific numbers.
Can a number be both rational and irrational?
No. The sets of rational and irrational numbers are disjoint — their intersection is empty. Every real number is exactly one or the other.
How many marks does Chapter 1 carry in CBSE Class 10 Boards?
Typically 5–8 marks in the annual board paper, spread across MCQs, short-answer (2-mark), and long-answer (3-mark) questions. The 3-mark slot almost always goes to an irrationality proof.
What is the difference between Euclid’s Division Lemma and Euclid’s Division Algorithm?
The lemma is the mathematical statement: for any , there exist unique such that (). The algorithm is the repeated application of the lemma to find HCF. The lemma is the tool; the algorithm is the process that uses that tool.