I have a question that states
Find the equation of a circle with center $(2,-3)$ and passing through $(3, -5)$.
I arrived at $x^2 + y^2 -4x + 6y - 5 = 0 $. It was marked wrong. The answer is said to be $x^2 + y^2 -4x + 6y +8 = 0$.
My question is isn't the approach of solving this question same as $(x -a)^2 + (y-b)^2 = (x₁-a)^2 + (y₁-b)^2$ where $(a,b)$ is the coordinate of the center of the circle and $(x_1, y_1)$ is the coordinate of the point.
The circle has the equation
$$(x-2)^2+(y+3)^2=r^2,$$
where $r$ is unknown. The point $(3,-5)$ is on the circle, hence
$$(3-2)^2+(-5+3)^2=r^2.$$
This gives $r^2=5.$
Hence
$$(x-2)^2+(y+3)^2=5$$
or
$$x^2 + y^2 -4x +6y +8 =0.$$