返回题库

AIME 2018 I · 第 8 题

AIME 2018 I — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let ABCDEFABCDEF be an equiangular hexagon such that AB=6,BC=8,CD=10AB=6, BC=8, CD=10, and DE=12DE=12. Denote by dd the diameter of the largest circle that fits inside the hexagon. Find d2d^2.

Video Solution by Punxsutawney Phil

https://www.youtube.com/watch?v=oc-cDRIEzoo

Video Solution by Walt S

https://www.youtube.com/watch?v=wGP9bjkdh1M

解析

Solution 1

AIME diagram

First of all, draw a good diagram! This is always the key to solving any geometry problem. Once you draw it, realize that EF=2,FA=16EF=2, FA=16. Why? Because since the hexagon is equiangular, we can put an equilateral triangle around it, with side length 6+8+10=246+8+10=24. Then, if you drew it to scale, notice that the "widest" this circle can be according to AF,CDAF, CD is 737\sqrt{3}. And it will be obvious that the sides won't be inside the circle, so our answer is 147\boxed{147}.

-expiLnCalc

Solution 2

Like solution 1, draw out the large equilateral triangle with side length 2424. Let the tangent point of the circle at CD\overline{CD} be G and the tangent point of the circle at AF\overline{AF} be H. Clearly, GH is the diameter of our circle, and is also perpendicular to CD\overline{CD} and AF\overline{AF}.

The equilateral triangle of side length 1010 is similar to our large equilateral triangle of 2424. And the height of the former equilateral triangle is 10252=53\sqrt{10^2-5^2}=5\sqrt{3}. By our similarity condition, 1024=53d+53\frac{10}{24}=\frac{5\sqrt{3}}{d+5\sqrt{3}}

Solving this equation gives d=73d=7\sqrt{3}, and d2=147d^2=\boxed{147}

~novus677