SlideShare a Scribd company logo
2
Most read
3
Most read
11
Most read
LINEAR EQUATIONS IN TWO
VARIABLES
INTRODUCTION
General Form of Linear Equation in Two Variables
a x + b y +c = 0, a ≠ 0, b ≠ 0, a, b, c are real numbers
Solution
Values of x and y, for given a, b, c, such that
a x + b y +c = 0
Single linear equation
Example
3 x – 2 y + 4 = 0 (1)
Infinitely many values of
x and y satisfy equation (1)
x -3 -2 -1 0 1 2 3 4 5
y -2.5 -1 0.5 2 3.5 5 6.5 8.0 9.5
•All (x, y) values satisfying
equation (1) lie on a
straight line – (0, 2) satisfies
equation (1) and lies on
straight line
• Graph of the equation (1)
is shown in Figure 1
Figure 1
Single linear equation
• Every day example :
Cost of two oranges is Rs. 4 more than the cost of 3
bananas
• Assume cost of a banana is x Rs. and cost of an orange is y
Rs., then the relationship between cost of bananas and
oranges is given by
2 y = 3 x + 4 (1)
• The graph of equation (1) is the straight line in Figure 1
• Many similar relationships can be expressed by a linear
algebraic equation in two variables.
• Geometrically a linear equation in two variables can be
represented by a straight line in the Cartesian Plane.
Single linear equation
• Adding and subtracting a number on both sides of the
equation does not change the equation
3 x –2 y + 4 +(10) = 0 + (10)
• Multiplying or dividing both sides of the equation
does not change the equation
2*(3 x –2 y + 4) = 3 x – 2 y + 4 = 0
System of two linear equations
Two linear equations in x and y
3 x – 2 y + 4 = 0 (1)
x + 2 y + 4 = 0 (2)
Graph of the two
linear equations
Figure 2
System of two linear equations
• Both the linear equations are straight lines
• The two straight lines intersect at (-2 ,-1)
x = -2, y = -1 satisfy both the equations
3 x - 2 y + 4 = 3 *(-2) – 2* (-1) + 4 = 0
x + 2 y +4 = (-2) + 2* (-1) + 4 = 0
• (-2 , -1 ) is a common solution of the two linear equations
Condition for common solution
Consider two linear equations
2 x + 3 y = 6 (1)
4 x + 6 y = 24 (2)
• Both lines are parallel
and do not intersect
• No common solution if
lines are parallel
Figure 3
Graph of equation (1)
and equation (2) in
Figure 3
Condition for common solution (Contd.)
Consider another two linear equations
x + y = 3 (1)
7 x + 7 y = 21 (2)
Figure 4
Graph of equation (1)
and equation (2) in
Figure 4
• Both straight lines are
parallel
• They are also same or
coincident
•Only one straight line and
hence infinitely many
solutions
Condition for common solution (Contd.)
Two linear equations represented by two straight lines can
1. Have a unique common solution if the two straight
lines
intersect.
2. Have no common solution if the two straight lines are
parallel.
3. Have infinitely many solutions if the two straight lines
are same or coincident.
Algebraic Solution of System of Linear Equations
• Method of Elimination by Substitution
Consider two linear equations
2 x – y = 3 (1)
4 x – y = 5 (2)
1. Solve for y from equation (1) pretending x to be a constant, we get
y = 2 x – 3 (3)
2. Substitute y from (3) to (2) to get
4 x – (2 x –3) = 5 (4)
y is eliminated in Step 2. and we can now solve for x from (4)
2 x + 3 = 5 => x = 1
3. Substitute x = 1 in (1), to get
2 – y = 3 => y = – 1
(1, – 1) satisfy equations (1) and (2). Hence the solution is correct.
Algebraic Solution of System of Linear Equations
(Contd.)
• Method of Elimination by Equating
Coefficients
Consider two linear equations
11 x – 5 y + 61 = 0 (1)
3 x – 20 y – 2 = 0 (2)
1. Multiply equation (1) by 3 and equation (2) by 11 to get
33 x – 15 y + 183 = 0 (3)
33 x – 220 y – 22 = 0 (4)
2. Subtract (4) from (3) to get
205 y + 205 = 0
or y = – 1
3. Substitute y = – 1 in (2), we get
3 x – 20 *(– 1) – 2 = 0
or 3 x = – 18
or x = – 6
(-6, -1) satisfies (1) and (2) and hence is a correct solution.
Solution of System of Linear Equations by Cross
Multiplication
Consider two linear equations
a1 x + b1y + c1 = 0, a1≠ 0, b1≠ 0 (1)
a2 x + b2 y + c2 = 0, a2 ≠ 0, b2 ≠ 0 (2)
Eliminate y by substitution. From (1) we get
y = – (1/ b1 )(c1 + a1 x) b1 ≠ 0 (given)
Substitute y in (2), we get
a2 x + b2 [– (1/ b1 )(c1 + a1 x) ] + c2 = 0
or (a1 b2 - a2 b1 ) x = b1 c2 - b2 c1 (3)
Similarly by eliminating x, we get
(a1 b2 - a2 b1 ) y = c1 a2 - c2 a1 (4)
Solution of System of Linear Equations by Cross
Multiplication
• Case 1: (a1 b2 – a2 b1) ≠ 0
x = (b1 c2 – b2 c1)/(a1 b2 - a2 b1)
y = (c1 a2 – c2 a1)/(a1 b2 - a2 b1)
The above can be written as
__ x_______ = __ y_______ = __ 1_______
b1 c2 – b2 c1 c1 a2 – c2 a1 a1 a1 b2 - a2 b1
Solution of System of Linear Equations by Cross
Multiplication
• Case 2 : (a1 b2 – a2 b1) = 0
In this case we can not divide by a1 b2 – a2 b1 to get x and y
For a1 b2 – a2 b1 = 0, we get
a1 = k a2 and b1= k b2
• c1 = k c2then equation (1) becomes
k a2 x + k b2 y + k c2 = 0
or k (a2 x + b2 y + c2) = 0
or a2 x + b2 y + c2 = 0
Hence equation (1) and (2) are same and there are infinitely many
solutions
Solution of System of Linear Equations by Cross
Multiplication
• c1 ≠ k c2 then equation (1) becomes
or k (a2 x + b2 y) + c1= 0
or k (- c2) + c1= 0
or c1= k c2
k a2 x + k b2 y + c1 = 0
which is not true. Hence, no solution exists.
Example Problems
• 1) Solve by eliminating y : x+y=7; 2x–y=5
• Solution:
x+y=7 (1)
2x-y=5 (2)
(1)+(2) => x = 4
• Substituting x value in (1)
4+y =7 => y = 3
Example Problems
• 2) Solve by eliminating coefficients:
x+y = a+b; ax-by =a2
-b2
• Solution:
x+y = a+b (1)
ax-by = a2
-b2
(2)
• Multiplying (1) by b, we get
bx+by = ab +b2
(1) + (2) => x(a + b) = a(a+b)
x = a and y = b
Example Problems
3) Solve by cross multiplication:
x+y=17; 12x-5y =17
• Solution:
x+y=17 x+y-17=0
12x-5y=17 12x-5y-17=0
x y 1
1 -17 1 1
-5 -17 12 -5
•By cross-multiplication rule, we get
 x = 6 and y= 11
THANK YOU

More Related Content

PPTX
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
PPTX
class 10 chapter 1- real numbers
PPT
Arithmetic progression
DOCX
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
PPTX
Introduction of trigonometry
PPT
Linear Equations
PPT
CLASS X MATHS Polynomials
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
class 10 chapter 1- real numbers
Arithmetic progression
PROJECT (PPT) ON PAIR OF LINEAR EQUATIONS IN TWO VARIABLES - CLASS 10
Introduction of trigonometry
Linear Equations
CLASS X MATHS Polynomials

What's hot (20)

PPTX
LINEAR EQUATION IN TWO VARIABLES PPT
PPTX
Pair of linear equation in two variable
PPT
Linear equations in two variables
PPTX
Quadratic equations class 10
PPTX
Linear equations in two variables- By- Pragyan
PPTX
Linear equations in two variables
PPT
Maths ppt linear equations in two variables
PPTX
Pairs of linear equation in two variable by asim rajiv shandilya 10th a
PPTX
Linear equations in 2 variables
DOCX
CLASS IX MATHS PERIODIC TEST 1
PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
PPTX
Real numbers- class 10 mathematics
PPTX
Probability class 10
PDF
Simple equations
PPTX
Pair Of Linear Equations In Two Variables
PPT
Probability 10th class
PPTX
Coordinate geometry 9 grade
PPTX
LINEAR EQUATION IN TWO VARIABLES
PPTX
LINEAR EQUATION IN TWO VARIABLES
PPTX
Polynomials(10th) Simplified
LINEAR EQUATION IN TWO VARIABLES PPT
Pair of linear equation in two variable
Linear equations in two variables
Quadratic equations class 10
Linear equations in two variables- By- Pragyan
Linear equations in two variables
Maths ppt linear equations in two variables
Pairs of linear equation in two variable by asim rajiv shandilya 10th a
Linear equations in 2 variables
CLASS IX MATHS PERIODIC TEST 1
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
Real numbers- class 10 mathematics
Probability class 10
Simple equations
Pair Of Linear Equations In Two Variables
Probability 10th class
Coordinate geometry 9 grade
LINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLES
Polynomials(10th) Simplified
Ad

Similar to CLASS X MATHS LINEAR EQUATIONS (20)

PPTX
Mathematics ppt.pptx
PPTX
Linear equations Class 10 by aryan kathuria
PPTX
Illustrate Linear Equation in two variables.pptx
PDF
PPTX
Linear equations in two variables
PPTX
linear equation in two variable.pptx
PPT
Linear equation in two variable
PPTX
Lecture 11 systems of nonlinear equations
PDF
C2 st lecture 2 handout
PPT
Pair of linear equation in two variables
PPT
TABREZ KHAN.ppt
PPTX
Pair of linear equations in two variables for classX
PPT
Analytic Geometry Period 1
PPT
Topic 8 (Writing Equations Of A Straight Lines)
PPTX
Aieee Maths 2004
PDF
Algebra
PPT
PAIR OF LINEAR EQUATION IN TWO VARIABLE
PPTX
Persamaan fungsi linier
PPTX
Linear equations
PPTX
Linear equations in Two Variable
Mathematics ppt.pptx
Linear equations Class 10 by aryan kathuria
Illustrate Linear Equation in two variables.pptx
Linear equations in two variables
linear equation in two variable.pptx
Linear equation in two variable
Lecture 11 systems of nonlinear equations
C2 st lecture 2 handout
Pair of linear equation in two variables
TABREZ KHAN.ppt
Pair of linear equations in two variables for classX
Analytic Geometry Period 1
Topic 8 (Writing Equations Of A Straight Lines)
Aieee Maths 2004
Algebra
PAIR OF LINEAR EQUATION IN TWO VARIABLE
Persamaan fungsi linier
Linear equations
Linear equations in Two Variable
Ad

More from Rc Os (20)

PPT
Dove
PPT
CLASS IV ENGLISH
PPT
CLASS 4 MATHS
PPT
CLASS 4 MATHS
PPT
CLASS III MATHS
PPT
CLASS III MATHS
PPT
Changing times.
PPT
3 class english
PPT
Clss ii english-the mouse---
PPT
Rainbow
PPT
NUMBERS 1 TO 20
PPT
TIME
PPT
MEASUREMENTS
PPT
DATA HANDLING
PPT
patterns
PPT
Who is heavier
PPT
Sundari
PPTX
The tiger and the mosquitoe
DOCX
Photoshop
DOCX
COMPUTERS Database
Dove
CLASS IV ENGLISH
CLASS 4 MATHS
CLASS 4 MATHS
CLASS III MATHS
CLASS III MATHS
Changing times.
3 class english
Clss ii english-the mouse---
Rainbow
NUMBERS 1 TO 20
TIME
MEASUREMENTS
DATA HANDLING
patterns
Who is heavier
Sundari
The tiger and the mosquitoe
Photoshop
COMPUTERS Database

Recently uploaded (20)

PDF
Classroom Observation Tools for Teachers
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Complications of Minimal Access Surgery at WLH
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Computing-Curriculum for Schools in Ghana
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Cell Types and Its function , kingdom of life
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Pre independence Education in Inndia.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Classroom Observation Tools for Teachers
Module 4: Burden of Disease Tutorial Slides S2 2025
Complications of Minimal Access Surgery at WLH
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Renaissance Architecture: A Journey from Faith to Humanism
Computing-Curriculum for Schools in Ghana
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPH.pptx obstetrics and gynecology in nursing
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Final Presentation General Medicine 03-08-2024.pptx
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
102 student loan defaulters named and shamed – Is someone you know on the list?
FourierSeries-QuestionsWithAnswers(Part-A).pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
Cell Types and Its function , kingdom of life
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Abdominal Access Techniques with Prof. Dr. R K Mishra
Pre independence Education in Inndia.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx

CLASS X MATHS LINEAR EQUATIONS

  • 1. LINEAR EQUATIONS IN TWO VARIABLES
  • 2. INTRODUCTION General Form of Linear Equation in Two Variables a x + b y +c = 0, a ≠ 0, b ≠ 0, a, b, c are real numbers Solution Values of x and y, for given a, b, c, such that a x + b y +c = 0
  • 3. Single linear equation Example 3 x – 2 y + 4 = 0 (1) Infinitely many values of x and y satisfy equation (1) x -3 -2 -1 0 1 2 3 4 5 y -2.5 -1 0.5 2 3.5 5 6.5 8.0 9.5 •All (x, y) values satisfying equation (1) lie on a straight line – (0, 2) satisfies equation (1) and lies on straight line • Graph of the equation (1) is shown in Figure 1 Figure 1
  • 4. Single linear equation • Every day example : Cost of two oranges is Rs. 4 more than the cost of 3 bananas • Assume cost of a banana is x Rs. and cost of an orange is y Rs., then the relationship between cost of bananas and oranges is given by 2 y = 3 x + 4 (1) • The graph of equation (1) is the straight line in Figure 1 • Many similar relationships can be expressed by a linear algebraic equation in two variables. • Geometrically a linear equation in two variables can be represented by a straight line in the Cartesian Plane.
  • 5. Single linear equation • Adding and subtracting a number on both sides of the equation does not change the equation 3 x –2 y + 4 +(10) = 0 + (10) • Multiplying or dividing both sides of the equation does not change the equation 2*(3 x –2 y + 4) = 3 x – 2 y + 4 = 0
  • 6. System of two linear equations Two linear equations in x and y 3 x – 2 y + 4 = 0 (1) x + 2 y + 4 = 0 (2) Graph of the two linear equations Figure 2
  • 7. System of two linear equations • Both the linear equations are straight lines • The two straight lines intersect at (-2 ,-1) x = -2, y = -1 satisfy both the equations 3 x - 2 y + 4 = 3 *(-2) – 2* (-1) + 4 = 0 x + 2 y +4 = (-2) + 2* (-1) + 4 = 0 • (-2 , -1 ) is a common solution of the two linear equations
  • 8. Condition for common solution Consider two linear equations 2 x + 3 y = 6 (1) 4 x + 6 y = 24 (2) • Both lines are parallel and do not intersect • No common solution if lines are parallel Figure 3 Graph of equation (1) and equation (2) in Figure 3
  • 9. Condition for common solution (Contd.) Consider another two linear equations x + y = 3 (1) 7 x + 7 y = 21 (2) Figure 4 Graph of equation (1) and equation (2) in Figure 4 • Both straight lines are parallel • They are also same or coincident •Only one straight line and hence infinitely many solutions
  • 10. Condition for common solution (Contd.) Two linear equations represented by two straight lines can 1. Have a unique common solution if the two straight lines intersect. 2. Have no common solution if the two straight lines are parallel. 3. Have infinitely many solutions if the two straight lines are same or coincident.
  • 11. Algebraic Solution of System of Linear Equations • Method of Elimination by Substitution Consider two linear equations 2 x – y = 3 (1) 4 x – y = 5 (2) 1. Solve for y from equation (1) pretending x to be a constant, we get y = 2 x – 3 (3) 2. Substitute y from (3) to (2) to get 4 x – (2 x –3) = 5 (4) y is eliminated in Step 2. and we can now solve for x from (4) 2 x + 3 = 5 => x = 1 3. Substitute x = 1 in (1), to get 2 – y = 3 => y = – 1 (1, – 1) satisfy equations (1) and (2). Hence the solution is correct.
  • 12. Algebraic Solution of System of Linear Equations (Contd.) • Method of Elimination by Equating Coefficients Consider two linear equations 11 x – 5 y + 61 = 0 (1) 3 x – 20 y – 2 = 0 (2) 1. Multiply equation (1) by 3 and equation (2) by 11 to get 33 x – 15 y + 183 = 0 (3) 33 x – 220 y – 22 = 0 (4) 2. Subtract (4) from (3) to get 205 y + 205 = 0 or y = – 1 3. Substitute y = – 1 in (2), we get 3 x – 20 *(– 1) – 2 = 0 or 3 x = – 18 or x = – 6 (-6, -1) satisfies (1) and (2) and hence is a correct solution.
  • 13. Solution of System of Linear Equations by Cross Multiplication Consider two linear equations a1 x + b1y + c1 = 0, a1≠ 0, b1≠ 0 (1) a2 x + b2 y + c2 = 0, a2 ≠ 0, b2 ≠ 0 (2) Eliminate y by substitution. From (1) we get y = – (1/ b1 )(c1 + a1 x) b1 ≠ 0 (given) Substitute y in (2), we get a2 x + b2 [– (1/ b1 )(c1 + a1 x) ] + c2 = 0 or (a1 b2 - a2 b1 ) x = b1 c2 - b2 c1 (3) Similarly by eliminating x, we get (a1 b2 - a2 b1 ) y = c1 a2 - c2 a1 (4)
  • 14. Solution of System of Linear Equations by Cross Multiplication • Case 1: (a1 b2 – a2 b1) ≠ 0 x = (b1 c2 – b2 c1)/(a1 b2 - a2 b1) y = (c1 a2 – c2 a1)/(a1 b2 - a2 b1) The above can be written as __ x_______ = __ y_______ = __ 1_______ b1 c2 – b2 c1 c1 a2 – c2 a1 a1 a1 b2 - a2 b1
  • 15. Solution of System of Linear Equations by Cross Multiplication • Case 2 : (a1 b2 – a2 b1) = 0 In this case we can not divide by a1 b2 – a2 b1 to get x and y For a1 b2 – a2 b1 = 0, we get a1 = k a2 and b1= k b2 • c1 = k c2then equation (1) becomes k a2 x + k b2 y + k c2 = 0 or k (a2 x + b2 y + c2) = 0 or a2 x + b2 y + c2 = 0 Hence equation (1) and (2) are same and there are infinitely many solutions
  • 16. Solution of System of Linear Equations by Cross Multiplication • c1 ≠ k c2 then equation (1) becomes or k (a2 x + b2 y) + c1= 0 or k (- c2) + c1= 0 or c1= k c2 k a2 x + k b2 y + c1 = 0 which is not true. Hence, no solution exists.
  • 17. Example Problems • 1) Solve by eliminating y : x+y=7; 2x–y=5 • Solution: x+y=7 (1) 2x-y=5 (2) (1)+(2) => x = 4 • Substituting x value in (1) 4+y =7 => y = 3
  • 18. Example Problems • 2) Solve by eliminating coefficients: x+y = a+b; ax-by =a2 -b2 • Solution: x+y = a+b (1) ax-by = a2 -b2 (2) • Multiplying (1) by b, we get bx+by = ab +b2 (1) + (2) => x(a + b) = a(a+b) x = a and y = b
  • 19. Example Problems 3) Solve by cross multiplication: x+y=17; 12x-5y =17 • Solution: x+y=17 x+y-17=0 12x-5y=17 12x-5y-17=0 x y 1 1 -17 1 1 -5 -17 12 -5 •By cross-multiplication rule, we get  x = 6 and y= 11