返回题库

AIME 1997 · 第 6 题

AIME 1997 — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Point BB is in the exterior of the regular nn-sided polygon A1A2AnA_1A_2\cdots A_n, and A1A2BA_1A_2B is an equilateral triangle. What is the largest value of nn for which A1A_1, AnA_n, and BB are consecutive vertices of a regular polygon?

解析

Solution 1

AIME diagram

Let the other regular polygon have mm sides. Using the interior angle of a regular polygon formula, we have A2A1An=(n2)180n\angle A_2A_1A_n = \frac{(n-2)180}{n}, AnA1B=(m2)180m\angle A_nA_1B = \frac{(m-2)180}{m}, and A2A1B=60\angle A_2A_1B = 60^{\circ}. Since those three angles add up to 360360^{\circ},

(n2)180n+(m2)180m=300m(n2)180+n(m2)180=300mn360mn360m360n=300mnmn6m6n=0\begin{aligned} \frac{(n-2)180}{n} + \frac{(m-2)180}{m} &=& 300\\ m(n-2)180 + n(m-2)180 &=& 300mn\\ 360mn - 360m - 360n &=& 300mn\\ mn - 6m - 6n &=& 0 \end{aligned} Using SFFT,

(m6)(n6)=36\begin{aligned} (m-6)(n-6) &=& 36 \end{aligned} Clearly nn is maximized when m=7,n=042m = 7, n = \boxed{042}.

Solution 2

As above, find that mn6m6n=0mn - 6m - 6n = 0 using the formula for the interior angle of a polygon.

Solve for nn to find that n=6mm6n = \frac{6m}{m-6}. Clearly, m>6m>6 for nn to be positive.

With this restriction of m>6m>6, the larger mm gets, the smaller the fraction 6mm6\frac{6m}{m-6} becomes. This can be proven either by calculus, by noting that n=6mm6n = \frac{6m}{m-6} is a transformed hyperbola, or by dividing out the rational function to get n=6+36m6.n = 6 + \frac{36}{m - 6}.

Either way, minimizng mm will maximize nn, and the smallest integer mm such that nn is positive is m=7m=7, giving n=042n = \boxed{042}

Solution 3

From the formula for the measure for an individual angle of a regular n-gon, 180360n180 - \frac{360}{n}, the measure of A2A1An=180360n\angle A_2A_1A_n = 180 - \frac{360}{n}. Together with the fact that an equilateral triangle has angles measuring 60 degrees, the measure of AnA1B=120+360n\angle A_nA_1B = 120 + \frac{360}{n} (Notice that this value decreases as nn increases; hence, we are looking for the least possible value of AnA1B\angle A_nA_1B). For An,A1,BA_n, A_1, B to be vertices of a regular polygon, AnA1B\angle A_nA_1B must be of the form 180360n180 - \frac{360}{n}, where nn is a natural number greater than or equal to 3. It is obvious that AnA1B>120\angle A_nA_1B > 120. The least angle satisfying this condition is 1803607180 - \frac{360}{7}. Equating this with 120+360n120 + \frac{360}{n} and solving yields n=042n = \boxed{042}