CBSE Class 10 Mathematics Chapter 1: Real Numbers NCERT Solutions

NCERT Solutions PDF Class 10 PDF

This chapter, "Real Numbers," for CBSE Class 10 Mathematics, delves into fundamental concepts of number theory. The NCERT Solutions provided here focus on applying Euclid's division algorithm to find the Highest Common Factor (HCF) of numbers. It also explores the properties of integers, demonstrating how positive odd integers can be represented in specific forms using the division algorithm. The solutions offer step-by-step guidance, making complex concepts accessible for students. These solutions are designed to aid students in understanding the theoretical underpinnings and practical applications of these number theory principles, crucial for exam preparation and building a strong mathematical foundation.

Quick info

BoardCBSE
ClassClass 10
SubjectMathematics
Session2026
LanguageEnglish
TypeNCERT Solutions
ChapterChapter 1: Real Numbers

Chapter summary

Chapter 1, "Real Numbers," for Class 10 Mathematics, introduces students to Euclid's division algorithm as a method for calculating the HCF of integers. The exercises focus on applying this algorithm systematically. It also covers the representation of integers, particularly odd integers, in specific algebraic forms derived from the division algorithm, reinforcing the understanding of divisibility and integer properties. These solutions provide a clear path to mastering these foundational concepts.

Learning outcomes

  • Understand and apply Euclid's division algorithm to find the HCF of two numbers.
  • Systematically perform the steps of the division algorithm to reach a zero remainder.
  • Represent positive odd integers in the forms 6q+1, 6q+3, or 6q+5.
  • Explain the relationship between the division algorithm and the properties of odd integers.
  • Solve problems involving the application of Euclid's division algorithm.

Topics covered

Paper topics

  • Euclid's Division Algorithm
  • Highest Common Factor (HCF)
  • Properties of Integers
  • Representation of Odd Integers
  • Division Lemma
  • Number Theory Basics

Important topics

  • Euclid's Division Algorithm for HCF
  • Application of Division Lemma
  • Proving properties of odd integers

PDF preview

Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.

Loading document …
Page of
Loading page …

Questions and Solutions

Question 1

Use Euclid's division algorithm to find the HCF of the following pairs of numbers:
  1. 135 and 225
  2. 196 and 38220
  3. 867 and 255
Solution:
  1. To find the HCF of 135 and 225:

    Since 225 is greater than 135, we apply the division lemma to 225 and 135:

    225 = 135 \times 1 + 90

    The remainder is 90, which is not zero. So, we apply the division lemma to the divisor (135) and the remainder (90):

    135 = 90 \times 1 + 45

    The remainder is 45, which is not zero. So, we apply the division lemma to the new divisor (90) and the new remainder (45):

    90 = 45 \times 2 + 0

    The remainder is now zero. The process stops. The last non-zero remainder, which is the divisor at this stage, is 45.

    Therefore, the HCF of 135 and 225 is 45.

  2. To find the HCF of 196 and 38220:

    Since 38220 is greater than 196, we apply the division lemma to 38220 and 196:

    38220 = 196 \times 195 + 0

    The remainder is zero in the first step. The process stops. The divisor at this stage is 196.

    Therefore, the HCF of 196 and 38220 is 196.

  3. To find the HCF of 867 and 255:

    Since 867 is greater than 255, we apply the division lemma to 867 and 255:

    867 = 255 \times 3 + 102

    The remainder is 102, which is not zero. So, we apply the division lemma to the divisor (255) and the remainder (102):

    255 = 102 \times 2 + 51

    The remainder is 51, which is not zero. So, we apply the division lemma to the new divisor (102) and the new remainder (51):

    102 = 51 \times 2 + 0

    The remainder is now zero. The process stops. The last non-zero remainder, which is the divisor at this stage, is 51.

    Therefore, the HCF of 867 and 255 is 51.

Question 2

Show that any positive odd integer can be expressed in the form 6q + 1, or 6q + 3, or 6q + 5, where q is some integer.
Solution:

Let a be any positive integer. According to Euclid's division algorithm, when a is divided by b, we have a = bq + r, where q is the quotient and r is the remainder such that 0 \le r < b.

In this case, we consider the divisor b = 6. So, any positive integer a can be expressed in one of the following forms:

a = 6q + 0, a = 6q + 1, a = 6q + 2, a = 6q + 3, a = 6q + 4, or a = 6q + 5, where q \ge 0 is an integer.

Now, let's examine each form to determine if it represents an odd integer:

  • 6q is an even number because it is divisible by 2 (6q = 2 \times (3q)).
  • 6q + 1 is an odd number because it can be written as 2(3q) + 1, which is in the form 2k + 1 where k = 3q.
  • 6q + 2 is an even number because it is divisible by 2 (6q + 2 = 2 \times (3q + 1)).
  • 6q + 3 is an odd number because it can be written as (6q + 2) + 1 = 2(3q + 1) + 1, which is in the form 2k + 1 where k = 3q + 1.
  • 6q + 4 is an even number because it is divisible by 2 (6q + 4 = 2 \times (3q + 2)).
  • 6q + 5 is an odd number because it can be written as (6q + 4) + 1 = 2(3q + 2) + 1, which is in the form 2k + 1 where k = 3q + 2.

Therefore, any positive odd integer must be of the form 6q + 1, 6q + 3, or 6q + 5.

Common mistakes

  • Errors in applying the division lemma repeatedly.
  • Incorrectly identifying the HCF from the final step of the algorithm.
  • Misinterpreting the conditions for odd integers in the form 6q+r.
  • Calculation errors in the division and remainder steps.

Revision tips

  • Practice each part of Question 1 thoroughly to ensure mastery of the algorithm.
  • Focus on understanding why the remainder must be zero for the HCF to be found.
  • Review the logic behind representing odd integers in the specified forms.
  • Work through the examples step-by-step, explaining each calculation aloud.

Practice MCQs

Q1. What is the HCF of 135 and 225 using Euclid's division algorithm?

Q2. According to Euclid's division algorithm, if a = bq + r, what is the condition for the remainder r?

Q3. Which of the following forms can represent any positive odd integer?

Q4. What is the HCF of 196 and 38220?

Q5. If an integer 'a' is divided by 6, the possible remainders are:

Frequently asked questions

What is Euclid's division algorithm?

Euclid's division algorithm is a technique to compute the Highest Common Factor (HCF) of two given positive integers. It is based on the principle that the HCF of two numbers does not change if the larger number is replaced by its difference with the smaller number, or more generally, by the remainder when the larger number is divided by the smaller number.

How is Euclid's division algorithm used to find the HCF?

To find the HCF of two numbers, say 'a' and 'b' (where a > b), we apply the division lemma to find quotients and remainders when 'a' is divided by 'b'. We continue this process, replacing the dividend with the divisor and the divisor with the remainder, until the remainder is zero. The last non-zero remainder is the HCF.

Why are odd integers represented in the forms 6q+1, 6q+3, or 6q+5?

Any integer when divided by 6 can have remainders 0, 1, 2, 3, 4, or 5. Integers of the form 6q, 6q+2, and 6q+4 are even because they are divisible by 2. Integers of the form 6q+1, 6q+3, and 6q+5 are odd because they leave a remainder of 1 when divided by 2.

Are these solutions suitable for Class 10 CBSE board exams?

Yes, these solutions are specifically designed for the CBSE Class 10 Mathematics curriculum, covering Chapter 1: Real Numbers, and align with the NCERT textbook content and exam patterns.

Content reviewed by the NCERT Help team. Editorial Team and update policy

NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.