SlideShare a Scribd company logo
1 of 22
3.2 SYSTEMS OF LINEAR
        EQUATIONS




Solving Linear Systems Algebraically
Substitution Method

Today’s objective:
1. I will use substitution to solve
  systems of linear equations in
  two variables.
Solving Systems of Equations
             Algebraically
1.    When you graph, sometimes you cannot find
      the exact point of intersection. We can use
      algebra to find the exact point.

2.    Also, we do not need to put every equation in
      slope-intercept form in order to determine if
      the lines are parallel or the same line.
      Algebraic methods will give us the same
      information.
Methods of Solving Systems
        Algebraically
We will look at TWO methods to solve
systems algebraically:

    1) Substitution

    2) Elimination
Method 1: Substitution
Steps:
   1. Choose one of the two equations
      and isolate one of the variables.
   2. Substitute the new expression into
      the other equation for the variable.
   3. Solve for the remaining variable.
   4. Substitute the solution into the
      other equation to get the solution
      to the second variable.
Method 1: Substitution
Example:
    Equation ‘a’:      3x + 4y = - 4
    Equation ‘b’:       x + 2y = 2

Isolate the ‘x’ in equation ‘b’:
        x = - 2y + 2
Method 1: Substitution
Example, continued:
       Equation ‘a’:   3x + 4y = - 4
       Equation ‘b’:   x + 2y = 2



Substitute the new expression,
x = - 2y + 2 for x into equation ‘a’:


             3(- 2y + 2) + 4y = - 4
Method 1: Substitution
Example, continued:
       Equation ‘a’:   3x + 4y = - 4
       Equation ‘b’:   x + 2y = 2


Solve the new equation:
                 3(- 2y + 2) + 4y = - 4
                    - 6y + 6 + 4y = - 4
                          - 2y + 6 = - 4
                            - 2y = - 10
                               y= 5
Method 1: Substitution
Example, continued:
       Equation ‘a’:   3x + 4y = - 4
       Equation ‘b’:   x + 2y = 2

Substitute y = 5 into either equation ‘a’ or ‘b’:

                     x + 2 (5) = 2
                      x + 10 = 2
                        x=-8
                 The solution is (-8, 5).
3.2A Elimination Method

Today’s objective:
1. I will use elimination to solve
  systems of linear equations in
  two variables.
Method 2: Elimination
Steps:
1. Line up the two equations using
   standard form (Ax + By = C).
2. GOAL: The coefficients of the same
   variable in both equations should have
   the same value but opposite signs.
3. If this doesn’t exist, multiply one or
   both of the equations by a number that
   will make the same variable coefficients
   opposite values.
Method 2: Elimination
Steps, continued:

     4. Add the two equations (like terms).
     5. The variable with opposite
        coefficients should be eliminated.
     6. Solve for the remaining variable.
     7. Substitute that solution into either
        of the two equations to solve for
        the other variable.
Method 2: Elimination
   Example:
      Equation ‘a’:     2x - 4y = 13
      Equation ‘b’:     4x - 5y = 8

   Multiply equation ‘a’ by –2 to eliminate
   the x’s:

Equation ‘a’:   -2(2x - 4y = 13)
Equation ‘b’:   4x - 5y = 8
Method 2: Elimination
Example, continued:

     Equation ‘a’:    -2(2x - 4y = 13) ------> -4x + 8y = -26
     Equation ‘b’:    4x - 5y = 8      ------> 4x - 5y = 8


Add the equations (the x’s are eliminated):
               -4x + 8y = -26
                4x - 5y = 8
                     3y = -18
                      y = -6
Method 2: Elimination
 Example, continued:
     Equation ‘a’: -2(2x - 4y = 13) ------> -4x + 8y = -26
     Equation ‘b’: 4x - 5y = 8      ------> 4x - 5y = 8

Substitute y = -6 into either equation:
             4x - 5(-6) = 8
              4x + 30 = 8
                4x = -22
                       -22
                  x= 4
                  x= 2-11

                                         -11
                   Solution: ( , -6)      2
Method 2: Elimination
Example 2:
   Equation ‘a’: -9x + 6y = 0
   Equation ‘b’: -12x + 8y = 0

Multiply equation ‘a’ by –4 and
equation ‘b’ by 3 to eliminate the x’s:
   Equation ‘a’: - 4(-9x + 6y = 0)
   Equation ‘b’: 3(-12x + 8y = 0)
Method 2: Elimination
Example 2, continued:

    Equation ‘a’:       - 4(-9x + 6y = 0)
    Equation ‘b’:       3(-12x + 8y = 0)

                36x - 24y = 0
               -36x + 24y = 0
                        0=0
     What does this answer mean?
     Is it true?
Method 2: Elimination
                                 36x - 24y = 0
 Example 2, continued:
                                -36x + 24y = 0
                                         0=0
When both variables are eliminated,
 if the statement is TRUE (like 0 = 0), then
  they are the same lines and there are
  infinite solutions.
 if the statement is FALSE (like 0 = 1), then
  they are parallel lines and there is no
  solution.
Since 0 = 0 is TRUE, there are infinite solutions.
Solving Systems of Three
     Equations Algebraically
1. When we have three equations in a
   system, we can use the same two
   methods to solve them algebraically
   as with two equations.
2. Whether you use substitution or
   elimination, you should begin by
   numbering the equations!
Solving Systems of Three
         Equations
Substitution Method
  1. Choose one of the three equations
     and isolate one of the variables.
  2. Substitute the new expression into
     each of the other two equations.
  3. These two equations now have the
     same two variables. Solve this 2 x 2
     system as before.
  4. Find the third variable by
     substituting the two known values
     into any equation.
Solving Systems of Three
         Equations
Linear Combination Method
  1. Choose two of the equations and eliminate
     one variable as before.
  2. Now choose one of the equations from step 1
     and the other equation you didn’t use and
     eliminate the same variable.
  3. You should now have two equations (one
     from step 1 and one from step 2) that you
     can solve by elimination.
  4. Find the third variable by substituting the
     two known values into any equation.
-4x – 8y = 16
      6x + 12y = -24
1. Solve the system of linear
 equations using elimination
     (linear combination).

More Related Content

What's hot

3 2 solving systems of equations (elimination method)
3 2 solving systems of equations (elimination method)3 2 solving systems of equations (elimination method)
3 2 solving systems of equations (elimination method)Hazel Joy Chong
 
Systems of Equations by Elimination
Systems of Equations by EliminationSystems of Equations by Elimination
Systems of Equations by Eliminationmelissabarnhart
 
Solving systems with elimination
Solving systems with eliminationSolving systems with elimination
Solving systems with eliminationAmanda Ann
 
Solving systems of equations
Solving systems of equationsSolving systems of equations
Solving systems of equationsHind Al Awadi
 
8 - solving systems of linear equations by adding or subtracting
8  - solving systems of linear equations by adding or subtracting8  - solving systems of linear equations by adding or subtracting
8 - solving systems of linear equations by adding or subtractingAnthony_Maiorano
 
15.3 solving systems of equations by elimination
15.3 solving systems of equations by elimination15.3 solving systems of equations by elimination
15.3 solving systems of equations by eliminationGlenSchlee
 
Solving Systems - Elimination NOTES
Solving Systems - Elimination NOTESSolving Systems - Elimination NOTES
Solving Systems - Elimination NOTESswartzje
 
Solving Systems by Graphing and Substitution
Solving Systems by Graphing and SubstitutionSolving Systems by Graphing and Substitution
Solving Systems by Graphing and Substitutionswartzje
 
Solving Systems by Substitution
Solving Systems by SubstitutionSolving Systems by Substitution
Solving Systems by Substitutionswartzje
 
Solving Systems of Linear Equations by Graphing
Solving  Systems of Linear Equations by Graphing Solving  Systems of Linear Equations by Graphing
Solving Systems of Linear Equations by Graphing PLeach
 
Solving system of linear equations
Solving system of linear equationsSolving system of linear equations
Solving system of linear equationsMew Aornwara
 
Solve By Elimination
Solve By EliminationSolve By Elimination
Solve By Eliminationlothomas
 
15.2 solving systems of equations by substitution
15.2 solving systems of equations by substitution15.2 solving systems of equations by substitution
15.2 solving systems of equations by substitutionGlenSchlee
 
Elimination of Systems of Linear Equation
Elimination of Systems of Linear EquationElimination of Systems of Linear Equation
Elimination of Systems of Linear EquationSonarin Cruz
 
Elimination method Ch 7
Elimination method Ch 7Elimination method Ch 7
Elimination method Ch 7Wood-Ridge
 
System of linear equations and their solution
System of linear equations and their solutionSystem of linear equations and their solution
System of linear equations and their solutionJoseph Nilo
 
Graphical Solution of Systems of Linear Equations
Graphical Solution of Systems of Linear EquationsGraphical Solution of Systems of Linear Equations
Graphical Solution of Systems of Linear EquationsSonarin Cruz
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 

What's hot (20)

3 2 solving systems of equations (elimination method)
3 2 solving systems of equations (elimination method)3 2 solving systems of equations (elimination method)
3 2 solving systems of equations (elimination method)
 
Systems of equations
Systems of equationsSystems of equations
Systems of equations
 
Systems of Equations by Elimination
Systems of Equations by EliminationSystems of Equations by Elimination
Systems of Equations by Elimination
 
Solving systems with elimination
Solving systems with eliminationSolving systems with elimination
Solving systems with elimination
 
Solving systems of equations
Solving systems of equationsSolving systems of equations
Solving systems of equations
 
6.3 presentation
6.3 presentation6.3 presentation
6.3 presentation
 
8 - solving systems of linear equations by adding or subtracting
8  - solving systems of linear equations by adding or subtracting8  - solving systems of linear equations by adding or subtracting
8 - solving systems of linear equations by adding or subtracting
 
15.3 solving systems of equations by elimination
15.3 solving systems of equations by elimination15.3 solving systems of equations by elimination
15.3 solving systems of equations by elimination
 
Solving Systems - Elimination NOTES
Solving Systems - Elimination NOTESSolving Systems - Elimination NOTES
Solving Systems - Elimination NOTES
 
Solving Systems by Graphing and Substitution
Solving Systems by Graphing and SubstitutionSolving Systems by Graphing and Substitution
Solving Systems by Graphing and Substitution
 
Solving Systems by Substitution
Solving Systems by SubstitutionSolving Systems by Substitution
Solving Systems by Substitution
 
Solving Systems of Linear Equations by Graphing
Solving  Systems of Linear Equations by Graphing Solving  Systems of Linear Equations by Graphing
Solving Systems of Linear Equations by Graphing
 
Solving system of linear equations
Solving system of linear equationsSolving system of linear equations
Solving system of linear equations
 
Solve By Elimination
Solve By EliminationSolve By Elimination
Solve By Elimination
 
15.2 solving systems of equations by substitution
15.2 solving systems of equations by substitution15.2 solving systems of equations by substitution
15.2 solving systems of equations by substitution
 
Elimination of Systems of Linear Equation
Elimination of Systems of Linear EquationElimination of Systems of Linear Equation
Elimination of Systems of Linear Equation
 
Elimination method Ch 7
Elimination method Ch 7Elimination method Ch 7
Elimination method Ch 7
 
System of linear equations and their solution
System of linear equations and their solutionSystem of linear equations and their solution
System of linear equations and their solution
 
Graphical Solution of Systems of Linear Equations
Graphical Solution of Systems of Linear EquationsGraphical Solution of Systems of Linear Equations
Graphical Solution of Systems of Linear Equations
 
System of equations
System of equationsSystem of equations
System of equations
 

Viewers also liked

Viewers also liked (8)

Geom3-6
Geom3-6Geom3-6
Geom3-6
 
Lesson 33 Powerpoint
Lesson 33 PowerpointLesson 33 Powerpoint
Lesson 33 Powerpoint
 
11X1 T06 05 Similar Triangles
11X1 T06 05 Similar Triangles11X1 T06 05 Similar Triangles
11X1 T06 05 Similar Triangles
 
MACUL 2009 Lada and Micallef
MACUL 2009 Lada and MicallefMACUL 2009 Lada and Micallef
MACUL 2009 Lada and Micallef
 
Geometry L 4.3
Geometry L 4.3Geometry L 4.3
Geometry L 4.3
 
Lesson 35
Lesson 35Lesson 35
Lesson 35
 
Section 3-1: Congruent Triangles
Section 3-1: Congruent TrianglesSection 3-1: Congruent Triangles
Section 3-1: Congruent Triangles
 
Congruent figure
Congruent figureCongruent figure
Congruent figure
 

Similar to 3.2 solving systems algebraically

Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equationsgandhinagar
 
Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Sparsh Singh
 
Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Sparsh Singh
 
Elimination Method Mathematics 8 Linear Equation In 2 variables .pptx
Elimination Method Mathematics 8 Linear Equation In 2 variables .pptxElimination Method Mathematics 8 Linear Equation In 2 variables .pptx
Elimination Method Mathematics 8 Linear Equation In 2 variables .pptxgenopaolog
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equationsswartzje
 
M1 L5 Remediation Notes
M1 L5 Remediation NotesM1 L5 Remediation Notes
M1 L5 Remediation Notestoni dimella
 
System of linear equations 3 eso
System of linear equations 3 esoSystem of linear equations 3 eso
System of linear equations 3 esoEducación
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesJuan Miguel Palero
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3Nazrin Nazdri
 
Linear Algebra - systems of equations (week 1).ppt
Linear Algebra - systems of equations (week 1).pptLinear Algebra - systems of equations (week 1).ppt
Linear Algebra - systems of equations (week 1).pptAraMaeMina
 
systems of equations.ppt
systems of equations.pptsystems of equations.ppt
systems of equations.pptreboy_arroyo
 
Solving systems of linear equations by substitution
Solving systems of linear equations by substitutionSolving systems of linear equations by substitution
Solving systems of linear equations by substitutionduanenestor
 
Linear equations
Linear equationsLinear equations
Linear equationsNisarg Amin
 
Final presentation
Final presentationFinal presentation
Final presentationpaezp
 
Solving systems of Equations by Elimination
Solving systems of Equations by EliminationSolving systems of Equations by Elimination
Solving systems of Equations by EliminationEdrin Jay Morta
 

Similar to 3.2 solving systems algebraically (20)

Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
 
Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)
 
Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)
 
Elimination Method Mathematics 8 Linear Equation In 2 variables .pptx
Elimination Method Mathematics 8 Linear Equation In 2 variables .pptxElimination Method Mathematics 8 Linear Equation In 2 variables .pptx
Elimination Method Mathematics 8 Linear Equation In 2 variables .pptx
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
elimination
eliminationelimination
elimination
 
M1 L5 Remediation Notes
M1 L5 Remediation NotesM1 L5 Remediation Notes
M1 L5 Remediation Notes
 
LecturePresentation.pptx
LecturePresentation.pptxLecturePresentation.pptx
LecturePresentation.pptx
 
System of linear equations 3 eso
System of linear equations 3 esoSystem of linear equations 3 eso
System of linear equations 3 eso
 
Aman
AmanAman
Aman
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear Inequalities
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Linear Algebra - systems of equations (week 1).ppt
Linear Algebra - systems of equations (week 1).pptLinear Algebra - systems of equations (week 1).ppt
Linear Algebra - systems of equations (week 1).ppt
 
systems of equations.ppt
systems of equations.pptsystems of equations.ppt
systems of equations.ppt
 
systems of equations.ppt
systems of equations.pptsystems of equations.ppt
systems of equations.ppt
 
Solving systems of linear equations by substitution
Solving systems of linear equations by substitutionSolving systems of linear equations by substitution
Solving systems of linear equations by substitution
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Solving systems of Equations by Elimination
Solving systems of Equations by EliminationSolving systems of Equations by Elimination
Solving systems of Equations by Elimination
 

More from fthrower

3.4 linear programming
3.4 linear programming3.4 linear programming
3.4 linear programmingfthrower
 
3.3 a writing systems of linear inequalities
3.3 a writing systems of linear inequalities3.3 a writing systems of linear inequalities
3.3 a writing systems of linear inequalitiesfthrower
 
3.3 a writing a systems of inequalities
3.3 a writing a systems of inequalities3.3 a writing a systems of inequalities
3.3 a writing a systems of inequalitiesfthrower
 
3.3 a solving systems of inequalities
3.3 a solving systems of inequalities3.3 a solving systems of inequalities
3.3 a solving systems of inequalitiesfthrower
 
3.3 solving systems of inequalities
3.3 solving systems of inequalities3.3 solving systems of inequalities
3.3 solving systems of inequalitiesfthrower
 
3.1 b solving systems graphically
3.1 b solving systems graphically3.1 b solving systems graphically
3.1 b solving systems graphicallyfthrower
 
3.1 a solving systems graphically
3.1 a solving systems graphically3.1 a solving systems graphically
3.1 a solving systems graphicallyfthrower
 
3.1 solving systems graphically
3.1 solving systems graphically3.1 solving systems graphically
3.1 solving systems graphicallyfthrower
 
3.4 a linear programming
3.4 a linear programming3.4 a linear programming
3.4 a linear programmingfthrower
 
2.8 b absolute value functions
2.8 b absolute value functions2.8 b absolute value functions
2.8 b absolute value functionsfthrower
 
2.8 a absolute value functions
2.8 a absolute value functions2.8 a absolute value functions
2.8 a absolute value functionsfthrower
 
2.8 absolute value functions
2.8 absolute value functions2.8 absolute value functions
2.8 absolute value functionsfthrower
 
2.6 graphing linear inequalities
2.6 graphing linear inequalities2.6 graphing linear inequalities
2.6 graphing linear inequalitiesfthrower
 
2.5 a correlation & best fitting lines
2.5 a correlation & best fitting lines2.5 a correlation & best fitting lines
2.5 a correlation & best fitting linesfthrower
 
2.5 correlation & best fitting lines
2.5 correlation & best fitting lines2.5 correlation & best fitting lines
2.5 correlation & best fitting linesfthrower
 
2.4 writing linear equations
2.4 writing linear equations2.4 writing linear equations
2.4 writing linear equationsfthrower
 
2.4 writing equations of lines
2.4 writing equations of lines2.4 writing equations of lines
2.4 writing equations of linesfthrower
 
2.3 linear equations
2.3 linear equations2.3 linear equations
2.3 linear equationsfthrower
 
2.1 a relations and functions
2.1 a relations and functions2.1 a relations and functions
2.1 a relations and functionsfthrower
 

More from fthrower (20)

3.4 linear programming
3.4 linear programming3.4 linear programming
3.4 linear programming
 
3.3 a writing systems of linear inequalities
3.3 a writing systems of linear inequalities3.3 a writing systems of linear inequalities
3.3 a writing systems of linear inequalities
 
3.3 a writing a systems of inequalities
3.3 a writing a systems of inequalities3.3 a writing a systems of inequalities
3.3 a writing a systems of inequalities
 
3.3 a solving systems of inequalities
3.3 a solving systems of inequalities3.3 a solving systems of inequalities
3.3 a solving systems of inequalities
 
3.3 solving systems of inequalities
3.3 solving systems of inequalities3.3 solving systems of inequalities
3.3 solving systems of inequalities
 
3.1 b solving systems graphically
3.1 b solving systems graphically3.1 b solving systems graphically
3.1 b solving systems graphically
 
3.1 a solving systems graphically
3.1 a solving systems graphically3.1 a solving systems graphically
3.1 a solving systems graphically
 
3.1 solving systems graphically
3.1 solving systems graphically3.1 solving systems graphically
3.1 solving systems graphically
 
3.4 a linear programming
3.4 a linear programming3.4 a linear programming
3.4 a linear programming
 
2.8 b absolute value functions
2.8 b absolute value functions2.8 b absolute value functions
2.8 b absolute value functions
 
2.8 a absolute value functions
2.8 a absolute value functions2.8 a absolute value functions
2.8 a absolute value functions
 
2.8 absolute value functions
2.8 absolute value functions2.8 absolute value functions
2.8 absolute value functions
 
2.6 graphing linear inequalities
2.6 graphing linear inequalities2.6 graphing linear inequalities
2.6 graphing linear inequalities
 
2.5 a correlation & best fitting lines
2.5 a correlation & best fitting lines2.5 a correlation & best fitting lines
2.5 a correlation & best fitting lines
 
2.5 correlation & best fitting lines
2.5 correlation & best fitting lines2.5 correlation & best fitting lines
2.5 correlation & best fitting lines
 
2.4 writing linear equations
2.4 writing linear equations2.4 writing linear equations
2.4 writing linear equations
 
2.4 writing equations of lines
2.4 writing equations of lines2.4 writing equations of lines
2.4 writing equations of lines
 
2.3 linear equations
2.3 linear equations2.3 linear equations
2.3 linear equations
 
2.2 slope
2.2 slope2.2 slope
2.2 slope
 
2.1 a relations and functions
2.1 a relations and functions2.1 a relations and functions
2.1 a relations and functions
 

Recently uploaded

Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 

Recently uploaded (20)

Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

3.2 solving systems algebraically

  • 1. 3.2 SYSTEMS OF LINEAR EQUATIONS Solving Linear Systems Algebraically
  • 2. Substitution Method Today’s objective: 1. I will use substitution to solve systems of linear equations in two variables.
  • 3. Solving Systems of Equations Algebraically 1. When you graph, sometimes you cannot find the exact point of intersection. We can use algebra to find the exact point. 2. Also, we do not need to put every equation in slope-intercept form in order to determine if the lines are parallel or the same line. Algebraic methods will give us the same information.
  • 4. Methods of Solving Systems Algebraically We will look at TWO methods to solve systems algebraically: 1) Substitution 2) Elimination
  • 5. Method 1: Substitution Steps: 1. Choose one of the two equations and isolate one of the variables. 2. Substitute the new expression into the other equation for the variable. 3. Solve for the remaining variable. 4. Substitute the solution into the other equation to get the solution to the second variable.
  • 6. Method 1: Substitution Example: Equation ‘a’: 3x + 4y = - 4 Equation ‘b’: x + 2y = 2 Isolate the ‘x’ in equation ‘b’: x = - 2y + 2
  • 7. Method 1: Substitution Example, continued: Equation ‘a’: 3x + 4y = - 4 Equation ‘b’: x + 2y = 2 Substitute the new expression, x = - 2y + 2 for x into equation ‘a’: 3(- 2y + 2) + 4y = - 4
  • 8. Method 1: Substitution Example, continued: Equation ‘a’: 3x + 4y = - 4 Equation ‘b’: x + 2y = 2 Solve the new equation: 3(- 2y + 2) + 4y = - 4 - 6y + 6 + 4y = - 4 - 2y + 6 = - 4 - 2y = - 10 y= 5
  • 9. Method 1: Substitution Example, continued: Equation ‘a’: 3x + 4y = - 4 Equation ‘b’: x + 2y = 2 Substitute y = 5 into either equation ‘a’ or ‘b’: x + 2 (5) = 2 x + 10 = 2 x=-8 The solution is (-8, 5).
  • 10. 3.2A Elimination Method Today’s objective: 1. I will use elimination to solve systems of linear equations in two variables.
  • 11. Method 2: Elimination Steps: 1. Line up the two equations using standard form (Ax + By = C). 2. GOAL: The coefficients of the same variable in both equations should have the same value but opposite signs. 3. If this doesn’t exist, multiply one or both of the equations by a number that will make the same variable coefficients opposite values.
  • 12. Method 2: Elimination Steps, continued: 4. Add the two equations (like terms). 5. The variable with opposite coefficients should be eliminated. 6. Solve for the remaining variable. 7. Substitute that solution into either of the two equations to solve for the other variable.
  • 13. Method 2: Elimination Example: Equation ‘a’: 2x - 4y = 13 Equation ‘b’: 4x - 5y = 8 Multiply equation ‘a’ by –2 to eliminate the x’s: Equation ‘a’: -2(2x - 4y = 13) Equation ‘b’: 4x - 5y = 8
  • 14. Method 2: Elimination Example, continued: Equation ‘a’: -2(2x - 4y = 13) ------> -4x + 8y = -26 Equation ‘b’: 4x - 5y = 8 ------> 4x - 5y = 8 Add the equations (the x’s are eliminated): -4x + 8y = -26 4x - 5y = 8 3y = -18 y = -6
  • 15. Method 2: Elimination Example, continued: Equation ‘a’: -2(2x - 4y = 13) ------> -4x + 8y = -26 Equation ‘b’: 4x - 5y = 8 ------> 4x - 5y = 8 Substitute y = -6 into either equation: 4x - 5(-6) = 8 4x + 30 = 8 4x = -22 -22 x= 4 x= 2-11 -11 Solution: ( , -6) 2
  • 16. Method 2: Elimination Example 2: Equation ‘a’: -9x + 6y = 0 Equation ‘b’: -12x + 8y = 0 Multiply equation ‘a’ by –4 and equation ‘b’ by 3 to eliminate the x’s: Equation ‘a’: - 4(-9x + 6y = 0) Equation ‘b’: 3(-12x + 8y = 0)
  • 17. Method 2: Elimination Example 2, continued: Equation ‘a’: - 4(-9x + 6y = 0) Equation ‘b’: 3(-12x + 8y = 0) 36x - 24y = 0 -36x + 24y = 0 0=0 What does this answer mean? Is it true?
  • 18. Method 2: Elimination 36x - 24y = 0 Example 2, continued: -36x + 24y = 0 0=0 When both variables are eliminated,  if the statement is TRUE (like 0 = 0), then they are the same lines and there are infinite solutions.  if the statement is FALSE (like 0 = 1), then they are parallel lines and there is no solution. Since 0 = 0 is TRUE, there are infinite solutions.
  • 19. Solving Systems of Three Equations Algebraically 1. When we have three equations in a system, we can use the same two methods to solve them algebraically as with two equations. 2. Whether you use substitution or elimination, you should begin by numbering the equations!
  • 20. Solving Systems of Three Equations Substitution Method 1. Choose one of the three equations and isolate one of the variables. 2. Substitute the new expression into each of the other two equations. 3. These two equations now have the same two variables. Solve this 2 x 2 system as before. 4. Find the third variable by substituting the two known values into any equation.
  • 21. Solving Systems of Three Equations Linear Combination Method 1. Choose two of the equations and eliminate one variable as before. 2. Now choose one of the equations from step 1 and the other equation you didn’t use and eliminate the same variable. 3. You should now have two equations (one from step 1 and one from step 2) that you can solve by elimination. 4. Find the third variable by substituting the two known values into any equation.
  • 22. -4x – 8y = 16 6x + 12y = -24 1. Solve the system of linear equations using elimination (linear combination).