Respuesta :
2x - y = -1
3x - 2y = 1
Multiply the first equation by -2
-4x + 2y = 2
Add the new equation to the second equation
-x = 3
x = -3
Plug -3 into the first equation
2 * -3 - y = -1
-6 - y = -1
-y = 5
y = -5
Answer:
(-3, -5)
Step-by-step explanation:
Elimination essentially means that we need to eliminate one variable so that we're left with only one to deal with. For this problem, let's eliminate y.
Multiply the first equation by 2:
2 * (2x - y) = (-1) * 2
4x - 2y = -2
Now, subtract the second equation from this new "first" equation:
4x - 2y = -2
- 3x - 2y = 1
_____________
x + 0y = -3
So, we see that x = -3. We can now substitute this value of x into one of the equations and solve for y:
2x - y = -1
2 * (-3) - y = -1
-6 - y = -1
y = -5
Thus, the solution is (-3, -5).
Hope this helps!