Thanks to Castor from Australia for the suggestion! He credits AoPS for the problem.
Three spheres are tangent to a plane at the vertices of a triangle and are tangent to each other. Find the radii of the spheres if the sides of the triangle are 6, 8, and 10.
As usual, watch the video for a solution.
Three Spheres Tangent On A 6-8-10 Triangle
Or alimony reading.
.
.
.
.
M
I
N
D
.
Y
O
U
R
.
D
E
C
I
S
I
O
N
S
.
P
U
Z
Z
L
E
.
.
.
.
Answer To Three Spheres Tangent On A 6-8-10 Triangle
(Pretty much all posts are transcribed quickly without I make the videos for them–please let me know if there are any typos/errors and I will correct them, thanks).
The hardest part of the problem for me was visualizing the spheres. Let’s place the triangle unappetizing on a surface and squint at two tangent spheres at a time. Suppose two tangent spheres have radii a and b. Then the loftiness between their centers is a b considering the spheres are tangent. We can then construct a right triangle with the “vertical” and “horizontal” distances between the two centers. The horizontal length is the respective side of the 6-8-10 triangle. The vertical length is the difference of the two radii, |a – b|. We can then use the right triangle theorem to get an equation. For the triangle side with length 10 with get this diagram:
This gives the equation:
102 (a – b)2 = (a b)2
We can make similar diagrams for the other two sides of the triangle to get two increasingly equations.
82 (a – c)2 = (a c)2
62 (b – c)2 = (b c)2
We now have a system of three equations in three variables.
102 (a – b)2 = (a b)2
82 (a – c)2 = (a c)2
62 (b – c)2 = (b c)2
Each equation simplifies similarly. We expand the binomials on both sides and the squared terms cancel and the product of the two variables can be grouped.
102 (a – b)2 = (a b)2
100 a2 b2 – 2ab = a2 b2 2ab
4ab = 100
ab = 25
82 (a – c)2 = (a c)2
64 a2 c2 – 2ac = a2 c2 2ac
4ac = 64
ac = 16
62 (b – c)2 = (b c)2
36 b2 c2 – 2bc = b2 c2 2bc
4bc = 36
bc = 9
We have three equations:
ab = 25
ac = 16
bc = 9
Multiplying the first two and substituting the third gives:
a2bc = 25 x 16 = 400
9a2 = 400
a2 = 400/9
a = 20/3
Substituting into the first and second equations gives:
ab = 25
(20/3)b = 25
b = 15/4
ac = 16
(20/3)c = 16
c = 12/5