Answer:
y = 6
x = 2
Explanation:
rearrange the first equation in terms of x
x = (y - 2)/2
substiute x in the second equation
y = -5[(y-2)/2] +16
Now simpilify and solve for y
y = (-5y + 10)/2 +16
y = -5/2y + 5 + 16
y + 5/2y = 5 + 16
3.5y = 21
y = 6
Now substitue y in the first equation to solve for x
x = (6 - 2)/2
x = 2