Class 10Maths · Number systemsFull chapter

Real Numbers

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

The Fundamental Theorem of Arithmetic

Quick answer Every composite number can be written as a product of primes, and this prime factorisation is unique except for the order of the factors.

A prime number has exactly two factors, 1 and itself (2, 3, 5, 7, 11, 13, ...). A composite number has more than two factors. The Fundamental Theorem of Arithmetic states that every composite number can be expressed (factorised) as a product of primes, and this factorisation is unique, apart from the order in which the prime factors occur.

Worked example: Express 3825 as a product of primes. We divide step by step by the smallest possible prime each time: 3825 = 3 × 1275 = 3 × 3 × 425 = 3 × 3 × 5 × 85 = 3 × 3 × 5 × 5 × 17. So 3825 = 32 × 52 × 17.

Because the factorisation is unique, the set of primes that appear and their powers are fixed for a given number. This uniqueness lets us answer questions without computing directly. For example, can 6n end with the digit 0 for any natural number n? A number ending in 0 is divisible by 10 = 2 × 5, so the prime 5 must appear in its factorisation. But 6n = (2 × 3)n = 2n × 3n contains only the primes 2 and 3. By uniqueness, 5 can never occur, so 6n can never end with 0.

The same idea shows numbers like 7 × 11 × 13 + 13 are composite: 7 × 11 × 13 + 13 = 13 × (7 × 11 + 1) = 13 × 78, which clearly has 13 as a factor besides 1 and itself.

Prime factorisation form Composite N = p₁ × p₂ × … × pₙ unique up to the order of the prime factors
Divisibility by 10 N ends in 0 ⟺ 2 and 5 both divide N 5 must appear in the prime factorisation
Remember
  • A prime has exactly two factors; a composite has more than two.
  • Every composite number = a product of primes, unique apart from order.
  • The list of primes and their powers is fixed for each number.
  • Uniqueness proves facts like 6ⁿ never ending in 0 (no factor of 5).
  • An expression of the form (product of primes) + (a factor) can often be shown composite by taking out a common factor.

HCF and LCM by Prime Factorisation

Quick answer Using prime factorisation, HCF is the product of the smallest powers of common primes and LCM is the product of the greatest powers of all primes; for two numbers HCF × LCM equals their product.

Once we have prime factorisations, finding HCF (Highest Common Factor) and LCM (Lowest Common Multiple) is straightforward:

  • HCF = product of the smallest power of each common prime factor.
  • LCM = product of the greatest power of each prime factor that appears in either number.

Worked example: Find HCF and LCM of 96 and 404. First, 96 = 25 × 3 and 404 = 22 × 101. The only common prime is 2, and its smallest power is 22, so HCF = 22 = 4. For the LCM, take the greatest power of every prime: LCM = 25 × 3 × 101 = 32 × 303 = 9696.

Verification of the relation: HCF × LCM = 4 × 9696 = 38784, and 96 × 404 = 38784. They match, confirming that for any two positive integers a and b, HCF(a, b) × LCM(a, b) = a × b. This relation is very useful: if you know three of these four quantities, you can find the fourth.

Note: This product relation holds for exactly two numbers. For three numbers the simple product HCF × LCM = a × b × c is not valid, so compute HCF and LCM separately from the factorisations.

HCF–LCM relation (two numbers) HCF(a, b) × LCM(a, b) = a × b valid only for two positive integers
HCF rule HCF = product of least powers of common prime factors
LCM rule LCM = product of greatest powers of all prime factors
Remember
  • HCF = product of smallest powers of the common primes.
  • LCM = product of greatest powers of all primes involved.
  • For two numbers: HCF × LCM = product of the numbers.
  • The relation lets you find one unknown among a, b, HCF, LCM.
  • The product rule works for two numbers only, not for three.

Proving √2, √3 and √5 are Irrational

Quick answer An irrational number cannot be written as p/q with integers p, q (q ≠ 0); we prove √2, √3, √5 irrational by contradiction using the fact that if a prime divides a², it divides a.

A rational number can be written as p/q where p and q are integers and q ≠ 0. An irrational number cannot be written in this form. The proofs rely on one key result: if a prime p divides a2, then p divides a.

Proof that √2 is irrational (by contradiction): Suppose √2 is rational. Then √2 = a/b for some integers a, b (b ≠ 0) with a and b having no common factor other than 1 (in lowest terms). Squaring: 2 = a2/b2, so a2 = 2b2. Then 2 divides a2, so 2 divides a. Write a = 2c. Substituting: (2c)2 = 2b2, i.e. 4c2 = 2b2, so b2 = 2c2. Then 2 divides b2, so 2 divides b. But now 2 divides both a and b, contradicting that they have no common factor. Hence our assumption is wrong and √2 is irrational.

The proofs for √3 and √5 are identical in structure, replacing 2 by 3 or 5 (using that if 3 | a² then 3 | a, and if 5 | a² then 5 | a).

Using these results: Once we know √5 is irrational, we can prove numbers like 3 + 2√5 are irrational. Suppose 3 + 2√5 = a/b (rational). Then 2√5 = a/b − 3 = (a − 3b)/b, so √5 = (a − 3b)/(2b), which is rational. This contradicts √5 being irrational. Hence 3 + 2√5 is irrational. In general, the sum or difference of a rational and an irrational number is irrational, and a non-zero rational times an irrational is irrational.

Rational number r = p/q, p, q integers, q ≠ 0
Prime divisibility lemma if prime p divides a², then p divides a
Combination rule rational ± irrational = irrational and (non-zero rational) × irrational = irrational
Remember
  • Rational = p/q with integers p, q and q ≠ 0; irrational cannot be so written.
  • Key lemma: if a prime p divides a², then p divides a.
  • Proof method: assume rational in lowest terms, reach a common factor, contradiction.
  • √2, √3, √5 are all irrational by the same argument.
  • Rational ± irrational is irrational; (non-zero rational) × irrational is irrational.

Rational Numbers and Their Decimal Expansions

Quick answer A rational number p/q in lowest terms has a terminating decimal expansion if and only if q is of the form 2ᵐ × 5ⁿ; otherwise it is non-terminating recurring.

Every rational number has a decimal expansion that is either terminating (ends after finitely many digits) or non-terminating recurring (a block of digits repeats forever). The type is decided entirely by the denominator.

Rule: Let p/q be a rational number in its lowest terms (p and q have no common factor, q ≠ 0). Then p/q has a terminating decimal expansion if and only if q can be written as 2m × 5n for some non-negative integers m and n. If q has any prime factor other than 2 or 5, the expansion is non-terminating recurring.

Worked examples:

  • 17/8 = 17/23. The denominator is only powers of 2, so it terminates: 17/8 = 2.125.
  • 13/3125 = 13/55. Only powers of 5, so it terminates. Multiplying top and bottom by 25 = 32: (13 × 32)/105 = 416/100000 = 0.00416.
  • 1/7: the denominator is 7, not of the form 2m × 5n, so it is non-terminating recurring: 0.142857142857... .
  • 64/455: here 455 = 5 × 7 × 13. The primes 7 and 13 are present, so the expansion is non-terminating recurring.

Counting decimal places: For a terminating expansion, the number of decimal places equals the larger of m and n in q = 2m × 5n. For example, 23/(23 × 52) = 23/200 = 0.115, which terminates after max(3, 2) = 3 places.

Terminating condition p/q (lowest terms) terminates ⟺ q = 2ᵐ × 5ⁿ m, n are non-negative integers
Number of decimal places places = max(m, n) when q = 2ᵐ × 5ⁿ
Remember
  • Every rational is either terminating or non-terminating recurring.
  • p/q (lowest terms) terminates ⟺ q = 2ᵐ × 5ⁿ.
  • Any other prime factor in q makes it non-terminating recurring.
  • Always reduce to lowest terms before testing the denominator.
  • Decimal places in a terminating expansion = max(m, n).

Applications: Word Problems on HCF and LCM

Quick answer Real-life problems about the largest common measure use HCF, while problems about events happening together again use LCM.

Many exam problems are word problems that hide an HCF or LCM. A quick guide: if you want the largest / greatest / maximum quantity that fits or divides several numbers, use HCF. If you want the next time / smallest / minimum value at which repeating events coincide, use LCM.

HCF example (with remainders): Find the largest number that divides 245 and 1029 leaving a remainder of 5 in each case. First subtract the remainder: the required number must exactly divide 245 − 5 = 240 and 1029 − 5 = 1024. Now 240 = 24 × 3 × 5 and 1024 = 210. The only common prime is 2, so HCF = 24 = 16. Hence the largest such number is 16.

HCF example (largest measure): Two tankers hold 850 L and 680 L of petrol. The maximum capacity of a container that can measure each exactly is HCF(850, 680). Since 850 = 2 × 52 × 17 and 680 = 23 × 5 × 17, HCF = 2 × 5 × 17 = 170 L.

LCM example (events together): Three bells ring at intervals of 9, 12 and 15 minutes. When do they next ring together? Take the LCM: 9 = 32, 12 = 22 × 3, 15 = 3 × 5, so LCM = 22 × 32 × 5 = 180 minutes = 3 hours.

Largest number dividing a, b leaving remainders r₁, r₂ HCF(a − r₁, b − r₂)
Events recurring together time = LCM of the individual intervals
Largest exact measure capacity = HCF of the quantities
Remember
  • "Largest / greatest / maximum common" ⇒ use HCF.
  • "Next time together / smallest / minimum" ⇒ use LCM.
  • For 'leaves remainder r', subtract r first, then take HCF.
  • Always work from prime factorisations for accuracy.
  • Convert final answers back to the units asked (litres, minutes, hours).

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

Composite N = p₁ × p₂ × … × pₙ
Prime factorisation form
N ends in 0 ⟺ 2 and 5 both divide N
Divisibility by 10
HCF(a, b) × LCM(a, b) = a × b
HCF–LCM relation (two numbers)
HCF = product of least powers of common prime factors
HCF rule
LCM = product of greatest powers of all prime factors
LCM rule
r = p/q, p, q integers, q ≠ 0
Rational number
if prime p divides a², then p divides a
Prime divisibility lemma
rational ± irrational = irrational
Combination rule
p/q (lowest terms) terminates ⟺ q = 2ᵐ × 5ⁿ
Terminating condition
places = max(m, n)
Number of decimal places
HCF(a − r₁, b − r₂)
Largest number dividing a, b leaving remainders r₁, r₂
time = LCM of the individual intervals
Events recurring together
capacity = HCF of the quantities
Largest exact measure

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 HCF by prime factorisation easy

The HCF of 96 and 404 is:

Q2 LCM by prime factorisation easy

The LCM of 6 and 20 is:

Q3 HCF × LCM = product medium

For two numbers, HCF = 12 and LCM = 180. If one number is 36, the other number is:

Q4 Fundamental Theorem of Arithmetic medium

The number 7 × 11 × 13 + 13 is:

Q5 Decimal expansions easy

Which of the following rational numbers has a terminating decimal expansion?

Q6 Decimal expansions medium

The decimal expansion of 23/(2³ × 5²) will terminate after how many decimal places?

Q7 Irrational numbers easy

√2 is:

Q8 Irrational numbers medium

The product of a non-zero rational number and an irrational number is always:

Q9 Applications of HCF hard

The largest number that divides 70 and 125, leaving remainders 5 and 8 respectively, is:

Q10 Irrationality lemma medium

If p is a prime number and p divides a² (where a is a positive integer), then:

Q11 Fundamental Theorem of Arithmetic medium

For any natural number n, the number 6ⁿ can end with the digit 0:

Q12 LCM by prime factorisation easy

The LCM of 26 and 91 is:

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 Express 156 as a product of its prime factors.Fundamental Theorem of Arithmetic

Divide 156 by the smallest primes step by step:

  • 156 = 2 × 78
  • 78 = 2 × 39
  • 39 = 3 × 13

So 156 = 2 × 2 × 3 × 13 = 22 × 3 × 13.

2 Find the HCF and LCM of 6, 72 and 120 using the prime factorisation method.HCF and LCM

Prime factorisations:

  • 6 = 2 × 3
  • 72 = 23 × 32
  • 120 = 23 × 3 × 5

HCF = product of least powers of common primes = 21 × 31 = 6.

LCM = product of greatest powers of all primes = 23 × 32 × 5 = 8 × 9 × 5 = 360.

3 Given that HCF(306, 657) = 9, find LCM(306, 657).HCF × LCM = product

Using the relation HCF × LCM = product of the two numbers:

LCM = (306 × 657) ÷ HCF = (306 × 657) ÷ 9.

Now 306 × 657 = 201042, so LCM = 201042 ÷ 9 = 22338.

4 Prove that √5 is irrational.Irrational numbers

Suppose, on the contrary, that √5 is rational. Then √5 = a/b, where a and b are integers with no common factor other than 1 (lowest terms) and b ≠ 0.

Squaring: 5 = a2/b2, so a2 = 5b2. Hence 5 divides a2, and therefore 5 divides a.

Write a = 5c. Then (5c)2 = 5b2, i.e. 25c2 = 5b2, so b2 = 5c2. Hence 5 divides b2, and therefore 5 divides b.

So 5 divides both a and b, which contradicts the assumption that a and b have no common factor other than 1. Therefore our supposition is false, and √5 is irrational.

5 Prove that 3 + 2√5 is irrational, given that √5 is irrational.Irrational numbers

Suppose, on the contrary, that 3 + 2√5 is rational. Then 3 + 2√5 = a/b for integers a, b with b ≠ 0.

Rearranging: 2√5 = a/b − 3 = (a − 3b)/b, so √5 = (a − 3b)/(2b).

Since a, b are integers, (a − 3b)/(2b) is a rational number. This makes √5 rational, which contradicts the given fact that √5 is irrational.

Hence our supposition is wrong, and 3 + 2√5 is irrational.

6 Without performing long division, state whether each of the following rational numbers has a terminating or a non-terminating recurring decimal expansion: 13/3125, 17/8, 64/455, 29/343.Decimal expansions

A fraction p/q (in lowest terms) terminates only when q = 2m × 5n.

  • 13/3125: 3125 = 55 (only 5s) → terminating.
  • 17/8: 8 = 23 (only 2s) → terminating.
  • 64/455: 455 = 5 × 7 × 13 (has 7 and 13) → non-terminating recurring.
  • 29/343: 343 = 73 (has 7) → non-terminating recurring.

Previous-year board questions 4

Q1 Find the HCF and LCM of 26 and 91 and verify that HCF × LCM = product of the two numbers. CBSE 2023 2 marks

Prime factorisations: 26 = 2 × 13 and 91 = 7 × 13.

HCF = common prime with least power = 13.

LCM = 2 × 7 × 13 = 182.

Verification: HCF × LCM = 13 × 182 = 2366, and 26 × 91 = 2366. Since both are equal, the relation HCF × LCM = product of the numbers is verified.

Q2 Prove that √2 is irrational. CBSE 2020 3 marks

Suppose, on the contrary, that √2 is rational. Then √2 = a/b, where a and b are integers with no common factor other than 1 and b ≠ 0.

Squaring: 2 = a2/b2, so a2 = 2b2. Hence 2 divides a2, and therefore 2 divides a.

Let a = 2c. Then (2c)2 = 2b2, i.e. 4c2 = 2b2, so b2 = 2c2. Hence 2 divides b2, and therefore 2 divides b.

Thus 2 divides both a and b, contradicting that they have no common factor other than 1. Therefore √2 is irrational.

Q3 The HCF and LCM of two numbers are 9 and 360 respectively. If one of the numbers is 45, find the other number. CBSE 2019 2 marks

Using HCF × LCM = product of the two numbers:

Other number = (HCF × LCM) ÷ given number = (9 × 360) ÷ 45 = 3240 ÷ 45 = 72.

(Check: 45 = 32 × 5, 72 = 23 × 32; HCF = 32 = 9 and LCM = 23 × 32 × 5 = 360, as required.)

Q4 Two tankers contain 850 litres and 680 litres of petrol respectively. Find the maximum capacity of a container that can measure the petrol of each tanker an exact number of times. CBSE 2023 3 marks

The maximum capacity that exactly measures both quantities is the HCF of 850 and 680.

Prime factorisations: 850 = 2 × 52 × 17 and 680 = 23 × 5 × 17.

HCF = product of least powers of common primes = 2 × 5 × 17 = 170 litres.

(Check: 850 ÷ 170 = 5 times and 680 ÷ 170 = 4 times, both exact.)

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI