Mark M. answered 03/19/15
Tutor
4.9
(954)
Retired math prof. Very extensive Precalculus tutoring experience.
x2 + y2 = 9
x2 - 6x + 9 + y2 + 6y + 9 = 9
Subtract the equations to get: 6x - 6y - 18 = 0
So, x - y = 3
Therefore, y = x - 3
Replace y by x - 3 in the equation x2 + y2 = 9
x2 + (x-3)2 = 9
x2 + x2 - 6x + 9 = 9
2x2 - 6x = 0
2x(x - 3) = 0
x = 0 or x = 3
If x = 0, then y = x - 3 = -3
If x = 3, then y = x - 3 = 0
Intersection points: (0, -3) and (3, 0)