Lesson 1 Systems of Equations
Lesson 1 Systems of Equations
Things to remember:
a) Anything you do on the left of the equal sign, you do the same right
x+y=5
To eliminate x, I put (-x) on left and (-x) on the right
(-x) + x + y = 5 + (-x)
y=5–x
another way of saying is that if I moved anything to the right, I
should change its sign (from + to -) or (from – to +)
b) A system of two linear equations can have one solution, an infinite
number of solutions, or no solution. Systems of equations can be
classified by the number of solutions.
2) Given
4x + 3y = 9
3x − 5y = 14
Can either transpose x in first equation: y = (9 – 4x) / 3
Or I can multiply first equation by 5 and second equation by 3
5 (4x + 3y) = 5*9
3 (3x − 5y) = 3*14
If I add these 2 equations == I will eliminate y
20 x + 9 x = 45 + 42
29 x = 87
X=3
And therefore y = (9 – 4*3)/3 = - 1
3) Given
x+y=2
3x + 3y = 4
Multiplying by 3 the first equation
3x + 3y = 6
And subtracting the second equation
0=2
Inconsistent == no solutions
2) Given
2 2
x + y − 16x + 39 = 0
2 2
x −y −9=0
add the 2 equations to eliminate y
2
2 x − 16x + 30 = 0 divide by 2
2
x – 8 x + 30 = 0 solve by quadratic
SOLVE
1) Given
2
x − 2x + 2y + 2 = 0
2
−x + 2x − y + 3 = 0
Easier to add the 2 equations eliminating x’s
Giving you y + 2 + 3 = 0
Y=5
Then substitute to get X
2) Given
2 2
6x + 3y = 12
y=2-x
2 2
6x + 3(2 – x) = 12
Expand and solve for x, then substitute to get y
3)
3x + 4y = 14
5x − 6y = −2
Either express x in terms of y, or y in terms of x
Eliminate x, I will multiply first equation by 5 and second by 3,
5(3x + 4y = 14) 15x + 20y = 70
3(5x − 6y = −2) 15x – 18y = -6
Subtract equation 2 from equation 1
20y – (-18y) = 70 – (-6)
20y + 18y = 76
38y = 76 y = 2
4)
Equation 1 2x − y + z = −3
Equation 2 3x + 5y + 2z = 14
Equation 3 4x + 3y − 5z = 23
Eliminate first y from equation 2 and equation 3
Equation 1 and equation 2:
Equation 1 5(2x − y + z = −3) 10x – 5y + 5z = -15
Equation 2 3x + 5y + 2z = 14
Add the 2 equations: 10x+3x + 5z+2z = -15+14
new equation 13x + 7z = -1