2012 AIME I Problems/Problem 13
Contents
Problem
Three concentric circles have radii
and
An equilateral triangle with one vertex on each circle has side length
The largest possible area of the triangle can be written as
where
and
are positive integers,
and
are relatively prime, and
is not divisible by the square of any prime. Find
Solution 1
Reinterpret the problem in the following manner. Equilateral triangle has a point
on the interior such that
and
A
counter-clockwise rotation about vertex
maps
to
and
to
![[asy]import cse5; size(200); defaultpen(linewidth(0.4)+fontsize(8)); pair O = origin; pair A,B,C,Op,Bp,Cp; path c3,c4,c5; c3 = CR(O,3); c4 = CR(O,4); c5 = CR(O,5); draw(c3^^c4^^c5, gray+0.25); A = 5*dir(96.25); Op = rotate(60,A)*O; B = OP(CR(Op,4),c3); Bp = IP(CR(Op,4),c3); C = rotate(-60,A)*B; Cp = rotate(-60,A)*Bp; draw(A--B--C--A, black+0.8); draw(A--Bp--Cp--A, royalblue+0.8); draw(CR(Op,4), heavygreen+0.25); dot("$A$",A,N); dot("$X$",O,E); dot("$X'$",Op,E); dot("$C$",B,SE); dot("$C'$",Bp,NE); dot("$B$",C,2*SW); dot("$B'$",Cp,2*S); [/asy]](http://latex.artofproblemsolving.com/e/6/4/e64c77c00b1f44f4fb06e26cf91f9f58cba4ae79.png)
Note that angle is
and
which tells us that triangle
is equilateral and that
We now notice that
and
which tells us that angle
is
because there is a
-
-
Pythagorean triple. Now note that
and
so
and
Applying the law of cosines on triangle
yields
and thus the area of equals
so our final answer is
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 of the circles lies in the interior of triangle
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
so that
. Let
. The law of cosines on
and
yields
Solving this system will yield the value of
. Since
we have that
Substituting these into the equation
we obtain
After clearing denominators, combining like terms, isolating the square root, squaring, and expanding, we obtain
so that by the quadratic formula
. Under the hypothesis that
lies in the interior of triangle
,
must be
. To see this, note that the other value for
is roughly
so that
, but since
and
we have a contradiction. We then obtain the area as in Solution 1.
Now, suppose does not lie in the interior of triangle
. We then obtain convex quadrilateral
with diagonals
and
intersecting at
. Here
. We may let
denote the measure of angle
so that angle
measures
. Note that the law of cosines on triangles
and
yield the same equations as in the first case with
replaced with
. Thus we obtain again
. If
then
, but this is impossible since
but the shortest possible distance from
to
is the height of equilateral triangle
which is
; a contradiction. Hence in this case
. 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
![[asy] import olympiad; import cse5; import graph; dotfactor = 2; unitsize(0.3inch); pair B = (0,0), C= (5,0), A = (sqrt(9-2.4*2.4),2.4); pair D = rotate(60,B)*A, E=rotate(60,A)*C, F=rotate(60,C)*B; pair X = extension(A,F,D,C); pair L = (-1.5,2), M = (6.2,3), N = rotate(-60,L)*M; dot("$C$", C, dir(0)); dot("$A$", A, dir(90));dot("$B$", B, dir(180)); dot("$D$", D, NE); dot("$E$", E, dir(90));dot("$F$", F, dir(270)); dot("$M$", M, NE); dot("$N$", N, dir(270));dot("$L$", L, NW); dot("$X$", X, dir(250)); draw(L--X); draw(M--X); draw(N--X); draw(A--B--C--cycle); draw(A--D--B); draw(B--F--C); draw(A--E--C); draw(A--F,dashed); draw(D--C,dashed); draw(B--E,dashed); draw(L--M--N--cycle); [/asy]](http://latex.artofproblemsolving.com/0/d/a/0da7943d44acdd6a610940b08e776b5b24eb4e48.png)
Let's call the circle center . It has a distance of 3, 4, 5 to an equilateral triangle
. Consider
’s pedal triangle
. Since
’s antipedal triangle is equilateral,
must be the one of the isogonic centers of
. We’ll take the one inside
, i.e., the Fermat point, because it leads to larger
. Now we construct the three equilateral triangles
,
, and
, the same way the Fermat point is constructed. Then we have
. Since
is concyclic with
=4 as diameter, we have
. Similarly,
, and
. So
is a 3-4-5 right triangle with
. With some more angle chasing we get
By Law of Cosines, we have
And the area follows.
By Mathdummy
Solution 4
Let be the equilateral triangle with
Assume the coordinates of the vertices are
and
Let
be such that
and
Then
Subtraction and addition of the first two equations yield
The third equation gives
Then
We can then solve for
in terms of
and have a substitution. We have
Simplify it we have a quadratic equation for
So
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
,
, and
. Because
is the median of
, by Stewart's Theorem we have
Because
is the altitude of equilateral triangle
, we have
. Then in
, we have
, so
, and the Law of Cosines gives
To calculate
we apply the Law of Cosines to
to get
Finally, we get
and and thus the area of
equals
so our final answer is
vladimir.shelomovskii@gmail.com, vvsss
Video Solution by Richard Rusczyk
https://artofproblemsolving.com/videos/amc/2012aimei/353
~ dolphin7
See also
2020 AMC 12A Problems/Problem 24
2012 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 12 |
Followed by Problem 14 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.