Class 10- Maths- Chapter 1: REAL NUMBERS

Real Numbers Explained for Grade 10 Students
๐Ÿ“ Grade 10 Mathematics

Cracking the Code of
Real Numbers

Prime factors, irrational numbers, HCF, LCM — all explained in plain English with zero panic.

๐Ÿ”ข Prime Factorisation ๐Ÿ“ HCF & LCM ๐ŸŒ€ Irrational Numbers ๐Ÿงฎ Euclid's Algorithm

Welcome back, math explorer! ๐Ÿ‘‹ In Class IX you dipped your toes into the world of real numbers and bumped into those mysterious irrational numbers. Now it's time to go deeper — into the hidden rules that govern how every positive integer is built.

Don't be scared by terms like Euclid's Division Algorithm or Fundamental Theorem of Arithmetic. By the end of this post, they'll feel like old friends.

๐Ÿš€ Sneak peek
Did you know that the same rules we use to break numbers apart can also predict whether a fraction like p/q will produce a decimal that stops… or goes on forever? Read on to find out!
๐Ÿ“Š Infographic Description 1

Euclid's Division Algorithm — A Flowchart

Design brief for a designer: A bright golden-yellow flowchart on a warm cream background. The flowchart starts with a top diamond shape labelled "Divide a by b → get quotient q and remainder r". An arrow labelled "Is r = 0?" branches right (YES) to a green circle marked "HCF = b ✅" and left (NO) to a blue rectangle labelled "Replace a → b, b → r" with a loop arrow curving back to the top. Key formula a = bq + r, 0 ≤ r < b is shown in a bold serif font inside an amber badge at the top. Friendly stick figures sit beside each decision box celebrating with thumbs-up icons.

⚙️ 1. The "Long Division" Secret: Euclid's Algorithm

You've been doing division for years. Euclid's Division Algorithm is simply that familiar long-division process written down as a formal rule.

๐ŸŒŸ Student Translation: "Algorithm" just means a step-by-step method. Think of it like a recipe, but for maths.
๐Ÿ“Œ The Core Idea
For any positive integer a divided by another positive integer b, there are unique integers q (quotient) and r (remainder) such that:
a = bq + r, where 0 ≤ r < b
The key constraint? The remainder r must be smaller than the divisor b, and it can be zero — but never negative.
๐Ÿ“ Example
Divide 17 by 5: 17 = 5 × 3 + 2. Here a = 17, b = 5, q = 3, r = 2. Since 0 ≤ 2 < 5, everything checks out! This algorithm is the engine behind computing the HCF (Highest Common Factor) of two numbers.

๐Ÿงฌ 2. The DNA of Numbers: The Fundamental Theorem of Arithmetic

If numbers were living organisms, the Fundamental Theorem of Arithmetic (FTA) would be their DNA.

๐ŸŒŸ Student Translation: Every composite number has exactly one unique "recipe" of prime ingredients. Think of primes as Lego bricks — every number is just a specific arrangement of them.
๐Ÿ“– Theorem 1.1 — 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 factors.
๐Ÿ“ Real-World Analogy
Think of prime numbers like chemical elements on the Periodic Table. Just as every molecule is made of specific atoms in a unique arrangement, every composite number is made of specific primes. There's only one way to build water (H₂O) — and only one way to build 32,760!
32760 = 2³ × 3² × 5 × 7 × 13
// No other combination of primes gives exactly 32,760
๐Ÿ‘จ‍๐Ÿ”ฌ

Meet the "Prince of Mathematicians": Carl Friedrich Gauss (1777–1855)

While the FTA was hinted at in Euclid's ancient work, it was Gauss who provided the first correct formal proof in his landmark publication Disquisitiones Arithmeticae. Considered one of the three greatest mathematicians of all time (alongside Archimedes and Newton), Gauss made contributions to both mathematics and science that still shape the modern world.

๐Ÿ“Š Infographic Description 2

HCF vs LCM — Side-by-Side Visual

Design brief for a designer: A bright mint-green side-by-side comparison card on a light teal background. Left panel (purple accent): labelled "HCF" with a Venn diagram of two overlapping circles for the numbers 6 and 20 — the overlapping region is highlighted in deep purple and shows the shared prime factor (2¹). Right panel (orange accent): labelled "LCM" showing both circles fully highlighted in orange, with the formula "2² × 3 × 5 = 60" beneath. An equals/not-equals sign between panels with a star badge shows "HCF × LCM = Product of the two numbers". Icons of calculator and stars add a playful touch.

๐Ÿ”ข 3. HCF, LCM & The Magic Formula

Using the prime factorisation method — the practical superpower of the FTA — we can find HCF and LCM of numbers by studying their prime "power-ups."

Method What to do Example: 6 & 20
HCF Take the smallest power of each common prime factor 6 = 2¹ × 3¹ and 20 = 2² × 5¹. Common factor is 2. Smallest power = 2¹. HCF = 2
LCM Take the greatest power of every prime factor involved Primes involved: 2, 3, 5. Greatest powers: 2², 3¹, 5¹. 4×3×5 = LCM = 60
✨ The Magic Formula for two numbers a and b:

HCF(a, b) × LCM(a, b) = a × b
⚠️ WARNING: This only works for exactly two numbers! For three numbers, more advanced formulas are needed.
๐Ÿ“ Example — HCF & LCM of 96 and 404
Step 1: Prime factorise — 96 = 2⁵ × 3, and 404 = 2² × 101.
Step 2: HCF = 2² = 4 (smallest power of common factor 2).
Step 3: LCM = (96 × 404) ÷ 4 = 9696.

๐Ÿ” 4. Solving the Mystery: Can 4โฟ Ever End in Zero?

Let's use prime factorisation to crack a puzzle: could 4โฟ (where n is any natural number) ever end with the digit 0?

๐Ÿ•ต️ Detective Reasoning
A number ending in 0 must be divisible by 10 = 2 × 5. So its prime factors must include both 2 and 5.
4โฟ = (2²)โฟ = 2²โฟ ← only prime factor here is 2!
Since 5 can never appear in the prime factorisation of 4โฟ (the FTA guarantees uniqueness!), 4โฟ can never end in zero. ✅

5. Proving the "Impossible": Why √2 is Irrational

In Class IX you were told that √2 is irrational. Now we can prove it — using a clever technique called Proof by Contradiction.

๐ŸŒŸ Student Translation: We assume something is true, chase that assumption until it crashes into a logical wall (a contradiction), and then conclude our assumption must have been wrong all along. It's detective math!

The 6-Step Proof that √2 is Irrational

  • The Assumption: Suppose √2 is rational. Then √2 = a/b, where a and b are coprime integers (no common factors).
  • The Squaring: Square both sides: 2 = a²/b², so 2b² = a².
  • The Core Logic: This means 2 divides a². By Theorem 1.2 (if a prime p divides a², then p divides a), 2 must divide a.
  • The Substitution: Write a = 2c. Plug back in: 2b² = (2c)² = 4c², so b² = 2c².
  • The Dead End: Now 2 divides b² — so 2 must divide b as well. Both a and b are divisible by 2!
  • The Contradiction: But a and b were supposed to be coprime. Having 2 as a common factor contradicts that. ๐Ÿ’ฅ Our assumption was wrong. Therefore √2 is irrational!
✅ Same idea works for √3, √5, and any √p where p is prime!
The proof follows the exact same six steps — just replace 2 with the prime p you're investigating.

๐Ÿ’ก 6. Bonus: When Does a Fraction Terminate?

Here's a bonus concept that ties everything together. For a rational number p/q (in lowest terms), the prime factorisation of the denominator q reveals the future of its decimal expansion:

๐Ÿ”‘ The Golden Rule
  • If the only prime factors of q are 2s and 5s (or both), the decimal terminates (stops). Example: 3/8 = 0.375
  • If q has any prime factor other than 2 or 5, the decimal is non-terminating and repeating. Example: 1/3 = 0.333…
๐Ÿ“ Quick Check
Will 7/40 terminate? 40 = 2³ × 5. Only 2s and 5s! ✅ Yes, it terminates: 7 ÷ 40 = 0.175.

Will 5/12 terminate? 12 = 2² × 3. There's a 3! ❌ No — it's 0.41666… (repeating).

⚡ Quick Takeaways: Your Cheat Sheet

  • Euclid's Division Algorithm: For any two positive integers a and b, we can write a = bq + r where 0 ≤ r < b. This is the backbone of computing HCF.
  • Fundamental Theorem of Arithmetic (FTA): Every composite number has a unique prime factorisation — its one-of-a-kind "ingredient recipe."
  • HCF Rule: Take the smallest power of every common prime factor from the numbers.
  • LCM Rule: Take the greatest power of every prime factor across all the numbers.
  • The Magic Formula (for 2 numbers only): HCF(a, b) × LCM(a, b) = a × b.
  • Prime Factor Key Rule (Theorem 1.2): If a prime p divides a², then p also divides a. This is the secret weapon inside every irrationality proof.
  • Irrational Proofs use "Proof by Contradiction": Assume it's rational → derive a logical impossibility → conclude it must be irrational.
  • Numbers like √2, √3, √5 are irrational — and so are combinations like 5 − √3 or 3√2.
  • Decimal Expansion Shortcut: A fraction terminates if and only if its denominator's prime factors are only 2s and/or 5s.

๐Ÿ“š Based on NCERT Mathematics Chapter 1 — Real Numbers (Class X)  ·  Reprint 2025–26

Remember: every expert was once a beginner. You've got this! ๐Ÿš€