This can be done several ways; one way is purely by algebra:
The equation of a circle is x2 + y2 + Ax + By + C = 0.
For the point: (-2,2) ---> x = -2 and y = 2
substituting: (-2)2 + (2)2 + A(-2) + B(2) + C = 0
---> 4 + 4 - 2A + 2B + C = 0
---> - 2A + 2B + C = -8 <--- Equation #1
For the point: (2,-2) ---> x = 2 and y = -2
substituting: (2)2 + (-2)2 + A(2) + B(-2) + C = 0
---> 4 + 4 + 2A - 2B + C = 0
---> 2A - 2B + C = -8 <--- Equation #2
Putting these two equations together: -2A + 2B + C = -8
2A - 2B + C = -8
Adding down: 2C = -16 ---> C = -8
Putting this back into the two equations gives us:
Equation #1: -2A + 2B = 0 ---> -A + B = 0
Equation #1: 2A - 2B = 0 ---> A - B = 0
For the point: (6,2) ---> x = 6 and y = 2 and C = -8
substituting: (6)2 + (2)2 + A(6) + B(2) + C = 0
---> 36 + 4 + 6A + 2B + -8 = 0
---> 6A + 2B = -32 ---> 3A + B = -16
Putting this with the equation #2: A - B = 0
Adding down the columns: 4A = -16 ---> A = -4
Substituting this back into A - B = 0 gives -4 - B = 0 ---> B = -4
Placing A = -4, B = -4, and C = -8 into the equation x2 + y2 + Ax + By + C = 0
gives x2 + y2 - 4x - 4y - 8 = 0.