We can use elimination to solve this system of linear equations:
x - y = 2
x + y = 1
Add the equations together to cancel out the y variables:
2x = 3
Divide by 2:
x = 3/2
Use x to solve for y:
3/2 - y = 2
Add y to both sides:
3/2 = y + 2
Subtract 2 rom both sides:
y = -1/2
So, your answer is x = 3/2 and y = -1/2.