
David W. answered 11/14/19
Experienced Prof
From Socratic.org:
Question:
How to find the center of a circle given the three points (-3,5); (3,3); (11,19)?
Answer:
(3,13)
The center (a,b) is the same distance = r from each of the three points on the circle.
This gives a = 3 and b = 13..
Explanation:
The points are equidistant from the center (a, b). Equating squares of the distances,
(a+3)2+(b−5)2 = (a−3)2+(b−3)2 = (a−11)2+(b−19)2,
From the first two,
3a−b = 4, and from first and the third,
a+b = 16.
solving, (a, b) = (3, 13)...