I have the question "Find the equations of the following circles (in some cases more than one circle is possible).
A circle passes through the points $(1,4)$, $(7,5)$ and $(1,8)$"
I know that to find the equation of a circle I use $(X-a)^2 + (Y-b)^2 = r^2$,
However, I know you do this for one set of points I'm not sure what to do for three set of points and also the radius is not given.
The final answer should be $2X^2 + 2Y^2 -15X - 24Y + 77 = 0$.
Given two points on a circle, the center lies on the perpendicular bisector of the segment between them. Take two pairs of your points, find the equations of the bisectors and solve them simultaneously. One good choice is $(1,4)$ and $(1,8)$ because the bisector has a simple equation. The result will be the center, giving you $a$ and $b$. Then find the distance from that center to any one of your points, giving $r$.