What is shortest path between two points
$P (0,0)$ and $Q (12,16)$ such that the path doesn't cross the circle
$(x-6)^2 +(y-8)^2 = 25$ ?
Edit Here is a graph of path of length $10+5\pi$
and this value is one of the options in the problem
The others are $10\sqrt {3}$ , $10\sqrt {5}$ , $10\sqrt {3} +\frac {5\pi} {3}$ ,
$\frac {40*\sqrt{3}}{3}$



I'm going to start with the problem of start and end points (0,0) and (4,0) with the circle at (2,0) with radius 1.
– Squid Apr 08 '17 at 09:50