To solve a question like this, we want to make either the x terms or the y terms match up to each other. Here's an example matching up the x terms:
2x − 3y = −14
3x − 2y = −6
To make the 2x in the top equation match the 3x in the bottom equation, multiply the entire top equation by 1.5:
1.5 * (2x - 3y) = 1.5 * (-14)
3x - 4.5y = -21
Now we have two equations that have 3x. Lastly, subtract the entire bottom equation from the top equation to be able to cancel out the 3x terms:
3x - 4.5y = -21
- (3x - 2y = -6)
-----------------------
-2.5y = -15
y = 6
Now that we've found the value of y, we can plug in its value of 6 in for y in either of the original functions given in the problem. I'll plug it into the first one:
2x − 3y = −14
2x - 3(6) = -14
2x - 18 = -14
2x = 4
x = 2
Now that we know the values of x and y, we can solve the original question: what is x-y?
x - y = ?
2 - 6 = -4
Answer: -4
Peter R.
05/22/23