'Find the equation of the circle with its center at $M(4,3)$ which intersects the circle $(x-3)^2+y^2=5$ perpendicularly'
How can 2 circles have a perpendicular intersection, is this even possible? And if so, how does one tackle these kind of problems?
I think they mean this with perpendicular intersection, I don't know how its called in English precisely (I just translated it literally from my language):

Using the Pythagorean theorem, you want $$r^2+5=d^2$$ where $r$ is the radius of the other circle and $d$ is the distance between the two circles. If the other circle has its centre in $(4, 3)$, the distance is $\sqrt{10}$ and the the equation becomes $r^2=10-5=5$ so the equation for the circle becomes $$(x-4)^2+(y-3)^2=5.$$