Lets consider the following (random) question:
Find the intersections of the circles $c_1: x^2+y^2=25$ and $c_2: (x-2)^2 + (y-3)^2=9$
In order to solve this we can do $c_2-c_1$, which leaves us with $y=-\dfrac{4}{6}x+\dfrac{29}{6}$.
If we then substitute the $y$ into one of the circles, we get the intersections.
My question, a simple one, is: Why? What does the line $y=-\dfrac{4}{6}x+\dfrac{29}{6}$ represent? Why will we get the intersections if we substitute this particular line in the equation of the circles? Can someone give an intuitive explanation?