Real Numbers Class 10: Formulas, Solved Examples & Common Mistakes (2026 Guide)
Ask any Class 10 student which chapter feels the trickiest to explain out loud — even when they can solve the questions — and "Real Numbers" comes up more often than you'd expect. It isn't hard because the ideas are complicated. It's hard because the chapter is proof-heavy and definition-heavy in a way earlier chapters weren't: Euclid's Division Lemma, the Fundamental Theorem of Arithmetic, irrationality proofs, and the terminating-decimal rule all ask you to reason precisely, not just plug into a formula.
This guide walks through every formula in the chapter with a solved example next to it, then lists the exact mistakes examiners see year after year — so you know precisely where marks are usually lost, and how to avoid losing yours.
📋 Table of Contents
- What Are Real Numbers?
- Euclid's Division Lemma (Formula + Example)
- Euclid's Division Algorithm — Finding HCF
- Fundamental Theorem of Arithmetic
- HCF & LCM by Prime Factorisation
- Proving Numbers Irrational (√2, √3, √5)
- Decimal Expansion: Terminating vs Non-Terminating
- 6 Fully Solved Examples
- Common Mistakes Students Make
- Quick Formula Recap Table
- How to Revise This Chapter Effectively
- Frequently Asked Questions
1. What Are Real Numbers?
Real numbers are every number that can sit on a number line — every rational number (numbers expressible as p/q where q ≠ 0, including whole numbers, integers, fractions and terminating/repeating decimals) and every irrational number (non-terminating, non-repeating decimals like √2, π, and e). Class 10's Real Numbers chapter doesn't introduce this definition for the first time — it builds three specific tools on top of it: a method to find HCF cleanly (Euclid's algorithm), a theorem that guarantees every composite number has one unique prime "fingerprint" (the Fundamental Theorem of Arithmetic), and the logical machinery to prove certain numbers are irrational.
2. Euclid's Division Lemma
In plain language: divide any positive integer a by any positive integer b, and you'll always get a unique quotient and a remainder that is strictly smaller than the divisor. This looks like ordinary long division — because it is — but stating it formally as a lemma lets it be used to prove other results, which is exactly what the next section does.
3. Euclid's Division Algorithm — Finding HCF
Euclid's Division Algorithm is simply the lemma applied repeatedly. To find the HCF of two positive integers c and d, where c > d:
This method is faster than listing all factors, especially for large numbers, and it's the technique CBSE examiners specifically expect to see written out step-by-step — not just the final answer.
4. Fundamental Theorem of Arithmetic
For example, 3960 can only ever break down into 2³ × 3² × 5 × 11 — no other combination of primes multiplies to give 3960. This uniqueness is what makes prime factorisation such a reliable tool: it's the reason the HCF-LCM shortcuts below always work, and it's also used to prove irrationality (Section 6).
Struggling to remember which formula applies where? Our Real Numbers chapter test gives instant, explained solutions after every attempt.
5. HCF & LCM by Prime Factorisation
LCM = product of the greatest power of each prime factor present
HCF(a, b) × LCM(a, b) = a × b (valid only for exactly two numbers)
| Number | Prime Factorisation |
|---|---|
| 6 | 2¹ × 3¹ |
| 20 | 2² × 5¹ |
| HCF | 2¹ = 2 (smallest common power) |
| LCM | 2² × 3¹ × 5¹ = 60 (greatest powers) |
6. Proving Numbers Irrational (√2, √3, √5)
An irrational number cannot be written as p/q for any integers p, q (q ≠ 0). CBSE's standard proof method is contradiction — assume the opposite is true, then show that assumption breaks down.
Standard structure of the proof (using √2 as the model)
1. Assume √2 is rational: √2 = p/q, where p and q are coprime integers (no common factor except 1).
2. Squaring both sides: 2q² = p² — so p² is even, which means p itself must be even.
3. Write p = 2m. Substituting back: 2q² = 4m² → q² = 2m² — so q² is even, meaning q is also even.
4. But if both p and q are even, they share a common factor of 2 — contradicting the assumption that they were coprime.
5. Since the assumption leads to a contradiction, √2 cannot be rational. Hence, √2 is irrational.
The exact same five-step structure proves √3, √5, √7, and any √p where p is prime. It's also used for expressions like "3 + 2√5 is irrational" — you assume it equals a rational number, isolate the √5 term, and show that would force √5 itself to be rational (a contradiction).
7. Decimal Expansion: Terminating vs Non-Terminating
| Fraction | Denominator's Prime Factors | Type of Decimal |
|---|---|---|
| 7/8 | 2³ | Terminating (0.875) |
| 13/3125 | 5⁵ | Terminating |
| 1/3 | 3¹ | Non-terminating, repeating (0.333…) |
| 17/6 | 2¹ × 3¹ | Non-terminating, repeating |
8. Six Fully Solved Examples
Example 1 — HCF using Euclid's Division Algorithm
Find the HCF of 135 and 225.
135 = 90 × 1 + 45
90 = 45 × 2 + 0
HCF = 45 (the divisor when remainder becomes 0)
Example 2 — HCF & LCM by prime factorisation
Find the HCF and LCM of 6 and 20, and verify the product rule.
HCF = 2 | LCM = 2² × 3 × 5 = 60
Check: HCF × LCM = 2 × 60 = 120 = 6 × 20 ✅
Example 3 — Proving irrationality
Prove that √5 is irrational.
Example 4 — Terminating decimal check
Without actual division, state whether 13/3125 has a terminating or non-terminating decimal expansion.
Example 5 — Applied HCF problem
Find the largest number that divides 615 and 963, leaving remainder 6 in each case.
957 = 609 × 1 + 348
609 = 348 × 1 + 261
348 = 261 × 1 + 87
261 = 87 × 3 + 0
HCF = 87 — the required largest number.
Example 6 — Applying Euclid's Lemma with b = 6
Show that any positive odd integer is of the form 6q + 1, 6q + 3, or 6q + 5, for some integer q.
9. Common Mistakes Students Make
Get daily Class 10 Maths practice questions and exam alerts straight to your phone — join the free MyTestSeries WhatsApp Channel.
Join Channel →10. Quick Formula Recap Table
| Concept | Formula |
|---|---|
| Euclid's Division Lemma | a = bq + r, 0 ≤ r < b |
| Fundamental Theorem of Arithmetic | Unique prime factorisation of every composite number |
| HCF (prime factorisation method) | Product of smallest powers of common primes |
| LCM (prime factorisation method) | Product of greatest powers of all primes present |
| HCF–LCM relation (two numbers only) | HCF(a,b) × LCM(a,b) = a × b |
| Terminating decimal condition | q = 2m × 5n (lowest terms) |
| Irrationality of √p | √p is irrational for every prime p |
11. How to Revise This Chapter Effectively
📖 Read the "why" before the formula. Understand why 0 ≤ r < b matters before memorising the lemma — it's what makes every proof in this chapter work.
✍️ Write out full proofs by hand at least twice. Irrationality proofs are marked step-by-step; muscle memory for the five-step structure prevents skipped statements under exam pressure.
🧮 Practise the HCF-remainder pattern. "Find the largest number that divides X and Y leaving remainder r" is one of the most repeated question types — Example 5 above is the template.
🎯 Time yourself on decimal-expansion MCQs. These should take under 20 seconds each once the 2ᵐ×5ⁿ rule is automatic — speed here frees up time for longer geometry and trigonometry answers later in the paper.
🔁 Revisit this page before your unit test. Bookmark it, and use the Quick Formula Recap Table (Section 10) as your final five-minute revision before the exam.
📚 Also Useful on MyTestSeries
- Class 10 Mathematics Foundation Online Test Series — chapter-wise, topic-wise & full-syllabus mocks
- Class 7–10 Maths Practice Test Series (7-Day Access)
- Class 8 Maths: Complete Chapter-wise Formula Sheet
- NCERT vs Reference Books — Class 9 Strategy Guide
- CBSE vs ICSE vs State Board — Which Is Better for Competitive Exams?
- CBSE & ICSE Blog — All Study Guides & Exam Updates
- Complete Test Series Library — School to Competitive Exams
🌐 Trusted External References
- NCERT Official Website — download the official Class 10 Maths textbook
- CBSE Academic — official syllabus & sample papers
- Euclidean Algorithm — Wikipedia — extended history & proof background
- Real Number — Wikipedia — broader mathematical definition
12. Frequently Asked Questions
What is Euclid's Division Lemma in Class 10 Real Numbers?
What is the Fundamental Theorem of Arithmetic?
What is the relation between HCF and LCM of two numbers?
How do you prove that root 2 is irrational?
How do you know if a decimal expansion will terminate?
What are the most common mistakes in Class 10 Real Numbers?
Conclusion: Precision Beats Memorisation
Real Numbers rewards students who understand why each rule holds, not just those who've memorised it. Once the logic behind Euclid's Lemma, the Fundamental Theorem of Arithmetic, and the irrationality proofs clicks, the rest of the chapter — HCF-LCM problems, decimal-expansion questions, applied word problems — becomes fast and almost mechanical.
Read through each proof once more, rework the six solved examples without looking at the answers, and then test yourself under timed conditions. That sequence — understand, rework, test — is what actually converts a formula sheet into exam marks.
Tags: Real Numbers Class 10, Euclid's Division Lemma, Fundamental Theorem of Arithmetic, HCF LCM Class 10, Irrational Numbers Proof, CBSE 2026, NCERT Class 10 Maths Chapter 1




