I draw 3 externally tangent circles with integer radii 1, 2, and 3, respectively.
As shown in the diagram, when I connect their centers, it forms a right triangle with integer side lengths 3-4-5.
Is it always possible to form any right triangle with integer side lengths using 3 externally tangent circles with integer radii?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let us take the three radii as r 1 , r 2 , r 3 ∈ N such that the sum of any two forms the sides & hypotenuse of a right triangle. This implies:
r 1 + r 2 = m 2 − n 2 ;
r 1 + r 3 = 2 m n ;
r 2 + r 3 = m 2 + n 2
for m , n ∈ N and m > n . Solving this 3x3 system produces:
r 1 = m n − n 2 ; r 2 = m 2 − m n ; r 3 = n 2 + m n
which retains our original condition of r 1 , r 2 , r 3 ∈ N ! So the answer is Y E S .