SlideShare a Scribd company logo
1 of 20
Module
2
Systems of Linear
Equations
and Inequalities
What this module is about
This module is about finding the solution of systems of linear equations and
inequalities algebraically. In Module 1, you were able to find the solution graphically,
identify the kind of graphs and the number of solutions that you will generate from the
system. Try to find the similarity in solving the solution algebraically and graphically.
What you are expected to learn
This module is designed for you to find the solution algebraically, given a system of
linear equation in two variables by:
• Elimination
• Substitution
How much do you know
A. Tell whether the given ordered pair is the solution of the given system:
1. (6, -8)
x + 2y + 10 = 0
2x – 3y + 30 = 0
2. (3, -2)
2x – y = 8
y + 3x = 7
3. (5, 2)
4x + 3y = 26
3x + 7y = 29
4. (4, -2)
x + y = 2
2x + 5y = -2
5. (5, -2)
x – 5 = 0
y + 2 = 0
B. Solve the following systems by elimination:
1. 2x + y = 14
x – y = 4
2. x + y = 2
2x – y = 4
3. x + y = 7
x – y = -3
4. 3m – 4n = 1
3m – 2n = -1
5. 7a – b = -1
7a + 3b = 3
C. Solve the following systems by substitution:
1. x + 3y = -4
y = -x
2. x = y + 4
x + y = 6
3. y – x = 4
x = -y – 2
4. 4s – 3t = 8
2
2s + t = -1
5. 2x + y = 1
3x + y = 4
What you will do
Lesson 1
Solution of Systems of Linear Equations
Solved by Elimination
You can solve systems of linear equations in two variables by several methods.
One is by the elimination method using addition. Here you will solve for the value of the
variable in the given system.
Example 1: Solve the given system by elimination.
5x + 2y = 11 Equation 1
3x – 2y = 13 Equation 2
8x = 24 by addition the variable y is eliminated
8x = 24 multiply both sides of the equation by 1.
8 8 8
x = 3 3 is the value of x
Now solve for y: The variable y in the system can be solved by substituting the value of x
in Equations 1 or 2.
Use Equation 1:
5x + 2y = 11
5(3) + 2y = 11 Substitute the value of x
15 + 2y = 11
2y = 11 – 15
2y = - 4
2y = - 4
2 2
y = - 2 The value of y is – 2
Check the answer by substituting the values of x and y in the two equations.
Equation 1: Equation 2:
3
5x + 2y = 11 3x – 2y = 13
5(3) + 2(-2) = 11 3(3) – 2(-2) = 13
15 – 4 = 11 9 + 4 = 13
11 = 11 13 = 13
Since the values of x and y satisfy the two equations, then, the solution of the
system is (3, - 2).
In this example, addition of the two equations immediately eliminates one of the
variables. But this is not always the case.
The next example will illustrate that you must multiply one or both of the equations
by a non-zero constant to get an equivalent system before elimination method is applied.
Example 2: Solve the system by elimination:
4x + 3y = -1 Equation 1
2x – 5y = 19 Equation 2
Solution:
To eliminate x, multiply Equation 2 by –2. Call the result Equation 3.
-2(2x – 5y) = 19(-2) by distributive property of multiplication over addition
-4x + 10y = - 38 Equation 3
Now add Equation 1 and Equation 3:
4x + 3y = -1 Equation 1
- 4x + 10y = -38 Equation 3
13y = -39
y = -39
13
y = -3
Substitute the value of y in Equation 1 or 2 and solve for x. Use Equation 1.
4x + 3y = -1
4x + 3(-3) = -1
4x – 9 = -1
4x = -1 + 9
4x = 8
x = 8
4
x = 2
Therefore the solution is (2, -3).
4
Sometimes each equation of the system of equations must be multiplied by a
constant so that the coefficients of one of the variables are opposite in signs but equal in
absolute value. The next example will illustrate.
Example 3: Solve the system by elimination:
3x – 5y = 19 Equation 1
5x + 2y = 11 Equation 2
It is clear that when you add the two equations, you will not eliminate one of the
variables. Therefore, you must use multiplication to form an equivalent system. The
choice multiplier will depend on the variable you decide to eliminate.
Suppose you decide to eliminate y. You must multiply Equation 1 by 2 and
Equation 2 by 5.
2(3x – 5y) = 2(19) 6x – 10y = 38
5(5x + 2y) = 5(11) 25x + 10y = 55
31x = 93
x = 93
31
x = 3
Note that –10 and 10 are equal in absolute values but opposite in sign.
You can now substitute 3 to x in any of the two equations to solve for y. Try using
Equation 2.
5x + 2y = 11 Equation 2
5(3) + 2y = 11
15 + 2y = 11
2y = 11 – 15
2y = - 4
y = - 4
2
y = -2
Therefore the solution for the system is (3, -2).
Again, the solution should be checked by substituting 3 for x and 2 for y in the two
equations.
Equation 1 Equation 2
3x – 5y = 19 Substitute 3 for x 5x + 2y = 11
3(3) – 5(-2) = 19 and –2 for y. 5(3) + 2(-2) = 11
5
9 + 10 = 19 Simplify both 15 – 4 = 11
19 = 19 equations. 11 = 11
Since the solution satisfy both equations, the solution (3, -2) is correct.
The following examples will illustrate two special cases you may encounter while
applying the elimination method.
Example 4: Solve by the elimination method:
a. 2x + y = 2 Equation 1
4x + 2y = -5 Equation 2
Solution:
Multiply equation 1 by –2 to eliminate y.
-2(2x + y) = -2(2)
-4x – 2y = - 4 Equation 3
Add equation 3 and equation 2, and solve for x.
-4x – 2y = - 4 Equation 3
4x + 2y = - 5 Equation 2
0x + 0y = - 9
0 = - 9
The result 0 = - 9 is a false statement, which means that the system of linear
equation has no solution and is said to be inconsistent.
b. Solve the system by elimination:
5x – 7y = 9
15x – 21y = 27
Solution:
Multiply Equation 1 by –3.
-3(5x – 7y) = -3(9)
-15x + 21y = -27 Equation 3
Add Equation 3 and Equation 2, and solve for x.
-15x + 21y = - 27 Equation 3
15x – 21y = 27 Equation 2
6
0 = 0
The result 0 = 0 is true. When equation 2 is multiplied by –1, you will notice that
you will arrive at equation 3. Such a system of linear equation is said to be dependent.
Try this out
A. Solve the following systems by elimination:
1. x – y = 3
x + y = 5
2. –x + 2y = 6
x – y = 3
3. 2x – y = 4
x + y = 5
4. 3x – y = 3
2x + y = 2
5. x + y = 4
x – y = 6
6. 5x – 2y = 12
3x + 2y = 12
7. 2x – y = 1
-2x + 3y = 5
8. x + y = 6
x – y = 2
9. x + y = 2
2x – y = 4
10. x + y = 7
x – y = - 3
B. Name Game
Do you know the name of the first British woman mathematician on record who was
a Benedictine nun? She lived from 935 to 1000 A.D. (Source: Math Journal)
To find the answer, simplify the following systems of linear equations. Match the
solutions with the choices in the box.
7
Copy the letter corresponding to the answer on the blank with the same exercise
number. Then discover the answer to the trivia question above.
1. 5x + 7y = 10
3x – 14y = 6
2. 3x – 2y = 0
6x + 5y = 0
3. 2x – 3y = 16
3x + 4y = 7
4. 5x + 3y = 7
2x + 5y = 1
5. 7x – 2y = 13
5x + 3y = 27
6. 8x – 3y = 11
6x – 5y = 11
7. 3x + 5y = 7
2x – 6y = 11
8. 4x = 6y + 3.8
y – x = 1.3
9. –0.7p + 0.2q = 3.1
-1.7p + 0.2q = 1.7
10. 0.4 a – 0.2b = -1.4
0.4a – 0.5b = -3.2
Answer: ___ ___ ___ ___ ___ ___ ___ ___ ___ ___
5 10 9 8 6 1 7 8 5 3
C. Solve the following systems of equations by elimination:
1. 2x – y = 7
3x + 2y = 0
2. x + y = 7
-3x + 3y = -9
8
A x = 5 y = -2
B x = 0 y = 0
W x = 2 y = 0
I x =
28
97
y = -
28
19
T x = -5.8 y = - 4.5
H x = 3 y = 4
O p = 1.4 q = 20.4
C x =
19
32
y =-
19
9
R a = -0.5 b = 6
S x = 1 y = -1
3. x + 3y = -4
x + y = 0
4. p + 5q = 5
p + q = -3
5. x + 4y = -18
3x + 5y = -19
6. 2x – y = -8
5x + 2y = -20
7. 2x – y = 1
x + 3y = 4
8. 4x – 5y = 22
x + 2y = -1
9. 2x – y = 1
4x – 2y = 2
10. 4x + 3y = 15
2x – 5y = 1
Lesson 2
Solution of Systems of Linear Equations by Substitution
Another method of finding the solution of a system of linear equations in two
variables is by substitution. The following example will illustrate how it is done.
Example 1:
Solve the system by substitution:
2x – 3y = -3 Equation 1
y = 2x – 1 Equation 2
Since y is already solved in Equation 2, substitute 2x – 1 for y in Equation 1.
2x – 3y = - 3 Equation 1
2x – 3(2x – 1) = - 3 2x – 1 is substituted to y.
Solving for x gives
9
2x – 6x + 3 = - 3
- 4x +3 = - 3
- 4x = - 6
x = - 6
- 4
x = 3
2
Now, solve for y by substituting the value 3 to x in Equation 2.
2
y = 2x – 1 Equation 2
y = 2(
2
3
) – 1
2
3
is substituted to x.
y = 6 – 1
2
y = 3 – 1
y = 2
The solution is (
2
3
, 2)
To check for the result, you substitute these values in equation 1 and you have:
2x – 3y = -3
2(
2
3
) – 3(2) = -3 Substitute
2
3
to x and 2 to y
3 – 6 = - 3
- 3 = - 3
It checks since both sides of the equation are equal.
Example 2: Solve the system by substitution:
2x + 3y = 16 Equation1
3x – y = 2 Equation 2
You start by solving Equation 2 because this is the simpler equation.
3x – y = 2 Equation 2
- y = -3x + 2
y = 3x – 2 Equation 3.
Substitute the value of y in Equation 3, which is 3x – 2 in Equation 1.
10
2x + 3y = 16
2x + 3(3x – 2) = 16
2x + 9x – 6 = 16
11x – 6 = 16
11x = 16 + 6
11x = 22
x = 2
Now solve for y by substituting the value of x in Equation 3.
Y = 3x – 2
Y = 3(2) – 2
Y = 6 – 2
Y = 4
The solution for the system is (2, 4).
Try this out
A. Solve the following systems by substitution:
1. 2x + 3y = 7
x = 2
2. y = 3
3x – 2y = 6
3. y = x – 3
x + y = 5
4. y = x + 2
x + y = 6
5. x = y – 2
x + 3y = 2
6. 3x + 5y = -6
x = 5y + 3
7. y = 2x + 3
4x – 3y = 1
8. 3x + y = 4
4x – 3y = 1
9. x – 4y = 9
11
2x – 3y = 11
10. x = y + 1
x + 2y = 7
B. Who Was He?
This mathematician born in 600 BC was said to be the first mathematician to prove
a theorem. He was also considered the first true mathematician. Who was he?
To find out, solve the following systems of linear equations using the substitution
method. Then match the letter that corresponds to the answer. The letters will spell out
the name of this famous mathematician.
1. x + 2y = 4
x – 3y = -1
2. x + 2y = 7
2x – y = 4
3. x – 4y = 1
x – 2y = -1
4. x + 2y = 8
2x – y = 6
5. 3x + 5y = 3
9x – 10y = 4
6. x + 3y = -1
3x – 6y = 12
Answer: ___ ___ ___ ___ ___ ___
1 2 3 4 5 6
C. Math Game: How High Is It?
The Statue of Liberty in New York, USA was designed by Frederic Auguste
Bartholdi, a French. The statue was unveiled and dedicated on Bedloe’s Island in Upper
New York Bay in 1886. It was declared a national monument in 1924. (Math Journal)
What do you think is the approximate height of the Statue of Liberty in centimeters?
12
A (-3, -1)
B (2, 4)
E (
3
2
,
5
1
)
F (2, -
3
1
)
H (3, 2)
L (4, 2)
S (2, - 1)
To find out, match the following systems of linear equations with the corresponding
solutions.
The digits will reveal the height of the Statue of Liberty.
a. 3x – 2y = 13 1. x = -2, y = 2
x + y = 6
4. x = 5, y = 1
b. 2x + 3y = 11
4y – x = 0 6. x = 4, y = 1
c. 2x – y = 7 3. x = 2, y = -3
3x + 2y = 0
5. x = -5, y = 3
d. 4x + y = 5
x – 2 = 0 2. x = 6, y = 4
Answer: The height of the Statue of Liberty is approximately:
____ ____ ____ ____ cm
a b c d
D. Solve the following systems by substitution method:
1. x + y = 3
3x + 2y = 9
2. x + 3y = -4
2y + 3x = 3
3. 2y – 3x = 4
3x = 6
4. y = 3
2x = 5y + 7
5. y – x = 4
x + 3 = y
6. 5b – 2 = 2a
3a + 6 = 25b
7. 12x + 18y = 12
2x = 2 – 3y
8. –5r + 14t = 13
13
-9r = -72t
9. 2x – 5y = -1
2x – y = 1
10. x + 3y = 4
y + x = 0
Let’s Summarize
The following steps are followed in solving a system of linear equations in two
variables:
A. Solving by Elimination:
Steps:
1. Multiply one or both of the equations by a constant so that one of the variables can
be eliminated by addition.
2. Add the equations of the equivalent system formed in step 1.
3. Solve the equation found in step 2.
4. Substitute the value found in step 3 in either of the given equations to find the
corresponding value of the remaining variable. The ordered pair formed is the
solution of the system.
5. Check the solution by substituting the pair of values found in step 4 in the other
given equation.
B. Solving by Substitution:
Steps:
1. Solve one of the given equations for one of the variables.
2. Substitute the expression obtained in step 1 in the other equation of the system to
get an equation in a one variable.
3. Solve the equation found in step 2.
14
4. Substitute the value found in step 3 in the equation derived in step 1 to find the
corresponding value of the remaining variable. The ordered pair formed is the
solution of the system.
5. Check the solution by substituting the pair of values found in step 4 in both the
given equations.
What have you learned
A. Tell whether the given ordered pairs is the solution of the given system:
1. (-2, 6)
3x + 2y = 6
-3x – y = 0
2. (-6, 4)
x + y = -2
y = x + 10
3. (3, 0)
5x – y = 15
7x + y = 21
4. (5, 7)
7x + y = 42
-3x + y = -8
5. (-1,
3
2
)
x – 4y = 13
-x + 6y = -18
B. Solve the following systems by elimination:
1. 5x + 3y = - 9
7x + y = -3
2. x + 2y = 1
3x - 5y = -8
15
3. 3x + 2y = 40
x – 7y = - 2
4. 2x + 3y = 8
x – y = 2
5. 2x + 2y = 3
4y – 5x = 15
C. Solve the following by substitution:
1. x – y = 7
y = 2x - 11
2. 2x + 3y = 3
4x = 12y -3
3. 3x + 4y = -3
x + 4y = 1
4. 2x + 3y = 1
x - y = 3
5. x + 2y = 4
2x – y = 3
16
Answer Key
How much do you know
A.
1. not a solution
2. solution
3. solution
4. solution
5. solution
B.
1. x = 6, y = 2
2. x = 2, y = 0
3. x = 2, y = 5
4. m = -1, n = -1
5. a = 0, b = 1
C.
1. x = 2, y = -2
2. x = 5, y = 1
3. x = -3, y = 1
4. s =
2
1
, t = -2
5. x = 3, y = - 5
Try this out
Lesson 1
A. Solution is:
1. (4, 1)
2. (12, 9)
3. (3, 2)
4. (1, 0)
5. (5, -1)
6. (3,
2
3
)
7. (2, 3)
8. (4, 2)
9. (2, 0)
10. (2, 5)
17
B. Name Game:
1. x = 2, y = 0 W
2. x = 0, y = 0 B
3. x = 5, y = -2 A
4. x =
19
32
, y = -
19
9
C
5. x = 3, y = 4 H
6. x = 1, y = -1 S
7. x =
28
97
, y = -
28
19
I
8. x = -5.8, y = -4.5 T
9. p = 1.4, q = 20.4 O
10.a = -0.5, b = 6 R
Answer: H R O T S W I T H A
5 10 9 8 6 1 7 8 5 3
C. The Solution is:
1. (2, -3)
2. (5, 2)
3. (2, -2)
4. (-5, 2)
5. (2, -5)
6. (-4, 0)
7. (1, 1)
8. (3, -2)
9. infinite number of solutions
10.(3, 1)
Lesson 2
A. The solution is:
1. (2, 1)
2. (4, 3)
3. (4, 1)
4. (2, 4)
5. (-1, 1)
6. (-
4
3
, -
4
3
)
7. (-5, -7)
8. (1, 1)
18
9. (
5
17
, -
5
7
)
10. (3, 2)
B. Who was he?
1. x = 2, y = 1 T
2. x = 3, y = 2 H
3. x = -3, y = -1 A
4. x = 4, y = 2 L
5. x =
3
2
, y =
5
1
E
6. x =2, y = -1 S
Answer: T H A L E S
C. How high is it?
A = no. 4
B = no. 6
C = no. 3
D = no. 3
Answer: The height of the Statue of Liberty is approximately 4,633 cm.
D.
1. (3, 0)
2. (
7
17
, -
7
15−
)
3. (2, 5)
4. (11, 3)
5. no solution
6. (-
7
4
,
35
6
)
7. dependent, infinite number of solutions
8. (-4, -
2
1
)
9. (
4
3
,
2
1
)
10.(-2, 2)
What have you learned
A.
19
1. solution
2. solution
3. solution
4. solution
5. not a solution
B. The solution is
1. (0, -3)
2. (-1, 1)
3. (12, 2)
4. (
5
14
,
5
4
)
5. (-1,
2
5
)
C. The solution is
1. (4, -3)
2. (
4
3
,1/2)
3. (-2, 3/4)
4. (2, -1)
5. (2, 1)
20

More Related Content

What's hot

Sum and Difference of Two Cubes
Sum and Difference of Two CubesSum and Difference of Two Cubes
Sum and Difference of Two CubesLorie Jane Letada
 
2nd Periodical-Test-in-Math 8
2nd Periodical-Test-in-Math 82nd Periodical-Test-in-Math 8
2nd Periodical-Test-in-Math 8Lorie Jane Letada
 
Simplifying Rational Algebraic Expressions
Simplifying Rational Algebraic ExpressionsSimplifying Rational Algebraic Expressions
Simplifying Rational Algebraic ExpressionsFree Math Powerpoints
 
Math 8 - Linear Inequalities in Two Variables
Math 8 - Linear Inequalities in Two VariablesMath 8 - Linear Inequalities in Two Variables
Math 8 - Linear Inequalities in Two VariablesCarlo Luna
 
Lesson plan in mathematics 8 (Factoring Perfect Square Trinomial)
Lesson plan in mathematics 8 (Factoring Perfect Square Trinomial) Lesson plan in mathematics 8 (Factoring Perfect Square Trinomial)
Lesson plan in mathematics 8 (Factoring Perfect Square Trinomial) Rachel Ann
 
Solving Quadratic Equations
Solving Quadratic EquationsSolving Quadratic Equations
Solving Quadratic EquationsCipriano De Leon
 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulamaricel mas
 
Quadratic inequalities
Quadratic inequalitiesQuadratic inequalities
Quadratic inequalitiesmstf mstf
 
Factoring the Difference of Two Squares
Factoring the Difference of Two SquaresFactoring the Difference of Two Squares
Factoring the Difference of Two SquaresNara Cocarelli
 
Sample space, events, outcomes, and experiments
Sample space, events, outcomes, and experimentsSample space, events, outcomes, and experiments
Sample space, events, outcomes, and experimentsChristian Costa
 
Law of Radicals.pptx
Law of Radicals.pptxLaw of Radicals.pptx
Law of Radicals.pptxMeryAnnMAlday
 
Factoring Perfect Square Trinomial
Factoring Perfect Square TrinomialFactoring Perfect Square Trinomial
Factoring Perfect Square TrinomialDhenz Lorenzo
 
Math 8 – triangle congruence, postulates,
Math 8 – triangle congruence, postulates,Math 8 – triangle congruence, postulates,
Math 8 – triangle congruence, postulates,Rebekah Andrea Fullido
 
Slope power point grade 8
Slope power point grade 8Slope power point grade 8
Slope power point grade 8ginacdl
 
Quarter 2 Week 1 Math 8 Danao.pptx
Quarter 2 Week 1 Math 8 Danao.pptxQuarter 2 Week 1 Math 8 Danao.pptx
Quarter 2 Week 1 Math 8 Danao.pptxEvangeline Danao
 
Linear inequalities in two variables
Linear inequalities in two variablesLinear inequalities in two variables
Linear inequalities in two variableschristianjustine
 
Concept of angle of elevation and depression
Concept of angle of elevation and depressionConcept of angle of elevation and depression
Concept of angle of elevation and depressionJunila Tejada
 
Problem Solving Involving Factoring
Problem Solving Involving FactoringProblem Solving Involving Factoring
Problem Solving Involving FactoringLorie Jane Letada
 
Mathematical system
Mathematical systemMathematical system
Mathematical systemM K
 

What's hot (20)

Sum and Difference of Two Cubes
Sum and Difference of Two CubesSum and Difference of Two Cubes
Sum and Difference of Two Cubes
 
2nd Periodical-Test-in-Math 8
2nd Periodical-Test-in-Math 82nd Periodical-Test-in-Math 8
2nd Periodical-Test-in-Math 8
 
Simplifying Rational Algebraic Expressions
Simplifying Rational Algebraic ExpressionsSimplifying Rational Algebraic Expressions
Simplifying Rational Algebraic Expressions
 
Math 8 - Linear Inequalities in Two Variables
Math 8 - Linear Inequalities in Two VariablesMath 8 - Linear Inequalities in Two Variables
Math 8 - Linear Inequalities in Two Variables
 
Lesson plan in mathematics 8 (Factoring Perfect Square Trinomial)
Lesson plan in mathematics 8 (Factoring Perfect Square Trinomial) Lesson plan in mathematics 8 (Factoring Perfect Square Trinomial)
Lesson plan in mathematics 8 (Factoring Perfect Square Trinomial)
 
Solving Quadratic Equations
Solving Quadratic EquationsSolving Quadratic Equations
Solving Quadratic Equations
 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formula
 
Quadratic inequalities
Quadratic inequalitiesQuadratic inequalities
Quadratic inequalities
 
Factoring the Difference of Two Squares
Factoring the Difference of Two SquaresFactoring the Difference of Two Squares
Factoring the Difference of Two Squares
 
Sample space, events, outcomes, and experiments
Sample space, events, outcomes, and experimentsSample space, events, outcomes, and experiments
Sample space, events, outcomes, and experiments
 
Law of Radicals.pptx
Law of Radicals.pptxLaw of Radicals.pptx
Law of Radicals.pptx
 
Roots and Radicals
Roots and RadicalsRoots and Radicals
Roots and Radicals
 
Factoring Perfect Square Trinomial
Factoring Perfect Square TrinomialFactoring Perfect Square Trinomial
Factoring Perfect Square Trinomial
 
Math 8 – triangle congruence, postulates,
Math 8 – triangle congruence, postulates,Math 8 – triangle congruence, postulates,
Math 8 – triangle congruence, postulates,
 
Slope power point grade 8
Slope power point grade 8Slope power point grade 8
Slope power point grade 8
 
Quarter 2 Week 1 Math 8 Danao.pptx
Quarter 2 Week 1 Math 8 Danao.pptxQuarter 2 Week 1 Math 8 Danao.pptx
Quarter 2 Week 1 Math 8 Danao.pptx
 
Linear inequalities in two variables
Linear inequalities in two variablesLinear inequalities in two variables
Linear inequalities in two variables
 
Concept of angle of elevation and depression
Concept of angle of elevation and depressionConcept of angle of elevation and depression
Concept of angle of elevation and depression
 
Problem Solving Involving Factoring
Problem Solving Involving FactoringProblem Solving Involving Factoring
Problem Solving Involving Factoring
 
Mathematical system
Mathematical systemMathematical system
Mathematical system
 

Viewers also liked

K to 12 - Grade 8 Math Learners Module Quarter 2
K to 12 - Grade  8 Math Learners Module Quarter 2K to 12 - Grade  8 Math Learners Module Quarter 2
K to 12 - Grade 8 Math Learners Module Quarter 2Nico Granada
 
Module 3 triangle congruence
Module 3   triangle congruenceModule 3   triangle congruence
Module 3 triangle congruencedionesioable
 
MATH I TEACHER'S GUIDE (SEC)
MATH I  TEACHER'S GUIDE  (SEC)MATH I  TEACHER'S GUIDE  (SEC)
MATH I TEACHER'S GUIDE (SEC)Krystle Retulla
 
Mathematics 8 Triangle Inequality
Mathematics 8 Triangle InequalityMathematics 8 Triangle Inequality
Mathematics 8 Triangle InequalityJuan Miguel Palero
 
K to 12 - Grade 8 Math Learner Module
K to 12 - Grade 8 Math Learner ModuleK to 12 - Grade 8 Math Learner Module
K to 12 - Grade 8 Math Learner ModuleNico Granada
 
Systemsof3 equations
Systemsof3 equationsSystemsof3 equations
Systemsof3 equationsgandhinagar
 
Ecuaciones de primer grado
Ecuaciones de primer gradoEcuaciones de primer grado
Ecuaciones de primer gradoPamela2306
 
Bmb12e ppt 1_1
Bmb12e ppt 1_1Bmb12e ppt 1_1
Bmb12e ppt 1_1John Hani
 
Mathematics 9 Radical Expressions (2)
Mathematics 9 Radical Expressions (2)Mathematics 9 Radical Expressions (2)
Mathematics 9 Radical Expressions (2)Juan Miguel Palero
 
1.6 Solving Linear Inequalities
1.6 Solving Linear Inequalities1.6 Solving Linear Inequalities
1.6 Solving Linear Inequalitieshisema01
 
51541 0131469657 ism-0
51541 0131469657 ism-051541 0131469657 ism-0
51541 0131469657 ism-0Ani_Agustina
 
Teacher Lecture
Teacher LectureTeacher Lecture
Teacher Lecturemj1120
 
Math-80-module1.1
Math-80-module1.1Math-80-module1.1
Math-80-module1.1warrior28
 
Module 1 linear functions
Module 1   linear functionsModule 1   linear functions
Module 1 linear functionsdionesioable
 
Linear equations inequalities and applications
Linear equations inequalities and applicationsLinear equations inequalities and applications
Linear equations inequalities and applicationsvineeta yadav
 
48 circle part 1 of 2
48 circle part 1 of 248 circle part 1 of 2
48 circle part 1 of 2tutulk
 
Systems Of Equations
Systems Of EquationsSystems Of Equations
Systems Of Equationskliegey524
 
Module 1 solving inequalities notes
Module 1 solving inequalities notesModule 1 solving inequalities notes
Module 1 solving inequalities notesMichelle Barnhill
 

Viewers also liked (20)

K to 12 - Grade 8 Math Learners Module Quarter 2
K to 12 - Grade  8 Math Learners Module Quarter 2K to 12 - Grade  8 Math Learners Module Quarter 2
K to 12 - Grade 8 Math Learners Module Quarter 2
 
Module 3 triangle congruence
Module 3   triangle congruenceModule 3   triangle congruence
Module 3 triangle congruence
 
MATH I TEACHER'S GUIDE (SEC)
MATH I  TEACHER'S GUIDE  (SEC)MATH I  TEACHER'S GUIDE  (SEC)
MATH I TEACHER'S GUIDE (SEC)
 
Mathematics 8 Triangle Inequality
Mathematics 8 Triangle InequalityMathematics 8 Triangle Inequality
Mathematics 8 Triangle Inequality
 
K to 12 - Grade 8 Math Learner Module
K to 12 - Grade 8 Math Learner ModuleK to 12 - Grade 8 Math Learner Module
K to 12 - Grade 8 Math Learner Module
 
Aljabar
AljabarAljabar
Aljabar
 
Systemsof3 equations
Systemsof3 equationsSystemsof3 equations
Systemsof3 equations
 
Ecuaciones de primer grado
Ecuaciones de primer gradoEcuaciones de primer grado
Ecuaciones de primer grado
 
Bmb12e ppt 1_1
Bmb12e ppt 1_1Bmb12e ppt 1_1
Bmb12e ppt 1_1
 
Mathematics 9 Radical Expressions (2)
Mathematics 9 Radical Expressions (2)Mathematics 9 Radical Expressions (2)
Mathematics 9 Radical Expressions (2)
 
1.6 Solving Linear Inequalities
1.6 Solving Linear Inequalities1.6 Solving Linear Inequalities
1.6 Solving Linear Inequalities
 
3
33
3
 
51541 0131469657 ism-0
51541 0131469657 ism-051541 0131469657 ism-0
51541 0131469657 ism-0
 
Teacher Lecture
Teacher LectureTeacher Lecture
Teacher Lecture
 
Math-80-module1.1
Math-80-module1.1Math-80-module1.1
Math-80-module1.1
 
Module 1 linear functions
Module 1   linear functionsModule 1   linear functions
Module 1 linear functions
 
Linear equations inequalities and applications
Linear equations inequalities and applicationsLinear equations inequalities and applications
Linear equations inequalities and applications
 
48 circle part 1 of 2
48 circle part 1 of 248 circle part 1 of 2
48 circle part 1 of 2
 
Systems Of Equations
Systems Of EquationsSystems Of Equations
Systems Of Equations
 
Module 1 solving inequalities notes
Module 1 solving inequalities notesModule 1 solving inequalities notes
Module 1 solving inequalities notes
 

Similar to Mathematics 8 Systems of Linear Inequalities

Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsHazel Joy Chong
 
Linear systems with 3 unknows
Linear systems with 3 unknowsLinear systems with 3 unknows
Linear systems with 3 unknowsmstf mstf
 
Final presentation
Final presentationFinal presentation
Final presentationpaezp
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3Nazrin Nazdri
 
Elimination of Systems of Linear Equation
Elimination of Systems of Linear EquationElimination of Systems of Linear Equation
Elimination of Systems of Linear EquationSonarin Cruz
 
Solving linear systems by the substitution method
Solving linear systems by the substitution methodSolving linear systems by the substitution method
Solving linear systems by the substitution methodbutterflyrose0411
 
February 13, 2015
February 13, 2015February 13, 2015
February 13, 2015khyps13
 
M1 L5 Remediation Notes
M1 L5 Remediation NotesM1 L5 Remediation Notes
M1 L5 Remediation Notestoni dimella
 
Solving systems by substitution
Solving systems by substitutionSolving systems by substitution
Solving systems by substitutionjoannahstevens
 
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
 
Math lecture 6 (System of Linear Equations)
Math lecture 6 (System of Linear Equations)Math lecture 6 (System of Linear Equations)
Math lecture 6 (System of Linear Equations)Osama Zahid
 
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
 
Elementary-linear-algebra- chapter 1.pdf
Elementary-linear-algebra- chapter 1.pdfElementary-linear-algebra- chapter 1.pdf
Elementary-linear-algebra- chapter 1.pdfRanaHammad39
 
A1, 6 1, solving systems by graphing (rev)
A1, 6 1, solving systems by graphing (rev)A1, 6 1, solving systems by graphing (rev)
A1, 6 1, solving systems by graphing (rev)kstraka
 
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
 

Similar to Mathematics 8 Systems of Linear Inequalities (20)

Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
 
Linear systems with 3 unknows
Linear systems with 3 unknowsLinear systems with 3 unknows
Linear systems with 3 unknows
 
Final presentation
Final presentationFinal presentation
Final presentation
 
LecturePresentation.pptx
LecturePresentation.pptxLecturePresentation.pptx
LecturePresentation.pptx
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
 
Elimination of Systems of Linear Equation
Elimination of Systems of Linear EquationElimination of Systems of Linear Equation
Elimination of Systems of Linear Equation
 
Solving linear systems by the substitution method
Solving linear systems by the substitution methodSolving linear systems by the substitution method
Solving linear systems by the substitution method
 
February 13, 2015
February 13, 2015February 13, 2015
February 13, 2015
 
M1 L5 Remediation Notes
M1 L5 Remediation NotesM1 L5 Remediation Notes
M1 L5 Remediation Notes
 
Solving systems by substitution
Solving systems by substitutionSolving systems by substitution
Solving systems by substitution
 
Alg2 lesson 3-5
Alg2 lesson 3-5Alg2 lesson 3-5
Alg2 lesson 3-5
 
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
 
Math lecture 6 (System of Linear Equations)
Math lecture 6 (System of Linear Equations)Math lecture 6 (System of Linear Equations)
Math lecture 6 (System of Linear Equations)
 
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
 
Elementary-linear-algebra- chapter 1.pdf
Elementary-linear-algebra- chapter 1.pdfElementary-linear-algebra- chapter 1.pdf
Elementary-linear-algebra- chapter 1.pdf
 
A1, 6 1, solving systems by graphing (rev)
A1, 6 1, solving systems by graphing (rev)A1, 6 1, solving systems by graphing (rev)
A1, 6 1, solving systems by graphing (rev)
 
Test of consistency
Test of consistencyTest of consistency
Test of consistency
 
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)
 
6.3 presentation
6.3 presentation6.3 presentation
6.3 presentation
 

More from Juan Miguel Palero

Science, Technology and Science - Introduction
Science, Technology and Science - IntroductionScience, Technology and Science - Introduction
Science, Technology and Science - IntroductionJuan Miguel Palero
 
Introduction to the Philosophy of the Human Person - Inductive and Deductive ...
Introduction to the Philosophy of the Human Person - Inductive and Deductive ...Introduction to the Philosophy of the Human Person - Inductive and Deductive ...
Introduction to the Philosophy of the Human Person - Inductive and Deductive ...Juan Miguel Palero
 
Reading and Writing - Cause and Effect
Reading and Writing - Cause and EffectReading and Writing - Cause and Effect
Reading and Writing - Cause and EffectJuan Miguel Palero
 
Earth and Life Science - Rocks
Earth and Life Science - RocksEarth and Life Science - Rocks
Earth and Life Science - RocksJuan Miguel Palero
 
Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Gamit ng Wika sa...
Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Gamit ng Wika sa...Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Gamit ng Wika sa...
Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Gamit ng Wika sa...Juan Miguel Palero
 
Personal Development - Sigmund Freud's Theory of Human Psyche
Personal Development - Sigmund Freud's Theory of Human PsychePersonal Development - Sigmund Freud's Theory of Human Psyche
Personal Development - Sigmund Freud's Theory of Human PsycheJuan Miguel Palero
 
Personal Development - Developing the Whole Person
Personal Development - Developing the Whole PersonPersonal Development - Developing the Whole Person
Personal Development - Developing the Whole PersonJuan Miguel Palero
 
Earth and Life Science - Basic Crystallography
Earth and Life Science - Basic CrystallographyEarth and Life Science - Basic Crystallography
Earth and Life Science - Basic CrystallographyJuan Miguel Palero
 
Introduction to the Philosophy of the Human Person - Definition of Philosophi...
Introduction to the Philosophy of the Human Person - Definition of Philosophi...Introduction to the Philosophy of the Human Person - Definition of Philosophi...
Introduction to the Philosophy of the Human Person - Definition of Philosophi...Juan Miguel Palero
 
Empowerment Technologies - Microsoft Word
Empowerment Technologies - Microsoft WordEmpowerment Technologies - Microsoft Word
Empowerment Technologies - Microsoft WordJuan Miguel Palero
 
Understanding Culture, Society and Politics - Biological Evolution
Understanding Culture, Society and Politics - Biological EvolutionUnderstanding Culture, Society and Politics - Biological Evolution
Understanding Culture, Society and Politics - Biological EvolutionJuan Miguel Palero
 
Reading and Writing - Definition
Reading and Writing - DefinitionReading and Writing - Definition
Reading and Writing - DefinitionJuan Miguel Palero
 
Introduction to the Philosophy of Human Person - What is the Truth
Introduction to the Philosophy of Human Person - What is the TruthIntroduction to the Philosophy of Human Person - What is the Truth
Introduction to the Philosophy of Human Person - What is the TruthJuan Miguel Palero
 
Personal Development - Understanding the Self
Personal Development - Understanding the SelfPersonal Development - Understanding the Self
Personal Development - Understanding the SelfJuan Miguel Palero
 
Understanding Culture, Society and Politics - Definition of Anthropology, Pol...
Understanding Culture, Society and Politics - Definition of Anthropology, Pol...Understanding Culture, Society and Politics - Definition of Anthropology, Pol...
Understanding Culture, Society and Politics - Definition of Anthropology, Pol...Juan Miguel Palero
 
General Mathematics - Intercepts of Rational Functions
General Mathematics - Intercepts of Rational FunctionsGeneral Mathematics - Intercepts of Rational Functions
General Mathematics - Intercepts of Rational FunctionsJuan Miguel Palero
 
Earth and Life Science - Classification of Minerals
Earth and Life Science - Classification of MineralsEarth and Life Science - Classification of Minerals
Earth and Life Science - Classification of MineralsJuan Miguel Palero
 
Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Register bilang ...
Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Register bilang ...Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Register bilang ...
Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Register bilang ...Juan Miguel Palero
 
Earth and Life Science - Minerals and Its Properties
Earth and Life Science - Minerals and Its PropertiesEarth and Life Science - Minerals and Its Properties
Earth and Life Science - Minerals and Its PropertiesJuan Miguel Palero
 

More from Juan Miguel Palero (20)

Science, Technology and Science - Introduction
Science, Technology and Science - IntroductionScience, Technology and Science - Introduction
Science, Technology and Science - Introduction
 
Filipino 5 - Introduksyon
Filipino 5 - IntroduksyonFilipino 5 - Introduksyon
Filipino 5 - Introduksyon
 
Introduction to the Philosophy of the Human Person - Inductive and Deductive ...
Introduction to the Philosophy of the Human Person - Inductive and Deductive ...Introduction to the Philosophy of the Human Person - Inductive and Deductive ...
Introduction to the Philosophy of the Human Person - Inductive and Deductive ...
 
Reading and Writing - Cause and Effect
Reading and Writing - Cause and EffectReading and Writing - Cause and Effect
Reading and Writing - Cause and Effect
 
Earth and Life Science - Rocks
Earth and Life Science - RocksEarth and Life Science - Rocks
Earth and Life Science - Rocks
 
Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Gamit ng Wika sa...
Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Gamit ng Wika sa...Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Gamit ng Wika sa...
Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Gamit ng Wika sa...
 
Personal Development - Sigmund Freud's Theory of Human Psyche
Personal Development - Sigmund Freud's Theory of Human PsychePersonal Development - Sigmund Freud's Theory of Human Psyche
Personal Development - Sigmund Freud's Theory of Human Psyche
 
Personal Development - Developing the Whole Person
Personal Development - Developing the Whole PersonPersonal Development - Developing the Whole Person
Personal Development - Developing the Whole Person
 
Earth and Life Science - Basic Crystallography
Earth and Life Science - Basic CrystallographyEarth and Life Science - Basic Crystallography
Earth and Life Science - Basic Crystallography
 
Introduction to the Philosophy of the Human Person - Definition of Philosophi...
Introduction to the Philosophy of the Human Person - Definition of Philosophi...Introduction to the Philosophy of the Human Person - Definition of Philosophi...
Introduction to the Philosophy of the Human Person - Definition of Philosophi...
 
Empowerment Technologies - Microsoft Word
Empowerment Technologies - Microsoft WordEmpowerment Technologies - Microsoft Word
Empowerment Technologies - Microsoft Word
 
Understanding Culture, Society and Politics - Biological Evolution
Understanding Culture, Society and Politics - Biological EvolutionUnderstanding Culture, Society and Politics - Biological Evolution
Understanding Culture, Society and Politics - Biological Evolution
 
Reading and Writing - Definition
Reading and Writing - DefinitionReading and Writing - Definition
Reading and Writing - Definition
 
Introduction to the Philosophy of Human Person - What is the Truth
Introduction to the Philosophy of Human Person - What is the TruthIntroduction to the Philosophy of Human Person - What is the Truth
Introduction to the Philosophy of Human Person - What is the Truth
 
Personal Development - Understanding the Self
Personal Development - Understanding the SelfPersonal Development - Understanding the Self
Personal Development - Understanding the Self
 
Understanding Culture, Society and Politics - Definition of Anthropology, Pol...
Understanding Culture, Society and Politics - Definition of Anthropology, Pol...Understanding Culture, Society and Politics - Definition of Anthropology, Pol...
Understanding Culture, Society and Politics - Definition of Anthropology, Pol...
 
General Mathematics - Intercepts of Rational Functions
General Mathematics - Intercepts of Rational FunctionsGeneral Mathematics - Intercepts of Rational Functions
General Mathematics - Intercepts of Rational Functions
 
Earth and Life Science - Classification of Minerals
Earth and Life Science - Classification of MineralsEarth and Life Science - Classification of Minerals
Earth and Life Science - Classification of Minerals
 
Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Register bilang ...
Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Register bilang ...Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Register bilang ...
Komunikasyon at Pananaliksik sa Wika at Kulturang Pilipino - Register bilang ...
 
Earth and Life Science - Minerals and Its Properties
Earth and Life Science - Minerals and Its PropertiesEarth and Life Science - Minerals and Its Properties
Earth and Life Science - Minerals and Its Properties
 

Recently uploaded

ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 

Recently uploaded (20)

ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 

Mathematics 8 Systems of Linear Inequalities

  • 1. Module 2 Systems of Linear Equations and Inequalities What this module is about This module is about finding the solution of systems of linear equations and inequalities algebraically. In Module 1, you were able to find the solution graphically, identify the kind of graphs and the number of solutions that you will generate from the system. Try to find the similarity in solving the solution algebraically and graphically. What you are expected to learn This module is designed for you to find the solution algebraically, given a system of linear equation in two variables by: • Elimination • Substitution How much do you know A. Tell whether the given ordered pair is the solution of the given system: 1. (6, -8) x + 2y + 10 = 0 2x – 3y + 30 = 0 2. (3, -2) 2x – y = 8
  • 2. y + 3x = 7 3. (5, 2) 4x + 3y = 26 3x + 7y = 29 4. (4, -2) x + y = 2 2x + 5y = -2 5. (5, -2) x – 5 = 0 y + 2 = 0 B. Solve the following systems by elimination: 1. 2x + y = 14 x – y = 4 2. x + y = 2 2x – y = 4 3. x + y = 7 x – y = -3 4. 3m – 4n = 1 3m – 2n = -1 5. 7a – b = -1 7a + 3b = 3 C. Solve the following systems by substitution: 1. x + 3y = -4 y = -x 2. x = y + 4 x + y = 6 3. y – x = 4 x = -y – 2 4. 4s – 3t = 8 2
  • 3. 2s + t = -1 5. 2x + y = 1 3x + y = 4 What you will do Lesson 1 Solution of Systems of Linear Equations Solved by Elimination You can solve systems of linear equations in two variables by several methods. One is by the elimination method using addition. Here you will solve for the value of the variable in the given system. Example 1: Solve the given system by elimination. 5x + 2y = 11 Equation 1 3x – 2y = 13 Equation 2 8x = 24 by addition the variable y is eliminated 8x = 24 multiply both sides of the equation by 1. 8 8 8 x = 3 3 is the value of x Now solve for y: The variable y in the system can be solved by substituting the value of x in Equations 1 or 2. Use Equation 1: 5x + 2y = 11 5(3) + 2y = 11 Substitute the value of x 15 + 2y = 11 2y = 11 – 15 2y = - 4 2y = - 4 2 2 y = - 2 The value of y is – 2 Check the answer by substituting the values of x and y in the two equations. Equation 1: Equation 2: 3
  • 4. 5x + 2y = 11 3x – 2y = 13 5(3) + 2(-2) = 11 3(3) – 2(-2) = 13 15 – 4 = 11 9 + 4 = 13 11 = 11 13 = 13 Since the values of x and y satisfy the two equations, then, the solution of the system is (3, - 2). In this example, addition of the two equations immediately eliminates one of the variables. But this is not always the case. The next example will illustrate that you must multiply one or both of the equations by a non-zero constant to get an equivalent system before elimination method is applied. Example 2: Solve the system by elimination: 4x + 3y = -1 Equation 1 2x – 5y = 19 Equation 2 Solution: To eliminate x, multiply Equation 2 by –2. Call the result Equation 3. -2(2x – 5y) = 19(-2) by distributive property of multiplication over addition -4x + 10y = - 38 Equation 3 Now add Equation 1 and Equation 3: 4x + 3y = -1 Equation 1 - 4x + 10y = -38 Equation 3 13y = -39 y = -39 13 y = -3 Substitute the value of y in Equation 1 or 2 and solve for x. Use Equation 1. 4x + 3y = -1 4x + 3(-3) = -1 4x – 9 = -1 4x = -1 + 9 4x = 8 x = 8 4 x = 2 Therefore the solution is (2, -3). 4
  • 5. Sometimes each equation of the system of equations must be multiplied by a constant so that the coefficients of one of the variables are opposite in signs but equal in absolute value. The next example will illustrate. Example 3: Solve the system by elimination: 3x – 5y = 19 Equation 1 5x + 2y = 11 Equation 2 It is clear that when you add the two equations, you will not eliminate one of the variables. Therefore, you must use multiplication to form an equivalent system. The choice multiplier will depend on the variable you decide to eliminate. Suppose you decide to eliminate y. You must multiply Equation 1 by 2 and Equation 2 by 5. 2(3x – 5y) = 2(19) 6x – 10y = 38 5(5x + 2y) = 5(11) 25x + 10y = 55 31x = 93 x = 93 31 x = 3 Note that –10 and 10 are equal in absolute values but opposite in sign. You can now substitute 3 to x in any of the two equations to solve for y. Try using Equation 2. 5x + 2y = 11 Equation 2 5(3) + 2y = 11 15 + 2y = 11 2y = 11 – 15 2y = - 4 y = - 4 2 y = -2 Therefore the solution for the system is (3, -2). Again, the solution should be checked by substituting 3 for x and 2 for y in the two equations. Equation 1 Equation 2 3x – 5y = 19 Substitute 3 for x 5x + 2y = 11 3(3) – 5(-2) = 19 and –2 for y. 5(3) + 2(-2) = 11 5
  • 6. 9 + 10 = 19 Simplify both 15 – 4 = 11 19 = 19 equations. 11 = 11 Since the solution satisfy both equations, the solution (3, -2) is correct. The following examples will illustrate two special cases you may encounter while applying the elimination method. Example 4: Solve by the elimination method: a. 2x + y = 2 Equation 1 4x + 2y = -5 Equation 2 Solution: Multiply equation 1 by –2 to eliminate y. -2(2x + y) = -2(2) -4x – 2y = - 4 Equation 3 Add equation 3 and equation 2, and solve for x. -4x – 2y = - 4 Equation 3 4x + 2y = - 5 Equation 2 0x + 0y = - 9 0 = - 9 The result 0 = - 9 is a false statement, which means that the system of linear equation has no solution and is said to be inconsistent. b. Solve the system by elimination: 5x – 7y = 9 15x – 21y = 27 Solution: Multiply Equation 1 by –3. -3(5x – 7y) = -3(9) -15x + 21y = -27 Equation 3 Add Equation 3 and Equation 2, and solve for x. -15x + 21y = - 27 Equation 3 15x – 21y = 27 Equation 2 6
  • 7. 0 = 0 The result 0 = 0 is true. When equation 2 is multiplied by –1, you will notice that you will arrive at equation 3. Such a system of linear equation is said to be dependent. Try this out A. Solve the following systems by elimination: 1. x – y = 3 x + y = 5 2. –x + 2y = 6 x – y = 3 3. 2x – y = 4 x + y = 5 4. 3x – y = 3 2x + y = 2 5. x + y = 4 x – y = 6 6. 5x – 2y = 12 3x + 2y = 12 7. 2x – y = 1 -2x + 3y = 5 8. x + y = 6 x – y = 2 9. x + y = 2 2x – y = 4 10. x + y = 7 x – y = - 3 B. Name Game Do you know the name of the first British woman mathematician on record who was a Benedictine nun? She lived from 935 to 1000 A.D. (Source: Math Journal) To find the answer, simplify the following systems of linear equations. Match the solutions with the choices in the box. 7
  • 8. Copy the letter corresponding to the answer on the blank with the same exercise number. Then discover the answer to the trivia question above. 1. 5x + 7y = 10 3x – 14y = 6 2. 3x – 2y = 0 6x + 5y = 0 3. 2x – 3y = 16 3x + 4y = 7 4. 5x + 3y = 7 2x + 5y = 1 5. 7x – 2y = 13 5x + 3y = 27 6. 8x – 3y = 11 6x – 5y = 11 7. 3x + 5y = 7 2x – 6y = 11 8. 4x = 6y + 3.8 y – x = 1.3 9. –0.7p + 0.2q = 3.1 -1.7p + 0.2q = 1.7 10. 0.4 a – 0.2b = -1.4 0.4a – 0.5b = -3.2 Answer: ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ 5 10 9 8 6 1 7 8 5 3 C. Solve the following systems of equations by elimination: 1. 2x – y = 7 3x + 2y = 0 2. x + y = 7 -3x + 3y = -9 8 A x = 5 y = -2 B x = 0 y = 0 W x = 2 y = 0 I x = 28 97 y = - 28 19 T x = -5.8 y = - 4.5 H x = 3 y = 4 O p = 1.4 q = 20.4 C x = 19 32 y =- 19 9 R a = -0.5 b = 6 S x = 1 y = -1
  • 9. 3. x + 3y = -4 x + y = 0 4. p + 5q = 5 p + q = -3 5. x + 4y = -18 3x + 5y = -19 6. 2x – y = -8 5x + 2y = -20 7. 2x – y = 1 x + 3y = 4 8. 4x – 5y = 22 x + 2y = -1 9. 2x – y = 1 4x – 2y = 2 10. 4x + 3y = 15 2x – 5y = 1 Lesson 2 Solution of Systems of Linear Equations by Substitution Another method of finding the solution of a system of linear equations in two variables is by substitution. The following example will illustrate how it is done. Example 1: Solve the system by substitution: 2x – 3y = -3 Equation 1 y = 2x – 1 Equation 2 Since y is already solved in Equation 2, substitute 2x – 1 for y in Equation 1. 2x – 3y = - 3 Equation 1 2x – 3(2x – 1) = - 3 2x – 1 is substituted to y. Solving for x gives 9
  • 10. 2x – 6x + 3 = - 3 - 4x +3 = - 3 - 4x = - 6 x = - 6 - 4 x = 3 2 Now, solve for y by substituting the value 3 to x in Equation 2. 2 y = 2x – 1 Equation 2 y = 2( 2 3 ) – 1 2 3 is substituted to x. y = 6 – 1 2 y = 3 – 1 y = 2 The solution is ( 2 3 , 2) To check for the result, you substitute these values in equation 1 and you have: 2x – 3y = -3 2( 2 3 ) – 3(2) = -3 Substitute 2 3 to x and 2 to y 3 – 6 = - 3 - 3 = - 3 It checks since both sides of the equation are equal. Example 2: Solve the system by substitution: 2x + 3y = 16 Equation1 3x – y = 2 Equation 2 You start by solving Equation 2 because this is the simpler equation. 3x – y = 2 Equation 2 - y = -3x + 2 y = 3x – 2 Equation 3. Substitute the value of y in Equation 3, which is 3x – 2 in Equation 1. 10
  • 11. 2x + 3y = 16 2x + 3(3x – 2) = 16 2x + 9x – 6 = 16 11x – 6 = 16 11x = 16 + 6 11x = 22 x = 2 Now solve for y by substituting the value of x in Equation 3. Y = 3x – 2 Y = 3(2) – 2 Y = 6 – 2 Y = 4 The solution for the system is (2, 4). Try this out A. Solve the following systems by substitution: 1. 2x + 3y = 7 x = 2 2. y = 3 3x – 2y = 6 3. y = x – 3 x + y = 5 4. y = x + 2 x + y = 6 5. x = y – 2 x + 3y = 2 6. 3x + 5y = -6 x = 5y + 3 7. y = 2x + 3 4x – 3y = 1 8. 3x + y = 4 4x – 3y = 1 9. x – 4y = 9 11
  • 12. 2x – 3y = 11 10. x = y + 1 x + 2y = 7 B. Who Was He? This mathematician born in 600 BC was said to be the first mathematician to prove a theorem. He was also considered the first true mathematician. Who was he? To find out, solve the following systems of linear equations using the substitution method. Then match the letter that corresponds to the answer. The letters will spell out the name of this famous mathematician. 1. x + 2y = 4 x – 3y = -1 2. x + 2y = 7 2x – y = 4 3. x – 4y = 1 x – 2y = -1 4. x + 2y = 8 2x – y = 6 5. 3x + 5y = 3 9x – 10y = 4 6. x + 3y = -1 3x – 6y = 12 Answer: ___ ___ ___ ___ ___ ___ 1 2 3 4 5 6 C. Math Game: How High Is It? The Statue of Liberty in New York, USA was designed by Frederic Auguste Bartholdi, a French. The statue was unveiled and dedicated on Bedloe’s Island in Upper New York Bay in 1886. It was declared a national monument in 1924. (Math Journal) What do you think is the approximate height of the Statue of Liberty in centimeters? 12 A (-3, -1) B (2, 4) E ( 3 2 , 5 1 ) F (2, - 3 1 ) H (3, 2) L (4, 2) S (2, - 1)
  • 13. To find out, match the following systems of linear equations with the corresponding solutions. The digits will reveal the height of the Statue of Liberty. a. 3x – 2y = 13 1. x = -2, y = 2 x + y = 6 4. x = 5, y = 1 b. 2x + 3y = 11 4y – x = 0 6. x = 4, y = 1 c. 2x – y = 7 3. x = 2, y = -3 3x + 2y = 0 5. x = -5, y = 3 d. 4x + y = 5 x – 2 = 0 2. x = 6, y = 4 Answer: The height of the Statue of Liberty is approximately: ____ ____ ____ ____ cm a b c d D. Solve the following systems by substitution method: 1. x + y = 3 3x + 2y = 9 2. x + 3y = -4 2y + 3x = 3 3. 2y – 3x = 4 3x = 6 4. y = 3 2x = 5y + 7 5. y – x = 4 x + 3 = y 6. 5b – 2 = 2a 3a + 6 = 25b 7. 12x + 18y = 12 2x = 2 – 3y 8. –5r + 14t = 13 13
  • 14. -9r = -72t 9. 2x – 5y = -1 2x – y = 1 10. x + 3y = 4 y + x = 0 Let’s Summarize The following steps are followed in solving a system of linear equations in two variables: A. Solving by Elimination: Steps: 1. Multiply one or both of the equations by a constant so that one of the variables can be eliminated by addition. 2. Add the equations of the equivalent system formed in step 1. 3. Solve the equation found in step 2. 4. Substitute the value found in step 3 in either of the given equations to find the corresponding value of the remaining variable. The ordered pair formed is the solution of the system. 5. Check the solution by substituting the pair of values found in step 4 in the other given equation. B. Solving by Substitution: Steps: 1. Solve one of the given equations for one of the variables. 2. Substitute the expression obtained in step 1 in the other equation of the system to get an equation in a one variable. 3. Solve the equation found in step 2. 14
  • 15. 4. Substitute the value found in step 3 in the equation derived in step 1 to find the corresponding value of the remaining variable. The ordered pair formed is the solution of the system. 5. Check the solution by substituting the pair of values found in step 4 in both the given equations. What have you learned A. Tell whether the given ordered pairs is the solution of the given system: 1. (-2, 6) 3x + 2y = 6 -3x – y = 0 2. (-6, 4) x + y = -2 y = x + 10 3. (3, 0) 5x – y = 15 7x + y = 21 4. (5, 7) 7x + y = 42 -3x + y = -8 5. (-1, 3 2 ) x – 4y = 13 -x + 6y = -18 B. Solve the following systems by elimination: 1. 5x + 3y = - 9 7x + y = -3 2. x + 2y = 1 3x - 5y = -8 15
  • 16. 3. 3x + 2y = 40 x – 7y = - 2 4. 2x + 3y = 8 x – y = 2 5. 2x + 2y = 3 4y – 5x = 15 C. Solve the following by substitution: 1. x – y = 7 y = 2x - 11 2. 2x + 3y = 3 4x = 12y -3 3. 3x + 4y = -3 x + 4y = 1 4. 2x + 3y = 1 x - y = 3 5. x + 2y = 4 2x – y = 3 16
  • 17. Answer Key How much do you know A. 1. not a solution 2. solution 3. solution 4. solution 5. solution B. 1. x = 6, y = 2 2. x = 2, y = 0 3. x = 2, y = 5 4. m = -1, n = -1 5. a = 0, b = 1 C. 1. x = 2, y = -2 2. x = 5, y = 1 3. x = -3, y = 1 4. s = 2 1 , t = -2 5. x = 3, y = - 5 Try this out Lesson 1 A. Solution is: 1. (4, 1) 2. (12, 9) 3. (3, 2) 4. (1, 0) 5. (5, -1) 6. (3, 2 3 ) 7. (2, 3) 8. (4, 2) 9. (2, 0) 10. (2, 5) 17
  • 18. B. Name Game: 1. x = 2, y = 0 W 2. x = 0, y = 0 B 3. x = 5, y = -2 A 4. x = 19 32 , y = - 19 9 C 5. x = 3, y = 4 H 6. x = 1, y = -1 S 7. x = 28 97 , y = - 28 19 I 8. x = -5.8, y = -4.5 T 9. p = 1.4, q = 20.4 O 10.a = -0.5, b = 6 R Answer: H R O T S W I T H A 5 10 9 8 6 1 7 8 5 3 C. The Solution is: 1. (2, -3) 2. (5, 2) 3. (2, -2) 4. (-5, 2) 5. (2, -5) 6. (-4, 0) 7. (1, 1) 8. (3, -2) 9. infinite number of solutions 10.(3, 1) Lesson 2 A. The solution is: 1. (2, 1) 2. (4, 3) 3. (4, 1) 4. (2, 4) 5. (-1, 1) 6. (- 4 3 , - 4 3 ) 7. (-5, -7) 8. (1, 1) 18
  • 19. 9. ( 5 17 , - 5 7 ) 10. (3, 2) B. Who was he? 1. x = 2, y = 1 T 2. x = 3, y = 2 H 3. x = -3, y = -1 A 4. x = 4, y = 2 L 5. x = 3 2 , y = 5 1 E 6. x =2, y = -1 S Answer: T H A L E S C. How high is it? A = no. 4 B = no. 6 C = no. 3 D = no. 3 Answer: The height of the Statue of Liberty is approximately 4,633 cm. D. 1. (3, 0) 2. ( 7 17 , - 7 15− ) 3. (2, 5) 4. (11, 3) 5. no solution 6. (- 7 4 , 35 6 ) 7. dependent, infinite number of solutions 8. (-4, - 2 1 ) 9. ( 4 3 , 2 1 ) 10.(-2, 2) What have you learned A. 19
  • 20. 1. solution 2. solution 3. solution 4. solution 5. not a solution B. The solution is 1. (0, -3) 2. (-1, 1) 3. (12, 2) 4. ( 5 14 , 5 4 ) 5. (-1, 2 5 ) C. The solution is 1. (4, -3) 2. ( 4 3 ,1/2) 3. (-2, 3/4) 4. (2, -1) 5. (2, 1) 20