Question 149217
G'day Kerry G., what you have here is a system of equations, in this case, two equations with two unknowns (x and y).
There several methods for solving systems of equations, but the basic idea is to first eliminate one of the variables and solve for the other.  Then you substitute the solved variable into either one of the two equations to solve for the other variable...and it's not as formidable as sounds!
Starting with the two given equations:
1) {{{2x+5y = 2}}} and
2) {{{2x-2y = -12}}} It looks like you can eliminate the x variable by subtracting one equation from the other. Let's subtract equation 2) from equation 1).  (It doesn't much matter which equation you subtract from which, it will work anyway)
{{{2x+5y = 2}}}
-({{{2x-2y = -12}}})
----------------------
{{{7y = 14}}} You can see that the x variable has been eliminated. Now solve for y by dividing both sides of this equation by 7.
{{{y = 2}}} Now that you have the value of y, you substitute this into either one of the two given equations to solve for x. Let's use equation 1).
{{{2x+5y = 2}}} Substitute y = 2.
{{{2x+5(2) = 2}}}
{{{2x+10 = 2}}} Subtract 10 from both sides.
{{{2x = -8}}} Finally, divide both sides by 2.
{{{x = -4}}}
So the solution is (-4, 2)
What this means is that if you were to graph the given two linear equations, you would see two lines that intersect, and the point at which they intersect is the "solution" to the system of equations.
Of course, graphing the two equations is another method of solving.
Let's look at the graph:
{{{graph(400,400,-10,5,-5,5,(-2/5)x+2/5,x+6)}}}