In order to find the unknown variables x and y we need to simplify these equations in the way that will make it possible for us to get rid of either x or y variable, and make it easier to solve the remaining variable.
This method is known as Elimination, which is one of the methods how to solve a system of linear equations.
We need to rewrite the equations so that when the equations are added, one of the variables is eliminated. In simple terms, we need to get same number of x's or the same number of y's, but with an opposite sign, in both equations.
(1) 2x - 3y =13
(2) 3x + y = 3
You can multiply equation (2) by 3, then add equations (1) and (2) to form equation (3) with just one variable.
(2) 3*(3x+y) = 3*(3)
(2) 9x + 3y = 9
(1) 2x - 3y = 13
(3) 9x + 3y + 2x - 3y = 9 + 13
(3) 11x = 22
(3) x = 2
Then substitute our value for x back to one of the original equations and find what the value of y is.
2x - 3y = 13
2*(2) - 3y = 13
4 - 3y =13
- 3y = 9
y = - 3
Afterwards we can check our results by substituting our variables back into the original equations.
2*(2) - 3*(- 3) = 13
3*(2) + (- 3) = 3
Problem solved :)