By the end of this chapter you'll be able to…

  • 1Apply Euclid's division algorithm to find the HCF of two positive integers
  • 2State and use the Fundamental Theorem of Arithmetic to factor any composite number
  • 3Prove the irrationality of numbers like √2, √3 and 5 − 2√3
  • 4Decide — without long division — whether a rational p/q has a terminating decimal expansion
  • 5Use the identity HCF(a,b) × LCM(a,b) = a × b to solve word problems
💡
Why this chapter matters
Real Numbers is the foundation for everything that follows in Class 10 maths — polynomials use prime factorisation, quadratic equations use irrational roots, and coordinate geometry assumes you can reason about HCF and decimal expansions. It's also the chapter that quietly turns up in JEE Main number-theory problems.

Real Numbers

The set of real numbers is the union of rational and irrational numbers. This chapter formalises everything you already know about numbers — and proves a few results that you will reuse in every later topic.

1. Euclid's Division Lemma

Statement. Given positive integers and , there exist unique integers and satisfying , where .

In plain English: when you divide by , you always get a quotient and a remainder that is strictly less than the divisor.

Example. Take , . So and .

Euclid's division algorithm (HCF)

To find where :

  1. Apply the lemma: .
  2. If , then . Done.
  3. Otherwise apply the lemma to and , and continue.

The last non-zero remainder is the HCF.

Worked example — HCF(135, 225):

StepDivisionRemainder
190
245
30

So .

2. The Fundamental Theorem of Arithmetic

Every composite number can be expressed as a product of primes, and this factorisation is unique apart from the order of the primes.

This is the result behind every HCF/LCM calculation you'll do.

HCF and LCM via prime factorisation.

For two numbers :

  • product of the smallest power of each common prime.
  • product of the greatest power of each prime that appears.

Worked example — , .

Sanity check: . ✓

3. Revisiting Irrational Numbers

A number is irrational if it cannot be expressed as for integers and with .

Classic proof: is irrational

Assume for contradiction that in lowest terms. Then , so is even, so is even — write . Substituting: , so is also even. But then both and are divisible by 2, contradicting "lowest terms". Hence is irrational.

The same argument works for where is any prime.

4. Decimal Expansions of Rational Numbers

A rational number (in lowest terms) has a terminating decimal expansion if and only if the prime factorisation of is of the form .

Quick check.

FractionDenominator factoredTerminates?
3/8Yes
7/40Yes
11/30No (3 in denom)

Key formulas to memorise

  • (for two numbers).
  • For three numbers : in general — work via primes.
  • , .

Practice (try before checking)

  1. Find the HCF of 196 and 38220 using Euclid's algorithm.
  2. Show that is irrational.
  3. Without long division, decide whether terminates.
  4. The HCF of two numbers is 27 and their LCM is 162. If one number is 54, find the other.

Answers

  1. 196 (verify by primes: , , common ).
  2. Suppose is rational. Then , which would make rational. Contradiction.
  3. . The form is , so the decimal terminates.
  4. .

What's next

Once Real Numbers is solid, Polynomials builds on the prime factorisation idea but applies it to algebraic expressions — zeroes, the division algorithm and the relationship between coefficients and roots.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Euclid's Division Lemma
a = bq + r, 0 ≤ r < b
q and r are unique once you fix a and b.
HCF × LCM identity (two numbers)
HCF(a, b) × LCM(a, b) = a × b
Only true for TWO numbers.
Fundamental Theorem of Arithmetic
n = p₁^a · p₂^b · p₃^c · …
Every composite number has a unique prime factorisation.
Terminating decimal condition
p/q terminates ⇔ q = 2^n · 5^m (in lowest terms)
If q has any other prime factor → non-terminating recurring.
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Writing Euclid's lemma without the constraint 0 ≤ r < b
The constraint is what guarantees q and r are unique. Always state it — examiners deduct marks otherwise.
WATCH OUT
Assuming any number containing √ is irrational
Only √n where n is not a perfect square is irrational. √4 = 2 and √(9/16) = 3/4 are rational.
WATCH OUT
Using HCF × LCM = a × b for three numbers
The identity is only for two numbers. For three or more, compute HCF and LCM via prime factorisation.
WATCH OUT
Stopping the proof of √2 irrational at 'p² is even, so p is even'
You must then show q is also even, contradicting the 'p/q in lowest terms' assumption. Without that step the proof is incomplete.
WATCH OUT
Saying 23/40 is non-terminating because 23 is prime
It's the DENOMINATOR's prime factorisation that matters. 40 = 2³ · 5, which is 2ⁿ·5ᵐ, so 23/40 terminates.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Euclid
Find the HCF of 96 and 404 using Euclid's division algorithm.
Show solution
HCF = 4. Steps: 404 = 96·4 + 20; 96 = 20·4 + 16; 20 = 16·1 + 4; 16 = 4·4 + 0. Last non-zero remainder = 4.
Q2EASY· Irrationality
Without doing the proof, list which of these are irrational: √7, √16, √(9/25), √20, 2π.
Show solution
Irrational: √7, √20, 2π. Rational: √16 = 4, √(9/25) = 3/5.
Q3MEDIUM· FTA + HCF/LCM
If HCF(72, 120) = 24, find LCM(72, 120) using the identity.
Show solution
LCM = (72 × 120) / 24 = 8640 / 24 = 360.
Q4MEDIUM· Decimals
Without long division, decide whether 17/6250 has a terminating decimal expansion.
Show solution
6250 = 2 · 5⁵. Form is 2ⁿ · 5ᵐ → YES, it terminates (= 0.00272).
Q5MEDIUM· Word problem
Two tankers contain 850 L and 680 L of petrol. Find the maximum capacity of a container that can measure both exactly.
Show solution
We need HCF(850, 680). Prime factorisation: 850 = 2 · 5² · 17, 680 = 2³ · 5 · 17. HCF = 2 · 5 · 17 = 170 L.
Q6HARD· Irrationality proof
Prove that 5 − 2√3 is irrational, given √3 is irrational.
Show solution
Suppose 5 − 2√3 = r is rational. Then √3 = (5 − r)/2. RHS is rational (rationals are closed under subtraction and division by 2), so √3 would be rational — contradiction. Hence 5 − 2√3 is irrational.
Q7HARD· Inverse problem
The HCF of two numbers is 27 and their LCM is 162. If one number is 54, find the other.
Show solution
Using HCF × LCM = product: 27 · 162 = 54 · x ⇒ x = (27 · 162) / 54 = 81.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Euclid's lemma: a = bq + r, 0 ≤ r < b — q and r are unique.
  • Euclid's algorithm: repeat the lemma; last non-zero remainder is the HCF.
  • Fundamental Theorem of Arithmetic: every composite has a unique prime factorisation.
  • HCF = product of smallest powers of common primes. LCM = product of greatest powers of all primes.
  • HCF(a,b) × LCM(a,b) = a × b — only for two numbers.
  • √p is irrational for any prime p — proof by contradiction (p² even ⇒ p even ⇒ q even ⇒ contradiction).
  • Sum, difference and rational multiple of an irrational with a non-zero rational is irrational.
  • p/q (lowest terms) terminates ⇔ q has only 2's and 5's as prime factors. Otherwise non-terminating recurring.

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

Real Numbers sits in Unit I (Number Systems), which is worth 6 marks. You can typically expect one 2-mark short-answer and one 3-mark long-answer question, plus an MCQ.

Exercise 1.1 (Euclid's algorithm) and Exercise 1.3 (irrationality proofs) dominate board questions. Exercise 1.4 (decimal expansions) is rich MCQ material. Exercise 1.2 (HCF/LCM via primes) shows up as word problems.

Indirectly, yes. The number-theory foundations — HCF, LCM, primes, divisibility — appear in JEE counting and number-theory questions. Most JEE aspirants skim this chapter but should master irrationality proofs and Euclid's algorithm.

Yes. Board examiners frequently ask you to prove the irrationality of √2, √3 or √5. Memorise the structure: assume rational in lowest terms → square → both numerator and denominator even → contradicts 'lowest terms'.

The lemma is the single statement a = bq + r with 0 ≤ r < b. The algorithm repeatedly applies the lemma until the remainder is 0; the last non-zero remainder is the HCF.

Yes. The current NCERT Class 10 Mathematics textbook covers exactly the four areas above: Euclid's algorithm, FTA, irrationality proofs and decimal expansions. No content has been dropped in recent revisions.
Verified by the tuition.in editorial team
Last reviewed on 17 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo