返回题库

AIME 2026 I · 第 14 题

AIME 2026 I — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In an equiangular pentagon, the sum of the squares of the side lengths equals 308308, and the sum of the squares of the diagonal lengths equals 800800. The square of the perimeter of the pentagon can be expressed as mnm\sqrt{n}, where mm and nn are positive integers and nn is not divisible by the square of any prime. Find m+nm+n.

解析

Solution 1

Let the vertices of the pentagon be A,B,C,D,A, B, C, D, and EE. Since the pentagon is equiangular, each interior angle is 108108^\circ. Let a=AB,b=BC,c=CD,d=DE,e=EAa=AB, b=BC, c=CD, d=DE, e=EA.We define the following:ϕ=1+52\phi = \frac{1+\sqrt{5}}{2} is the golden ratio, satisfying ϕ2=ϕ+1\phi^2 = \phi + 1 and ϕ3=2ϕ+1\phi^3 = 2\phi + 1.J=ab+bc+cd+de+eaJ = ab+bc+cd+de+ea is the sum of the products of adjacent sides. K=ac+bd+ce+da+ebK = ac+bd+ce+da+eb is the sum of the products of non-adjacent sides (diagonals). The idea will be to use the law of cosines and take cyclic sums. We want (a+b+c+d+e)2=a2+b2+c2+d2+e2+2J+2K=308+2J+2K(a+b+c+d+e)^2 = a^2 + b^2 + c^2 + d^2 + e^2 + 2J + 2K = 308 + 2J + 2K.

Finding the value of J

By the law of cosines on triangle ABCABC, we have: AC2=a2+b22abcos(108)AC^2 = a^2 + b^2 - 2ab \cos(108^\circ). Taking the cyclic sum over all five triangles (ABC,BCD,CDE,DEA,EABABC, BCD, CDE, DEA, EAB) gives:\begin{align*}\sum AC^2 &= \sum (a^2 + b^2) - 2\cos(108^\circ) \sum ab \end{align*} \begin{align*} 800 &= 308 + 308 - 2\cos(108^\circ)J \end{align*} Using cos(108)=154=1ϕ2\cos(108^\circ) = \frac{1-\sqrt{5}}{4} = \frac{1-\phi}{2}:\begin{align*}800 &= 616 - 2\left(\frac{1-\phi}{2}\right)J \end{align*} \begin{align*} 184 &= (\phi - 1)J\end{align*}Since ϕ1=1ϕ\phi - 1 = \frac{1}{\phi}, we have J=184ϕJ = 184\phi.

Finding the value of K

Extend line EAEA through AA and CBCB through BB to intersect at point FF. Since the interior angles are 108108^\circ, the exterior angles FAB\angle FAB and FBA\angle FBA are both 7272^\circ. Consequently, in FAB\triangle FAB, we find AFB=1807272=36\angle AFB = 180^\circ - 72^\circ - 72^\circ = 36^\circ. Applying the Law of Sines in FAB\triangle FAB with side AB=aAB=a and AF=FBAF=FB, we determine the relationship to the golden ratio: AF=aϕ=FBAF = a\phi = FB. We obtain FE=e+aϕ,FC=b+aϕFE = e + a\phi, FC = b + a\phi. Using the Law of Cosines on CFE\triangle CFE for diagonal CECE:

CE2=(e+aϕ)2+(b+aϕ)22(e+aϕ)(b+aϕ)cos(36).CE^2 = (e+a\phi)^2 + (b+a\phi)^2 - 2(e+a\phi)(b+a\phi)\cos(36^\circ). Expanding the expression:

CE2=e2+b2+2eaϕ+2abϕ+2a2ϕ22ebcos(36)2eaϕcos(36)2abϕcos(36)2a2ϕ2cos(36).CE^2 = e^2 + b^2 + 2ea\phi + 2ab\phi + 2a^2\phi^2 - 2eb\cos(36^\circ) - 2ea\phi\cos(36^\circ) - 2ab\phi\cos(36^\circ) - 2a^2\phi^2\cos(36^\circ). Taking the cyclic sum across all five diagonals (CE,DA,EB,AC,BDCE, DA, EB, AC, BD) gives:

CE2=2a2+4ϕJ+2ϕ2a22cos(36)K4ϕcos(36)J2ϕ2cos(36)a2\sum CE^2 = 2\sum a^2 + 4\phi J + 2\phi^2 \sum a^2 - 2\cos(36^\circ) K - 4\phi\cos(36^\circ) J - 2\phi^2\cos(36^\circ) \sum a^2 Substitute a2=308\sum a^2 = 308, cos(36)=ϕ2\cos(36^\circ) = \frac{\phi}{2}, and by the definitions of JJ and KK we find \begin{align*} 800 &= 2(308) + 4\phi J + 2\phi^2(308) - 2\left(\frac{\phi}{2}\right)K - 4\phi\left(\frac{\phi}{2}\right)J - 2\phi^2\left(\frac{\phi}{2}\right)(308) \end{align*} \begin{align*} 800 &= 616 + 4\phi J + 616\phi^2 - \phi K - 2\phi^2 J - 308\phi^3\end{align*} Simplify using ϕ2=ϕ+1\phi^2 = \phi + 1 and ϕ3=2ϕ+1\phi^3 = 2\phi + 1:\begin{align*}800 &= 616 + 4\phi J + 616(\phi + 1) - \phi K - 2(\phi + 1)J - 308(2\phi + 1) \end{align*} \begin{align*} 800 &= 616 + 4\phi J + 616\phi + 616 - \phi K - 2\phi J - 2J - 616\phi - 308 \end{align*} \begin{align*} 800 &= 924 + 2\phi J - 2J - \phi K \end{align*} \begin{align*} 800 &= 924 + 2J(\phi - 1) - \phi K\end{align*}Substitute J(ϕ1)=184J(\phi - 1) = 184:\begin{align*}800 &= 924 + 2(184) - \phi K \end{align*} \begin{align*} 800 &= 1292 - \phi K \end{align*} \begin{align*} \phi K &= 492 \implies K = \frac{492}{\phi}\end{align*}Using 1/ϕ=ϕ11/\phi = \phi - 1, we obtain K=492(ϕ1)=492ϕ492K = 492(\phi - 1) = 492\phi - 492.

Square of the Perimeter

\begin{align*} P^2 &= 308 + 2(184\phi) + 2(492\phi - 492) \end{align*} \begin{align*} P^2 &= 308 + 368\phi + 984\phi - 984 \end{align*} \begin{align*} P^2 &= 1352\phi - 676\end{align*} Substitute ϕ=1+52\phi = \frac{1+\sqrt{5}}{2}:\begin{align*}P^2 &= 1352\left(\frac{1+\sqrt{5}}{2}\right) - 676 \end{align*} \begin{align*} P^2 &= 676(1+\sqrt{5}) - 676 = 676\sqrt{5}\end{align*} With m=676m = 676 and n=5n = 5, we have m+n=676+5=681m + n = 676 + 5 = \boxed{681}. I WILL PERSONALLY MARCH YOU ACROSS THE MICHIGAN AVENUE BRIDGE and drop you right into the Grand River! I WILL PERSONALLY MARCH YOU ACROSS THE MICHIGAN AVENUE BRIDGE and drop you right into the Grand River! I WILL PERSONALLY MARCH YOU ACROSS THE MICHIGAN AVENUE BRIDGE and drop you right into the Grand River! I WILL PERSONALLY MARCH YOU ACROSS THE MICHIGAN AVENUE BRIDGE and drop you right into the Grand River! I WILL PERSONALLY MARCH YOU ACROSS THE MICHIGAN AVENUE BRIDGE and drop you right into the Grand River! I WILL PERSONALLY MARCH YOU ACROSS THE MICHIGAN AVENUE BRIDGE and drop you right into the Grand River! I WILL PERSONALLY MARCH YOU ACROSS THE MICHIGAN AVENUE BRIDGE and drop you right into the Grand River! I WILL PERSONALLY MARCH YOU ACROSS THE MICHIGAN AVENUE BRIDGE and drop you right into the Grand River! I WILL PERSONALLY MARCH YOU ACROSS THE MICHIGAN AVENUE BRIDGE and drop you right into the Grand River!

~Hyperbolic_c0sine

Solution 2

idk what the above guy is doing but We can use complex numbers. Let ω=e2πi/5\omega=e^{2\pi i/5}. Let a,b,c,d,ea,b,c,d,e be the side lengths in order. The first condition gives

a2+b2+c2+d2+e2=308,a^2+b^2+c^2+d^2+e^2=308, and as x2=xx|x|^2=x\overline x, the second condition gives

cyc(a+bω)(a+bω1)=2(a2+b2+c2+d2+e2)+(ω+ω1)(ab+bc+cd+de+ea)=800.\sum_\text{cyc}(a+b\omega)(a+b\omega^{-1})=2(a^2+b^2+c^2+d^2+e^2)+(\omega+\omega^{-1})(ab+bc+cd+de+ea)=800. This is as, for example, the vector ACAC is the vector ABAB plus the vector BCBC. Alternatively, the vector ACAC is also the vector AEAE plus the vector EDED plus the vector DCDC, so the second condition also gives

cyc(a+bω+cω2)(a+bω1+cω2)=3(a2+b2+c2+d2+e2)+2(ω+ω1)(ab+bc+cd+de+ea)+(ω2+ω2)(ac+bd+ce+da+eb)\sum_\text{cyc}(a+b\omega+c\omega^2)(a+b\omega^{-1}+c\omega^{-2})=3(a^2+b^2+c^2+d^2+e^2)+2(\omega+\omega^{-1})(ab+bc+cd+de+ea)+(\omega^2+\omega^{-2})(ac+bd+ce+da+eb) We can just solve for a2+b2+c2+d2+e2,ab+bc+cd+de+ea,ac+bd+ce+da+eba^2+b^2+c^2+d^2+e^2,ab+bc+cd+de+ea,ac+bd+ce+da+eb as this is a system of three variables and three equations. Then we want to find

(a+b+c+d+e)2=a2+b2+c2+d2+e2+2(ab+bc+cd+de+ea)+2(ac+bd+ce+da+eb).(a+b+c+d+e)^2=a^2+b^2+c^2+d^2+e^2+2(ab+bc+cd+de+ea)+2(ac+bd+ce+da+eb). Notice that ω+ω1=2cos72,ω2+ω2=2cos144\omega+\omega^{-1}=2\cos72^\circ,\omega^2+\omega^{-2}=2\cos144^\circ. I highly recommend memorizing these useful values if a similar problem pops up in the future.

Solution 3 (very smart cheese)

From the previous two solutions (reading those two before this one is highly suggested), it is easy to see that the square of the perimeter should equal 308+184(1+5)+X308+184(1+\sqrt{5})+X. The problem is to find this value of XX.

This is definitely the hardest part of the problem, so what we do instead is try to guess. Simplify the answer expression to 492+1845+X492+184\sqrt{5}+X. We know the final answer must be of the form mnm\sqrt{n}, and in this case, we can easily see that nn should be 55. Also, it is intuitive that X=Y(51)X=Y(\sqrt{5}-1) for some value of YY. If one can't see why, it's still quite straightforward to observe that this makes the most sense. Then, the answer expression should simplify to (492Y)+(184+Y)5(492-Y)+(184+Y)\sqrt{5}. In order to get the answer as the product of an integer and 5\sqrt{5}, the rational part, 492Y492-Y, must equal to 00. Thus, Y=492Y=492, and the answer expression should be (184+492)5=6765(184+492)\sqrt{5}=676\sqrt{5}, making the final answer 676+5=681676+5=\boxed{681}.

~KevinChen_Yay

Solution 4

Let the five sides have length a,b,c,d,ea,b,c,d,e. Then, we have a2+b2+c2+d2+e2=308a^2+b^2+c^2+d^2+e^2=308. Let x=sin(18)=cos(108)=514x=\sin(18^{\circ})=-\cos(108^{\circ})=\frac{\sqrt5-1}{4}, so the diagonal connecting the endpoints of a,ba,b has length a2+b22abcos(108)=a2+b2+2abxa^2+b^2-2ab\cos(108^{\circ})=a^2+b^2+2abx. Thus, the second condition is

2(a2+b2+c2+d2+e2)+2x(ab+bc+cd+de+ea)=8002(a^2+b^2+c^2+d^2+e^2)+2x(ab+bc+cd+de+ea)=800 so ab+bc+cd+de+ea=92x=925+92ab+bc+cd+de+ea=\frac{92}{x}=92\sqrt5+92.

We want to find the value of (a+b+c+d+e)2=308+2(ab+bc+cd+de+ea)+2(ac+bd+ce+da+be)(a+b+c+d+e)^2=308+2(ab+bc+cd+de+ea)+2(ac+bd+ce+da+be), so we want to find ac+bd+ce+da+beac+bd+ce+da+be.

Let the extensions of aa and cc intersect at point PP and the extensions of aa and dd intersect at point QQ. Let cc and dd intersect at AA. Then, clearly PQA=36\angle PQA=36^{\circ}, QPA=36\angle QPA=36^{\circ} by the fact that the pentagon is equiangular. So, PAQPAQ is isosceles, and PA=QAPA=QA. Notice that by the definition of the sine, QA=e2x+dQA=\frac{e}{2x}+d and PA=b2x+cPA=\frac{b}{2x}+c. Thus,

e2x+d=b2x+c\frac{e}{2x}+d=\frac{b}{2x}+c To form acac, we want to multiply the equation by another thing that has a term of b2x+a\frac{b}{2x}+a. Using the same method for another two sides, we get

b2x+a=d2x+e\frac{b}{2x}+a=\frac{d}{2x}+e multiplying these two give

(b2x+c)(b2x+a)=(e2x+d)(d2x+e)(\frac{b}{2x}+c)(\frac{b}{2x}+a)=(\frac{e}{2x}+d)(\frac{d}{2x}+e) b24x2+bc2x+ab2x+ac=de4x2+de+e22x+d22x\frac{b^2}{4x^2}+\frac{bc}{2x}+\frac{ab}{2x}+ac=\frac{de}{4x^2}+de+\frac{e^2}{2x}+\frac{d^2}{2x} ac=de4x2+de+e22x+d22xb24x2bc2xab2xac=\frac{de}{4x^2}+de+\frac{e^2}{2x}+\frac{d^2}{2x}-\frac{b^2}{4x^2}-\frac{bc}{2x}-\frac{ab}{2x} we want to find ac+bd+ce+da+beac+bd+ce+da+be, so we can add all equations of this type cyclically, obtaining

cycac=(14x21x+1)cycab+(1x14x2)cyca2\sum_{cyc}ac=(\frac{1}{4x^2}-\frac{1}{x}+1)\sum_{cyc}ab+(\frac{1}{x}-\frac{1}{4x^2})\sum_{cyc}a^2 cycac=(925+92)(14x21x+1)+308(1x14x2)\sum_{cyc}ac=(92\sqrt5+92)(\frac{1}{4x^2}-\frac{1}{x}+1)+308(\frac{1}{x}-\frac{1}{4x^2}) Now, x=514x=\frac{\sqrt5-1}{4}, so 1x=5+1\frac{1}{x}=\sqrt5+1 and 14x2=3+52\frac{1}{4x^2}=\frac{3+\sqrt5}{2}. So,

cycac=(925+92)(3+5251+1)+308(5+13+52)\sum_{cyc}ac=(92\sqrt5+92)(\frac{3+\sqrt5}{2}-\sqrt5-1+1)+308(\sqrt5+1-\frac{3+\sqrt5}{2}) cycac=(925+92)(352)+308(512)\sum_{cyc}ac=(92\sqrt5+92)(\frac{3-\sqrt5}{2})+308(\frac{\sqrt5-1}{2}) cycac=2465246\sum_{cyc}ac=246\sqrt5-246 Plugging this back into (a+b+c+d+e)2=308+2(ab+bc+cd+de+ea)+2(ac+bd+ce+da+be)(a+b+c+d+e)^2=308+2(ab+bc+cd+de+ea)+2(ac+bd+ce+da+be) we have

(a+b+c+d+e)2=308+1845+184+4925492=6765(a+b+c+d+e)^2=308+184\sqrt5+184+492\sqrt5-492=676\sqrt5 answer extraction gives 676+5=681676+5=\boxed{681}.

~steve4916

Solution 5 ~ Jesse Zhang (FUNKCCP)

Consider an equiangular pentagon in the complex plane with vertices V1,V2,V3,V4,V5V_1, V_2, V_3, V_4, V_5 in counterclockwise order. Let the side lengths be ak=Vk+1Vka_k = |V_{k+1} - V_k| for k=1,,5k=1, \dots, 5 (indices modulo 5), and let the diagonal lengths be dk=Vk+2Vkd_k = |V_{k+2} - V_k|.

Since the pentagon is equiangular, each interior angle is given by (52)×1805=108\dfrac{(5-2) \times 180^\circ}{5} = 108^\circ.

AIME diagram

We first establish a relationship between the side lengths and the diagonal lengths using the Law of Cosines on triangle VkVk+1Vk+2\triangle V_k V_{k+1} V_{k+2}. The sides of this triangle are aka_k, ak+1a_{k+1}, and the diagonal dkd_k. The included angle at vertex Vk+1V_{k+1} is 108108^\circ.

dk2=ak2+ak+122akak+1cos(108).d_k^2 = a_k^2 + a_{k+1}^2 - 2 a_k a_{k+1} \cos(108^\circ). We define the golden ratio ϕ=1+52\phi = \frac{1+\sqrt{5}}{2}. Recall that cos(108)=sin(18)=514=12ϕ\cos(108^\circ) = -\sin(18^\circ) = -\frac{\sqrt{5}-1}{4} = -\frac{1}{2\phi}. Substituting this value, the equation becomes:

dk2=ak2+ak+12+1ϕakak+1.d_k^2 = a_k^2 + a_{k+1}^2 + \frac{1}{\phi} a_k a_{k+1}. Let S1=k=15ak2S_1 = \sum_{k=1}^5 a_k^2 and S2=k=15akak+1S_2 = \sum_{k=1}^5 a_k a_{k+1}. Summing the expression for dk2d_k^2 over k=1,,5k=1, \dots, 5, we obtain the sum of the squares of the diagonals, denoted as D2D^2:

k=15dk2=k=15ak2+k=15ak+12+1ϕk=15akak+1\sum_{k=1}^5 d_k^2 = \sum_{k=1}^5 a_k^2 + \sum_{k=1}^5 a_{k+1}^2 + \frac{1}{\phi} \sum_{k=1}^5 a_k a_{k+1} D2=2S1+1ϕS2.D^2 = 2 S_1 + \frac{1}{\phi} S_2. Given S1=308S_1 = 308 and D2=800D^2 = 800, we substitute these values:

800=2(308)+1ϕS2    800=616+S2ϕ    184=S2ϕ.800 = 2(308) + \frac{1}{\phi} S_2 \implies 800 = 616 + \frac{S_2}{\phi} \implies 184 = \frac{S_2}{\phi}. Thus, S2=184ϕS_2 = 184\phi.

Next, we utilize the geometric closure of the pentagon. Viewing the sides as vectors in the complex plane, let ω=ei72\omega = e^{i 72^\circ}. The vector corresponding to side aka_k points in the direction of ωk1\omega^{k-1} (up to a global rotation). The condition k=15akωk1=0\sum_{k=1}^5 a_k \omega^{k-1} = 0 implies:

k=15akωk12=0.\left| \sum_{k=1}^5 a_k \omega^{k-1} \right|^2 = 0. Expanding this squared modulus:

j=15k=15ajakωjk=0.\sum_{j=1}^5 \sum_{k=1}^5 a_j a_k \omega^{j-k} = 0. We group the terms by the difference in indices mjk(mod5)m \equiv j-k \pmod 5. Let S3=k=15akak+2S_3 = \sum_{k=1}^5 a_k a_{k+2}. The coefficients are powers of ω\omega:

$\bullet$ For $m=0$, the coefficient is $\omega^0 = 1$. The sum is $S_1$.
$\bullet$ For $m=\pm 1$, the coefficient is $\omega + \omega^{-1} = 2\cos(72^\circ) = \frac{1}{\phi}$. The sum is $S_2$.
$\bullet$ For $m=\pm 2$, the coefficient is $\omega^2 + \omega^{-2} = 2\cos(144^\circ) = -\phi$. The sum is $S_3$.

The closure equation becomes:

S1+1ϕS2ϕS3=0.S_1 + \frac{1}{\phi}S_2 - \phi S_3 = 0. Substituting the known values S1=308S_1 = 308 and S2ϕ=184\frac{S_2}{\phi} = 184:

308+184ϕS3=0    492=ϕS3    S3=492ϕ.308 + 184 - \phi S_3 = 0 \implies 492 = \phi S_3 \implies S_3 = \frac{492}{\phi}. We are asked to find the square of the perimeter P=k=15akP = \sum_{k=1}^5 a_k.

P2=(k=15ak)2=k=15ak2+2k=15akak+1+2k=15akak+2.P^2 = \left( \sum_{k=1}^5 a_k \right)^2 = \sum_{k=1}^5 a_k^2 + 2 \sum_{k=1}^5 a_k a_{k+1} + 2 \sum_{k=1}^5 a_k a_{k+2}. P2=S1+2S2+2S3.P^2 = S_1 + 2 S_2 + 2 S_3. Substituting the expressions in terms of ϕ\phi:

P2=308+2(184ϕ)+2(492ϕ).P^2 = 308 + 2(184\phi) + 2\left(\frac{492}{\phi}\right). Using the identity 1ϕ=ϕ1\frac{1}{\phi} = \phi - 1:

P2=308+368ϕ+984(ϕ1)=308+368ϕ+984ϕ984.P^2 = 308 + 368\phi + 984(\phi - 1) = 308 + 368\phi + 984\phi - 984. P2=1352ϕ676.P^2 = 1352\phi - 676. Finally, substitute ϕ=1+52\phi = \frac{1+\sqrt{5}}{2}:

P2=1352(1+52)676=676(1+5)676=676+6765676.P^2 = 1352\left(\frac{1+\sqrt{5}}{2}\right) - 676 = 676(1+\sqrt{5}) - 676 = 676 + 676\sqrt{5} - 676. P2=6765.P^2 = 676\sqrt{5}. This is in the form mnm\sqrt{n} with m=676m = 676 and n=5n = 5. Since 55 is a prime number, it is square-free. The value m+nm+n is:

m+n=676+5=681.m+n = 676 + 5 = 681.

Video Solution

https://youtu.be/9y_ixU2AYfk