Elimination is a method used to solve a system of linear equations by adding or subtracting the equations in order to eliminate one of the variables. This allows us to solve for the value of the remaining variable.
Solve the system of equations using the elimination method:
2x + 3y = 11
4x - 3y = 5
Multiply the second equation by 3 to make the coefficients of y the same but opposite:
12x - 9y = 15
Add the original first equation and the modified second equation:
2x + 3y + 12x - 9y = 11 + 15
14x = 26
Solve for x: x = 26 / 14 = 13 / 7
Substitute x = 13 / 7 into the first equation:
2(13 / 7) + 3y = 11
26 / 7 + 3y = 77 / 7
3y = 51 / 7
Solve for y: y = (51 / 7) / 3 = 51 / 21
When using the elimination method, it's important to follow these key steps:
Practice with various examples to become fluent in using the elimination method to solve systems of linear equations.
.