Given circle A and circle B (we got their center points, radiuses and 1 relevant point where they intersect)
we want to draw a circle C with a given radius in a way that it is tangential with the other two circles (there are up to 4 possible locations). How to get the possible centerpoints?


Hint: What is the distance between the centers?
To find (say) $O_3$ (which is internally tangent to both $A$ and $B$), what is $|KO_3|$ and $|O_3M|$?
With that info, determine the possible locations of $O_3$.
Note that there are 2 possible locations. (Why?)