I have the following problem:
On a single set of coordinate axes, sketch the line $x + 16 = 7y$ and the circle $x^2 + y^2 - 4x + 2y = 20$ and find their points of intersection.
So far I have only the center of the circle and its radius, I already tried to eliminate $x$ to solve with $y$ without success, any clues?
Edit:
I already tried with $(7y - 16)^2 + y^2 - 4(7y - 16) + 2y - 20 = 0$ but the result is wrong, I checked what could be the mistake but I don't see it, maybe I skipped something with the algebra process.
Solve for $x$ in the equation of the line: $$x=7y-16$$ Then plug your new equation for $x$ into the equation of the circle: $$\left(7y-16\right)^2+y^2-4\left(7y-16\right)+2y-20=y^2-5y+6=0$$ This is a quadratic in terms of $y$; the solutions to the equation are $y=2$ and $y=3$. Since you said that you couldn't find the correct answer using this formula, here is the process to solve this using the quadratic formula: $$y=\frac{5\pm\sqrt{25-4\left(1\right)\left(6\right)}}{2}$$ $$y=\frac{5\pm1}{2}$$ $$y=2,y=3$$ You can plug these values back into the equation of the line to find the $x$-values at which the circle and line intersect; these will be $x=-2$ and $x=5$. Therefore, the points of intersection are $\left(-2,2\right)$ and $\left(5,3\right)$. We can check this graphically as well: