Problem:
Determine the equation of the circle that passes through three points, $J(-3, 2)$, $K(4, 1)$, and $L(6, 5)$.
I thought of using systems like so: $$\left\{ \begin{array}{rcl} (x+3)^2 + (y-2)^2 = r^2 \\ (x-4)^2 + (y-1)^2 = r^2 \\ (x-6)^2 + (y-5)^2 = r^2 \\ \end{array} \right.$$ After equating the expressions on the left hand side of each equation, expanding and simplifying, I found out that $y = 7x -2$. I decided to substitute the $y$ into two of the expressions to solve for $x$. But it only gives me $50x^2 - 50x + 25 = 50x^2 - 50x + 25$, which does not help. Can someone please help me out? Thanks!
Your procedure (modified a little) will work. From the first two equations, you got a linear equation in $x$ and $y$. In the same way, from the last two equations, you can get a linear equation in $x$ and $y$. Solve. Now you have the coordinates of the centre, and the rest is easy.
Remark: The procedure will be clearer if you start by saying let $(a,b)$ be the centre, and $r$ the radius. Then write down your equations, but with $a,b$ instead of $x,y$. These equations say that the three given points are all at distance $r$ from the centre.