2007 AIME I 考试题目

Scroll down and press Start to try the exam! Or, go to the printable PDF, answer key, or professional solutions curated by LIVE by Po-Shen Loh.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Or jump straight to one problem with its solution: 1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15

Want to learn professionally through interactive video classes?

Learn LIVE

考试时间还剩下:

3:00:00

1.

How many positive perfect squares less than 10610^6 are multiples of 24?24?

Answer: 83
Concepts:perfect squareprime factorizationmultiple

Difficulty rating: 1790

Solution:

Since 24=233,24 = 2^3 \cdot 3, a square N2N^2 is a multiple of 2424 exactly when NN is a multiple of 12:12: the factor 232^3 forces NN to contain 22,2^2, the factor 33 forces NN to contain 3,3, and conversely (12m)2=144m2(12m)^2 = 144m^2 is always a multiple of 24.24. Also N2<106N^2 \lt 10^6 exactly when N<1000.N \lt 1000.

The multiples of 1212 less than 10001000 are 12,24,,996,12, 24, \ldots, 996, and there are 99612=83\frac{996}{12} = 83 of them.

2.

A 100100 foot long moving walkway moves at a constant rate of 66 feet per second. Al steps onto the start of the walkway and stands. Bob steps onto the start of the walkway two seconds later and strolls forward along the walkway at a constant rate of 44 feet per second. Two seconds after that, Cy reaches the start of the walkway and walks briskly forward beside the walkway at a constant rate of 88 feet per second. At a certain time, one of these three persons is exactly halfway between the other two. At that time, find the distance in feet between the start of the walkway and the middle person.

Answer: 52

Difficulty rating: 2020

Solution:

Measure time tt in seconds from when Al steps on. Al stands on the walkway, so he is at 6t;6t; Bob moves at 6+4=106 + 4 = 10 feet per second, so he is at 10(t2);10(t - 2); Cy walks beside the walkway at 88 feet per second, so he is at 8(t4).8(t - 4). All three are moving once t4.t \ge 4.

The middle person's position doubled must equal the sum of the other two. If Bob were in the middle, 20(t2)=6t+8(t4)20(t-2) = 6t + 8(t-4) gives t=43<4,t = \frac{4}{3} \lt 4, impossible. If Cy were in the middle, 16(t4)=6t+10(t2)16(t-4) = 6t + 10(t-2) reduces to 64=20,-64 = -20, with no solution. If Al is in the middle, 12t=10(t2)+8(t4)=18t52,12t = 10(t-2) + 8(t-4) = 18t - 52, so t=263.t = \frac{26}{3}.

At that moment Al is at 6263=526 \cdot \frac{26}{3} = 52 feet, while Bob and Cy are at 2003\frac{200}{3} and 1123,\frac{112}{3}, whose average is indeed 52.52. The middle person is 5252 feet from the start.

3.

The complex number zz is equal to 9+bi,9 + bi, where bb is a positive real number and i2=1.i^2 = -1. Given that the imaginary parts of z2z^2 and z3z^3 are equal, find b.b.

Answer: 15

Difficulty rating: 1970

Solution:

By the binomial theorem, z2=(81b2)+18biz^2 = (81 - b^2) + 18bi and z3=(72927b2)+(243bb3)i.z^3 = (729 - 27b^2) + (243b - b^3)i. Setting the imaginary parts equal gives 18b=243bb3.18b = 243b - b^3.

Since bb is positive we may divide by b,b, leaving b2=24318=225,b^2 = 243 - 18 = 225, so b=15.b = 15.

4.

Three planets revolve about a star in coplanar circular orbits with the star at the center. All planets revolve in the same direction, each at a constant speed, and the periods of their orbits are 60,60, 84,84, and 140140 years. The positions of the star and all three planets are currently collinear. They will next be collinear after nn years. Find n.n.

Answer: 105

Difficulty rating: 2230

Solution:

All four bodies lie on one line exactly when every pair of planets is collinear with the star, i.e. when each pair's angular positions differ by a multiple of 180180^\circ — half a revolution. In nn years the planets complete n60,\frac{n}{60}, n84,\frac{n}{84}, and n140\frac{n}{140} revolutions, so the pairwise differences are n60n84=n210,n84n140=n210,n60n140=n105.\frac{n}{60} - \frac{n}{84} = \frac{n}{210}, \qquad \frac{n}{84} - \frac{n}{140} = \frac{n}{210}, \qquad \frac{n}{60} - \frac{n}{140} = \frac{n}{105}.

We need n210\frac{n}{210} and n105\frac{n}{105} to be multiples of 12.\frac{1}{2}. The first requires nn to be a multiple of 105,105, and any such nn makes n105\frac{n}{105} an integer. The smallest positive choice is n=105.n = 105.

5.

The formula for converting a Fahrenheit temperature FF to the corresponding Celsius temperature CC is C=59(F32).C = \frac{5}{9}(F - 32). An integer Fahrenheit temperature is converted to Celsius and rounded to the nearest integer; the resulting integer Celsius temperature is converted back to Fahrenheit and rounded to the nearest integer. For how many integer Fahrenheit temperatures TT with 32T100032 \le T \le 1000 does the original temperature equal the final temperature?

Answer: 539
Solution:

Adding 99 to FF adds exactly 55 to 59(F32),\frac{5}{9}(F - 32), hence 55 to the rounded Celsius value, hence 99 to the final Fahrenheit value. So TT returns to itself if and only if T+9T + 9 does, and it suffices to check nine consecutive temperatures. Checking 3232 through 40:40: the final values are 32,34,34,36,36,37,37,39,39,32, 34, 34, 36, 36, 37, 37, 39, 39, so exactly the five temperatures 32,34,36,37,3932, 34, 36, 37, 39 survive.

The range from 3232 through 994994 contains 963=1079963 = 107 \cdot 9 integers, contributing 1075=535107 \cdot 5 = 535 survivors. The remaining 995,,1000995, \ldots, 1000 behave like 32,,37,32, \ldots, 37, of which 32,34,36,3732, 34, 36, 37 survive, adding 44 more.

The total is 535+4=539.535 + 4 = 539.

6.

A frog is placed at the origin on the number line, and moves according to the following rule: in a given move, the frog advances to either the closest point with a greater integer coordinate that is a multiple of 3,3, or to the closest point with a greater integer coordinate that is a multiple of 13.13. A move sequence is a sequence of coordinates which correspond to valid moves, beginning with 0,0, and ending with 39.39. For example, 0,3,6,13,15,26,390, 3, 6, 13, 15, 26, 39 is a move sequence. How many move sequences are possible for the frog?

Answer: 169

Difficulty rating: 2430

Solution:

Split the journey at the landmarks 1313 and 26.26. From 00 the frog climbs the multiples of 33 and may jump to 1313 from any of 0,3,6,9,12,0, 3, 6, 9, 12, giving 55 routes from 00 to 13;13; likewise there are 55 routes from 1313 to 2626 (jump to 2626 from 13,15,18,21,2413, 15, 18, 21, 24) and 55 from 2626 to 39.39. To skip 1313 entirely the frog must take the multiple-of-33 option every time through 1215,12 \to 15, then jump to 2626 from one of 15,18,21,24:15, 18, 21, 24: 44 routes from 00 to 2626 avoiding 13.13. Similarly there are 44 routes from 1313 to 3939 avoiding 26,26, and 44 from 00 to 3939 avoiding both.

Combining the segments: through both landmarks, 555=125;5 \cdot 5 \cdot 5 = 125; through 1313 only, 54=20;5 \cdot 4 = 20; through 2626 only, 45=20;4 \cdot 5 = 20; through neither, 4.4. The total is 125+20+20+4=169.125 + 20 + 20 + 4 = 169.

7.

Let N=k=11000k(log2klog2k).N = \sum_{k=1}^{1000} k\left(\lceil \log_{\sqrt{2}} k \rceil - \lfloor \log_{\sqrt{2}} k \rfloor\right). Find the remainder when NN is divided by 1000.1000. (Here x\lfloor x \rfloor denotes the greatest integer that is less than or equal to x,x, and x\lceil x \rceil denotes the least integer that is greater than or equal to x.x.)

Answer: 477
Solution:

The difference xx\lceil x \rceil - \lfloor x \rfloor equals 11 when xx is not an integer and 00 when it is. Now log2k\log_{\sqrt{2}} k is an integer exactly when k=(2)jk = (\sqrt{2})^j for some integer j,j, and for kk to be an integer, jj must be even — that is, kk must be a power of 2.2. The powers at most 10001000 are 20,21,,29=512.2^0, 2^1, \ldots, 2^9 = 512.

Therefore N=k=11000kj=092j=1000100121023=5005001023=499477,N = \sum_{k=1}^{1000} k - \sum_{j=0}^{9} 2^j = \frac{1000 \cdot 1001}{2} - 1023 = 500500 - 1023 = 499477, and the remainder upon division by 10001000 is 477.477.

8.

The polynomial P(x)P(x) is cubic. What is the largest value of kk for which the polynomials Q1(x)=x2+(k29)xkQ_1(x) = x^2 + (k - 29)x - k and Q2(x)=2x2+(2k43)x+kQ_2(x) = 2x^2 + (2k - 43)x + k are both factors of P(x)?P(x)?

Answer: 30

Difficulty rating: 2500

Solution:

If Q1Q_1 and Q2Q_2 had no common root, their product — of degree 44 — would divide the cubic P(x),P(x), which is impossible. So they share a root r,r, and 2Q1(r)Q2(r)=0.2Q_1(r) - Q_2(r) = 0. Computing, 2Q1(x)Q2(x)=15x3k,2Q_1(x) - Q_2(x) = -15x - 3k, so r=k5.r = -\frac{k}{5}.

Substituting into Q1(r)=0Q_1(r) = 0 gives k225(k29)k5k=0;\frac{k^2}{25} - (k - 29)\frac{k}{5} - k = 0; multiplying by 2525 and simplifying yields 4k2+120k=0,-4k^2 + 120k = 0, so k=0k = 0 or k=30.k = 30.

For k=30,k = 30, Q1(x)=x2+x30=(x+6)(x5)Q_1(x) = x^2 + x - 30 = (x + 6)(x - 5) and Q2(x)=2x2+17x+30=(x+6)(2x+5),Q_2(x) = 2x^2 + 17x + 30 = (x + 6)(2x + 5), and both divide P(x)=(x+6)(x5)(2x+5).P(x) = (x + 6)(x - 5)(2x + 5). The largest value is 30.30.

9.

In right triangle ABCABC with right angle C,C, CA=30CA = 30 and CB=16.CB = 16. Its legs CA\overline{CA} and CB\overline{CB} are extended beyond AA and B.B. Points O1O_1 and O2O_2 lie in the exterior of the triangle and are the centers of two circles with equal radii. The circle with center O1O_1 is tangent to the hypotenuse and to the extension of leg CA,CA, the circle with center O2O_2 is tangent to the hypotenuse and to the extension of leg CB,CB, and the circles are externally tangent to each other. The length of the radius of either circle can be expressed as pq,\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+q.p + q.

Answer: 737
Solution:

The hypotenuse is AB=302+162=34.AB = \sqrt{30^2 + 16^2} = 34. Let T1T_1 and T2T_2 be the points where the circles touch AB.AB. Both centers lie at distance rr from line ABAB on the side away from the triangle, so O1O2\overline{O_1 O_2} is parallel to ABAB and T1T2=O1O2=2r,T_1 T_2 = O_1 O_2 = 2r, since the circles are externally tangent. Thus AB=AT1+2r+T2B.AB = AT_1 + 2r + T_2 B.

Circle O1O_1 is inscribed in the angle at AA between ray ABAB and the extension of CA\overline{CA} beyond A,A, which measures 180A.180^\circ - \angle A. Its tangent length from AA is therefore AT1=r/tan(90A2)=rtanA2.AT_1 = r\big/\tan\left(90^\circ - \tfrac{A}{2}\right) = r \tan\frac{A}{2}. With sinA=1634\sin A = \frac{16}{34} and cosA=3034,\cos A = \frac{30}{34}, the half-angle formula gives tanA2=sinA1+cosA=1664=14,\tan\frac{A}{2} = \frac{\sin A}{1 + \cos A} = \frac{16}{64} = \frac{1}{4}, and similarly tanB2=3034+16=35.\tan\frac{B}{2} = \frac{30}{34 + 16} = \frac{3}{5}.

So 34=r4+2r+3r5=57r20,34 = \frac{r}{4} + 2r + \frac{3r}{5} = \frac{57r}{20}, giving r=68057.r = \frac{680}{57}. Since 680=23517680 = 2^3 \cdot 5 \cdot 17 and 57=31957 = 3 \cdot 19 share no common factor, p+q=680+57=737.p + q = 680 + 57 = 737.

10.

In the 6×46 \times 4 grid shown, 1212 of the 2424 squares are to be shaded so that there are two shaded squares in each row and three shaded squares in each column. Let NN be the number of shadings with this property. Find the remainder when NN is divided by 1000.1000.

Answer: 860
Solution:

Shade three of the six rows in column 1:1: (63)=20\binom{6}{3} = 20 ways. Let kk be the number of rows shaded in both columns 11 and 2;2; column 22 can then be chosen in (3k)(33k)\binom{3}{k}\binom{3}{3-k} ways. After these two columns, kk rows are complete with two shaded squares, 62k6 - 2k rows have one, and kk rows have none.

The empty rows must be shaded in both columns 33 and 4.4. Column 33 takes those kk rows plus 3k3 - k of the 62k6 - 2k singly-shaded rows, in (62k3k)\binom{6-2k}{3-k} ways, and column 44 is then forced: it must cover the empty rows and exactly the singly-shaded rows skipped by column 3.3.

Summing, N=20k=03(3k)(33k)(62k3k)=20(20+54+18+1)=1860,N = 20\sum_{k=0}^{3} \binom{3}{k}\binom{3}{3-k}\binom{6-2k}{3-k} = 20(20 + 54 + 18 + 1) = 1860, so the remainder is 860.860.

11.

For each positive integer p,p, let b(p)b(p) denote the unique positive integer kk such that kp<12.|k - \sqrt{p}| \lt \frac{1}{2}. For example, b(6)=2b(6) = 2 and b(23)=5.b(23) = 5. If S=p=12007b(p),S = \sum_{p=1}^{2007} b(p), find the remainder when SS is divided by 1000.1000.

Answer: 955
Solution:

For a positive integer k,k, the condition kp<12|k - \sqrt{p}| \lt \frac{1}{2} means (k12)2<p<(k+12)2,\left(k - \frac{1}{2}\right)^2 \lt p \lt \left(k + \frac{1}{2}\right)^2, which for integers pp is exactly k2k+1pk2+k.k^2 - k + 1 \le p \le k^2 + k. So b(p)=kb(p) = k for precisely 2k2k values of p.p.

Since 442+44=1980,44^2 + 44 = 1980, the blocks k=1,,44k = 1, \ldots, 44 exactly cover p1980p \le 1980 and contribute k=144k2k=24445896=58740.\sum_{k=1}^{44} k \cdot 2k = 2 \cdot \frac{44 \cdot 45 \cdot 89}{6} = 58740. The remaining 2727 values p=1981,,2007p = 1981, \ldots, 2007 each have b(p)=45,b(p) = 45, adding 2745=1215.27 \cdot 45 = 1215.

Thus S=58740+1215=59955,S = 58740 + 1215 = 59955, and the remainder is 955.955.

12.

In isosceles triangle ABC,ABC, AA is located at the origin and BB is located at (20,0).(20, 0). Point CC is in the first quadrant with AC=BCAC = BC and BAC=75.\angle BAC = 75^\circ. If ABC\triangle ABC is rotated counterclockwise about point AA until the image of CC lies on the positive yy-axis, the area of the region common to the original triangle and the rotated triangle is in the form p2+q3+r6+s,p\sqrt{2} + q\sqrt{3} + r\sqrt{6} + s, where p,p, q,q, r,r, ss are integers. Find pq+rs2.\frac{p - q + r - s}{2}.

Answer: 875
Solution:

Since ACAC makes a 7575^\circ angle with the positive xx-axis, the rotation is by 15.15^\circ. Let BB' and CC' be the images of BB and C.C. Because BAB=15\angle B'AB = 15^\circ and ABC=75,\angle ABC = 75^\circ, segment ABAB' is perpendicular to BC;BC; let DD be their intersection, and let E=BCBCE = BC \cap B'C' and F=ACBC.F = AC \cap B'C'. The common region is the quadrilateral ADEF,ADEF, whose area is [ABF][EBD].[AB'F] - [EB'D].

In triangle ABF,AB'F, FAB=7515=60\angle FAB' = 75^\circ - 15^\circ = 60^\circ and ABF=75,\angle AB'F = 75^\circ, so AFB=45,\angle AFB' = 45^\circ, and the law of sines gives BF=20sin60/sin45=106.B'F = 20\sin 60^\circ/\sin 45^\circ = 10\sqrt{6}. With sin75=6+24,\sin 75^\circ = \frac{\sqrt{6} + \sqrt{2}}{4}, [ABF]=1220106sin75=50(3+3).[AB'F] = \tfrac{1}{2} \cdot 20 \cdot 10\sqrt{6}\,\sin 75^\circ = 50(3 + \sqrt{3}).

In right triangle ABD,ABD, AD=20cos15AD = 20\cos 15^\circ and BD=20sin15,BD = 20\sin 15^\circ, so [ABD]=200sin15cos15=100sin30=50,[ABD] = 200\sin 15^\circ\cos 15^\circ = 100\sin 30^\circ = 50, and BD=20(1cos15).B'D = 20(1 - \cos 15^\circ). Triangles EBDEB'D and ABDABD are similar (right angles at D,D, and EBD=ABD=75\angle EB'D = \angle ABD = 75^\circ), so, using cos15=6+24,\cos 15^\circ = \frac{\sqrt{6} + \sqrt{2}}{4}, [EBD]=50(1cos15sin15)2=50(15+8366102).[EB'D] = 50\left(\frac{1 - \cos 15^\circ}{\sin 15^\circ}\right)^2 = 50\left(15 + 8\sqrt{3} - 6\sqrt{6} - 10\sqrt{2}\right). Therefore [ADEF]=50(3+3)50(15+8366102)=50023503+3006600,[ADEF] = 50(3 + \sqrt{3}) - 50(15 + 8\sqrt{3} - 6\sqrt{6} - 10\sqrt{2}) = 500\sqrt{2} - 350\sqrt{3} + 300\sqrt{6} - 600, so (p,q,r,s)=(500,350,300,600)(p, q, r, s) = (500, -350, 300, -600) and pq+rs2=17502=875.\frac{p - q + r - s}{2} = \frac{1750}{2} = 875.

13.

A square pyramid with base ABCDABCD and vertex EE has eight edges of length 4.4. A plane passes through the midpoints of AE,\overline{AE}, BC,\overline{BC}, and CD.\overline{CD}. The plane's intersection with the pyramid has an area that can be expressed as p.\sqrt{p}. Find p.p.

Answer: 80
Solution:

Place the base at A=(0,0,0),A = (0,0,0), B=(4,0,0),B = (4,0,0), C=(4,4,0),C = (4,4,0), D=(0,4,0);D = (0,4,0); the apex is then E=(2,2,22),E = (2, 2, 2\sqrt{2}), since 22+22+8=16.2^2 + 2^2 + 8 = 16. The given midpoints are R=(1,1,2),R = (1, 1, \sqrt{2}), S=(4,2,0),S = (4, 2, 0), and T=(2,4,0),T = (2, 4, 0), and all three satisfy x+y+22z=6,x + y + 2\sqrt{2}\,z = 6, the equation of the cutting plane.

Parametrizing edges BE\overline{BE} and DE\overline{DE} shows the plane meets them at U=(72,12,22)U = \left(\frac{7}{2}, \frac{1}{2}, \frac{\sqrt{2}}{2}\right) and V=(12,72,22).V = \left(\frac{1}{2}, \frac{7}{2}, \frac{\sqrt{2}}{2}\right). The cross-section is the pentagon RUSTVRUSTV with RU=RV=7,RU = RV = \sqrt{7}, US=VT=3,US = VT = \sqrt{3}, ST=22,ST = 2\sqrt{2}, and diagonal UV=32.UV = 3\sqrt{2}.

Split the pentagon along UV.\overline{UV}. Isosceles triangle RUVRUV has height 792=52\sqrt{7 - \frac{9}{2}} = \sqrt{\frac{5}{2}} and area 123252=352.\frac{1}{2} \cdot 3\sqrt{2} \cdot \sqrt{\frac{5}{2}} = \frac{3\sqrt{5}}{2}. Isosceles trapezoid USTVUSTV has height 312=52\sqrt{3 - \frac{1}{2}} = \sqrt{\frac{5}{2}} and area 12(32+22)52=552.\frac{1}{2}(3\sqrt{2} + 2\sqrt{2})\sqrt{\frac{5}{2}} = \frac{5\sqrt{5}}{2}. The total is 45=80,4\sqrt{5} = \sqrt{80}, so p=80.p = 80.

14.

Let a sequence be defined as follows: a1=3,a_1 = 3, a2=3,a_2 = 3, and for n2,n \ge 2, an+1an1=an2+2007.a_{n+1}a_{n-1} = a_n^2 + 2007. Find the largest integer less than or equal to a20072+a20062a2007a2006.\frac{a_{2007}^2 + a_{2006}^2}{a_{2007}a_{2006}}.

Answer: 224

Difficulty rating: 3160

Solution:

For n3,n \ge 3, both an+1an1=an2+2007a_{n+1}a_{n-1} = a_n^2 + 2007 and anan2=an12+2007a_n a_{n-2} = a_{n-1}^2 + 2007 hold. Subtracting and regrouping gives an1(an+1+an1)=an(an+an2),a_{n-1}(a_{n+1} + a_{n-1}) = a_n(a_n + a_{n-2}), so an+1+an1an\frac{a_{n+1} + a_{n-1}}{a_n} has the same value for every n2.n \ge 2. Since a3=32+20073=672,a_3 = \frac{3^2 + 2007}{3} = 672, that value is 672+33=225,\frac{672 + 3}{3} = 225, and the sequence satisfies an+1=225anan1.a_{n+1} = 225a_n - a_{n-1}.

Multiplying an+1+an1=225ana_{n+1} + a_{n-1} = 225a_n by an+1a_{n+1} and substituting an+1an1=an2+2007a_{n+1}a_{n-1} = a_n^2 + 2007 yields an+12+an2+2007=225anan+1,a_{n+1}^2 + a_n^2 + 2007 = 225\,a_n a_{n+1}, so an+12+an2an+1an=2252007anan+1.\frac{a_{n+1}^2 + a_n^2}{a_{n+1}a_n} = 225 - \frac{2007}{a_n a_{n+1}}.

The sequence increases: a3=672>a2,a_3 = 672 \gt a_2, and an+1=225anan1>ana_{n+1} = 225a_n - a_{n-1} \gt a_n whenever an>an1.a_n \gt a_{n-1}. Hence a2006a2007>6722>2007,a_{2006}a_{2007} \gt 672^2 \gt 2007, so the fraction lies strictly between 224224 and 225,225, and the answer is 224.224.

15.

Let ABCABC be an equilateral triangle, and let DD and FF be points on sides BCBC and AB,AB, respectively, with FA=5FA = 5 and CD=2.CD = 2. Point EE lies on side CACA such that DEF=60.\angle DEF = 60^\circ. The area of triangle DEFDEF is 143.14\sqrt{3}. The two possible values of the length of side ABAB are p±qr,p \pm q\sqrt{r}, where pp and qq are rational, and rr is an integer not divisible by the square of a prime. Find r.r.

Answer: 989
Solution:

Let s=ABs = AB and t=AE.t = AE. Using the 6060^\circ angles at A,A, B,B, CC and the area formula 12xysin60:\frac{1}{2}xy\sin 60^\circ: [AEF]=345t,[AEF] = \frac{\sqrt{3}}{4} \cdot 5t, [BFD]=34(s5)(s2),[BFD] = \frac{\sqrt{3}}{4}(s-5)(s-2), and [CDE]=342(st).[CDE] = \frac{\sqrt{3}}{4} \cdot 2(s-t). Subtracting all three from [ABC]=34s2[ABC] = \frac{\sqrt{3}}{4}s^2 and simplifying, [DEF]=34(5(st)+2t10)=143,[DEF] = \frac{\sqrt{3}}{4}\bigl(5(s - t) + 2t - 10\bigr) = 14\sqrt{3}, so 5(st)+2t=66.5(s - t) + 2t = 66.

At E,E, the angles AEF\angle AEF and CED\angle CED sum to 18060=120,180^\circ - 60^\circ = 120^\circ, while in triangle AEFAEF the angles AEF\angle AEF and AFE\angle AFE also sum to 120.120^\circ. Hence AFE=CED,\angle AFE = \angle CED, and since A=C=60,\angle A = \angle C = 60^\circ, triangles AEFAEF and CDECDE are similar. Then AEAF=CDCE\frac{AE}{AF} = \frac{CD}{CE} gives t5=2st,\frac{t}{5} = \frac{2}{s - t}, so t(st)=10.t(s - t) = 10.

Substituting st=10ts - t = \frac{10}{t} into 5(st)+2t=665(s - t) + 2t = 66 gives 50t+2t=66,\frac{50}{t} + 2t = 66, or t233t+25=0,t^2 - 33t + 25 = 0, so t=33±9892.t = \frac{33 \pm \sqrt{989}}{2}. From 25t=33t\frac{25}{t} = 33 - t we get 10t=25(33t),\frac{10}{t} = \frac{2}{5}(33 - t), so s=t+10t=3t+665=231±398910.s = t + \frac{10}{t} = \frac{3t + 66}{5} = \frac{231 \pm 3\sqrt{989}}{10}. Both values yield valid configurations, so r=989.r = 989.