Difference between revisions of "2022 AIME I Problems/Problem 8"
Ihatemath123 (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | .== | + | == Problem == |
+ | Equilateral triangle <math>\triangle ABC</math> is inscribed in circle <math>\omega</math> with radius <math>18.</math> Circle <math>\omega_A</math> is tangent to sides <math>\overline{AB}</math> and <math>\overline{AC}</math> and is internally tangent to <math>\omega</math>. Circles <math>\omega_B</math> and <math>\omega_C</math> are defined analogously. Circles <math>\omega_A</math>, <math>\omega_B</math>, and <math>\omega_C</math> meet in six points<math>-</math>two points for each pair of circles. The three intersection points closest to the vertices of <math>\triangle ABC</math> are the vertices of a large equilateral triangle in the interior of <math>\triangle ABC</math>, and the other three intersection points are the vertices of a smaller equilateral triangle in the interior of <math>\triangle ABC</math>. The side length of the smaller equilateral triangle can be written as <math>\sqrt{a}-\sqrt{b}</math>, where <math>a</math> and <math>b</math> are positive integers. Find <math>a+b</math>. | ||
+ | |||
+ | == Diagram == | ||
+ | <asy> | ||
+ | unitsize(0.3cm); | ||
+ | draw(circle((0,0),18)); | ||
+ | pair A = (9 * sqrt(3), -9); | ||
+ | pair B = (-9 * sqrt(3), -9); | ||
+ | pair C = (0,18); | ||
+ | draw(A--B--C--cycle); | ||
+ | draw(circle((0,-6),12), gray); | ||
+ | draw(circle((3*sqrt(3),3),12), gray); | ||
+ | draw(circle((-3*sqrt(3),3),12), gray); | ||
+ | |||
+ | pair X = (0, 3-sqrt(117)); | ||
+ | pair Y = ( (sqrt(351)-sqrt(27))/2, (sqrt(117)-3)/2 ); | ||
+ | pair Z = ( (sqrt(27) - sqrt(351))/2, (sqrt(117)-3)/2 ); | ||
+ | dot(X); | ||
+ | dot(Y); | ||
+ | dot(Z); | ||
+ | |||
+ | draw(X--Y--Z--cycle, dashed); | ||
+ | </asy> | ||
+ | |||
+ | ==Solution== | ||
Let bottom left point as the origin, the radius of each circle is <math>36/3=12</math>, note that three centers for circles are <math>(9\sqrt{3},3),(12\sqrt{3},12),(6\sqrt{3},12)</math> | Let bottom left point as the origin, the radius of each circle is <math>36/3=12</math>, note that three centers for circles are <math>(9\sqrt{3},3),(12\sqrt{3},12),(6\sqrt{3},12)</math> | ||
Line 7: | Line 32: | ||
~bluesoul | ~bluesoul | ||
+ | |||
+ | ==See Also== | ||
+ | {{AIME box|year=2022|n=I|num-b=7|num-a=9}} | ||
+ | {{MAA Notice}} |
Revision as of 20:17, 17 February 2022
Contents
Problem
Equilateral triangle is inscribed in circle with radius Circle is tangent to sides and and is internally tangent to . Circles and are defined analogously. Circles , , and meet in six pointstwo points for each pair of circles. The three intersection points closest to the vertices of are the vertices of a large equilateral triangle in the interior of , and the other three intersection points are the vertices of a smaller equilateral triangle in the interior of . The side length of the smaller equilateral triangle can be written as , where and are positive integers. Find .
Diagram
Solution
Let bottom left point as the origin, the radius of each circle is , note that three centers for circles are
It is not hard to find that one intersection point lies on since the intersection must lie on the angle bisector of the bigger triangle, plug it into equation , getting that , the length is , leads to the answer
~bluesoul
See Also
2022 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 7 |
Followed by Problem 9 | |
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.