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 8 NCERT Solutions - Chapter 2 Linear Equations in One Variable - Exercise 2.3
Next article icon

Class 8 NCERT Solutions - Chapter 2 Linear Equations in One Variable - Exercise 2.2

Last Updated : 01 May, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Question 1. If you subtract 1/2 from a number and multiply the result by 1/2, you get 1/8 what is the number?

Solution:

Let the number be 'a'.

According to the question,

(a – 1/2) × 1/2 = 1/8

a/2 – 1/4 = 1/8

a/2 = 1/8 + 1/4

a/2 = 1/8 + 2/8

a/2 = (1 + 2)/8

a/2 = 3/8

a = (3/8) × 2

So,

a = 3/4

Question 2. The perimeter of a rectangular swimming pool is 154 m. Its length is 2 m more than twice its breadth. What are the length and breadth of the pool?

Solution:

Given that,

Perimeter of rectangular swimming pool = 154 m 

Let the breadth of rectangle be 'a'

Length of the rectangle = 2a + 2 We know that,

Perimeter = 2 × (length + breadth)

So, 

2(2a + 2 + a) = 154

2(3a + 2) = 154

3a + 2 = 154/2

3a = 77 – 2

3a = 75

a = 75/3

a = 25

Therefore, Breadth = 25 m

Length = 2a + 2

= (2 × 25) + 2

= 50 + 2

Length = 52 m

Question 3. The base of an isosceles triangle is 4/3 cm. The perimeter of the triangle is 62/15 cm. What is the length of either of the remaining equal sides?

Solution:

Base of isosceles triangle = 4/3 cm

Perimeter of triangle = 62/15

Let the length of equal sides of triangle be 'a'.

So,

2a = (62/15 – 4/3)

2a = (62 – 20)/15

2a = 42/15 

a = (42/30) × (1/2)

a = 42/30

a = 7/5

So, length of either of the remaining equal sides are 7/5 cm each.

Question 4. Sum of two numbers is 95. If one exceeds the other by 15, find the numbers.

Solution:

Let one of the numbers be 'a'.

Then, the other number becomes (a + 15) Given in the question,

Also given that,

a + (a + 15) = 95

2a + 15 = 95

2a = 95 – 15

2a = 80

a = 80/2

a = 40

So, First number = 40

And, other number is = (a + 15) = 40 + 15 = 55

Question 5. Two numbers are in the ratio 5 : 3. If they differ by 18, what are the numbers?

Solution:

Let the two numbers be '5a' and '3a'.  So, according to the question,

5a – 3a = 18

2a = 18

a = 18/2

a = 19

Thus,

The  first numbers is (5a) = 5 × 9 = 45

And another number (3a) = 3 × 9 = 27.

Question 6. Three consecutive integers add up to 51. What are these integers?

Solution:

Let the three consecutive integers be 'a', 'a + 1' and 'a + 2'. So, according to the question,

a + (a + 1) + (a + 2) = 51

3a + 3 = 51

3a = 51 – 3

3a = 48

a = 48/3

a = 16

So, the integers are

First integer will be (a) = 16

Second integer will be (a + 1) = 17

& third integer will be (a + 2) = 18

Question 7. The sum of three consecutive multiples of 8 is 888. Find the multiples.

Solution:

Let the three consecutive multiples of 8 be '8a', '8(a+1)' and '8(a+2)'. According to the question,

Given,

8a + 8(a + 1) + 8(a + 2) = 888

8 (a + a + 1 + a + 2) = 888 (Taking 8 as common)

8 (3a + 3) = 888

3a + 3 = 888/8

3a + 3 = 111

3a = 111 – 3

3a = 108

a = 108/3

a = 36

Thus, the three consecutive multiples of 8 are:

First no. = 8a = 8 × 36 = 288

Second no. = 8(a + 1) = 8 × (36 + 1) = 8 × 37 = 296

Third No. = 8(a + 2) = 8 × (36 + 2) = 8 × 38 = 304

Question 8. Three consecutive integers are such that when they are taken in increasing order and multiplied by 2, 3 and 4 respectively, they add up to 74. Find these numbers.

Solution:

Let the three consecutive integers are 'a', 'a+1' and 'a+2'. According to the question,

Given,

2a + 3(a + 1) + 4(a + 2) = 74

2a + 3a +3 + 4a + 8 = 74

9a + 11 = 74

9a = 74 – 11

9a = 63

a = 63/9

a = 7

Thus, the numbers are:

First integer. = a = 7

Second integer = a + 1 = 8

and Third integer = a + 2 = 9

Question 9. The ages of Rahul and Haroon are in the ratio 5:7. Four years later the sum of their ages will be 56 years. What are their present ages?

Solution:

Let the ages of Rahul and Haroon be '5a' and '7a'.

Four years later,

The ages of Rahul and Haroon will be (5a + 4) and (7a + 4) respectively. According to the question,

Given, (5a + 4) + (7a + 4) = 56

5a + 4 + 7a + 4 = 56

12a + 8 = 56

12a = 56 – 8

12a = 48

a = 48/12

a = 4

Therefore, Present age of Rahul = 5a = 5 × 4 = 20

And, present age of Haroon = 7a = 7 × 4 = 28

Question 10. The number of boys and girls in a class are in the ratio 7:5. The number of boys is 8 more than the number of girls. What is the total class strength?

Solution:

Let the number of boys be '7a' and girls be '5a'.

According to the question,

Given, 7a = 5a + 8

7a – 5a = 8

2a = 8

a = 8/2

a = 4

Therefore, Number of boys = 7 × 4 = 28

And, Number of girls = 5 × 4 = 20

Total number of students = 20 + 28 = 48

Question 11. Baichung’s father is 26 years younger than Baichung’s grandfather and 29 years older than Baichung. The sum of the ages of all the three is 135 years. What is the age of each one of them?

Solution:

Let age of Baichung’s father be 'a'.

Then, age of Baichung's grandfather = (a + 26)

and, Age of Baichung = (a - 29) According to the question,

Given, a + (a + 26) + (a - 29) = 135

3a + 26 – 29 = 135

3a – 3 = 135

3a = 135 + 3

3a = 138

a = 138/3

a = 46

Age of Baichung’s father = a = 46

Age of Baichung’s grandfather = (a + 26) = 46 + 26 = 72

Age of Baichung = (a - 29) = 46 – 29 = 17

Question 12. Fifteen years from now Ravi’s age will be four times his present age. What is Ravi’s present age?

Solution:

Let the present age of Ravi be 'a'.

Fifteen years later, Ravi age will be (a+15) years. According to the question,

Given, a + 15 = 4a

4a – a = 15

3a = 15

a = 15/3

a = 5

Therefore, Present age of Ravi = 5 years.

Question 13. A rational number is such that when you multiply it by 5/2 and add 2/3 to the product, you get -7/12. What is the number?

Solution:

Let the rational be 'a'.

According to the question,

Given, a × (5/2) + 2/3 = -7/12

5(a/2) + 2/3 = -7/12

5(a/2) = -7/12 – 2/3

5(a/2) = (-7- 8)/12

5(a/2) = -15/12

5a/2 = -5/4

a = (-5/4) × (2/5)

a = – 10/20

a = -1/2

Therefore, the rational number will be -1/2.

Question 14. Lakshmi is a cashier in a bank. She has currency notes of denominations ₹100, ₹50 and ₹10, respectively. The ratio of the number of these notes is 2:3:5. The total cash with Lakshmi is ₹4,00,000. How many notes of each denomination does she have?

Solution:

Let the numbers of notes of ₹100, ₹50 and ₹10 be '2a' , '3a' and '5a' respectively.

Value of ₹100 = 2a × 100 = 200a

Value of ₹50 = 3a × 50 = 150a

Value of ₹10 = 5a × 10 = 50a According to the question,

Given, 200a + 150a + 50a = 400000

400a = 400000

a = 400000/400

a = 1000

Numbers of ₹100 notes = 2a = 2000

Numbers of ₹50 notes = 3a = 3000

Numbers of ₹10 notes = 5a = 5000

Question 15. I have a total of ₹300 in coins of denomination ₹1, ₹2 and ₹5. The number of ₹2 coins is 3 times the number of ₹5 coins. The total number of coins is 160. How many coins of each denomination are with me?

Solution:

Let number of ₹5 coins be 'a'.

Then,

Number ₹2 coins = 3a

and, number of ₹1 coins = (160 – 4a) Now,

Value of ₹5 coins= a × 5 = 5a

Value of ₹2 coins = 3a × 2 = 6a

Value of ₹1 coins = (160 – 4a) × 1 = (160 – 4a)

According to the question,

Given, 5a + 6a + (160 – 4a) = 300

11a + 160 – 4a = 300

7a = 140

a = 140/7

a = 20

Number of ₹5 coins =  a = 20

Number of ₹2 coins = 3a = 60

Number of ₹1 coins = (160 – 4a) = 160 – 80 = 80

Question 16. The organizers of an essay competition decide that a winner in the competition gets a prize of ₹100 and a participant who does not win gets a prize of ₹25. The total prize money distributed is ₹3,000. Find the number of winners, if the total number of participants is 63.

Solution:

Let the numbers of winner be 'a'

Then, the number of participant who didn’t win will be (63 – a)

Total money given to the winner = a × 100 = 100a

Total money given to participant who didn’t win = 25 × (63 - a)

According to the question,

Given, 100a + 25 × (63 - a) = 3000

100a + 1575 – 25a = 3000

75a = 3000 – 1575

75a = 1425

a = 1425/75

a = 19

So, the number of winners are 19.


Next Article
Class 8 NCERT Solutions - Chapter 2 Linear Equations in One Variable - Exercise 2.3

A

ayush12arora
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Class 8
  • NCERT
  • NCERT Solutions Class-8
  • Maths-Class-8

Similar Reads

    NCERT Solutions for Class 8 Maths 2024-25: Chapter Wise Solution PDF Download
    The NCERT Solutions for Class 8 Maths for the academic year 2024-25 provide comprehensive, chapter-wise solutions to all the problems in the Class 8 Maths textbook. These solutions are designed to help students understand concepts better and excel in their studies by offering step-by-step explanatio
    15+ min read

    Chapter 1: Rational Numbers

    Class 8 NCERT Mathematics Solutions- Chapter 1 Rational Numbers - Exercise  1.1
    The Chapter 1 " Rational Numbers" of the Class 8 NCERT Mathematics textbook, which focuses on Rational Numbers. This chapter introduces students to the concept of rational numbers, their properties, and operations. Exercise 1.1 is designed to help students strengthen their understanding of rational
    7 min read
    Class 8 NCERT Solutions - Chapter 1 Rational Numbers - Exercise 1.2
    Question 1. Represent these numbers on the number line? (i) 7/4 (ii) -5/6 Solution: (i) In number line we have to cover zero to positive integer 1 which signifies the whole no 1, after that we have to divide 1 and 2 into 4 parts and we have to cover 3 places away from 0, which denotes 3/4. And the t
    5 min read

    Chapter 2: Linear Equations in One Variable

    Class 8 NCERT Solutions - Chapter 2 Linear Equations in One Variable - Exercise 2.1
    Question 1. Solve for x: x – 2 = 7 Solution: x – 2 = 7 x=7+2 (Adding two on both sides of equation) x=9 Question 2. Solve for y: y + 3 = 10 Solution: y + 3 = 10 y = 10 –3 (Subtracting 3 from both sides of equation) y = 7 Question 3. Solve for z: 6 = z + 2 Solution: 6 = z + 2 z + 2 = 6 (Rearranging t
    3 min read
    Class 8 NCERT Solutions - Chapter 2 Linear Equations in One Variable - Exercise 2.2
    Question 1. If you subtract 1/2 from a number and multiply the result by 1/2, you get 1/8 what is the number? Solution: Let the number be 'a'. According to the question, (a – 1/2) × 1/2 = 1/8 a/2 – 1/4 = 1/8 a/2 = 1/8 + 1/4 a/2 = 1/8 + 2/8 a/2 = (1 + 2)/8 a/2 = 3/8 a = (3/8) × 2 So, a = 3/4 Question
    9 min read
    Class 8 NCERT Solutions - Chapter 2 Linear Equations in One Variable - Exercise 2.3
    Question 1. Find the value of x : 3x = 2x + 18 Solution: 3x - 2x =18 (transposing 2x to LHS) X = 18 (solution) Verification — Put the value of x in the equation to verify our solution 3(18) = 2(18) + 18 54 = 36 + 18 54 = 54 LHS = RHS (so our value of x is correct) Question 2. Find the value of t : 5
    5 min read
    Class 8 NCERT Mathematics Solutions - Chapter 2 Linear Equations in One Variable - Exercise 2.4
    Chapter 2 of the Class 8 NCERT Mathematics textbook, "Linear Equations in One Variable," introduces students to solving linear equations, which are equations involving only one variable. Exercise 2.4 focuses on applying these concepts to solve a range of linear equations through various methods.In C
    9 min read
    Class 8 NCERT Solutions - Chapter 2 Linear Equations in One Variable - Exercise 2.5
    Content of this article has been updated in Class 8 NCERT Solutions – Chapter 2 Linear Equations in One Variable – Exercise 2.2 as per the new NCERT Syllabus Solve the following linear equations. Question 1. x/2 - 1/5 = x/3 + 1/4 Solution: (5x - 2)/10 = (4x + 3)/12 ...(Taking LCM on both the sides)
    6 min read
    Class 8 NCERT Solutions - Chapter 2 Linear Equations in One Variable - Exercise 2.6
    We use cross multiplication in this exercise a lot of times, so it is explained here before. Let, a/b = c/d Now if we multiply both sides by the denominators of left side and right side, we get, (a/b) X (b X d) = (c/d) X (b X d) => a X d = b X c This is called cross multiplication. Question.1 Sol
    5 min read

    Chapter 3: Understanding Quadrilaterals

    Class 8 NCERT Solutions - Chapter 3 Understanding Quadrilaterals - Exercise 3.1
    In this section, we explore Chapter 3 of the Class 8 NCERT Mathematics textbook, which focuses on Understanding Quadrilaterals. This chapter introduces students to different types of quadrilaterals, their properties, and their classifications. Exercise 3.1 is designed to help students identify and a
    5 min read
    Class 8 NCERT Solutions - Chapter 3 Understanding Quadrilaterals - Exercise 3.2
    Question 1. Find x in the following figures. Solution: As we know , the sum of the measures of the external angles of any polygon is 360°. (a) 125° + 125° + x = 360° ⇒ 250° + x = 360° ⇒ x = 110° (a) 70° + 60° + x + 90° + 90° = 360° ⇒ 310° + x = 360° ⇒ x = 50° Question 2. Find the measure of each ext
    3 min read
    Class 8 NCERT Solutions- Chapter 3 Understanding Quadrilaterals - Exercise 3.3
    In this article, we will be going to solve the entire Exercise 3.3 of Chapter 3 of the NCERT textbook for Class 8. A quadrilateral is a polygon with four sides (edges), four vertices (corners), and four angles. It is one of the simplest types of polygons and can take various shapes depending on the
    7 min read
    Class 8 NCERT Solutions - Chapter 3 Understanding Quadrilaterals - Exercise 3.4
    In this section, we explore Chapter 3 of the Class 8 NCERT Mathematics textbook, titled "Understanding Quadrilaterals." This chapter introduces students to the different types of quadrilaterals, their properties, and the relationships between their angles and sides. Exercise 3.4 specifically focuses
    4 min read

    Chapter 4: Practical Geometry

    Class 9 NCERT Solutions - Chapter 4 Linear Equations in two variables - Exercise 4.1
    Chapter 4 of the Class 9 NCERT Mathematics textbook, titled "Linear Equations in Two Variables," introduces students to the concept of linear equations involving two variables. This chapter explains how to represent linear equations graphically and how to interpret the solutions. Exercise 4.1 focuse
    6 min read
    Class 8 NCERT Solutions - Chapter 4 Practical Geometry - Exercise 4.2
    Question 1: Construct the following quadrilaterals. (i) Quadrilateral LIFTLI = 4 cmIF = 3 cmTL = 2.5 cmLF = 4.5 cmIT = 4 cm Solution: Steps of construction: Step 1: Draw a line of 4 cm and label it as LIStep 2: Taking I as the centre draw an arc of radius 3cmStep 3: Taking L as the centre draw an ar
    2 min read
    Class 8 NCERT Solutions - Chapter 4 Practical Geometry - Exercise 4.3
    In this exercise, we will learn how to construct various quadrilaterals using specific measurements and angles. This process involves drawing and measuring with precision, which is a fundamental skill in geometry. These constructions are crucial for understanding the properties and relationships of
    4 min read
    Class 8 NCERT Solutions - Chapter 4 Practical Geometry - Exercise 4.4
    Question 1: Construct the following quadrilaterals. (i) Quadrilateral DEARDE = 4 cm EA = 5 cm AR = 4.5 cm∠E = 60°∠A = 90° Solution: Steps of construction: Step 1: Draw a line segment DE of 4 cm.Step 2: Construct an angle of 60° at E.Step 3: From E draw an arc of 5 cm and intersect the arc with the a
    1 min read
    Class 8 NCERT Solutions - Chapter 4 Practical Geometry - Exercise 4.5
    Practical Geometry is a crucial aspect of mathematics introduced in Class 8. Chapter 4 of the NCERT textbook delves into the various geometric constructions and principles that are essential for understanding the spatial properties of shapes. Exercise 4.5 specifically focuses on applying these princ
    4 min read

    Chapter 5: Data Handling

    Class 8 NCERT Solutions - Chapter 5 Data Handling - Exercise 5.1
    Question 1. For which of these would you use a histogram to show the data? (a) The number of letters for different areas in a postman’s bag. (b) The height of competitors in an athletics meet. (c) The number of cassettes produced by 5 companies. (d) The number of passengers boarding trains from 7:00
    4 min read
    Class 8 NCERT Solutions - Chapter 5 Data Handling - Exercise 5.2
    Problem 1. A survey was made to find the type of music that a certain group of young people liked in a city. The adjoining pie chart shows the findings of this survey. From this pie chart answer the following:If 20 people liked classical music, how many young people were surveyed?Which type of music
    6 min read
    Class 8 NCERT Solutions - Chapter 5 Data Handling - Exercise 5.3
    Question 1. List the outcomes you can see in these experiments. (a) Spinning a wheel (b) Tossing two coins together Solution: (a) Since, there are four letters A, B, C and D in a spinning wheel therefore there are 4 possible outcomes. (b) When two coins are tossed together, there are four possible o
    4 min read

    Chapter 6: Squares and Square Roots

    Class 8 NCERT Solutions - Chapter 6 Squares and Square Roots - Exercise 6.1
    Chapter 6 of the Class 8 NCERT Mathematics textbook, titled "Squares and Square Roots," introduces students to the concepts of squares and square roots. This chapter covers the properties of square numbers, methods for finding squares and square roots, and their applications. Exercise 6.1 focuses on
    8 min read
    Class 8 NCERT Solutions - Chapter 6 Squares and Square Roots - Exercise 6.2
    Question 1. Find the square of the following numbers. (i) 32 (32)2 = (30 + 2)2 = (30)2 + (2)2 + 2 × 30 × 2 [Since, (a + b)2 = a2 + b2 + 2ab] = 900 + 4 + 120 = 1024 (ii) 35 (35)2 = (30 + 5)2 = (30)2 + (5)2 + 2 × 30 × 5 [Since, (a + b)2 = a2 + b2 + 2ab] = 900 + 25 + 300 = 1225 (iii) 86 (86)2 = (90 - 4
    3 min read
    Class 8 NCERT Solutions - Chapter 6 Squares and Square Roots - Exercise 6.3
    In Chapter 6 of Class 8 Mathematics, students explore Squares and Square Roots which are fundamental concepts in number theory. Exercise 6.3 specifically focuses on the calculation and application of square roots including using the methods like prime factorization and long division. Understanding t
    14 min read
    Class 8 NCERT Solutions- Chapter 6 Squares and Square Roots - Exercise 6.4
    Exercise 6.4 in Chapter 6 of the Class 8 NCERT Mathematics textbook focuses on applying the concepts of squares and square roots to solve various problems. This exercise builds upon the methods of finding square roots learned earlier in the chapter and introduces students to real-world applications
    15+ min read

    Chapter 7: Cubes and Cube roots

    Class 8 NCERT Mathematics Solutions - Chapter 7 Cubes and Cube Roots - Exercise 7.1
    Chapter 7 "Cubes and Cube Roots" of the Class 8 NCERT Mathematics focuses on understanding cubes and cube roots of numbers. This chapter helps students grasp how to compute the cube of a number, find cube roots, and apply these concepts in solving problems. Exercise 7.1 involves practicing these cal
    5 min read
    Class 8 NCERT Solutions - Chapter 7 Cubes and Cube Roots - Exercise 7.2
    Chapter 7 of the Class 8 NCERT Mathematics textbook covers the topic of "Cubes and Cube Roots". This chapter introduces students to the concepts of the cubes and cube roots fundamental in understanding higher mathematical operations. Exercise 7.2 within this chapter focuses on solving problems relat
    7 min read

    Chapter 8: Comparing Quantities

    Class 8 NCERT Solutions- Chapter 8 Comparing Quantities - Exercise 8.1
    In Chapter 8: Comparing Quantities students learn how to compare different values and express relationships between them in various forms such as ratios, percentages, and fractions. This chapter also introduces key concepts like profit and loss, simple interest, and discount helping students develop
    6 min read
    Class 8 NCERT Solutions - Chapter 8 Comparing Quantities - Exercise 8.2
    In Class 8, Chapter 8 of the NCERT Mathematics textbook focuses on the "Comparing Quantities" a crucial concept in understanding proportional relationships and percentage calculations. Exercise 8.2 of this chapter deals with the problems involving simple and compound interest crucial for developing
    7 min read
    Class 8 NCERT Solutions- Chapter 8 Comparing Quantities - Exercise 8.3
    In this section, we explore Chapter 8 of the Class 8 NCERT Mathematics textbook, which focuses on Comparing Quantities. This chapter introduces students to concepts like percentages, profit and loss, discounts, and simple interest. Exercise 8.3 specifically deals with problems related to calculating
    14 min read

    Chapter 9: Algebraic Expressions and Identities

    Class 8 NCERT Solutions - Chapter 9 Algebraic Expressions and Identities - Exercise 9.1
    Question 1. Identify the terms, their coefficients for each of the following expressions.Need to be Known:Expression: An Expression is the addition of terms. Example: 7y + z is an expression made up of two terms 7y and z.Term: Terms itself is a product of factors. Example: 7y + z, here terms are 7y
    7 min read
    Class 8 NCERT Solutions - Chapter 9 Algebraic Expressions and Identities - Exercise 9.2
    Question 1. Find the product of the following pairs of monomials.Monomial: Expression containing only one term(i) 4, 7p Ans: (4) * (7p) = 28p (ii) -4p, 7pAns: (-4p) * (7p) = -28p2Explanation: When a negative number is multiplied to a positive number the product becomes negative.(iii) -4p, 7pqAns: (-
    3 min read
    Class 8 NCERT Solutions - Chapter 9 Algebraic Expressions and Identities - Exercise 9.3
    Chapter 9 of the Class 8 NCERT Mathematics textbook focuses on the Algebraic Expressions and Identities. Exercise 9.3 is designed to help students practice and understand the application of algebraic identities in simplifying and solving problems. This exercise covers key concepts related to algebra
    6 min read
    Class 8 NCERT Solutions- Chapter 9 Algebraic Expressions and Identities - Exercise 9.4
    Problem 1. Multiply the binomials.Solution:When we multiply two binomials, four multiplications must take place. These multiplications can be in any order, although we need to take care of that each of the first two terms is multiplied by each of the second terms. For example: (2x + 3)(3x – 1), if w
    8 min read
    Class 8 NCERT Solutions - Chapter 9 Algebraic Expressions and Identities - Exercise 9.5 | Set 1
    In this section, we dive into Chapter 9 of the Class 8 NCERT Mathematics textbook, which deals with Algebraic Expressions and Identities. This chapter introduces students to the concept of algebraic expressions, their components, and various identities that simplify expressions and solve equations.
    9 min read
    Class 8 NCERT Solutions - Chapter 9 Algebraic Expressions and Identities - Exercise 9.5 | Set 2
    Chapter 9 Algebraic Expressions and Identities - Exercise 9.5 | Set 1 Question 5. Show that:(i) (3x + 7)2 - 84x = (3x - 7)2Solution:L.H.S. = (3x + 7)2 - 84x= 9x2 + 42x + 49 - 84x= 9x2 - 42x + 49= (3x - 7)2= R.H.S.L.H.S. = R.H.S.(ii) (9p - 5q)2 + 180pq = (9p + 5q)2Solution:LHS = (9p - 5q)2 + 180pq= 8
    5 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