You did it correctly, but I think it could be a little clearer. And be sure to state your system of equations, and state exactly what you did in each step. Here is how I would write it: I chose 5, and -10 as my integers, so x=5, and y=-10. My system of equations is: 2x + y = ? -x + 2y = ? I find what the numbers on the right are by substituting 2(5) + (-10) = 10 - 10 = 0 -(5) + 2(-10) = -5 + (-20) = -25 So my system of equations is 2x + y = 0 -x + 2y = -25 To solve this system, I multiply the second equation by 2 to eliminate x 2x + y = 0 -2x + 4y = -50 ---------------- 5y = -50 y = -10 To find x, I substitute -10 for y in the first equation and get: 2x + (-10) = 0 2x - 10 = 0 2x = 10 x = 5 Edwin