A rectangle contains two circles of radius 24 and a circle of radius 16, as shown below. Each circle is tangent to the other two circles. Find the area of the rectangle.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rectangle length L = 24 * 4 = 96
Rectangle width W = sqrt(402 - 242) + 24 + 16 = 72
Rectangle area A = 96 * 72 = 6912
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
There're 3 different answers to this question!?! I understand that there could be more than one solution, but there must be only one correct answer!!!