Problem:
Three concentric circles have radii 3,4, and 5. An equilateral triangle with one vertex on each circle has side length s. The largest possible area of the triangle can be written as a+cbβdβ, where a,b,c, and d are positive integers, b and c are relatively prime, and d is not divisible by the square of any prime. Find a+b+c+d.
Solution:
Let O be the common center of the circles and let the triangle be ABC, where OA=3,OB=4, and OC=5. If O lies outside β³ABC, then the triangle is contained in a semicircle of radius 5. Because β ACB=60β has its vertex C on the arc of the semicircle, the altitude of the equilateral triangle is limited by 5, so the side of the triangle is less than or equal to 3β10β. If O lies inside β³ABC, consider the rotation R of 60β centered at A that sends B to C. Let R(O)=P. Then β³AOP is equilateral, R(β³ABO)=β³ACP, and these two triangles are congruent. In β³OPC, OP=3,PC=4 and CO=5, implying that β OPC=90β and β APC=β APO+β OPC=150β. Applying the Law of Cosines to β³APC gives s2=AC2=AP2+PC2β2ACβ PCcosβ APC=32+42+3β 43β=25+123β. The area is (25+123β)β 43ββ=9+425β3β, and the requested sum is 9+25+4+3=41β.
OR
Place β³ABC in a coordinate plane with A=(β2sβ,0),B=(2sβ,0), and C=(0,23βsβ). The point O=(x,y) satisfies (x+2sβ)2+y2=9,(xβ2sβ)2+y2=16, and x2+(yβ23βsβ)2=25. Subtracting the second equation from the first gives x=β2s7β, and subtracting the third from the first gives sx+3βsy=β16+2s2β, from which y=23βss2β25β. Then
9=OA2=(β2s7β+2sβ)2+(23βss2β25β)2
from which s4β50s2+193=0, so s2=25+123β, and the result follows.