Quiz Tweek Logo

Mastering Real Numbers for Class 10 Maths

March 15, 2026

Mastering Real Numbers 📘

Welcome, Class 10 Students! Real Numbers is the very first chapter of your Class 10 Maths syllabus, and it sets the foundation for many other chapters like Polynomials, Quadratic Equations, and Arithmetic Progressions. In almost every board exam, at least a few marks are guaranteed from this chapter. Understanding real numbers helps you work with divisibility, prime numbers, HCF & LCM, and the decimal representation of numbers—skills that appear again and again in higher classes and competitive exams. This guide will walk you through all important concepts in a simple, exam-focused way.

📚 1. Introduction and Core Concepts

Real Numbers are all the numbers that you have studied so far on the number line: natural numbers, whole numbers, integers, rational numbers, and irrational numbers. In short, every point on the number line represents a real number.

Core ideas from this chapter (Class 10 CBSE) include:

  • Euclid’s Division Lemma and Euclid’s Division Algorithm
  • Fundamental Theorem of Arithmetic (Prime Factorisation)
  • Finding HCF and LCM using prime factorisation
  • Proving irrationality (like proving that certain numbers are irrational)
  • Relationship between HCF and LCM
  • Decimal expansion of rational numbers (terminating and non-terminating recurring)

Some basic definitions (without going into symbols yet):

  • Natural numbers: Counting numbers starting from 1 (1, 2, 3, …).
  • Whole numbers: All natural numbers plus 0 (0, 1, 2, 3, …).
  • Integers: Whole numbers and their negatives (…, −2, −1, 0, 1, 2, …).
  • Rational numbers: Numbers that can be written as a fraction of two integers (denominator not zero).
  • Irrational numbers: Numbers that cannot be written as such a fraction (for example, the square root of 2).
  • Real numbers: All rational and all irrational numbers together.

Now we connect these concepts using the tools you learn in this chapter.

Euclid’s Division Lemma (verbal idea):
If you divide one positive integer by another, you can always write it as “divisor × quotient + remainder”, where the remainder is smaller than the divisor.

Formally:

a=bq+ra = bq + r

where aa and bb are positive integers, qq is the quotient, rr is the remainder, and 0r<b0 \le r < b.

This lemma leads to Euclid’s Division Algorithm, which is a method to find the HCF (highest common factor) of two numbers by repeated division.

Next, the Fundamental Theorem of Arithmetic says:
Every integer greater than 1 can be uniquely written as a product of prime numbers (except for the order of the factors). This is the basis of prime factorisation.

Example idea (without full calculation):
The number 60 can be factorised as product of primes in exactly one way if you ignore the order of multiplication.

🔍 2. Detailed Breakdown & Classifications

Below is a quick classification-style table of some important terms from this chapter.

Concept / TermDefinition & Example
Euclid’s Division LemmaA statement about division of integers: given any two positive integers, one can be expressed as divisor × quotient + remainder, where the remainder is smaller than the divisor. Used to build Euclid’s Division Algorithm for finding HCF.
Euclid’s Division AlgorithmA step-by-step process to find the HCF of two numbers by repeated division. You repeatedly replace the larger number with the remainder until the remainder becomes zero. The last non-zero remainder is the HCF.
Fundamental Theorem of ArithmeticEvery integer greater than 1 can be written as a product of prime numbers in a unique way (except for the order of primes). This is called the prime factorisation of the number.
Prime FactorisationExpressing a number as a product of prime numbers. Useful for finding HCF, LCM and for questions on terminating and non-terminating decimals.
HCF (Highest Common Factor)The largest number that divides each of the given numbers exactly. Also called GCD (Greatest Common Divisor).
LCM (Least Common Multiple)The smallest number that is a multiple of each of the given numbers.
Irrational NumberA real number that cannot be written as a ratio of two integers. Its decimal expansion is non-terminating and non-recurring (for example, square root of 2).
Decimal ExpansionWriting a rational number in decimal form. Depending on the denominator (in lowest form), the decimal can be terminating or non-terminating recurring.

To go deeper, let us now bring in some key formulas and patterns you must remember for the exam.

Relationship between HCF and LCM for two positive integers aa and bb:

a×b=HCF(a,b)×LCM(a,b)a \times b = \text{HCF}(a, b) \times \text{LCM}(a, b)

(This formula is often directly used in one-mark questions.)

Decimal expansion of rational numbers:
Let pq\dfrac{p}{q} be a rational number in lowest form (that is, pp and qq have no common factors other than 1).

  • If the prime factorisation of qq has only 2 and/or 5 (like 2m5n2^m 5^n), then its decimal expansion is terminating.
  • If qq has any prime factor other than 2 or 5, then its decimal expansion is non-terminating and recurring (repeating).

Example pattern (conceptual):
If the denominator (in simplest form) is 8, 20, 25, 40 etc. (made only of 2s and 5s), the decimal will stop. If the denominator contains 3, 7, 11, etc., the decimal will repeat forever.

Proving irrational numbers:
In your syllabus, you usually prove that 2\sqrt{2}, 3\sqrt{3}, 5\sqrt{5} etc. are irrational using the contradiction method:

  1. Assume the number is rational.
  2. Express it as pq\dfrac{p}{q} in lowest form.
  3. Use algebra to arrive at a statement that both pp and qq are even (or have some common factor), which contradicts the assumption that the fraction was in lowest form.
  4. Conclude that the original assumption was wrong, so the number must be irrational.

⚙️ 3. Essential Rules, Formulas, or Mechanisms

Here are the most exam-relevant rules, written in a compact form.

Euclid’s Division Lemma:

a=bq+r,0r<ba = bq + r,\quad 0 \le r < b

Using this repeatedly gives Euclid’s Algorithm for HCF:

  • Step 1: Divide the larger number by the smaller.
  • Step 2: Replace the larger number by the smaller, and the smaller by the remainder.
  • Step 3: Repeat until the remainder is zero.
  • Step 4: The last non-zero remainder is the HCF.

Fundamental Theorem of Arithmetic (symbolic form):
For any integer n>1n > 1:

n=p1a1p2a2p3a3pkakn = p_1^{a_1} \, p_2^{a_2} \, p_3^{a_3} \dotsm p_k^{a_k}

where p1,p2,,pkp_1, p_2, \dots, p_k are primes and a1,a2,,aka_1, a_2, \dots, a_k are positive integers. This representation is unique except for the order of primes.

HCF and LCM using prime factorisation (for numbers aa and bb):

  • Write aa and bb as products of primes.
  • For HCF: take each common prime to the smallest power.
  • For LCM: take each prime (whether common or not) to the highest power.

Relationship between HCF and LCM:

HCF(a,b)×LCM(a,b)=a×b\text{HCF}(a, b) \times \text{LCM}(a, b) = a \times b

Test for terminating decimal (for a rational number in lowest form pq\dfrac{p}{q}):

  • Factorise qq.
  • If q=2m5nq = 2^m 5^n for some non-negative integers mm and nn, the decimal is terminating.
  • Otherwise, it is non-terminating recurring.

Expressing terminating decimals as rational numbers (concept idea):
If you have a terminating decimal like 0.37, you can write:

0.37=371000.37 = \dfrac{37}{100}

and then reduce it to lowest form if possible. The number of decimal places tells you the power of 10 in the denominator.

Expressing non-terminating recurring decimals as rational numbers:
If x=0.36x = 0.\overline{36} (36 repeating), you use algebra (multiply by power of 10, subtract, and solve for xx) to convert it into a fraction.

💡 Exam-Oriented Pro Tips!

  • Always reduce fractions to lowest form before checking whether the decimal expansion will terminate or recur. Many students forget this step and get the wrong answer.
  • In proof questions like “Prove that square root of 5 is irrational”, never skip the line where you clearly state the assumption (for example, “Assume square root of 5 is rational”). This is a common source of half-mark loss.
  • For HCF and LCM using prime factorisation, write prime factors neatly in index form (using powers). It saves time and reduces calculation mistakes.
  • In Euclid’s Algorithm questions, clearly show each division step and write a final statement: “Therefore, HCF of (numbers) is (value).” This improves presentation and can fetch you full marks.
  • Learn one or two standard proofs thoroughly (like irrationality proofs and decimal expansion questions). These are frequently asked as 3- or 4-mark questions in CBSE exams.
  • Remember: if the denominator (in lowest form) has only 2s and 5s, think “Terminating = T for T, Two and Five”. This simple trick helps you recall the condition quickly.

📝 4. Summary & Conclusion

To revise quickly for your board exams, keep the following points in mind:

  • Real numbers include all rational and irrational numbers. Every point on the number line is a real number.
  • Euclid’s Division Lemma and Algorithm help you compute HCF efficiently. Learn the steps and practice with different pairs of numbers.
  • Fundamental Theorem of Arithmetic guarantees that every integer greater than 1 has a unique prime factorisation. This idea is the backbone for many questions, including those on HCF, LCM, and decimal expansions.
  • For any two positive integers aa and bb, the product of HCF and LCM equals the product of the numbers themselves. This formula is often directly tested.
  • Rational numbers can have terminating or non-terminating recurring decimal expansions. To check which type, always reduce the fraction to lowest form and look at the prime factors of the denominator.
  • Numbers like 2,3,5\sqrt{2}, \sqrt{3}, \sqrt{5} are irrational, and you should be able to prove their irrationality using the contradiction method.
  • Presentation matters: show steps clearly, write statements in words (not only symbols), and box or underline final answers where appropriate.

If you understand these concepts and practice a good variety of problems (including previous year CBSE questions and sample papers), you can score full marks from this chapter. Real Numbers may look simple, but it is very scoring and highly connected to future mathematical topics.


Ready to test your knowledge?

Practice with our Maths quiz.

Take the "Mastering Real Numbers: Class 10 Maths Board Exam Prep Quiz" Quiz Now! 📝

Related Quizzes

Test your knowledge with these related quizzes.