Answer:
x = -3 ; y = 5
Explanation:
Hey there!
This question has given us information about both of the given variables, x, and y
It tells us the y is equal to x plus 8 and that x plus y is equal to 2
If y is equal to x plus 8, we can
substitute the y value into the second equation
This will give us the following equation:
x + (x + 8) = 2
Now we simplify to solve for x
2x + 8 = 2
2x = -6
x = -3
Now that we know the x value, we can substitute that value into any one of the two equations given to solve for y
I'm going to use the first equation
Since we know that x is -3, we can now input it into the first equation and then simplify;
y = -3 + 8
y = 5