SlideShare a Scribd company logo
1 of 38
SOLVING SYSTEMS
OF EQUATIONS AND
INEQUALITIES
Module 1 Lesson 5
What is a system of equations?






A system of equations is when you have two
or more equations using the same variables.
The solution to the system is the point that
satisfies ALL of the equations. This point will
be an ordered pair.
When graphing, you will encounter three
possibilities.
 Consistent Systems (one solution)
 Inconsistent Systems (no solutions)
 Dependent Systems (Infinite number of
solutions)
Consistent Systems





The lines will intersect.
The point where the lines
intersect is your solution.
The solution of this graph is
(1, 2)

(1,2)
Inconsistent Systems






These lines never
intersect as the lines are
parallel!
Since the lines never
cross, there is
NO SOLUTION!
Parallel lines have the
same slope with different
y-intercepts.

2
=2
1
y-intercept = 2
y-intercept = -1

Slope =
Dependent Systems





These lines are the same!
Since the lines are on top
of each other, there are
INFINITELY MANY
SOLUTIONS!
Coinciding lines have the
same slope and
y-intercepts.

2
=2
1
y-intercept = -1

Slope =
What is the solution of the system
graphed below?

1.
2.
3.
4.

(2, -2)
(-2, 2)
No solution
Infinitely many solutions
1) Find the solution to the following system by
graphing:
2x + y = 4
x-y=2
Graph both equations.
I will graph using x- and y-intercepts (plug in
zeros), but you can also rewrite in to y =mx + b
form.

2x + y = 4
(0, 4) and (2, 0)

x–y=2
(0, -2) and (2, 0)

Graph the ordered pairs.
Graph the equations.

4

Where do the lines intersect?
(2, 0)

y=

x-y=2
(0, -2) and (2, 0)

+
2x

2x + y = 4
(0, 4) and (2, 0)

x–

y=

2
Check your answer!
To check your answer, plug
the point back into both
equations.
2x + y = 4
2(2) + (0) = 4
x-y=2
(2) – (0) = 2

Nice job…let’s try another!
2) Find the solution to the following
system:
y = 2x – 3
-2x + y = 1
Graph both equations. Put both equations in
slope-intercept or standard form. I’ll do slopeintercept form on this one!
y = 2x – 3
y = 2x + 1
Graph using slope and y-intercept
Graph the equations.
y = 2x – 3
m = 2 and b = -3
y = 2x + 1
m = 2 and b = 1
Where do the lines intersect?
No solution!
Notice that the slopes are the same with different
y-intercepts. If you recognize this early, you don’t
have to graph them!
Check your answer!
Not a lot to check…Just
make sure you set up your
equations correctly.
I double-checked it and I did
it right…
What is the solution of this system?
3x – y = 8
2y = 6x -16
1.
2.
3.
4.

(3, 1)
(4, 4)
No solution
Infinitely many solutions
Solving a system of equations by Graphing
Let's summarize! There are 3 steps to solving
a system using a graph.
Step 1: Graph both equations.

Graph using slope and y – intercept
or x- and y-intercepts. Be sure to use
a ruler and graph paper!

Step 2: Do the graphs intersect?

This is the solution! LABEL the
solution!

Step 3: Check your solution.

Substitute the x and y values into
both equations to verify the point is
a solution to both equations.
Solving Systems of Equations
using Subs titutio n
Steps:
1.Solve one equation for one variable (y = ; x = ;
a =)
2.Substitute the expression from step one into
the other equation.
3.Simplify and solve the equation.
4.Substitute back into either original equation to
find the value of the other variable.
5. Check the solution in both equations of the
system.
Example #1:

y = 4x
3x + y = -21

Step 1: Solve one equation for one variable.
y = 4x

(This equation is already solved for y.)

Step 2: Substitute the expression from step one
into
the other equation.
3x + y = -21
3x + 4x = -21
Step 3: Simplify and solve the equation.
7x = -21
x = -3
Example #1 cont:

y = 4x
3x + y = -21

Step 4: Substitute back into either original
equation to find the value of the
other
variable.
3x + y = -21
3(-3) + y = -21
-9 + y = -21
y = -12
Solution to the system is (-3, -12).
y = 4x
3x + y = -21
Step 5: Check the solution in both equations.
Solution to the system is (-3,-12).

y = 4x

3x + y = -21

-12 = 4(-3)

3(-3) + (-12) = -21

-12 = -12

-9 + (-12) = -21
-21= -21
Example #2:

x + y = 10
5x – y = 2

Step 1: Solve one equation for one variable.

x + y = 10
y = -x +10

Step 2: Substitute the expression from step one
into
the other equation.

5x - y = 2
5x -(-x +10) = 2
Example #2 cont:

x + y = 10
5x – y = 2

Step 3: Simplify and solve the equation.

5x -(-x + 10) = 2
5x + x -10 = 2
6x -10 = 2
6x = 12
x=2
Example #2 cont:

x + y = 10
5x – y = 2

Step 4: Substitute back into either original
equation to find the value of the
other
variable.

x + y = 10
2 + y = 10
y =8
Solution to the system is (2,8).
Example #2 cont:

x + y = 10
5x – y = 2

Step 5: Check the solution in both equations.

Solution to the system is (2, 8).

x + y =10
2 + 8 =10
10 =10

5x – y = 2
5(2) - (8) = 2
10 – 8 = 2
2=2
Solving Systems of Equations using
Elimination
(a ls o c a lle d So lving by us ing A d itio n)
d
Steps:
1.Place both equations in Standard Form, Ax + By = C.
2.Determine which variable to eliminate with Addition or
Subtraction.
3.Solve for the variable left.
4.Go back and use the found variable in step 3 to find
second variable.
5. Check the solution in both equations of the system.
EXAMPLE #1:
STEP 1:
form.
STEP 2:

STEP 3:

5x + 3y = 11
5x = 2y + 1

Write both equations in Ax + By = C
5x + 3y =1
5x - 2y =1
Multiply the 2nd equation by -1.
5x + 3y =11
-5x + 2y =1
Add like terms and solve.
5x + 3y =11
-5x + 2y = -1
5y =10
y =2
5x + 3y = 11
5x = 2y + 1
STEP 4: Solve for the other variable by
substituting
into either equation.
5x + 3y =11
5x + 3(2) =11
5x + 6 =11
5x = 5
x =1

The solution to the system is (1,2).
5x + 3y= 11
5x = 2y + 1
Step 5: Check the solution in both equations.
The solution to the system is (1,2).

5x + 3y = 11
5(1) + 3(2) =11
5 + 6 =11
11=11

5x = 2y + 1
5(1) = 2(2) + 1
5=4+1
5=5
Solving Systems of Equations
using Elimination
Steps:
1. Place both equations in Standard Form, Ax + By = C.
2. Determine which variable to eliminate with Addition or
Subtraction.
3. Solve for the remaining variable.
4. Go back and use the variable found in step 3 to find the
second variable.
5. Check the solution in both equations of the system.
Example #2:

x + y = 10
5x – y = 2

Step 1: The equations are already in standard
form: x + y = 10
5x – y = 2
Step 2: Adding the equations will eliminate y.
x + y = 10
x + y = 10
+(5x – y = 2)
+5x – y = +2
Step 3:

Solve for the variable.
x + y = 10
+5x – y = +2
6x = 12
x =2
x + y = 10
5x – y = 2
Step 4:

Solve for the other variable by
substituting into either equation.
x + y = 10
2 + y = 10
y =8

Solution to the system is (2,8).
x + y = 10
5x – y = 2
Step 5: Check the solution in both equations.
Solution to the system is (2,8).

x + y =10
2 + 8 =10
10=10

5x – y =2
5(2) - (8) =2
10 – 8 =2
2=2
Using Elimination to Solve a Word
Problem:
Two angles are supplementary.
The measure of one angle is 10
degrees more than three times
the other. Find the measure of
each angle.
Using Elimination to Solve a Word
Problem:
Two angles are supplementary.
The measure of one angle is 10
more than three times the other.
Find the measure of each angle.
x = degree measure of angle #1
y = degree measure of angle #2

Therefore x + y = 180
Using Elimination to Solve a Word
Problem:
Two angles are supplementary.
The measure of one angle is 10
more than three times the other.
Find the measure of each angle.
x + y = 180
x =10 + 3y
Using Elimination to Solve a Word
Problem, cont:
x + y = 180
x =10 + 3y

x + y = 180
x - 3y = 10

I will multiply the second equation by -1 then add like terms.

x + y = 180
-x + 3y = -10
4y =170
y = 42.5
Using Elimination to Solve a Word
Problem:
Substitute the 42.5 to find the other
angle.

x + 42.5 = 180
x = 180 - 42.5
x = 137.5
(137.5, 42.5)
Using Elimination to Solve a Word
problem:
The sum of two numbers is
70 and their difference is 24.
Find the two numbers.
x = first number
y = second number
Therefore, x + y = 70
Using Elimination to Solve a Word
Problem:
The sum of two numbers is 70
and their difference is 24. Find
the two numbers.

x + y = 70
x – y = 24
Using Elimination to Solve a Word
Problem:

x + y =70
x - y = 24
2x = 94
x = 47

47 + y = 70
y = 70 – 47
y = 23
(47, 23)

More Related Content

What's hot

Linear Equations in Two Variables
Linear Equations in Two VariablesLinear Equations in Two Variables
Linear Equations in Two Variablessheisirenebkm
 
Module 3 polynomial functions
Module 3   polynomial functionsModule 3   polynomial functions
Module 3 polynomial functionsdionesioable
 
Graphs linear equations and functions
Graphs linear equations and functionsGraphs linear equations and functions
Graphs linear equations and functionsanwarsalamappt
 
Lecture 8 section 3.2 polynomial equations
Lecture 8   section 3.2 polynomial equationsLecture 8   section 3.2 polynomial equations
Lecture 8 section 3.2 polynomial equationsnjit-ronbrown
 
Pair of linear equation in two variables
Pair of linear equation in two variables Pair of linear equation in two variables
Pair of linear equation in two variables shivangi gupta
 
5.4 write linear equations in standard form day 1
5.4 write linear equations in standard form   day 15.4 write linear equations in standard form   day 1
5.4 write linear equations in standard form day 1bweldon
 
linear equation in 2 variables
linear equation in 2 variableslinear equation in 2 variables
linear equation in 2 variablesmukundapriya
 
Chapter 3. linear equation and linear equalities in one variables
Chapter 3. linear equation and linear equalities in one variablesChapter 3. linear equation and linear equalities in one variables
Chapter 3. linear equation and linear equalities in one variablesmonomath
 
2.2 Polynomial Function Notes
2.2 Polynomial Function Notes2.2 Polynomial Function Notes
2.2 Polynomial Function Noteslgemgnani
 
6.3 evaluating-and-graphing-polynomila-functions
6.3 evaluating-and-graphing-polynomila-functions6.3 evaluating-and-graphing-polynomila-functions
6.3 evaluating-and-graphing-polynomila-functionsmorrobea
 
Polynomials And Linear Equation of Two Variables
Polynomials And Linear Equation of Two VariablesPolynomials And Linear Equation of Two Variables
Polynomials And Linear Equation of Two VariablesAnkur Patel
 
Polynomials Add And Subtract Ch 9.1
Polynomials Add And Subtract Ch 9.1Polynomials Add And Subtract Ch 9.1
Polynomials Add And Subtract Ch 9.1taco40
 
Solving Systems of Linear Inequalities
Solving Systems of Linear InequalitiesSolving Systems of Linear Inequalities
Solving Systems of Linear Inequalitiesswartzje
 
7.3 quadratic techniques
7.3 quadratic techniques7.3 quadratic techniques
7.3 quadratic techniquesJessica Garcia
 
Linear equation in two variables
Linear equation in two variablesLinear equation in two variables
Linear equation in two variablesAbhaya Gupta
 

What's hot (20)

Linear Equations in Two Variables
Linear Equations in Two VariablesLinear Equations in Two Variables
Linear Equations in Two Variables
 
Module 3 polynomial functions
Module 3   polynomial functionsModule 3   polynomial functions
Module 3 polynomial functions
 
Graphs linear equations and functions
Graphs linear equations and functionsGraphs linear equations and functions
Graphs linear equations and functions
 
Lecture 8 section 3.2 polynomial equations
Lecture 8   section 3.2 polynomial equationsLecture 8   section 3.2 polynomial equations
Lecture 8 section 3.2 polynomial equations
 
Pair of linear equation in two variables
Pair of linear equation in two variables Pair of linear equation in two variables
Pair of linear equation in two variables
 
5.4 write linear equations in standard form day 1
5.4 write linear equations in standard form   day 15.4 write linear equations in standard form   day 1
5.4 write linear equations in standard form day 1
 
Mathematics 10 (Quarter Two)
Mathematics 10 (Quarter Two)Mathematics 10 (Quarter Two)
Mathematics 10 (Quarter Two)
 
linear equation in 2 variables
linear equation in 2 variableslinear equation in 2 variables
linear equation in 2 variables
 
Linear Equations
Linear Equations Linear Equations
Linear Equations
 
Chapter 3. linear equation and linear equalities in one variables
Chapter 3. linear equation and linear equalities in one variablesChapter 3. linear equation and linear equalities in one variables
Chapter 3. linear equation and linear equalities in one variables
 
2.2 Polynomial Function Notes
2.2 Polynomial Function Notes2.2 Polynomial Function Notes
2.2 Polynomial Function Notes
 
6.3 evaluating-and-graphing-polynomila-functions
6.3 evaluating-and-graphing-polynomila-functions6.3 evaluating-and-graphing-polynomila-functions
6.3 evaluating-and-graphing-polynomila-functions
 
Polynomials And Linear Equation of Two Variables
Polynomials And Linear Equation of Two VariablesPolynomials And Linear Equation of Two Variables
Polynomials And Linear Equation of Two Variables
 
Polynomials Add And Subtract Ch 9.1
Polynomials Add And Subtract Ch 9.1Polynomials Add And Subtract Ch 9.1
Polynomials Add And Subtract Ch 9.1
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Solving Systems of Linear Inequalities
Solving Systems of Linear InequalitiesSolving Systems of Linear Inequalities
Solving Systems of Linear Inequalities
 
7.3 quadratic techniques
7.3 quadratic techniques7.3 quadratic techniques
7.3 quadratic techniques
 
Linear functions
Linear functions Linear functions
Linear functions
 
Advance algebra
Advance algebraAdvance algebra
Advance algebra
 
Linear equation in two variables
Linear equation in two variablesLinear equation in two variables
Linear equation in two variables
 

Similar to M1 L5 Remediation Notes

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
 
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 of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equationsswartzje
 
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
 
Solving systems with elimination
Solving systems with eliminationSolving systems with elimination
Solving systems with eliminationAmanda Ann
 
Solve By Elimination
Solve By EliminationSolve By Elimination
Solve By Eliminationlothomas
 
February 13, 2015
February 13, 2015February 13, 2015
February 13, 2015khyps13
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equationsgandhinagar
 
Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equationsalrosiemae
 
Final presentation
Final presentationFinal presentation
Final presentationpaezp
 
Solving Systems by Substitution
Solving Systems by SubstitutionSolving Systems by Substitution
Solving Systems by Substitutionswartzje
 
Systems of equations by graphing by graphing sect 6 1
Systems of equations by graphing by graphing sect 6 1Systems of equations by graphing by graphing sect 6 1
Systems of equations by graphing by graphing sect 6 1tty16922
 
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
 
G5 Two variable equations using elimination.pptx
G5 Two variable equations using elimination.pptxG5 Two variable equations using elimination.pptx
G5 Two variable equations using elimination.pptxCesarGarcia181488
 
Solving systems of equations by substitution
Solving systems of equations by substitutionSolving systems of equations by substitution
Solving systems of equations by substitutionEdrin Jay Morta
 
Solve Systems By Elimination
Solve Systems By EliminationSolve Systems By Elimination
Solve Systems By Eliminationswartzje
 

Similar to M1 L5 Remediation Notes (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)
 
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 of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
Solving systems of Equations by Elimination
Solving systems of Equations by EliminationSolving systems of Equations by Elimination
Solving systems of Equations by Elimination
 
Solving systems with elimination
Solving systems with eliminationSolving systems with elimination
Solving systems with elimination
 
Solve By Elimination
Solve By EliminationSolve By Elimination
Solve By Elimination
 
February 13, 2015
February 13, 2015February 13, 2015
February 13, 2015
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
 
Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equations
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Nota algebra
Nota algebraNota algebra
Nota algebra
 
elimination
eliminationelimination
elimination
 
Solving Systems by Substitution
Solving Systems by SubstitutionSolving Systems by Substitution
Solving Systems by Substitution
 
Systems of equations by graphing by graphing sect 6 1
Systems of equations by graphing by graphing sect 6 1Systems of equations by graphing by graphing sect 6 1
Systems of equations by graphing by graphing sect 6 1
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear Inequalities
 
G5 Two variable equations using elimination.pptx
G5 Two variable equations using elimination.pptxG5 Two variable equations using elimination.pptx
G5 Two variable equations using elimination.pptx
 
Solving systems of equations by substitution
Solving systems of equations by substitutionSolving systems of equations by substitution
Solving systems of equations by substitution
 
Solve Systems By Elimination
Solve Systems By EliminationSolve Systems By Elimination
Solve Systems By Elimination
 
Solve sysbyelimmult (1)
Solve sysbyelimmult (1)Solve sysbyelimmult (1)
Solve sysbyelimmult (1)
 
6.3 presentation
6.3 presentation6.3 presentation
6.3 presentation
 

More from toni dimella

Parent functions and Transformations
Parent functions and TransformationsParent functions and Transformations
Parent functions and Transformationstoni dimella
 
Global Marketing in HE
Global Marketing in HEGlobal Marketing in HE
Global Marketing in HEtoni dimella
 
Module 1 Lesson 1 Remediation Notes
Module 1 Lesson 1 Remediation NotesModule 1 Lesson 1 Remediation Notes
Module 1 Lesson 1 Remediation Notestoni dimella
 
Relations and Functions
Relations and FunctionsRelations and Functions
Relations and Functionstoni dimella
 
Multiplying Polynomials (no conjugates)
Multiplying Polynomials (no conjugates)Multiplying Polynomials (no conjugates)
Multiplying Polynomials (no conjugates)toni dimella
 
Fractions, Decimals, and Percents
Fractions, Decimals, and PercentsFractions, Decimals, and Percents
Fractions, Decimals, and Percentstoni dimella
 
C3 Study Slides - MAT 151
C3 Study Slides - MAT 151C3 Study Slides - MAT 151
C3 Study Slides - MAT 151toni dimella
 
C2 Study Slides - MAT 151
C2 Study Slides - MAT 151C2 Study Slides - MAT 151
C2 Study Slides - MAT 151toni dimella
 
C1 Study Slides - MAT151
C1 Study Slides - MAT151C1 Study Slides - MAT151
C1 Study Slides - MAT151toni dimella
 
Intro to Polynomials
Intro to PolynomialsIntro to Polynomials
Intro to Polynomialstoni dimella
 
Completing the Square
Completing the SquareCompleting the Square
Completing the Squaretoni dimella
 
Composite functions
Composite functionsComposite functions
Composite functionstoni dimella
 
Parallel and Perpendicular lines
Parallel and Perpendicular linesParallel and Perpendicular lines
Parallel and Perpendicular linestoni dimella
 
Absolute Value Functions & Graphs - Module 4 and 5
Absolute Value Functions & Graphs - Module 4 and 5Absolute Value Functions & Graphs - Module 4 and 5
Absolute Value Functions & Graphs - Module 4 and 5toni dimella
 
Absolute Value Functions & Graphs
Absolute Value Functions & GraphsAbsolute Value Functions & Graphs
Absolute Value Functions & Graphstoni dimella
 

More from toni dimella (20)

Parent functions and Transformations
Parent functions and TransformationsParent functions and Transformations
Parent functions and Transformations
 
Global Marketing in HE
Global Marketing in HEGlobal Marketing in HE
Global Marketing in HE
 
Module 1 Lesson 1 Remediation Notes
Module 1 Lesson 1 Remediation NotesModule 1 Lesson 1 Remediation Notes
Module 1 Lesson 1 Remediation Notes
 
Relations and Functions
Relations and FunctionsRelations and Functions
Relations and Functions
 
Multiplying Polynomials (no conjugates)
Multiplying Polynomials (no conjugates)Multiplying Polynomials (no conjugates)
Multiplying Polynomials (no conjugates)
 
Fractions, Decimals, and Percents
Fractions, Decimals, and PercentsFractions, Decimals, and Percents
Fractions, Decimals, and Percents
 
C3 Study Slides - MAT 151
C3 Study Slides - MAT 151C3 Study Slides - MAT 151
C3 Study Slides - MAT 151
 
C2 Study Slides - MAT 151
C2 Study Slides - MAT 151C2 Study Slides - MAT 151
C2 Study Slides - MAT 151
 
C1 Study Slides - MAT151
C1 Study Slides - MAT151C1 Study Slides - MAT151
C1 Study Slides - MAT151
 
C3 test Doc
C3 test DocC3 test Doc
C3 test Doc
 
C3 test
C3 testC3 test
C3 test
 
Intro to Logs
Intro to LogsIntro to Logs
Intro to Logs
 
Logs
LogsLogs
Logs
 
Intro to Polynomials
Intro to PolynomialsIntro to Polynomials
Intro to Polynomials
 
Completing the Square
Completing the SquareCompleting the Square
Completing the Square
 
Graph Quadratics
Graph QuadraticsGraph Quadratics
Graph Quadratics
 
Composite functions
Composite functionsComposite functions
Composite functions
 
Parallel and Perpendicular lines
Parallel and Perpendicular linesParallel and Perpendicular lines
Parallel and Perpendicular lines
 
Absolute Value Functions & Graphs - Module 4 and 5
Absolute Value Functions & Graphs - Module 4 and 5Absolute Value Functions & Graphs - Module 4 and 5
Absolute Value Functions & Graphs - Module 4 and 5
 
Absolute Value Functions & Graphs
Absolute Value Functions & GraphsAbsolute Value Functions & Graphs
Absolute Value Functions & Graphs
 

Recently uploaded

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 

Recently uploaded (20)

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 

M1 L5 Remediation Notes

  • 1. SOLVING SYSTEMS OF EQUATIONS AND INEQUALITIES Module 1 Lesson 5
  • 2. What is a system of equations?    A system of equations is when you have two or more equations using the same variables. The solution to the system is the point that satisfies ALL of the equations. This point will be an ordered pair. When graphing, you will encounter three possibilities.  Consistent Systems (one solution)  Inconsistent Systems (no solutions)  Dependent Systems (Infinite number of solutions)
  • 3. Consistent Systems    The lines will intersect. The point where the lines intersect is your solution. The solution of this graph is (1, 2) (1,2)
  • 4. Inconsistent Systems    These lines never intersect as the lines are parallel! Since the lines never cross, there is NO SOLUTION! Parallel lines have the same slope with different y-intercepts. 2 =2 1 y-intercept = 2 y-intercept = -1 Slope =
  • 5. Dependent Systems    These lines are the same! Since the lines are on top of each other, there are INFINITELY MANY SOLUTIONS! Coinciding lines have the same slope and y-intercepts. 2 =2 1 y-intercept = -1 Slope =
  • 6. What is the solution of the system graphed below? 1. 2. 3. 4. (2, -2) (-2, 2) No solution Infinitely many solutions
  • 7. 1) Find the solution to the following system by graphing: 2x + y = 4 x-y=2 Graph both equations. I will graph using x- and y-intercepts (plug in zeros), but you can also rewrite in to y =mx + b form. 2x + y = 4 (0, 4) and (2, 0) x–y=2 (0, -2) and (2, 0) Graph the ordered pairs.
  • 8. Graph the equations. 4 Where do the lines intersect? (2, 0) y= x-y=2 (0, -2) and (2, 0) + 2x 2x + y = 4 (0, 4) and (2, 0) x– y= 2
  • 9. Check your answer! To check your answer, plug the point back into both equations. 2x + y = 4 2(2) + (0) = 4 x-y=2 (2) – (0) = 2 Nice job…let’s try another!
  • 10. 2) Find the solution to the following system: y = 2x – 3 -2x + y = 1 Graph both equations. Put both equations in slope-intercept or standard form. I’ll do slopeintercept form on this one! y = 2x – 3 y = 2x + 1 Graph using slope and y-intercept
  • 11. Graph the equations. y = 2x – 3 m = 2 and b = -3 y = 2x + 1 m = 2 and b = 1 Where do the lines intersect? No solution! Notice that the slopes are the same with different y-intercepts. If you recognize this early, you don’t have to graph them!
  • 12. Check your answer! Not a lot to check…Just make sure you set up your equations correctly. I double-checked it and I did it right…
  • 13. What is the solution of this system? 3x – y = 8 2y = 6x -16 1. 2. 3. 4. (3, 1) (4, 4) No solution Infinitely many solutions
  • 14. Solving a system of equations by Graphing Let's summarize! There are 3 steps to solving a system using a graph. Step 1: Graph both equations. Graph using slope and y – intercept or x- and y-intercepts. Be sure to use a ruler and graph paper! Step 2: Do the graphs intersect? This is the solution! LABEL the solution! Step 3: Check your solution. Substitute the x and y values into both equations to verify the point is a solution to both equations.
  • 15. Solving Systems of Equations using Subs titutio n Steps: 1.Solve one equation for one variable (y = ; x = ; a =) 2.Substitute the expression from step one into the other equation. 3.Simplify and solve the equation. 4.Substitute back into either original equation to find the value of the other variable. 5. Check the solution in both equations of the system.
  • 16. Example #1: y = 4x 3x + y = -21 Step 1: Solve one equation for one variable. y = 4x (This equation is already solved for y.) Step 2: Substitute the expression from step one into the other equation. 3x + y = -21 3x + 4x = -21 Step 3: Simplify and solve the equation. 7x = -21 x = -3
  • 17. Example #1 cont: y = 4x 3x + y = -21 Step 4: Substitute back into either original equation to find the value of the other variable. 3x + y = -21 3(-3) + y = -21 -9 + y = -21 y = -12 Solution to the system is (-3, -12).
  • 18. y = 4x 3x + y = -21 Step 5: Check the solution in both equations. Solution to the system is (-3,-12). y = 4x 3x + y = -21 -12 = 4(-3) 3(-3) + (-12) = -21 -12 = -12 -9 + (-12) = -21 -21= -21
  • 19. Example #2: x + y = 10 5x – y = 2 Step 1: Solve one equation for one variable. x + y = 10 y = -x +10 Step 2: Substitute the expression from step one into the other equation. 5x - y = 2 5x -(-x +10) = 2
  • 20. Example #2 cont: x + y = 10 5x – y = 2 Step 3: Simplify and solve the equation. 5x -(-x + 10) = 2 5x + x -10 = 2 6x -10 = 2 6x = 12 x=2
  • 21. Example #2 cont: x + y = 10 5x – y = 2 Step 4: Substitute back into either original equation to find the value of the other variable. x + y = 10 2 + y = 10 y =8 Solution to the system is (2,8).
  • 22. Example #2 cont: x + y = 10 5x – y = 2 Step 5: Check the solution in both equations. Solution to the system is (2, 8). x + y =10 2 + 8 =10 10 =10 5x – y = 2 5(2) - (8) = 2 10 – 8 = 2 2=2
  • 23. Solving Systems of Equations using Elimination (a ls o c a lle d So lving by us ing A d itio n) d Steps: 1.Place both equations in Standard Form, Ax + By = C. 2.Determine which variable to eliminate with Addition or Subtraction. 3.Solve for the variable left. 4.Go back and use the found variable in step 3 to find second variable. 5. Check the solution in both equations of the system.
  • 24. EXAMPLE #1: STEP 1: form. STEP 2: STEP 3: 5x + 3y = 11 5x = 2y + 1 Write both equations in Ax + By = C 5x + 3y =1 5x - 2y =1 Multiply the 2nd equation by -1. 5x + 3y =11 -5x + 2y =1 Add like terms and solve. 5x + 3y =11 -5x + 2y = -1 5y =10 y =2
  • 25. 5x + 3y = 11 5x = 2y + 1 STEP 4: Solve for the other variable by substituting into either equation. 5x + 3y =11 5x + 3(2) =11 5x + 6 =11 5x = 5 x =1 The solution to the system is (1,2).
  • 26. 5x + 3y= 11 5x = 2y + 1 Step 5: Check the solution in both equations. The solution to the system is (1,2). 5x + 3y = 11 5(1) + 3(2) =11 5 + 6 =11 11=11 5x = 2y + 1 5(1) = 2(2) + 1 5=4+1 5=5
  • 27. Solving Systems of Equations using Elimination Steps: 1. Place both equations in Standard Form, Ax + By = C. 2. Determine which variable to eliminate with Addition or Subtraction. 3. Solve for the remaining variable. 4. Go back and use the variable found in step 3 to find the second variable. 5. Check the solution in both equations of the system.
  • 28. Example #2: x + y = 10 5x – y = 2 Step 1: The equations are already in standard form: x + y = 10 5x – y = 2 Step 2: Adding the equations will eliminate y. x + y = 10 x + y = 10 +(5x – y = 2) +5x – y = +2 Step 3: Solve for the variable. x + y = 10 +5x – y = +2 6x = 12 x =2
  • 29. x + y = 10 5x – y = 2 Step 4: Solve for the other variable by substituting into either equation. x + y = 10 2 + y = 10 y =8 Solution to the system is (2,8).
  • 30. x + y = 10 5x – y = 2 Step 5: Check the solution in both equations. Solution to the system is (2,8). x + y =10 2 + 8 =10 10=10 5x – y =2 5(2) - (8) =2 10 – 8 =2 2=2
  • 31. Using Elimination to Solve a Word Problem: Two angles are supplementary. The measure of one angle is 10 degrees more than three times the other. Find the measure of each angle.
  • 32. Using Elimination to Solve a Word Problem: Two angles are supplementary. The measure of one angle is 10 more than three times the other. Find the measure of each angle. x = degree measure of angle #1 y = degree measure of angle #2 Therefore x + y = 180
  • 33. Using Elimination to Solve a Word Problem: Two angles are supplementary. The measure of one angle is 10 more than three times the other. Find the measure of each angle. x + y = 180 x =10 + 3y
  • 34. Using Elimination to Solve a Word Problem, cont: x + y = 180 x =10 + 3y x + y = 180 x - 3y = 10 I will multiply the second equation by -1 then add like terms. x + y = 180 -x + 3y = -10 4y =170 y = 42.5
  • 35. Using Elimination to Solve a Word Problem: Substitute the 42.5 to find the other angle. x + 42.5 = 180 x = 180 - 42.5 x = 137.5 (137.5, 42.5)
  • 36. Using Elimination to Solve a Word problem: The sum of two numbers is 70 and their difference is 24. Find the two numbers. x = first number y = second number Therefore, x + y = 70
  • 37. Using Elimination to Solve a Word Problem: The sum of two numbers is 70 and their difference is 24. Find the two numbers. x + y = 70 x – y = 24
  • 38. Using Elimination to Solve a Word Problem: x + y =70 x - y = 24 2x = 94 x = 47 47 + y = 70 y = 70 – 47 y = 23 (47, 23)