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

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
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 Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
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
 
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
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
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
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 

Recently uploaded (20)

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
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 Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
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
 
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
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 

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).