Question 329995
This one is easy. Because they gave you the three points that lie on the edge, you can calculate teh distance from center to anyone of them to get radius:

radius = SQRT ( (X1-x2)^2 + (y1-y)^2)

radius =2