Question - Find the equation of the circle which passes through $(3, 3)$ and $(5, 7)$ and has its center on the line: a): $x-y=5$
My attempt: $$m=2, b=-3, y=2x-3$$
Then I solved equation and got $(-2,-7)$ (which I feel is odd)
$\sqrt{(3-(-2))^2+(3-(-7))^2}$
$R= 5\sqrt5$
$(x+2)^2+(y+7)^2=225$
I know this is probably wrong but can anyone help me find my mistake.