What is the shortest distance between two circles, the first having center (5,3) and radius 12 and the other with center (2,-1) and radius 6.
When I draw the circle, I can figure out that the shortest distance between the circles can be calculating by drawing a line through the center point of both of circles, but that is only visual understanding. Is there any theorem behind this to make sure that my visual understanding is correct?

