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+cbd, 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 1
Reinterpret the problem in the following manner. Equilateral triangle ABC has a point X on the interior such that AX=5,BX=4, and CX=3. A 60∘ counter-clockwise rotation about vertex A maps X to X′ and B to C.
Note that angle XAX′ is 60 and XA=X′A=5 which tells us that triangle XAX′ is equilateral and that XX′=5. We now notice that XC=3 and X′C=4 (recall that C is the image of B after rotation) which tells us that angle XCX′ is 90 because there is a 3-4-5 Pythagorean triple. Now note that ∠ABC+∠ACB=120∘ and ∠XCA+∠XBA=90∘, so ∠XCB+∠XBC=30∘ and ∠BXC=150∘. Applying the law of cosines on triangle BXC yields
BC2=BX2+CX2−2⋅BX⋅CX⋅cos150∘=42+32−24⋅2−3=25+123
and thus the area of ABC equals
43⋅BC2=2543+9.
so our final answer is 3+4+25+9=041.
Solution 2
Here is a proof that shows that there are 2 distinct equilateral triangles (up to congruence) that have the given properties.
We claim that there are 2 distinct equilateral triangles (up to congruence) that have the given properties; one of which has largest area. We have two cases to consider; either the center O of the circles lies in the interior of triangle ABC or it does not (and we shall show that both can happen). To see that the first case can occur proceed as follows. Using the notation from Solution 1, let ∠XAC=θ so that ∠BAX=60−θ. Let AB=BC=AC=x. The law of cosines on △BAX and △CAX yields
cos(60−θ)=10xx2+9 and cosθ=10xx2+16.
Solving this system will yield the value of x. Since cosθ=10xx2+16 we have that
sinθ=10x100x2−(x2+16)2.
Substituting these into the equation
10xx2+9=cos(60−θ)=21(cosθ+3sinθ)
we obtain
10xx2+9=2110xx2+16+2310x100x2−(x2+16)2.
After clearing denominators, combining like terms, isolating the square root, squaring, and expanding, we obtain
x4−50x2+193=0
so that by the quadratic formula x2=25±123. Under the hypothesis that O lies in the interior of triangle ABC, x2 must be 25+123. To see this, note that the other value for x2 is roughly 4.2 so that x≈2.05, but since AX=5 and AX≤x we have a contradiction. We then obtain the area as in Solution 1.
Now, suppose O does not lie in the interior of triangle ABC. We then obtain convex quadrilateral OBAC with diagonals CB and OA intersecting at X. Here AX=AB=AC=x. We may let α denote the measure of angle CAX so that angle XAB measures 60−α. Note that the law of cosines on triangles CXA and BXA yield the same equations as in the first case with θ replaced with α. Thus we obtain again x2=25±123. If x2=25+123 then x≈6.8, but this is impossible since AX≤5 but the shortest possible distance from A to X is the height of equilateral triangle ABC which is ≈6.83≈5.8; a contradiction. Hence in this case x2=25−123. But, the area of this triangle is clearly less than that in the first case, so we are done. Hence the phrasing of the question (the triangle with maximal area) is absolutely necessary since there are 2 possible triangles (up to congruence).
Solution 3
Let's call the circle center X. It has a distance of 3, 4, 5 to an equilateral triangle LMN. Consider X’s pedal triangle ABC. Since X’s antipedal triangle is equilateral, X must be the one of the isogonic centers of △ABC. We’ll take the one inside ABC, i.e., the Fermat point, because it leads to larger △LMN. Now we construct the three equilateral triangles ABD, ACE, and BCF, the same way the Fermat point is constructed. Then we have ∠DXE=∠EXF=∠FXE=120. Since AEMCX is concyclic with XM=4 as diameter, we have AC=4sin(60). Similarly, AB=3sin(60), and BC=5sin(60). So △ABC is a 3-4-5 right triangle with ∠BAC=90. With some more angle chasing we get
∠MXC+∠LXB=∠MAC+∠LAB=180–∠BAC=90∠LXM=360–(∠MXC+∠LXB+∠BXC)=360–(90+120)=150
By Law of Cosines, we have
LM2=32+42−2∗3∗4cos(150)=25+123
And the area follows.
[LMN]=4253+9;041.
By Mathdummy
Solution 4
Let ABC be the equilateral triangle with AB=BC=CA=x. Assume the coordinates of the vertices are A(−2x,0),B(2x,0) and C(0,23x). Let P(a,b) be such that PA=3,PB=4 and PC=5. Then
(a+2x)2+b2=32,(a−2x)2+b2=42,a2+(b−23x)2=52.
Subtraction and addition of the first two equations yield 2ax=−7,2a2+21x2+2b2=25. The third equation gives 2a2+2b2−23bx+23x2=50. Then x2−23bx=25. We can then solve for a,b in terms of x and have a substitution. We have
2(2x−7)2+21x2+2(23xx2−25)2=25.
Simplify it we have a quadratic equation for x2:x4−50x2+193=0. So x2=25±123. The larger one leads to the solution. The smaller one relates to another equilateral triangle, as indicated in Solution 2.
-JZ
Solution 5
We have x=3, y=4, and z=5. Because AD=m is the median of △AOB, by Stewart's Theorem we have
m2=21(x2+y2)−41⋅z2⇒m=25.
Because CD is the altitude of equilateral triangle OBC, we have CD=23⋅z. Then in △ADC, we have ∠ADC=φ+90∘, so cos(∠ADC)=−sinφ, and the Law of Cosines gives
s2=m2+43⋅z2+mz3sinφ=25(1+23⋅sinφ)
To calculate sinϕ we apply the Law of Cosines to △ADO to get
mzcosφ=m2+41⋅z2−x2⇒cosφ=257⇒sinφ=2524.
Finally, we get s2=25+123 and and thus the area of △ABC equals
43⋅s2=2543+9.
so our final answer is 3+4+25+9=041.
vladimir.shelomovskii@gmail.com, vvsss
Solution 6 (fastest)
We note that this question is equivalent to finding the area of an equilateral triangle ABC where there exists a point P inside the triangle where PA=3, PB=4, PC=5. Now, we reflect P across AB, BC, and CA, call these points D, E, and F, respectively. It is obvious that hexagon [ADBECF]=2[ABC], so we try to find the area of this hexagon. Note that angle DAF is equal to the sum of angles DAP and PAF, which are equal to 2∠BAP and 2∠PAC, respectively. Because ∠BAP+∠PAC=60, we have that ∠DAF=120. By similar reasoning, we know ∠DAF=∠EBD=∠FCE=120. Now, split this hexagon into 4 triangles, DAF, EBD, FCE, and DEF. It is easy to see that DAF, EBD, FCE are 30-30-120 triangles with areas 493, 43, and 4253, respectively. We note that DEF is a 3-4-5 right triangle, with side lengths 33, 43, and 53, meaning that DEF has area 18.
Summing, we have [ADBECF]=18+2253
Thus, [ABC]=9+4253, 9+25+3+4=41
~blazing5028
Solution 7 (faster than the fastest)
Label the center of the circles X, and proceed with Solution 1 until out of the two possible equilateral triangles, you find the larger one.
We note that the square of the side length s of an equilateral triangle ABC with the only information given being an arbitrary point X inside ABC such that XA=a,XB=b,XB=c is given by the following formula:
s2=21(a2+b2+c2)+23δ,
where δ equals the area of the triangle with side lengths a,b,c. Since the 3,4,5 triangle has area 6,δ=6 for us. Plugging in the other values (XA=5,XB=4,XC=3), we get
s2=21(32+42+52)+123.
Multiplying this by 43, we attain the answer of