B Bachaika
Chapter 1

Real Numbers

Euclid's Division Lemma, the Fundamental Theorem of Arithmetic, irrational numbers, and decimal expansions.

⏱ ~18 min read

Introduction

In Class 9, you studied rational and irrational numbers. Together, these form the real numbers. In this chapter, we explore two powerful ideas about real numbers:

  1. Euclid’s Division Lemma - a method for finding the HCF (Highest Common Factor) of two positive integers.
  2. The Fundamental Theorem of Arithmetic - every composite number can be uniquely expressed as a product of primes.

Using these, we will also understand why numbers like √2 are irrational, and why the decimal expansions of certain rational numbers terminate.

1. Euclid’s Division Lemma

Lemma: Given any two positive integers a and b, there exist unique integers q and r satisfying:

a = bq + r, where 0 ≤ r < b

Here q is the quotient and r is the remainder.

Example

Let a = 455 and b = 42:

Finding HCF (Euclid’s Algorithm)

To find the HCF of two numbers:

  1. Divide the larger by the smaller.
  2. If the remainder is 0, the divisor is the HCF.
  3. Otherwise, the divisor becomes the new a and the remainder becomes the new b. Repeat step 1.

Example: Find the HCF of 455 and 42.

StepEquationDivisorRemainder
1455 = 42 × 10 + 354235
242 = 35 × 1 + 7357
335 = 7 × 5 + 070

HCF = 7

2. The Fundamental Theorem of Arithmetic

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

Examples

Finding HCF and LCM

For two numbers - say 6 and 20:

235
6110
20201

Note: HCF × LCM = a × b → 2 × 60 = 120 = 6 × 20 ✓

3. Irrational Numbers

A number that cannot be written as p/q (where p, q are integers and q ≠ 0) is called an irrational number.

Prove that √2 is irrational

Proof by contradiction:

Assume √2 is rational. Then √2 = p/q, where p and q share no common factor (i.e., p/q is in simplest form).

But now both p and q are divisible by 2 - contradicting our assumption that p/q was in simplest form.

Therefore √2 cannot be rational. √2 is irrational.

4. Decimal Expansions of Rational Numbers

A rational number p/q (in simplest form) has a terminating decimal expansion if and only if the prime factorization of q contains only 2’s and 5’s (no other primes).

Examples

Key Takeaways

Practice Questions

  1. Use Euclid’s algorithm to find the HCF of 867 and 255.
  2. Find the LCM and HCF of 12, 15, and 21 using prime factorization.
  3. Prove that √5 is irrational.
  4. Without dividing, decide which of the following have a terminating decimal expansion: (a) 13/3125 (b) 17/8 (c) 64/455 (d) 15/1600

Stuck on a question? Tap “Ask a question about this chapter” to send it to an educator.

💬 Ask a question about this chapter