Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Class 10 RD Sharma Solutions- Chapter 1 Real Numbers - Exercise 1.2 | Set 2
Next article icon

Class 10 RD Sharma Solutions- Chapter 1 Real Numbers - Exercise 1.2 | Set 1

Last Updated : 28 Aug, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

In this article, we delve into the solutions for Exercise 1.2 Set 1 from Chapter 1 of RD Sharma's Class 10 Mathematics textbook focusing on "Real Numbers". This chapter is fundamental as it introduces the concept of the real numbers which form the basis for understanding more complex mathematical ideas. The solutions provided will help students grasp the principles and applications of the real numbers ensuring a solid foundation for their studies.

Real Numbers

The Real numbers encompass all the numbers on the number line including both the rational numbers and irrational numbers. They are crucial in various mathematical operations and real-world applications. Understanding real numbers is essential for solving equations, inequalities and other mathematical problems.

Question 1. Define the HCF of two positive integers and find the HCF of the following pairs of numbers:

(i) 32 and 54

Solution:

Applying Euclid’s Division Lemma on 54 , we get,

54 = 32 x 1 + 22

Applying Euclid’s Division Lemma on 32 and remainder 22 , we get,

32 = 22 x 1 + 10

Now, remainder ≠ 0, apply division lemma on 22 and remainder 10, we get,

22 = 10 x 2 + 2

Applying Euclid’s Division Lemma on 10 and remainder 2 , we get,

10 = 2 x 5 + 0

Therefore, the H.C.F. of 32 and 54 is 2.

(ii) 18 and 24

Solution:

Applying Euclid’s Division Lemma on 24 and 18, we get,

24 = 18 x 1 + 6.

Applying Euclid’s Division Lemma on 18 and remainder 6., we get,

18 = 6 x 3 + 0.

Therefore, H.C.F. of 18 and 24 is 6

(iii) 70 and 30

Solution:

Applying Euclid’s Division Lemma on 70 and 30, we get,

70 = 30 x 2 + 10.

Applying Euclid’s Division Lemma on 30 and remainder 10, we get,

30 = 10 x 3 + 0.

Since, remainder is 0 now,

Therefore, H.C.F. of 70 and 30 is 10

(iv) 56 and 88

Solution:

Applying Euclid’s Division Lemma on 56 and remainder 88, we get,

88 = 56 x 1 + 32.

Applying Euclid’s Division Lemma on 56 and remainder 32, we get,

56 = 32 x 1 + 24.

Applying Euclid’s Division Lemma on 32 and remainder 24, we get,

32 = 24 x 1+ 8.

Applying Euclid’s Division Lemma on 24 and remainder 8, we get,

24 = 8 x 3 + 0.

Since, the remainder is now 0,

Therefore, H.C.F. of 56 and 88 is 8

(v) 475 and 495

Solution:

Applying Euclid’s Division Lemma on 475 and 495, we get,

495 = 475 x 1 + 20.

Applying Euclid’s Division Lemma on 475 and remainder 20, we get,

475 = 20 x 23 + 15.

Applying Euclid’s Division Lemma on 20 and remainder 15, we get,

20 = 15 x 1 + 5.

Applying Euclid’s Division Lemma on 15 and remainder 5, we get,

15 = 5 x 3+ 0.

Since, the remainder is now 0,

Therefore, H.C.F. of 475 and 495 is 5

(vi) 75 and 243

Solution:

Applying Euclid’s Division Lemma on 243 and 75, we get,

243 = 75 x 3 + 18.

Applying Euclid’s Division Lemma on 75 and remainder 18, we get,

75 = 18 x 4 + 3.

Applying Euclid’s Division Lemma on 18 and remainder 3, we get,

18 = 3 x 6+ 0.

Since, the remainder is now 0, 

Therefore, H.C.F. of 75 and 243 is 3

(vii) 240 and 6552

Solution:

Applying Euclid’s Division Lemma on 6552 and 240, we get,

6552 = 240 x 27 + 72.

Applying Euclid’s Division Lemma on 240 and remainder 72, we get,

240 = 72 x 3+ 24.

Applying Euclid’s Division Lemma on 72 and remainder 24, we get,

72 = 24 x 3 + 0.

Since, the remainder is now 0,

Therefore, H.C.F. of 240 and 6552 is 24

(viii) 155 and 1385

Solution:

Applying Euclid’s Division Lemma on 1385 and 155, we get,

1385 = 155 x 8 + 145.

Applying Euclid’s Division Lemma on 155 and remainder 145, we get,

155 = 145 x 1 + 10.

Applying Euclid’s Division Lemma on 145 and remainder 10, we get,

145 = 10 x 14 + 5.

Applying Euclid’s Division Lemma on 10 and remainder 5, we get,

10 = 5 x 2 + 0.

Since, the remainder is now 0,

Therefore, H.C.F. of 155 and 1385 is 5

(ix) 100 and 190

Solution:

Applying Euclid’s Division Lemma on 190 and 100, we get,

190 = 100 x 1 + 90.

Applying Euclid’s Division Lemma on 100 and remainder 90, we get,

100 = 90 x 1 + 10.

Applying Euclid’s Division Lemma on 90 and remainder 10, we get,

90 = 10 x 9 + 0.

Therefore, H.C.F. of 100 and 190 is 10

(x) 105 and 120

Solution:

Applying Euclid’s Division Lemma on 120 and 105, we get,

120 = 105 x 1 + 15.

Applying Euclid’s Division Lemma on 105 and remainder 15, we get,

105 = 15 x 7 + 0.

Therefore, H.C.F. of 105 and 120 is 15

Question 2. Use Euclid’s division algorithm to find the HCF of

(i) 135 and 225

Solution:

On comparing both the integers, we find 225 > 135.

Applying Euclid’s Division Lemma on 225 and 135, we get,

225 = 135 x 1 + 90

Applying Euclid’s Division Lemma on 135 and remainder 90, we get,

⇒ 135 = 90 x 1 + 45

Applying Euclid’s Division Lemma on 90 and remainder 45, we get,

⇒ 90 = 45 x 2 + 0

Since, the remainder is now 0,

Therefore, the H.C.F of 225 and 135 is 45.

(ii) 196 and 38220

Solution:

On comparing both the integers, we find 38220 > 196.

Applying Euclid’s Division Lemma on 38220 and 196, we get,

38220 = 196 x 195 + 0

Since, the remainder is now 0,

Hence, the HCF of 38220 and 196 is 196

(iii) 867 and 255

Solution:

On comparing both the integers, we find 867 > 255.

Applying Euclid’s Division Lemma on 867 and 255 , we get,

867 = 225 x 3 + 192

Applying Euclid’s Division Lemma on 225 and remainder 192 , we get,

225 = 192 x 1 + 33

Applying Euclid’s Division Lemma on 192 and remainder 33 , we get,

192 = 33 x 5 + 27

Applying Euclid’s Division Lemma on 33 and remainder 27 , we get,

33 = 27 x 1 + 6

Applying Euclid’s Division Lemma on 27 and remainder 6 , we get,

27 = 6 x 4 + 3

Applying Euclid’s Division Lemma on 6 and remainder 3 , we get,

6 = 3 x 2 + 0

Since the remainder is now 0, 

Hence, the HCF of 867 and 255 is 3.

(iv) 184, 230 and 276

Solution:

We will first choose from 184 and 230 to find the HCF by using Euclid’s division lemma.

Thus, we obtain

230 = 184 x 1 + 46

Applying Euclid’s Division Lemma on 184 and remainder 46 , we get,

184 = 46 x 4 + 0

The HCF is therefore, 230. 

Applying Euclid’s Division Lemma on 46 and 276 , we get,

276 = 46 x 6 + 0

Therefore, the HCF of the third number 276 and 46 is 46.

(v) 136, 170 and 255

Solution:

We will first choose from 136 and 170 to find the HCF by using Euclid’s division lemma.

We get, 

170 = 136 x 1 + 34

Applying Euclid’s Division Lemma on 136 and remainder 34 , we get,

136 = 34 x 4 + 0

Since, the remainder is now 0, the divisor will be the HCF i.e., 34 for 136 and 170.

Applying Euclid’s Division Lemma on 34 and 255 , we get,

255 = 34 x 7 + 17

Applying Euclid’s Division Lemma on 34 and remainder 17 , we get,

34 = 17 x 2 + 0

Since, the remainder is now 0,

Therefore, the HCF of 136, 170 and 255 is 17.

Question 3. Find the HCF of the following pair of integers and express it as a linear combination of them,

(i) 963 and 657

Solution:

Applying Euclid’s Division Lemma on 963 and 657 , we get,

963 = 657 x 1 + 306………. (1)

Applying Euclid’s Division Lemma on 657 and remainder 306 , we get,

657 = 306 x 2 + 45………… (2)

Applying Euclid’s Division Lemma on 306 and remainder 45 , we get,

306 = 45 x 6 + 36…………. (3)

Applying Euclid’s Division Lemma on 45 and remainder 36 , we get,

45 = 36 x 1 + 9…………… (4)

Applying Euclid’s Division Lemma on 36 and remainder 9 , we get,

36 = 9 x 4 + 0……………. (5)

Therefore, the HCF is 9.

We can express the HCF as a linear combination of 963 and 657, by

9 = 45 – 36 x 1 [from (4)]

= 45 – [306 – 45 x 6] x 1 = 45 – 306 x 1 + 45 x 6 [from (3)]

= 45 x 7 – 306 x 1 = [657 -306 x 2] x 7 – 306 x 1 [from (2)]

= 657 x 7 – 306 x 14 – 306 x 1

= 657 x 7 – 306 x 15

= 657 x 7 – [963 – 657 x 1] x 15 [from (1)]

= 657 x 7 – 963 x 15 + 657 x 15

= 657 x 22 – 963 x 15.

(ii) 592 and 252

Solution:

Applying Euclid’s Division Lemma on 592 and 252 , we get,

592 = 252 x 2 + 88……… (1)

Applying Euclid’s Division Lemma on 252 and remainder 88 , we get,

252 = 88 x 2 + 76………. (2)

Applying Euclid’s Division Lemma on 88 and remainder 76 , we get,

88 = 76 x 1 + 12………… (3)

Applying Euclid’s Division Lemma on 76 and remainder 12 , we get,

76 = 12 x 6 + 4………….. (4)

Applying Euclid’s Division Lemma on 12 and remainder 4 , we get,

12 = 4 x 3 + 0……………. (5)

Therefore, H.C.F. = 4.

We can express the HCF as a linear combination of 592 and 252, by

4 = 76 – 12 x 6 [from (4)]

= 76 – [88 – 76 x 1] x 6 [from (3)]

= 76 – 88 x 6 + 76 x 6

= 76 x 7 – 88 x 6

= [252 – 88 x 2] x 7 – 88 x 6 [from (2)]

= 252 x 7- 88 x 14- 88 x 6

= 252 x 7- 88 x 20

= 252 x 7 – [592 – 252 x 2] x 20 [from (1)]

= 252 x 7 – 592 x 20 + 252 x 40

= 252 x 47 – 592 x 20

= 252 x 47 + 592 x (-20)

(iii) 506 and 1155

Solution:

Applying Euclid’s Division Lemma on 506 and 1155 , we get,

1155 = 506 x 2 + 143…………. (1)

Applying Euclid’s Division Lemma on 506 and remainder 143 , we get,

506 = 143 x 3 + 77…………….. (2)

Applying Euclid’s Division Lemma on 143 and remainder 77 , we get,

143 = 77 x 1 + 66……………… (3)

Applying Euclid’s Division Lemma on 77 and remainder 66 , we get,

77 = 66 x 1 + 11……………….. (4)

Applying Euclid’s Division Lemma on 66 and remainder 11 , we get,

66 = 11 x 6 + 0………………… (5)

Therefore, H.C.F. = 11.

We can express the HCF as a linear combination of 506 and 1155 by,

11 = 77 – 66 x 1 [from (4)]

= 77 – [143 – 77 x 1] x 1 [from (3)]

= 77 – 143 x 1 + 77 x 1

= 77 x 2 – 143 x 1

= [506 – 143 x 3] x 2 – 143 x 1 [from (2)]

= 506 x 2 – 143 x 6 – 143 x 1

= 506 x 2 – 143 x 7

= 506 x 2 – [1155 – 506 x 2] x 7 [from (1)]

= 506 x 2 – 1155 x 7+ 506 x 14

= 506 x 16 – 1155 x 7

(iv) 1288 and 575

Solution:

Applying Euclid’s Division Lemma on 1288 and 575 , we get,

1288 = 575 x 2+ 138………… (1)

Applying Euclid’s Division Lemma on 575 and remainder 138 , we get,

575 = 138 x 4 + 23……………. (2)

Applying Euclid’s Division Lemma on 138 and remainder 23 , we get,

138 = 23 x 6 + 0……………….. (3)

Therefore, H.C.F. = 23.

We can express the found HCF as a linear combination of 1288 and 575, by

23 = 575 – 138 x 4 [from (2)]

= 575 – [1288 – 575 x 2] x 4 [from (1)]

= 575 – 1288 x 4 + 575 x 8

= 575 x 9 – 1288 x 4

Question 4. Find the largest number which divides 615 and 963 leaving remainder 6 in each case.

Solution:

Firstly, since 6 is required as the remainder, we subtract it from both the numbers.

So, the required numbers are 615 – 6 = 609 and 963 – 6 = 957.

The required number is the HCF of newly obtained numbers,  609 and 957.

Applying Euclid’s Division Lemma , we get,

957 = 609 x 1+ 348

609 = 348 x 1 + 261

348 = 261 x 1 + 87

261 = 87 x 3 + 0.

Since, the remainder is 0,

Therefore, the required number is 87

Question 5. If the HCF of 408 and 1032 is expressible in the form 1032m – 408 x 5, find m.

Solution:

Firstly, the HCF of 408 and 1032 is to be found.

Applying Euclid’s Division Lemma on 408 and 1032 , we get,

1032 = 408x 2 + 216.

Applying Euclid’s Division Lemma on 408 and remainder 216 , we get,

408 = 216 x 1 + 192.

Applying Euclid’s Division Lemma on 216 and remainder 192 , we get,

216 = 192 x 1 + 24.

Applying Euclid’s Division Lemma on 192 and remainder 24 , we get,

192 = 24 x 8 + 0.

Since, the remainder is 0 ,

The H.C.F of 408 and 1032 i.e., 24

So, this HCF is expressed as a linear combination that is,

24 = 1032m – 408 x 5

1032m = 24 + 408 x 5

1032m = 24 + 2040

1032m = 2064

m = 2064/1032

We obtain, 

∴ m = 2

Question 6.  If the HCF of 657 and 963 is expressible in the form 657x + 963 x – 15, find x.

Solution:

Applying Euclid’s Division Lemma on 657 and 963 , we get,

963 = 657 x 1+ 306.

Applying Euclid’s Division Lemma on 657 and remainder 306 , we get,

657 = 306 x 2 + 45.

Applying Euclid’s Division Lemma on 306 and remainder 45 , we get,

306 = 45 x 6 + 36.

Applying Euclid’s Division Lemma on 45 and remainder 36 , we get,

45 = 36 x 1 + 9.

Applying Euclid’s Division Lemma on 36 and remainder 9 , we get,

36 = 9 x 4 + 0.

Now, the remainder = 0.

Hence, the last divisor is the H.C.F of 657 and 963 i.e., 9

by expressing the HCF as a linear combination, we get ,

9 = 657x + 963 (-15).

Finding the value of x, we get

9 = 657x —14445

9 + 14445 = 657x

14454 = 657x

⇒ x = 14454 / 657

∴ x = 22

Question 7. An army contingent of 616 members is to march behind an army band of 32 members in a parade. The two groups are to march in the same number of columns. What is the maximum number of columns in which they can march?

Solution:

We need to compute the max number of columns in which the army band can march, which can be done by finding the HCF of the given two numbers.

Now, this is equal to the H.C.F of 616 and 32.

Applying Euclid’s Division Lemma on 616 and 32 , we get,

616 = 32 x 19 + 8

32 = 8 x 4 + 0.

Therefore, H.C.F. = 8

∴ The maximum number of columns in which the army band can march is 8.

Question 8. A merchant has 120 litres of oil of one kind, 180 litres of another and 240 litres of the third kind. He wants to sell the oil by filling the three kinds of oil in tins of equal capacity. What should be the greatest capacity of such a tin?

Solution:

The greatest capacity of the tin for filling three different types of oil is equivalent to  the H.C.F. of the three available quantities 120,180 and 240.

Applying Euclid’s Division Lemma on 180 and 120 , we get,

180 = 120 x 1 + 60

120 = 60 x 2 + 0 

Since, the remainder is now 0 ,

The HCF = 60.

Computing the H.C.F of 60 and the third quantity 240.

Applying Euclid’s Division Lemma on 240 and 60 , we get,

240 = 60 x 4 + 0

Since the remainder is 0 , 

Therefore, the HCF = 60 

Therefore, the tin should be of 60 litres.

Question 9. During a sale, colour pencils were being sold in packs of 24 each and crayons in packs of 32 each. If you want full packs of both and the same number of pencils and crayons, how many of each would you need to buy?

Solution:

We have,

Number of colour pencils in a pack = 24

Number of crayons in a pack = 32.

The least number of both colour pencils and crayons that needs to be purchased is equivalent to their LCM.

L.C.M of 24 and 32 = 2 x 2 x 2 x 2 x 2 x 3 = 96

Now,

The number of pencil packs to be bought = 96 / 24 = 4 packs

And, the number of crayon packs to be bought = 96 / 32 = 3 packs

Question 10. 144 cartons of Coke Cans and 90 cartons of Pepsi Cans are to be stacked in a Canteen. If each stack is of the same height and is to contain cartons of the same drink, what would be the greatest number of cartons each stack would have?

Solution:

We have,

Number of coke can cartons = 144

Number of Pepsi can cartons = 90.

Therefore, the maximum number of cartons in a stack can be found by computing the H.C.F. of(144, 90).

Applying Euclid’s Division Lemma on 144 and 90 , we get,

144 = 90 x 1 + 54

90 = 54 x 1+ 36

54 = 36 x 1 + 18

36 = 18 x 2 + 0 

∴ Since, the remainder is 0 ,

Therefore, the greatest number of cartons together in one stack is 18

Read More:

  • Real-Life Applications of Real Numbers
  • Real Numbers

Summary

Exercise 1.2 in Chapter 1 of RD Sharma's Class 10 mathematics textbook likely covers various aspects of real numbers, including:

  • Rational and irrational numbers
  • Representing real numbers on a number line
  • Operations with real numbers
  • Properties of real numbers (closure, commutativity, associativity, distributivity)

Next Article
Class 10 RD Sharma Solutions- Chapter 1 Real Numbers - Exercise 1.2 | Set 2

M

mallikagupta90
Improve
Article Tags :
  • Technical Scripter
  • Mathematics
  • School Learning
  • Class 10
  • RD Sharma Solutions
  • RD Sharma Class-10
  • Maths-Class-10

Similar Reads

    RD Sharma Class 10 Solutions
    RD Sharma Class 10 Solutions offer excellent reference material for students, enabling them to develop a firm understanding of the concepts covered. in each chapter of the textbook. As Class 10 mathematics is categorized into various crucial topics such as Algebra, Geometry, and Trigonometry, which
    9 min read

    Chapter 1: Real Numbers

    Class 10 RD Sharma Solutions - Chapter 1 Real Numbers - Exercise 1.1 | Set 1
    In Class 10 Mathematics, Chapter 1 of RD Sharma's textbook deals with Real Numbers. This chapter lays the foundation for understanding the different types of numbers and their properties. Exercise 1.1, Set 1 focuses on fundamental concepts related to the real numbers including their classification a
    10 min read
    Class 10 RD Sharma Solutions - Chapter 1 Real Numbers - Exercise 1.1 | Set 2
    Chapter 1 of RD Sharma's Class 10 textbook focuses on the Real Numbers laying a foundational understanding of the number systems. Exercise 1.1 | Set 2 deals with the problems aimed at enhancing students' grasp of real numbers including their properties and classifications. This exercise is designed
    10 min read
    Class 10 RD Sharma Solutions- Chapter 1 Real Numbers - Exercise 1.2 | Set 1
    In this article, we delve into the solutions for Exercise 1.2 Set 1 from Chapter 1 of RD Sharma's Class 10 Mathematics textbook focusing on "Real Numbers". This chapter is fundamental as it introduces the concept of the real numbers which form the basis for understanding more complex mathematical id
    15+ min read
    Class 10 RD Sharma Solutions- Chapter 1 Real Numbers - Exercise 1.2 | Set 2
    In this article, we will explore the solutions to Exercise 1.2 from Chapter 1: Real Numbers of RD Sharma's Class 10 Mathematics textbook. The exercise focuses on the fundamental concepts related to real numbers including Euclid’s Division Lemma Fundamental Theorem of Arithmetic and their application
    10 min read
    Class 10 RD Sharma Solutions- Chapter 1 Real Numbers - Exercise 1.3
    In Chapter 1 of Class 10 Mathematics, RD Sharma explores the topic of "Real Numbers". This chapter delves into various properties of the real numbers including their classification and how they can be expressed as rational and irrational numbers. Exercise 1.3 focuses on understanding and solving the
    5 min read
    Class 10 RD Sharma Solutions - Chapter 1 Real Numbers - Exercise 1.4
    Chapter 1 of RD Sharma's Class 10 Mathematics textbook delves into the concept of the Real Numbers laying the foundation for the various mathematical concepts. Exercise 1.4 focuses on applying properties and operations related to real numbers emphasizing the practical application of these concepts i
    15+ min read
    Class 10 RD Sharma Solutions- Chapter 1 Real Numbers - Exercise 1.5
    Chapter 1 of Class 10 Mathematics, titled "Real Numbers" is foundational for the understanding the various concepts in algebra and number theory. This chapter explores the properties of the real numbers including their operations the Euclidean algorithm and fundamental theorem of arithmetic. Exercis
    10 min read
    Class 10 RD Sharma Solutions- Chapter 1 Real Numbers - Exercise 1.6
    Chapter 1 of RD Sharma's Class 10 Mathematics book focuses on the Real Numbers. This chapter is foundational laying the groundwork for understanding different types of numbers and their properties. It covers the concept of the real numbers, their classification, and key operations performed with the
    6 min read

    Chapter 2: Polynomials

    Class 10 RD Sharma Solutions- Chapter 2 Polynomials - Exercise 2.1 | Set 1
    The Polynomials are fundamental algebraic expressions consisting of variables raised to the whole-number powers and combined using addition, subtraction, and multiplication. They form the basis of many concepts in algebra including solving equations, graphing functions, and mathematical modeling. In
    15+ min read
    Class 10 RD Sharma Solutions- Chapter 2 Polynomials - Exercise 2.1 | Set 2
    In this section, we delve into Chapter 2 of the Class 10 RD Sharma textbook, focusing on Polynomials. Exercise 2.1 is designed to help students understand the fundamental concepts of polynomials, including their types, properties, and various operations performed on them.Class 10 RD Sharma Solutions
    12 min read
    Class 10 RD Sharma Solutions- Chapter 2 Polynomials - Exercise 2.2
    In this article, we will explore the solutions to Exercise 2.2 from Chapter 2 of RD Sharma's Class 10 Mathematics textbook which focuses on the "Polynomials". This chapter is fundamental for understanding the basics of polynomials their properties and how to manipulate them. By solving Exercise 2.2
    7 min read
    Class 10 RD Sharma Solutions - Chapter 2 Polynomials - Exercise 2.3
    Chapter 2 of RD Sharma's Class 10 Mathematics book delves into the polynomials a fundamental algebraic concept. This chapter introduces polynomials, their types and their properties laying the groundwork for the solving polynomial equations. Exercise 2.3 focuses on the solving polynomial equations u
    11 min read

    Chapter 3: Pair of Linear Equations in Two Variables

    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.1
    Question 1. Akhila went to a fair in her village. She wanted to enjoy rides on the Giant Wheel and play Hoopla (a game in which you throw a rig on the items in the stall, and if the ring covers any object completely you get it). The number of times she played Hoopla is half the number of rides she h
    7 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.2 | Set 1
    Question 1. Solve the following of equation graphicallyx + y = 32x + 5y = 12 Solution: Given that, 2x + 5y = 12 and x + y = 3 We have, x + y = 3, When y = 0, we get x = 3 When x = 0, we get y = 3 So, the following table giving points on the line x + y = 3: x03y30 Now, 2 + 5y = 12 y = (12 - 2x)/5 Whe
    11 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.2 | Set 2
    In Chapter 3 of RD Sharma's Class 10 Mathematics, students explore the concept of solving pairs of linear equations in two variables. Exercise 3.2 | Set 2 presents various problems designed to reinforce these concepts through practical application. This article comprehensively addresses each problem
    14 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.2 | Set 3
    Question 23. Solve the following system of linear equations graphically and shade the region between the two lines and the x-axis.(i) 2x + 3y = 12 and x - y = 1 Solution: Given that, 2x + 3y = 12 and x - y = 1 Now, 2x + 3y = 12 x = (12-3y)/2 When y = 2, we get x = 3 When y = 4, we get x = 0 So, the
    15+ min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.3 | Set 1
    Solve the following system of equations:Question 1. 11x + 15y + 23 = 0 and 7x – 2y – 20 = 0 Solution: 11x +15y + 23 = 0 …………………………. (i) 7x – 2y – 20 = 0 …………………………….. (ii) From (ii) 2y = 7x – 20 ⇒ y = (7x −20)/2 ……………………………… (iii) Putting y in (i) we get, ⇒ 11x + 15((7x−20) / 2) + 23 = 0 ⇒ 11x + (10
    9 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.3 | Set 2
    Solve the following system of equations:Question 14. 0.5x + 0.7y = 0.74 and 0.3x + 0.5y = 0.5 Solution: 0.5x + 0.7y = 0.74……………………… (i) 0.3x – 0.5y = 0.5 ………………………….. (ii) Multiply LHS and RHS by 100 in (i) and (ii) 50x +70y = 74 ……………………….. (iii) 30x + 50y = 50 …………………………… (iv) From (iii) 50x = 74
    9 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.4 | Set 1
    Solve each of the following systems of equations by the method of cross multiplication.Question 1. x + 2y + 1 = 0 and 2x – 3y – 12 = 0 Solution: Given that, x + 2y + 1 = 0 2x - 3y - 12 = 0 On comparing both the equation with the general form we get a1 = 1, b1 = 2, c1 = 1, a2 = 2, b2 = −3, c2 = -12 N
    11 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.4 | Set 2
    Chapter 3 of RD Sharma’s Class 10 Mathematics book delves into the topic of Pair of Linear Equations in Two Variables. This chapter is fundamental in understanding how to solve systems of linear equations and their applications. Exercise 3.4 | Set 2 provides the practice problems to strengthen stude
    14 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.5 | Set 1
    Question 1. In each of the following systems of equations determine whether the system has a unique solution, no solution, or infinite solutions. In case there is a unique solution, find it from 1 to 4:x − 3y − 3 = 0, 3x − 9y − 2 = 0.Solution: Given that,x − 3y − 3 = 0 ...(1) 3x − 9y − 2 = 0 ...(2)
    9 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.5 | Set 2
    Chapter 3 of RD Sharma's Class 10 Mathematics textbook deals with the "Pair of Linear Equations in the Two Variables." This chapter explores methods for solving systems of linear equations involving the two variables. Understanding these methods is crucial for solving the problems in algebra and geo
    11 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.5 | Set 3
    Question 27. For what value of a, the following system of the equation has no solution:ax + 3y = a − 312x + ay = a Solution: Given that, ax + 3y = a − 3 ...(1) 12x + ay = a ...(2) So, the given equations are in the form of: a1x + b1y − c1 = 0 ...(3) a2x + b2y − c2 = 0 ...(4) On comparing eq (1) with
    15+ min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.6 | Set 1
    Question 1. 5 pens and 6 pencils together cost ₹ 9 and 3 pens and 2 pencils cost ₹ 5. Find the cost of 1 pen and 1 pencil. Solution: Let the cost of 1 pen be Rs. x and the cost of 1 pencil be Rs. y Now, 5 pens and 6 pencils cost Rs. 9 => 5x + 6y = 9 (1) And, 3 pens and 2 pencils cost Rs. 5 =>
    9 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.6 | Set 2
    Linear equations in two variables form a critical part of algebraic problems in mathematics. These equations which represent lines on a graph provide the foundation for solving various real-world problems involving relationships between the two variables. Chapter 3 of RD Sharma's Class 10 mathematic
    7 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.7
    In Class 10 mathematics, solving linear equations is a fundamental concept that underpins many advanced topics. Chapter 3 of RD Sharma's textbook titled "Pair of Linear Equations in Two Variables" explores methods to solve systems of equations involving the two variables. Understanding these concept
    14 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.8
    In this section, we explore Chapter 3 of the Class 10 RD Sharma textbook, which focuses on Pairs of Linear Equations in Two Variables. Exercise 3.8 is designed to help students understand the methods for solving pairs of linear equations, enhancing their problem-solving skills in algebra.Class 10 RD
    9 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.9
    In Class 10 Mathematics, Chapter 3 focuses on Pair of Linear Equations in Two Variables. This chapter deals with the solving systems of the equations where each equation is linear and has two variables. The importance of this topic lies in its applications in various fields such as economics, engine
    11 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.10
    Question 1. Points A and B are 70km. apart on a highway. A car starts from A and another car starts from B simultaneously. If they travel in the same direction, they meet in 7hrs, but if they travel towards each other, they meet in one hour. Find the speed of two cars. Solution: Let’s assume that th
    15+ min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.11 | Set 1
    Question 1. If in a rectangle, the length is increased and breadth reduced each by 2 units, the area is reduced by 28 square units. If, however the length is reduced by 1 unit and the breadth increased by 2 units, the area increases by 33 square units. Find the area of the rectangle. Solution: Let’s
    15 min read
    Class 10 RD Sharma Solutions - Chapter 3 Pair of Linear Equations in Two Variables - Exercise 3.11 | Set 2
    In this article, we will discuss the solutions to Exercise 3.11 Set 2 from Chapter 3 of RD Sharma's Class 10 Mathematics textbook which focuses on the "Pair of Linear Equations in the Two Variables". This chapter is vital as it introduces students to methods for solving systems of linear equations a
    11 min read

    Chapter 4: Triangles

    Class 10 RD Sharma Solutions - Chapter 4 Triangles - Exercise 4.1
    Question 1. (Fill in the blanks using the correct word given in brackets: (i) All circles are _____________ (congruent, similar).(ii) All squares are _____________ (similar, congruent).(iii) All _____________ triangles are similar (isosceles, equilaterals) :(iv) Two triangles are similar, if their c
    2 min read
    Class 10 RD Sharma Solutions - Chapter 4 Triangles - Exercise 4.2
    Question 1: In a ΔABC, D and E are points on the sides AB and AC respectively such that DE || BC.(i) If AD = 6 cm, DB = 9 cm and AE = 8 cm, Find AC. Solution: Given: Δ ABC where Length of side AD = 6 cm, DB = 9 cm, AE = 8 cm Also, DE ∥ BC, To find : Length of side AC By using Thales Theorem we get,
    15 min read
    Class 10 RD Sharma Solutions - Chapter 4 Triangles - Exercise 4.3
    Problem 1: In a ∆ABC, AD is the bisector of ∠A, meeting side BC at D.(i) If BD = 2.5 cm, AB = 5 cm and AC = 4.2 cm, find DC Solution: Given: Length of side BD = 2.5 cm, AB = 5 cm, and AC = 4.2 cm. To find: Length of side DC In Δ ABC, AD is the bisector of ∠A, meeting side BC at D. Since, AD is ∠A bi
    11 min read
    Class 10 RD Sharma Solutions - Chapter 4 Triangles - Exercise 4.4
    Question 1. (i) In fig., if AB || CD, find the value of x. Solution: Given, AB∥ CD. To find the value of x. Now, AO/ CO = BO/ DO [Diagonals of a parallelogram bisect each other] ⇒ 4/ (4x – 2) = (x +1)/ (2x + 4) 4(2x + 4) = (4x – 2)(x +1) 8x + 16 = x(4x – 2) + 1(4x – 2) 8x + 16 = 4x2 – 2x + 4x – 2 -4
    3 min read
    Class 10 RD Sharma Solutions - Chapter 4 Triangles - Exercise 4.5 | Set 1
    The Triangles are fundamental geometric shapes characterized by three sides, three angles and three vertices. They are categorized based on their side lengths and angles leading to the various types such as the equilateral, isosceles, and scalene triangles. The study of the triangles includes unders
    6 min read
    Class 10 RD Sharma Solutions - Chapter 4 Triangles - Exercise 4.5 | Set 2
    Chapter 4 of the Class 10 RD Sharma Mathematics textbook, "Triangles," covers the properties and theorems related to triangles, including similarity, congruence, and the Pythagorean theorem. Exercise 4.5 focuses on applying these properties to solve problems related to triangles.RD Sharma Solutions
    10 min read
    Class 10 RD Sharma Solutions - Chapter 4 Triangles - Exercise 4.6 | Set 1
    This exercise contains questions regarding the similarity of triangles. Questions in this exercise are based on the concepts of properties of two similar triangles. The RD Sharma Solutions Class 10 provides all solutions required for a quick preparation for exams. The following questions and their s
    7 min read
    Class 10 RD Sharma Mathematics Solutions - Chapter 4 Triangles - Exercise 4.6 | Set 2
    Chapter 4 of RD Sharma's Class 10 mathematics book focuses on "Triangles" which is a fundamental concept in the geometry. This chapter deals with the various properties and theorems related to triangles such as the congruence similarity and Pythagorean theorem. Understanding these concepts is essent
    9 min read
    Class 10 RD Sharma Solutions - Chapter 4 Triangles - Exercise 4.7 | Set 1
    Question 1. If the sides of a triangle are 3 cm, 4 cm, and 6 cm long, determine whether the triangle is a right-angled triangle.Solution: According to the question The sides of triangle are: AB = 3 cm BC = 4 cm AC = 6 cm According to Pythagoras Theorem:  AB2 = 32 = 9 BC2 = 42 = 16 AC2 = 62 = 36 Sinc
    11 min read
    Class 10 RD Sharma Solutions - Chapter 4 Triangles - Exercise 4.7 | Set 2
    Question 15. Each side of a rhombus is 10 cm. If one of its diagonals is 16 cm, find the length of the other diagonal. Solution: Given, In rhombus ABCD, diagonals AC and BD bisect each other at O at right angles Each side = 10 cm and one diagonal AC = 16 cm ∴ AO = OC = 16/2 = 8 cm Now in ∆AOB, By us
    11 min read

    Chapter 5: Trigonometric Ratios

    Class 10 RD Sharma Solutions - Chapter 5 Trigonometric Ratios - Exercise 5.1 | Set 1
    Chapter 5 of the Class 10 RD Sharma Mathematics textbook, "Trigonometric Ratios," introduces students to the basic trigonometric functions and their applications. Exercise 5.1 focuses on solving problems involving the fundamental trigonometric ratios of angles in a right-angled triangle.RD Sharma So
    9 min read
    Class 10 RD Sharma Solutions - Chapter 5 Trigonometric Ratios - Exercise 5.2 | Set 2
    Evaluate each of the following(14-19)Question 14. \frac{sin30°-sin90°+2cos0°}{tan30°tan60°} Solution: Given:\frac{sin30°-sin90°+2cos0°}{tan30°tan60°} -(1) Putting the values of sin 30° = 1/2, tan 30° = 1/√3, tan 60° = √3, sin 90° = cos 0° = 1 in eq(1) = \frac{(\frac{1}{2})-(1)+2(1)}{(\sqrt3)(\frac{1
    4 min read
    Class 10 RD Sharma Solutions - Chapter 5 Trigonometric Ratios - Exercise 5.1 | Set 3
    Trigonometry is a fundamental branch of mathematics that deals with the relationships between the angles and sides of triangles. Chapter 5 of RD Sharma's Class 10 textbook focuses on the Trigonometric Ratios which are the foundation of trigonometry. In this chapter, students will learn to apply thes
    5 min read
    Class 10 RD Sharma Solutions - Chapter 5 Trigonometric Ratios - Exercise 5.2 | Set 1
    Evaluate each of the following(1-13)Question 1. sin 45° sin 30° + cos 45° cos 30° Solution: Given: sin 45° sin 30° + cos 45° cos 30° -(1) Putting the values of sin 45° = cos 45°= 1/√2, sin 30° = 1/2, cos 30° = √3/2 in eq(1) = (1/√2)(1/2) + (1/√2})(√3/2) = (1/2√2) + (√3/2√2) = (1 + √3)/2√2 Question 2
    4 min read
    Class 10 RD Sharma Solutions - Chapter 5 Trigonometric Ratios - Exercise 5.3 | Set 1
    Question 1. Evaluate the following:(i) sin 20°/cos 70° Solution: Given: sin 20°/cos 70° = sin(90° − 70°)/cos 70° = cos 70°/cos 70° -(∵ sin (90° - θ) = cos θ) = 1 Hence, sin 20°/cos 70° = 1 (ii) cos 19°/sin 71° Solution: Given: cos 19°/sin 71° = cos(90° − 71°)/sin 71° = sin 71°/sin 71° -(∵ cos (90° -
    8 min read
    Class 10 RD Sharma Solutions - Chapter 5 Trigonometric Ratios - Exercise 5.3 | Set 2
    Question 8. Prove the following:(i) sin θ sin (90° - θ) - cosθ cos (90° - θ) = 0 Solution: We have to prove that sin θ sin (90° - θ) - cosθ cos (90° - θ) = 0 Taking LHS = sin θ sin (90° - θ) - cosθ cos (90° - θ) -(∵ sin (90° - θ) = cos θ) = sin θ cosθ - cosθ sinθ = 0 LHS = RHS Hence proved (ii) \fra
    9 min read

    Chapter 6: Trigonometric Identities

    Class 10 RD Sharma Solutions - Chapter 6 Trigonometric Identities - Exercise 6.1 | Set 1
    Prove the following trigonometric identities:Question 1. (1 – cos2 A) cosec2 A = 1 Solution: We have, L.H.S. = (1 – cos2 A) cosec2 A By using the identity, sin2 A + cos2 A = 1, we get, = (sin2 A) (cosec2 A) = sin2 A × (1/sin2 A) = 1 = R.H.S. Hence proved. Question 2. (1 + cot2 A) sin2 A = 1 Solution
    7 min read
    Class 10 RD Sharma Solutions - Chapter 6 Trigonometric Identities - Exercise 6.1 | Set 2
    Prove the following trigonometric identities:Question 29. \frac{1+secθ}{secθ}=\frac{sin^2θ}{1-cosθ} Solution: We have, L.H.S. = \frac{1+secθ}{secθ} = \frac{1+\frac{1}{cosθ}}{\frac{1}{cosθ}} = \frac{cosθ+1}{cosθ}×{\frac{cosθ}{1}} = 1 + cos θ = \frac{(1+cosθ)(1-cosθ)}{1-cosθ} = \frac{1-cos^2θ}{1-cosθ}
    7 min read
    Class 10 RD Sharma Solutions - Chapter 6 Trigonometric Identities - Exercise 6.1 | Set 3
    The Trigonometric identities are fundamental formulas in trigonometry that relate the angles and sides of the triangles. These identities simplify trigonometric expressions and solve the equations involving trigonometric functions. In Class 10 RD Sharma's Chapter 6 on the Trigonometric Identities Ex
    13 min read
    Class 10 RD Sharma Solutions - Chapter 6 Trigonometric Identities - Exercise 6.2
    In Chapter 6 of RD Sharma's Class 10 Mathematics textbook, we explore Trigonometric Identities a fundamental topic in trigonometry. Exercise 6.2 focuses on applying various trigonometric identities to solve problems and simplify expressions. Understanding these identities is crucial for solving comp
    8 min read

    Chapter 7: Statistics

    Class 10 RD Sharma Solutions - Chapter 7 Statistics - Exercise 7.1 | Set 1
    Problem 1: Calculate the mean for the following distribution:x:56789f:4 814113 Solution: x ffx542068487 1498811889327 N = 40 ∑ fx = 281 We know that, Mean = ∑fx/ N = 281/40 = 7.025 Problem 2: Find the mean of the following data :x:19212325272931f:13151618161513 Solution: x ffx19132472115315231636825
    4 min read
    Class 10 RD Sharma Solutions - Chapter 7 Statistics - Exercise 7.1 | Set 2
    Problem 11: Five coins were simultaneously tossed 1000 times and at each toss, the number of heads was observed. The number of tosses during which 0, 1, 2, 3, 4, and 5 heads were obtained are shown in the table below. Find the mean number of heads per toss.No. of heads per tossNo. of tosses 03811442
    3 min read
    Class 10 RD Sharma Solutions - Chapter 7 Statistics - Exercise 7.2
    Question1: The number of telephone calls received at an exchange per interval for 250 successive one-minute intervals are given in the following frequency table:Number of calls (x) 0 1 2 3 4 5 6 Number of intervals (f) 15 24 29 46 54 43 39 Compute the mean number of calls per interval. Solution: Let
    6 min read
    Class 10 RD Sharma Solutions - Chapter 7 Statistics - Exercise 7.3 | Set 1
    Chapter 7 of RD Sharma’s Class 10 textbook focuses on Statistics a fundamental area in mathematics that deals with data collection, analysis, interpretation, and presentation. Exercise 7.3 | Set 1 of this chapter covers the various problems designed to enhance students' understanding and application
    8 min read
    Class 10 RD Sharma Solutions - Chapter 7 Statistics - Exercise 7.3 | Set 2
    Question 14. Find the mean of the following frequency distribution:Class interval:25 – 2930 – 3435 – 3940 – 4445 – 4950 – 5455 – 59Frequency:1422166534 Solution: Let’s consider the assumed mean (A) = 42 Class intervalMid – value xidi = xi – 42ui = (xi – 42)/5fifiui25 – 2927-15-314-4230 – 3432-10-222
    13 min read
    Class 10 RD Sharma Solution - Chapter 7 Statistics - Exercise 7.4 | Set 1
    In this article, we will explore the solutions to Exercise 7.4 from Chapter 7 of RD Sharma's Class 10 Mathematics textbook which focuses on Statistics. This chapter is crucial as it lays the foundation for understanding how data is collected, organized, analyzed, and interpreted in the various field
    8 min read
    Class 10 RD Sharma Solution - Chapter 7 Statistics - Exercise 7.4 | Set 2
    Question 11. An incomplete distribution is given below :Variable10-2020-3030-4040-5050-6060-7070-80Frequency1230-65-2518You are given that the median value is 46 and the total number of items is 230. (i) Using the median formula fill up missing frequencies. (ii) Calculate the AM of the completed dis
    9 min read
    Class 10 RD Sharma Solutions - Chapter 7 Statistics - Exercise 7.5 | Set 1
    Statistics is a branch of mathematics dealing with data collection, analysis, interpretation, and presentation. It provides methods for summarizing and drawing conclusions from the data which is essential in various fields such as economics, sociology, and science. Chapter 7 of RD Sharma's Class 10
    9 min read
    Class 10 RD Sharma Solutions - Chapter 7 Statistics - Exercise 7.5 | Set 2
    Question 11. Find the mean, median, and mode of the following data:Classes0-5050-100100-150150-200200-250250-300300-350Frequency2356531 Solution: Let mean (A) = 175 Classes Class Marks (x) Frequency (f) c.f. di = x - A A = 175 fi * di0-502522-150-30050-1007535-100-300100-150125510-50-250150-200175-A
    8 min read
    Class 10 RD Sharma Solutions - Chapter 7 Statistics - Exercise 7.6
    Chapter 7 of RD Sharma's Class 10 textbook focuses on Statistics a branch of mathematics that deals with the collection, analysis, interpretation, and presentation of data. This chapter is crucial for understanding how to summarize and make sense of numerical data in various contexts. The aim is to
    8 min read

    Chapter 8: Quadratic Equations

    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.1
    Question 1. Which of the following are quadratic equations?(i) x2 + 6x - 4 = 0 Solution: As we know that, quadratic equation is in form of: ax2 + bx + c = 0 Here, given equation is x2 + 6x - 4 =0 in quadratic equation. So, It is a quadratic equations. (ii) √3x2 − 2x + ½= 0 Solution: As we know that,
    12 min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.2
    Quadratic equations are a fundamental concept in algebra that involves a polynomial of degree two. They play a crucial role in various fields of mathematics, physics, engineering, and many other disciplines. Understanding quadratic equations is essential for solving problems related to motion, area,
    5 min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.3 | Set 1
    Solve the following quadratic equations by factorizationQuestion 1. (x - 4) (x + 2) = 0 Solution: We have equation, (x - 4) (x + 2) = 0 Implies that either x - 4 = 0 or x + 2 = 0 Therefore, roots of the equation are 4 or -2. Question 2. (2x + 3) (3x - 7) = 0 Solution: We have equation, (2x + 3) (3x
    8 min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.3 | Set 2
    The Quadratic equations are fundamental to algebra and appear frequently in various mathematical contexts. They play a crucial role in understanding polynomial functions and solving real-world problems. In this article, we will delve into Exercise 8.3 | Set 2 from RD Sharma’s Class 10 Mathematics bo
    10 min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.4
    Question 1: Find the roots of the following quadratic (if they exist) by the method of completing the square: x^2-4\sqrt{2x}+6=0 . Solution: Given: x^2-4\sqrt{2x}+6=0 We have to make the equation a perfect square. => x^2-4\sqrt{2x} = -6 => x^2 - 2\times2\sqrt{2x} + (2\sqrt{2})^2 = -6 + (2\sqrt
    5 min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.5
    Question 1. Find the discriminant of the following quadratic equations:(i) 2x2 - 5x + 3 = 0 Solution: Given quadratic equation: 2x2 - 5x + 3 = 0 ....(1) As we know that the general form of quadratic equation is ax2 + bx + c = 0 ....(2) On comparing eq(1) and (2), we get Here, a = 2, b = -5 and c = 3
    15+ min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.6 | Set 1
    Question 1. Determine the nature of the roots of following quadratic equations : (i) 2x² – 3x + 5 = 0 (ii) 2x² – 6x + 3 = 0 (iii) 3/5 x² – 2/3 x + 1 = 0 (iv) 3x² – 4√3 x + 4 = 0 (v) 3x² – 2√6 x + 2 = 0 Solution: (i) 2x² – 3x + 5 = 0 Here a=2, b=-3, c=5 D=b2-4ac=(-3)2-4*2*5 =-9-40=-31 D<0 Roots ar
    9 min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.6 | Set 2
    Question 11. If – 5 is a root of the quadratic equation 2x² + px – 15 = 0 and the quadratic equation p(x² + x) + k = 0 has equal-roots, find the value of k. Solution: 2x² + px – 15 = 0 -5 is its one root It will satisfy it 2(-5)2+p(-5)-15=0 2*25-5p-15=0 50-15-5p=0 -5p+35=0 -5p=-35 p=-35/-5=7 Now in
    6 min read
    Class 10 RD Sharma Solutions- Chapter 8 Quadratic Equations - Exercise 8.7 | Set 1
    Question 1: Find two consecutive numbers whose squares have the sum 85. Solution: Let first number is = x ⇒ Second number = (x+1) Now according to given condition— ⇒ Sum of squares of the numbers = 85 ⇒ x2 + (x+1)2 = 85 ⇒ x2 + x2 + 2x + 1 = 85 [ because (a+b)2 = a2 + 2ab + b2] ⇒ 2x2 + 2x + 1 - 85 =
    8 min read
    Class 10 RD Sharma Solutions – Chapter 8 Quadratic Equations – Exercise 8.7 | Set 2
    Question 11: The sum of a number and its square is 63/4 , find the numbers. Solution: Let the number is = x so it's square is = x2 Now according to condition- ⇒(number)+(number)2=63/4 ⇒ x+x2 = 63/4 ⇒ x2+x-63/4=0 Multiplying by 4- ⇒ 4x2+4x-63=0 ⇒ 4x2 +(18-14)x - 63 =0 [because 63*4=252 so 18*14=252
    5 min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.8
    Chapter 8 of RD Sharma's Class 10 textbook focuses on the Quadratic Equations an essential topic in mathematics that lays the foundation for understanding more advanced algebraic concepts. In this chapter, students will learn how to solve quadratic equations using various methods such as factorizati
    15+ min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.9
    The Quadratic equations are a fundamental topic in algebra often introduced at the Class 10 level. They are equations of the form ax2 +bx+c=0 where a, b, and c are constants and x is the variable. Understanding quadratic equations is crucial as they form the basis for many mathematical concepts and
    9 min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.10
    Question 1. The hypotenuse of a right triangle is 25 cm. The difference between the lengths of the other two sides of the triangle is 5 cm. Find the lengths of these sides. Solution: Let the length of other two sides of the triangle be x and y. Therefore, according to the question, x - y = 5 or, x =
    5 min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.11
    Question 1: The perimeter of the rectangular field is 82 m and its area is 400 m2. Find the breadth of the rectangle? Solution: Given: Perimeter = 82 m and its area = 400 m2 Let the breadth of the rectangle be 'b' m. As we know, Perimeter of a rectangle = 2×(length + breadth) 82 = 2×(length + b) 41
    6 min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.12
    Question 1: A takes 10 days less than the time taken by B to finish a piece of work. If both A and B together can finish the work in 12 days, find the time taken by B to finish the work. Solution: Let us assume that B takes 'x' days to complete a piece of work. So, B’s 1 day work = 1/x Now, A takes
    3 min read
    Class 10 RD Sharma Solutions - Chapter 8 Quadratic Equations - Exercise 8.13
    Question 1. A piece of cloth costs ₹ 35. If the piece were 4 m longer and each meter costs ₹ 1 less, the cost would remain unchanged. How long is the piece? Solution: Let us considered the length of piece of cloth = x m Given: The total cost = ₹ 35 So, the cost of 1 m cloth = ₹ 35/x According to the
    11 min read

    Chapter 9: Arithmetic Progressions

    Class 10 RD Sharma Solutions - Chapter 9 Arithmetic Progression Exercise 9.1
    Problem 1: Write the first terms of each of the following sequences whose nth term are:(i) an = 3n + 2 Solution: Given: an = 3n + 2 By putting n = 1, 2, 3, 4, 5 we get first five term of the sequence a1 = (3 × 1) + 2 = 3 + 2 = 5 a2 = (3 × 2) + 2 = 6 + 2 = 8 a3 = (3 × 3) + 2 = 9 + 2 = 11 a4 = (3 × 4)
    7 min read
    Class 10 RD Sharma Solutions - Chapter 9 Arithmetic Progressions - Exercise 9.2
    Problem 1: Show that the sequence defined by an = 5n – 7 is an A.P., find its common difference. Solution: Given: an = 5n – 7 Now putting n = 1, 2, 3, 4,5 we get, a1 = 5.1 – 7 = 5 – 7 = -2 a2 = 5.2 – 7 = 10 – 7 = 3 a3 = 5.3 – 7 = 15 – 7 = 8 a4 = 5.4 – 7 = 20 – 7 = 13 We can see that, a2 – a1 = 3 – (
    7 min read
    Class 10 RD Sharma Solutions - Chapter 9 Arithmetic Progressions - Exercise 9.3
    Problem 1: For the following arithmetic progressions write the first term a and the common difference d:(i) -5, -1, 3, 7, ………… Solution: Given sequence is -5, -1, 3, 7, ………… ∴ First term is -5 And, common difference = a2 - a1 = -1 - (-5) = 4 ∴ Common difference is 4 (ii) 1/5, 3/5, 5/5, 7/5, …… Solut
    10 min read
    Class 10 RD Sharma Solutions - Chapter 9 Arithmetic Progressions - Exercise 9.4 | Set 1
    In arithmetic progressions (AP), the terms follow a consistent pattern where each term is derived from the previous one by adding a fixed value, known as the common difference. To analyze various aspects of APs, such as finding specific terms or determining the number of terms, certain formulas and
    15+ min read
    Class 10 RD Sharma Solutions - Chapter 9 Arithmetic Progressions - Exercise 9.4 | Set 2
    Question 14. The 4th term of an A.P. is three times the first and the 7th term exceeds twice the third term by 1. Find the first term and the common difference. Solution: Let’s assume that the first term and the common difference of the A.P to be a and d respectively. Given that, 4th term of an A.P.
    10 min read
    Class 10 RD Sharma Solutions- Chapter 9 Arithmetic Progressions - Exercise 9.5
    Question 1: Find the value of x for which (8x + 4), (6x – 2) and (2x + 7) are in A.P. Solution: Since (8x + 4), (6x – 2) and (2x + 7) are in A.P. Now we know that condition for three number being in A.P.- ⇒2*(Middle Term)=(First Term)+(Last Term) ⇒2(6x-2)=(8x+4)+(2x+7) ⇒12x-4=10x+11 ⇒(12x-10x)=11+4
    5 min read
    Class 10 RD Sharma Solutions - Chapter 9 Arithmetic Progressions - Exercise 9.6 | Set 1
    Class 10 RD Sharma Solutions are comprehensive guides to the exercises and problems presented in the RD Sharma Mathematics textbook, which is a popular reference for students studying mathematics at the 10th class level. These solutions provide step-by-step explanations and answers to the questions
    15+ min read
    Class 10 RD Sharma Solutions - Chapter 9 Arithmetic Progressions - Exercise 9.6 | Set 2
    Question 25. In an A.P. the first term is 22, nth term is –11 and the sum of first n term is 66. Find n and the d, the common difference. Solution: Given A.P. has first term(a) = 22, nth term(an) = –11 and sum(Sn) = 123. Now by using the formula of sum of n terms of an A.P. Sn = n[a + an] / 2 =>
    15+ min read
    Class 10 RD Sharma Solutions - Chapter 9 Arithmetic Progressions - Exercise 9.6 | Set 3
    Question 49. Find the sum of first n odd natural numbers. Solution: First odd natural numbers are 1, 3, 5, 7, . . .2n – 1. First term(a) = 1, common difference(d) = 3 – 1 = 2 and nth term(an) = 2n – 1. Now by using the formula of sum of n terms of an A.P. Sn = n[a + an] / 2 So, = n[1 + 2n – 1] / 2 =
    15+ min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences