
William W. answered 05/15/19
Math and science made easy - learn from a retired engineer
An equation for a circle fits the pattern (x - h)2 + (y - k)2 = r2 where (h, k) is the center of the circle and the radius is r.
The center of the circle would be at the midpoint of the diameter. The midpoint is determined by adding the two x values and dividing by 2 and adding the two y values and dividing by 2. So, for the x's: 3 + 10 = 13 and 13/2 = 6.5. For the y's: -4 + -12 = -16 and -16/2 = -8. So the circle center is at the point (6.5, -8).
The radius is half the diameter. To find the length of the diameter, use the distance formula which is:
d = sqrt[(y2 - y1)2 + (x2 - x1)2] = sqrt[(-12- -4)2 + (10 - 3)2] = sqrt(64 + 49) = sqrt(113). The radius is the half of that so sqrt(113)/2. The number in the circle equation is the radius squared so that would be [sqrt(113)/2]2. [sqrt(113)]2 is just 113 and 22 = 4 so the radius squared is 113/4.
The equation is then: (x - 6.5)2 + (y + 8)2 = 113/4