September 11, 2014
Page 18 – 19 in Notes
• How many values do you solve for when solving a system of linear equations?
• How is the solution to a system of linear equations written?
• Is (3, 4) a solution to the following system? Explain why or why not. How about (3, -4)?
7x + 3y = 9
4x + 4y = -4
• Title of Notes – pg. 19
• How do I use the elimination method to solve systems of equations?
• The immediate goal of the “elimination” method is to cancel out one of the variables by adding the two equations together. To do this, you need opposite coefficients in the two equations for the variable you are trying to eliminate.
• ALWAYS start elimination from standard form
(Ax + By = C)!
1. Multiply each equation by the coefficient in the other equation for the variable you are trying to eliminate. (Use a negative where necessary so that you end up with opposites.)
2. Add the two equations and solve for the remaining variable. (Make sure you have opposites that add to zero.)
3. Now, substitute your value into an original equation and solve for the rest of your coordinate pair.
4. Check your point in both original equations.
Solve the system of equations using the elimination method. Ex. 1
12x + 8y = -8 solution: _______
3x + 4y = 2
Multiply the equations by the correct coefficients so the x’s will cancel.
3 (12x + 8y) = -8 (3) (Step 1)
-12 (3x+4y) = 2 (-12)
Now our system of equations is: 36x + 24y = -24
Add the equations together: (Step 2)
-36x – 48y = -24
-24y = -48 y = 2
12x + 8y = -8
3x + 4y = 2
Plug y = 2 into an original equation:
12x + 8( 2 ) = -8
OR
12x + 16 = -8
12x = -24 x = -2
So, the solution is (-2, 2).
Now check: (Step 4)
12 (-2) + 8 (2) = -8 3 (-2) + 4 (2)
(Step 3)
3x + 4(2) = 2
= 2
3x + 8 = 2
3x = -6 x = -2
-24 + 16 = -8
-8 = -8
-6 + 8 = 2
2 = 2
Solve the system of equations using the elimination method.
4x – 3y = 14
2x + 5y = -6
Solution: _________
Solve the system of equations using the elimination method.
11x – 3y = 104
2x – 5y = -60
Solution: _________
• Which method of solving systems
(substitution or elimination) is easier for you and why?