2004 AIME I 真题

向下滚动并点击“开始”即可作答!或前往可打印 PDF答案,或由 LIVE by Po-Shen Loh 精心整理的专业解答

所有题目均经美国数学协会(MAA)官方合法授权使用。

或直接跳转到某一道题及其解答: 1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15

想通过互动视频课程系统学习吗?

了解 LIVE课程

计时

3:00:00

1.

正整数 nn 的各位数字从左到右读时,是四个连续整数按递减顺序排列。nn 除以 3737 时,所有可能余数的和是多少?

The digits of a positive integer nn are four consecutive integers in decreasing order when read from left to right. What is the sum of the possible remainders when nn is divided by 37?37?

答案:217
知识点:位值模运算
难度评级:1890
小提示:

把这个数写成 1111a1231111a - 123,其中 aa 是首位数字,且 a=3,4,,9a = 3, 4, \ldots, 9

Write the number as 1111a123,1111a - 123, where aa is its leading digit and a=3,4,,9a = 3, 4, \ldots, 9

大提示:

因为 1111=3037+11111 = 30 \cdot 37 + 1,所以 nn 的余数是 a+25a + 25,这个数已经小于 3737

Since 1111=3037+1,1111 = 30 \cdot 37 + 1, the remainder of nn is a+25,a + 25, which is already less than 3737

解答:

若首位数字是 aa,则四个数字为 aaa1a - 1a2a - 2a3a - 3,其中 a=3,4,,9a = 3, 4, \ldots, 9,所以 n=1000a+100(a1)+10(a2)+(a3)=1111a123 \begin{aligned} n &= 1000a + 100(a-1) \\ &\quad {}+ 10(a-2) + (a-3) \\ &= 1111a - 123 \end{aligned}\text{。}

因为 1111=3037+11111 = 30 \cdot 37 + 1123=337+12123 = 3 \cdot 37 + 12 可得 na12a+25(mod37)n \equiv a - 12 \equiv a + 25 \pmod{37}。当 a=3,,9a = 3, \ldots, 9 时,数值 a+25a + 25 依次为 28,29,,3428, 29, \ldots, 34 都已经小于 3737,因此它们正是七个可能余数。

它们的和是 28+29++3428 + 29 + \cdots + 34 =731=217= 7 \cdot 31 = 217

If the leading digit is a,a, the digits are a,a, a1,a - 1, a2,a - 2, a3a - 3 with a=3,4,,9,a = 3, 4, \ldots, 9, so n=1000a+100(a1)+10(a2)+(a3)=1111a123. \begin{aligned} n &= 1000a + 100(a-1) \\ &\quad {}+ 10(a-2) + (a-3) \\ &= 1111a - 123. \end{aligned}

Since 1111=3037+11111 = 30 \cdot 37 + 1 and 123=337+12,123 = 3 \cdot 37 + 12, we get na12a+25(mod37).n \equiv a - 12 \equiv a + 25 \pmod{37}. For a=3,,9a = 3, \ldots, 9 the values a+25a + 25 run through 28,29,,34,28, 29, \ldots, 34, each already less than 37,37, so these are exactly the seven possible remainders.

Their sum is 28+29++3428 + 29 + \cdots + 34 =731=217.= 7 \cdot 31 = 217.

2.

集合 A\mathcal{A}mm 个连续整数组成,它们的和为 2m2m,集合 B\mathcal{B}2m2m 个连续整数组成,它们的和为 mmA\mathcal{A} 中最大元素与 B\mathcal{B} 中最大元素之差的绝对值为 9999。求 mm

Set A\mathcal{A} consists of mm consecutive integers whose sum is 2m,2m, and set B\mathcal{B} consists of 2m2m consecutive integers whose sum is m.m. The absolute value of the difference between the greatest element of A\mathcal{A} and the greatest element of B\mathcal{B} is 99.99. Find m.m.

答案:201
难度评级:2110
小提示:

mm 个整数组成的 A\mathcal{A} 的平均值为 22,由 2m2m 个整数组成的 B\mathcal{B} 的平均值为 12\frac{1}{2}

The mm integers in A\mathcal{A} have mean 2,2, and the 2m2m integers in B\mathcal{B} have mean 12\frac{1}{2}

大提示:

最大元素分别是 2+m122 + \frac{m-1}{2}mm。令它们差的绝对值等于 9999

The greatest elements are 2+m122 + \frac{m-1}{2} and m.m. Set the absolute difference equal to 99.99.

解答:

mm 个属于 A\mathcal{A} 的整数平均值是 2mm=2\frac{2m}{m} = 2,所以它们以 22 为中心。连续整数的平均值是整数时,项数必须为奇数,因此 mm 为奇数,A\mathcal{A} 中最大元素为 2+m122 + \frac{m-1}{2}。这 2m2m 个属于 B\mathcal{B} 的整数平均值为 12\frac{1}{2},所以它们是 1m,,0,1,,m1 - m, \ldots, 0, 1, \ldots, m,最大元素为 mm

条件给出 2+m12m=3m2=99 \begin{aligned} \left| 2 + \frac{m-1}{2} - m \right| &= \left| \frac{3 - m}{2} \right| \\ &= 99 \end{aligned}\text{,}所以 3m=198|3 - m| = 198,得 m=201m = 201(因为 m>0m \gt 0)。确实 201201 是奇数,符合要求,因此 m=201m = 201

The mm integers of A\mathcal{A} have mean 2mm=2,\frac{2m}{m} = 2, so they are centered at 2;2; since the mean of consecutive integers is an integer only when there are an odd number of them, mm is odd and the greatest element of A\mathcal{A} is 2+m12.2 + \frac{m-1}{2}. The 2m2m integers of B\mathcal{B} have mean 12,\frac{1}{2}, so they are 1m,,0,1,,m,1 - m, \ldots, 0, 1, \ldots, m, with greatest element m.m.

The condition is 2+m12m=3m2=99, \begin{aligned} \left| 2 + \frac{m-1}{2} - m \right| &= \left| \frac{3 - m}{2} \right| \\ &= 99, \end{aligned} so 3m=198,|3 - m| = 198, giving m=201m = 201 (since m>0m \gt 0). Indeed 201201 is odd, as required, so m=201.m = 201.

3.

一个凸多面体 PP2626 个顶点、6060 条边和 3636 个面,其中 2424 个是三角形,1212 个是四边形。空间对角线是连接两个不相邻且不属于同一个面的顶点的线段。PP 有多少条空间对角线?

A convex polyhedron PP has 2626 vertices, 6060 edges, and 3636 faces, 2424 of which are triangular, and 1212 of which are quadrilaterals. A space diagonal is a line segment connecting two non-adjacent vertices that do not belong to the same face. How many space diagonals does PP have?

答案:241
难度评级:2070
小提示:

任意一对顶点连成的线段,要么是一条边,要么是一个面的对角线,要么是一条空间对角线

Every pair of vertices spans an edge, a face diagonal, or a space diagonal

大提示:

顶点对共有 (262)\binom{26}{2} 个;三角形没有对角线,每个四边形面有 22 条对角线

There are (262)\binom{26}{2} pairs in all; triangles have no diagonals and each quadrilateral face has 22

解答:

任意一对顶点恰好决定三类对象之一:一条边、一个面的对角线,或一条空间对角线。顶点对总数为 (262)=325\binom{26}{2} = 325

其中 6060 对是边。2424 个三角形面没有对角线,而 1212 个四边形面各有 22 条对角线,共 2424 条面对角线(由于多面体是凸的,没有两个面会共享同一条对角线)。

空间对角线的条数为 3256024=241325 - 60 - 24 = 241

Every pair of vertices determines exactly one of three things: an edge, a diagonal of a face, or a space diagonal. There are (262)=325\binom{26}{2} = 325 pairs of vertices in all.

Of these, 6060 are edges. The 2424 triangular faces have no diagonals, while each of the 1212 quadrilateral faces has 2,2, for 2424 face diagonals (no two faces share a diagonal, since the polyhedron is convex).

The number of space diagonals is 3256024=241.325 - 60 - 24 = 241.

4.

一个正方形的边长为 22。集合 S\mathcal{S} 是所有长度为 22、且端点分别在该正方形相邻两边上的线段的集合。集合 S\mathcal{S} 中线段的中点围成一个区域,其面积四舍五入到百分位为 kk。求 100k100k

A square has sides of length 2.2. Set S\mathcal{S} is the set of all line segments that have length 22 and whose endpoints are on adjacent sides of the square. The midpoints of the line segments in set S\mathcal{S} enclose a region whose area to the nearest hundredth is k.k. Find 100k.100k.

答案:86
难度评级:2270
小提示:

放置端点的两条相邻边交于一个顶点,而这条线段是一个直角三角形的斜边,两条直角边沿着这两条边

The two adjacent sides holding the endpoints meet at a corner, and the segment is the hypotenuse of a right triangle with legs along those sides

大提示:

直角三角形斜边上的中线等于斜边的一半,所以每个中点到最近顶点的距离都是 11

The median to the hypotenuse of a right triangle is half the hypotenuse, so every midpoint is at distance 11 from the nearest corner

解答:

设线段 PQ\overline{PQ} 属于 S\mathcal{S},其端点在交于顶点 AA 的两条边上,且 MM 是其中点。三角形 PAQPAQAA 处为直角,斜边 PQ=2PQ = 2,而直角三角形斜边上的中线等于斜边的一半,因此 AM=1AM = 1。反过来,从某个顶点出发、位于两条相邻边之间且距离该顶点为 11 的每个点都是这样的中点。所以这些中点形成四段半径为 11、以正方形顶点为圆心的四分之一圆弧。

这些圆弧围成的区域是从正方形中去掉四个四分之一圆盘,面积为 44π4=4π0.864 - 4 \cdot \frac{\pi}{4} = 4 - \pi \approx 0.86\text{。}因此 100k=86100k = 86

Let a segment PQ\overline{PQ} in S\mathcal{S} have endpoints on two sides meeting at corner A,A, and let MM be its midpoint. Triangle PAQPAQ is right-angled at AA with hypotenuse PQ=2,PQ = 2, and the median to the hypotenuse of a right triangle is half the hypotenuse, so AM=1.AM = 1. Conversely every point at distance 11 from a corner (between the two adjacent sides) is such a midpoint, so the midpoints form four quarter-circle arcs of radius 11 centered at the corners of the square.

The region these arcs enclose is the square with the four quarter-disks removed, of area 44π4=4π0.86.4 - 4 \cdot \frac{\pi}{4} = 4 - \pi \approx 0.86. Therefore 100k=86.100k = 86.

5.

阿尔法和贝塔都参加了一个为期两天的解题竞赛。第二天结束时,每人尝试的问题总分都是 500500 分。阿尔法第一天得到 160160 分,尝试的问题总分为 300300 分;第二天得到 140140 分,尝试的问题总分为 200200 分。贝塔第一天尝试的总分不是 300300 分,并且两天每天都得到正整数分数;贝塔每天的成功率(得分除以尝试分数)都低于阿尔法当天的成功率。阿尔法两天总成功率为 300500=35\frac{300}{500} = \frac{3}{5}。贝塔可能达到的最大两天总成功率为 mn\frac{m}{n},其中 mmnn 是互质正整数。求 m+nm + n

Alpha and Beta both took part in a two-day problem-solving competition. At the end of the second day, each had attempted questions worth a total of 500500 points. Alpha scored 160160 points out of 300300 points attempted on the first day, and scored 140140 points out of 200200 points attempted on the second day. Beta, who did not attempt 300300 points on the first day, had a positive integer score on each of the two days, and Beta’s daily success ratio (points scored divided by points attempted) on each day was less than Alpha’s on that day. Alpha’s two-day success ratio was 300500=35.\frac{300}{500} = \frac{3}{5}. The largest possible two-day success ratio that Beta could have achieved is mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. What is m+n?m + n?

答案:849
难度评级:2480
小提示:

贝塔两天每天的成功率都低于 710\frac{7}{10},所以贝塔的总得分小于 710\frac{7}{10} 乘以 500500

Both of Beta’s daily ratios are below 710,\frac{7}{10}, so Beta’s total score is less than 710\frac{7}{10} of 500500

大提示:

说明略低于 350350 的上界可以达到:第一天得到 11 分,而尝试的问题总分为 22

Show the bound just below 350350 is attainable: try 11 point out of 22 attempted on day one

解答:

阿尔法两天的成功率分别为 160300=815\frac{160}{300} = \frac{8}{15}140200=710\frac{140}{200} = \frac{7}{10}。因为 815<710\frac{8}{15} \lt \frac{7}{10},贝塔每天的得分都小于当天尝试分数的 710\frac{7}{10},所以贝塔的总得分小于 710500=350\frac{7}{10} \cdot 500 = 350,因而至多为 349349

总分 349349 可以达到:贝塔第一天可得 11 分,尝试的问题总分为 22 分(且 12<815\frac{1}{2} \lt \frac{8}{15});第二天可得 348348 分,尝试的问题总分为 498498 分(且 348498<710\frac{348}{498} \lt \frac{7}{10},因为 3480<34863480 \lt 3486)。

因此贝塔可能的最大两天总成功率是 349500\frac{349}{500},由于 349349 是质数,这已经是最简分数,所以 m+n=349+500=849m + n = 349 + 500 = 849

Alpha’s daily ratios were 160300=815\frac{160}{300} = \frac{8}{15} and 140200=710.\frac{140}{200} = \frac{7}{10}. Since 815<710,\frac{8}{15} \lt \frac{7}{10}, Beta’s score was less than 710\frac{7}{10} of the points attempted on each day, so Beta’s total score was less than 710500=350,\frac{7}{10} \cdot 500 = 350, hence at most 349.349.

A total of 349349 is achievable: Beta can score 11 out of 22 points attempted on day one (and 12<815\frac{1}{2} \lt \frac{8}{15}) and 348348 out of 498498 on day two (and 348498<710\frac{348}{498} \lt \frac{7}{10} because 3480<34863480 \lt 3486).

So Beta’s largest possible two-day ratio is 349500,\frac{349}{500}, which is in lowest terms since 349349 is prime, and m+n=349+500=849.m + n = 349 + 500 = 849.

6.

如果一个整数的十进制表示 a1a2a3aka_1 a_2 a_3 \ldots a_k 满足 ai<ai+1a_i \lt a_{i+1}ii 为奇数)和 ai>ai+1a_i \gt a_{i+1}ii 为偶数),则称这个整数为蛇形数。在 1000100099999999 之间,有多少个四位数字互不相同的蛇形数?

An integer is called snakelike if its decimal representation a1a2a3aka_1 a_2 a_3 \ldots a_k satisfies ai<ai+1a_i \lt a_{i+1} if ii is odd and ai>ai+1a_i \gt a_{i+1} if ii is even. How many snakelike integers between 10001000 and 99999999 have four distinct digits?

答案:882
难度评级:2510
小提示:

数字满足 a1<a2>a3<a4a_1 \lt a_2 \gt a_3 \lt a_4。按 00 是否在四个数字中分情况讨论。

The digits satisfy a1<a2>a3<a4.a_1 \lt a_2 \gt a_3 \lt a_4. Split into cases by whether 00 is among the four digits.

大提示:

每组四个不同的非零数字恰好给出 55 种蛇形排列;包含 00 时,只有 33 种不会让首位为零

Each set of four distinct nonzero digits gives exactly 55 snakelike orders; with 00 included, only 33 avoid a leading zero

解答:

四位蛇形数满足 a1<a2>a3<a4a_1 \lt a_2 \gt a_3 \lt a_4。先数任意四个不同数字 w<x<y<zw \lt x \lt y \lt z 排成这种模式的方式。最大数字 zz 必须在第 22 位或第 44 位。若 zz 在第 44 位,其余三个数字形成 a1<a2>a3a_1 \lt a_2 \gt a_3,因此其中最大者在第 22 位,剩下两个可以任意交换:22 种。若 zz 在第 22 位,其余三个数字中任意一个可作 a1a_1,然后 a3<a4a_3 \lt a_4 决定其余位置:33 种。因此每组四个数字恰好有 55 种蛇形排列。

若数字中不含 00,所有 55 种排列都给出有效数字:(94)5=630\binom{9}{4} \cdot 5 = 630。若数字中含 00,注意 00 必须在第 11 位或第 33 位(第 22 位和第 44 位都必须大于某个相邻数字),而第 11 位是不允许的。当 00 在第 33 位时,其余三个数字中任意一个可作 a4a_4,然后 a1<a2a_1 \lt a_2 决定其余位置,所以原来的 55 种排列中保留下来的有 33 种:(93)3=252\binom{9}{3} \cdot 3 = 252

总数为 630+252=882630 + 252 = 882

A four-digit snakelike number satisfies a1<a2>a3<a4.a_1 \lt a_2 \gt a_3 \lt a_4. First count the arrangements of any four distinct digits w<x<y<zw \lt x \lt y \lt z into this pattern. The largest digit zz must sit in position 22 or 4.4. If zz is in position 4,4, the other three form a1<a2>a3,a_1 \lt a_2 \gt a_3, so the largest of them takes position 22 and the remaining two can go in either order: 22 ways. If zz is in position 2,2, any of the other three digits can be a1,a_1, and then a3<a4a_3 \lt a_4 fixes the rest: 33 ways. So each set of four digits admits exactly 55 snakelike orders.

If 00 is not among the digits, all 55 orders give valid numbers: (94)5=630.\binom{9}{4} \cdot 5 = 630. If 00 is among them, note 00 must occupy position 11 or 33 (positions 22 and 44 must exceed a neighbor), and position 11 is forbidden. With 00 in position 3,3, any of the other three digits can be a4,a_4, and a1<a2a_1 \lt a_2 fixes the rest, so 33 of the 55 orders survive: (93)3=252.\binom{9}{3} \cdot 3 = 252.

The total is 630+252=882.630 + 252 = 882.

7.

CC 为以下乘积展开式中 x2x^2 的系数: (1x)(1+2x)(13x)(1+14x)(115x) \begin{aligned} &(1 - x)(1 + 2x)(1 - 3x) \cdots \\ &\quad {}\cdot (1 + 14x)(1 - 15x) \end{aligned} C|C|

Let CC be the coefficient of x2x^2 in the expansion of the product (1x)(1+2x)(13x)(1+14x)(115x). \begin{aligned} &(1 - x)(1 + 2x)(1 - 3x) \cdots \\ &\quad {}\cdot (1 + 14x)(1 - 15x). \end{aligned} Find C.|C|.

答案:588
难度评级:2390
小提示:

x2x^2 的系数是从 1,2,3,,14,15-1, 2, -3, \ldots, 14, -15 中取两项相乘后对所有成对选择求和

The x2x^2 coefficient is the sum of the products of pairs from 1,2,3,,14,15-1, 2, -3, \ldots, 14, -15

大提示:

使用 2i<jaiaj=(ai)2ai22\sum_{i \lt j} a_i a_j = \left(\sum a_i\right)^2 - \sum a_i^2,且交错和为 8-8

Use 2i<jaiaj=(ai)2ai2,2\sum_{i \lt j} a_i a_j = \left(\sum a_i\right)^2 - \sum a_i^2, and the alternating sum is 8-8

解答:

将乘积写成 k=115(1+akx)\prod_{k=1}^{15} (1 + a_k x),其中 ak=(1)kka_k = (-1)^k kx2x^2 项来自从两个因式中选出 xx 项,因此 C=i<jaiajC = \sum_{i \lt j} a_i a_j,并且 C=(ak)2ak22C = \frac{\left(\sum a_k\right)^2 - \sum a_k^2}{2}\text{。}

交错和为 (1+2)+(3+4)++(13+14)15=715=8 \begin{aligned} &(-1 + 2) + (-3 + 4) \\ &\quad {}+ \cdots + (-13 + 14) - 15 \\ &= 7 - 15 \\ &= -8 \end{aligned}\text{,}并且 ak2=12+22++152=1516316=1240 \begin{aligned} \sum a_k^2 &= 1^2 + 2^2 + \cdots + 15^2 \\ &= \frac{15 \cdot 16 \cdot 31}{6} \\ &= 1240 \end{aligned}\text{。}

因此 C=6412402=588C = \frac{64 - 1240}{2} = -588,所以 C=588|C| = 588

Write the product as k=115(1+akx)\prod_{k=1}^{15} (1 + a_k x) with ak=(1)kk.a_k = (-1)^k k. An x2x^2 term arises by choosing the xx-term from two factors, so C=i<jaiaj,C = \sum_{i \lt j} a_i a_j, and C=(ak)2ak22.C = \frac{\left(\sum a_k\right)^2 - \sum a_k^2}{2}.

The alternating sum is (1+2)+(3+4)++(13+14)15=715=8, \begin{aligned} &(-1 + 2) + (-3 + 4) \\ &\quad {}+ \cdots + (-13 + 14) - 15 \\ &= 7 - 15 \\ &= -8, \end{aligned} and ak2=12+22++152=1516316=1240. \begin{aligned} \sum a_k^2 &= 1^2 + 2^2 + \cdots + 15^2 \\ &= \frac{15 \cdot 16 \cdot 31}{6} \\ &= 1240. \end{aligned}

Thus C=6412402=588,C = \frac{64 - 1240}{2} = -588, so C=588.|C| = 588.

8.

定义一个nn 角星nn 条线段 P1P2\overline{P_1 P_2}P2P3\overline{P_2 P_3}\ldotsPnP1\overline{P_n P_1} 的并集,并满足:

• 点 P1P_1P2P_2\ldotsPnP_n 共面,且任意三点不共线;

• 每一条这 nn 条线段都至少与另一条线段在非端点处相交;

• 在 P1P_1P2P_2\ldotsPnP_n 处的所有角都全等;

• 这 nn 条线段 P1P2\overline{P_1 P_2}P2P3\overline{P_2 P_3}\ldotsPnP1\overline{P_n P_1} 都全等;并且

• 路径 P1P2PnP1P_1 P_2 \ldots P_n P_1 在每个顶点都以小于 180180^\circ 的角逆时针转向。

不存在正 33 角星、正 44 角星或正 66 角星。所有正 55 角星都相似,但有两个不相似的正 77 角星。有多少个不相似的正 10001000 角星?

Define a regular nn-pointed star to be the union of nn line segments P1P2,\overline{P_1 P_2}, P2P3,\overline{P_2 P_3}, ,\ldots, PnP1\overline{P_n P_1} such that

• the points P1,P_1, P2,P_2, ,\ldots, PnP_n are coplanar and no three of them are collinear,

• each of the nn line segments intersects at least one of the other line segments at a point other than an endpoint,

• all of the angles at P1,P_1, P2,P_2, ,\ldots, PnP_n are congruent,

• all of the nn line segments P1P2,\overline{P_1 P_2}, P2P3,\overline{P_2 P_3}, ,\ldots, PnP1\overline{P_n P_1} are congruent, and

• the path P1P2PnP1P_1 P_2 \ldots P_n P_1 turns counterclockwise at an angle of less than 180180^\circ at each vertex.

There are no regular 33-pointed, 44-pointed, or 66-pointed stars. All regular 55-pointed stars are similar, but there are two non-similar regular 77-pointed stars. How many non-similar regular 10001000-pointed stars are there?

答案:199
难度评级:2710
小提示:

nn 角星每隔 dd 个点连接一次,这些点是圆上的 nn 个等距点;其中 ddnn 互质

A regular nn-pointed star joins every ddth of nn equally spaced points on a circle, where dd is relatively prime to nn

大提示:

排除 d=1d = 1d=n1d = n - 1,它们给出凸多边形,并注意 ddndn - d 描出相似的星形

Exclude d=1d = 1 and d=n1,d = n - 1, which give a convex polygon, and note that dd and ndn - d trace similar stars

解答:

全等的角和全等的线段迫使正星形的顶点等距地位于同一个圆上,并且按固定步长访问:将 nn 个等距点编号为 0,1,,n10, 1, \ldots, n - 1,每隔 dd 个点连接一次。路径恰好访问全部 nn 个点的条件是 gcd(d,n)=1\gcd(d, n) = 1;而真正发生交叉(形成星形而非凸多边形)恰好在 2dn22 \le d \le n - 2 时。步长 ddndn - d 以相反方向描出同一图形,而除此之外不同的步长给出不相似的星形,因为若用伸缩变换匹配圆,就还必须匹配转角。

对于 n=1000=2353n = 1000 = 2^3 \cdot 5^3,这样的 dd 满足 gcd(d,1000)=1\gcd(d, 1000) = 1,共有 1000(112)(115)=4001000\left(1 - \frac{1}{2}\right)\left(1 - \frac{1}{5}\right) = 400 个。去掉 d=1d = 1d=999d = 999 后剩下 398398 个值,它们按 {d,1000d}\{d, 1000 - d\} 成对,所以不相似的正 10001000 角星个数是 3982=199\frac{398}{2} = 199

The congruent angles and congruent segments force the vertices of a regular star to be equally spaced on a circle, visited by taking a constant step: number nn equally spaced points 0,1,,n10, 1, \ldots, n - 1 and connect every ddth point. The path visits all nn points exactly when gcd(d,n)=1,\gcd(d, n) = 1, and the segments actually cross (making a star rather than a convex polygon) exactly when 2dn2.2 \le d \le n - 2. Steps dd and ndn - d trace the same figure in opposite directions, while different values otherwise give non-similar stars, since a dilation matching the circles would have to match the turning angles.

For n=1000=2353,n = 1000 = 2^3 \cdot 5^3, the number of dd with gcd(d,1000)=1\gcd(d, 1000) = 1 is 1000(112)(115)=400.1000\left(1 - \frac{1}{2}\right)\left(1 - \frac{1}{5}\right) = 400. Removing d=1d = 1 and d=999d = 999 leaves 398398 values, which pair up as {d,1000d},\{d, 1000 - d\}, so the number of non-similar regular 10001000-pointed stars is 3982=199.\frac{398}{2} = 199.

9.

ABCABC 是边长为 334455 的三角形,DEFGDEFG 是一个 6677 的矩形。画一条线段将三角形 ABCABC 分成一个三角形 U1U_1 和一个梯形 V1V_1,再画另一条线段将矩形 DEFGDEFG 分成一个三角形 U2U_2 和一个梯形 V2V_2,使得 U1U_1U2U_2 相似,且 V1V_1V2V_2 相似。U1U_1 面积的最小值可写成 mn\frac{m}{n},其中 mmnn 是互质正整数。求 m+nm + n

Let ABCABC be a triangle with sides 3,3, 4,4, and 5,5, and DEFGDEFG be a 66-by-77 rectangle. A segment is drawn to divide triangle ABCABC into a triangle U1U_1 and a trapezoid V1,V_1, and another segment is drawn to divide rectangle DEFGDEFG into a triangle U2U_2 and a trapezoid V2V_2 such that U1U_1 is similar to U2U_2 and V1V_1 is similar to V2.V_2. The minimum value of the area of U1U_1 can be written in the form mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

答案:35
难度评级:2990
小提示:

将矩形切成一个三角形和一个梯形时,线段必须从一个顶点连到一条非相邻边,所以 U2U_2 是直角三角形,且 U1ABCU_1 \sim ABC

Cutting the rectangle into a triangle and a trapezoid requires the segment to join a vertex to a nonadjacent side, so U2U_2 is a right triangle and U1ABCU_1 \sim ABC

大提示:

匹配 V1V_1V2V_2 的锐角会迫使 ABCABC 中的切线平行于长度为 33 的边;两种可能的矩形切法给出底边比 5:145:141:81:8

Matching the acute angles of V1V_1 and V2V_2 forces the cut in ABCABC parallel to the side of length 3;3; the two possible rectangle cuts give base ratios 5:145:14 and 1:81:8

解答:

一条线段只有从矩形的一个顶点连到一条非相邻边,才能把矩形切成一个三角形和一个梯形,因此 U2U_2 是一个直角三角形,其两条直角边沿矩形两边,其中一条是完整边(6677)。因为 U1U2U_1 \sim U_233-44-55 直角三角形 ABCABC 中的切线也必须产生一个直角三角形,所以它平行于一条直角边,于是 U1ABCU_1 \sim ABC。因此 U2U_2 也是一个 33-44-55 三角形:其直角边为 6692\frac{9}{2}(完整边为 66),或 77214\frac{21}{4}(完整边为 77);其他方向需要直角边为 88283\frac{28}{3},放不进矩形。

两种情形下,梯形 V2V_2 都有两个直角,且切线与较长底边所成锐角的正切为 692=7214=43\frac{6}{\frac{9}{2}} = \frac{7}{\frac{21}{4}} = \frac{4}{3}。在三角形 ABCABC 中,平行于长度为 33 的边作切线会使 V1V_1 中相应锐角的正切为 43\frac{4}{3} 可以匹配;而平行于长度为 44 的边会给出正切 34\frac{3}{4},无法匹配。所以切线平行于长度为 33 的边,且 V1V_1 的两条平行底边是切出的线段 ss 和长度为 33 的边。

梯形相似要求 s:3s : 3 等于 V2V_2 的底边比,在第一种情形中为 7927=514\frac{7 - \frac{9}{2}}{7} = \frac{5}{14},第二种情形中为 62146=18\frac{6 - \frac{21}{4}}{6} = \frac{1}{8}。于是 [U1]=(s3)2[ABC][U_1] = \left(\frac{s}{3}\right)^2 [ABC],得到 (514)26=7598\left(\frac{5}{14}\right)^2 \cdot 6 = \frac{75}{98}(18)26=332\left(\frac{1}{8}\right)^2 \cdot 6 = \frac{3}{32}。最小值是 332\frac{3}{32},所以 m+n=3+32=35m + n = 3 + 32 = 35

A segment cuts the rectangle into a triangle and a trapezoid only if it runs from a vertex to a point on a nonadjacent side, so U2U_2 is a right triangle whose legs lie along two sides of the rectangle, one leg being a full side (66 or 77). Since U1U2,U_1 \sim U_2, the cut in the 33-44-55 right triangle ABCABC must also produce a right triangle, so it is parallel to a leg, and then U1ABC.U_1 \sim ABC. Hence U2U_2 is a 33-44-55 triangle too: its legs are 66 and 92\frac{9}{2} (full side 66) or 77 and 214\frac{21}{4} (full side 77); the other orientations need legs 88 or 283,\frac{28}{3}, which do not fit.

In both cases the trapezoid V2V_2 has two right angles and an acute angle between the cut and its longer base with tangent 692=7214=43.\frac{6}{\frac{9}{2}} = \frac{7}{\frac{21}{4}} = \frac{4}{3}. In triangle ABC,ABC, a cut parallel to the leg of length 33 gives V1V_1 an acute angle with tangent 43,\frac{4}{3}, matching, while a cut parallel to the leg of length 44 gives tangent 34,\frac{3}{4}, which cannot match. So the cut is parallel to the side of length 3,3, and the parallel bases of V1V_1 are the cut segment ss and the side of length 3.3.

Similarity of the trapezoids forces s:3s : 3 to equal the ratio of the bases of V2,V_2, which is 7927=514\frac{7 - \frac{9}{2}}{7} = \frac{5}{14} in the first case and 62146=18\frac{6 - \frac{21}{4}}{6} = \frac{1}{8} in the second. Then [U1]=(s3)2[ABC],[U_1] = \left(\frac{s}{3}\right)^2 [ABC], giving (514)26=7598\left(\frac{5}{14}\right)^2 \cdot 6 = \frac{75}{98} or (18)26=332.\left(\frac{1}{8}\right)^2 \cdot 6 = \frac{3}{32}. The minimum is 332,\frac{3}{32}, so m+n=3+32=35.m + n = 3 + 32 = 35.

10.

一个半径为 11 的圆被随机放入一个 15153636 的矩形 ABCDABCD 中,且圆完全位于矩形内部。已知该圆不会碰到对角线 AC\overline{AC} 的概率为 mn\frac{m}{n},其中 mmnn 是互质正整数,求 m+nm + n

A circle of radius 11 is randomly placed in a 1515-by-3636 rectangle ABCDABCD so that the circle lies completely within the rectangle. Given that the probability that the circle will not touch diagonal AC\overline{AC} is mn,\frac{m}{n}, where mm and nn are relatively prime positive integers, find m+n.m + n.

答案:817
难度评级:2790
小提示:

圆心在一个 34×1334 \times 13 的矩形中均匀分布;圆避开对角线恰好等价于圆心到该直线的距离大于 11

The circle’s center is uniform over a 34×1334 \times 13 rectangle, and the circle misses the diagonal exactly when the center is more than 11 from that line

大提示:

有利区域是两条与对角线平行且距离为 11 的直线切出的两个直角三角形;每个三角形的直角边为 3030252\frac{25}{2}

The favorable region is two right triangles cut off by the lines parallel to the diagonal at distance 1;1; each has legs 3030 and 252\frac{25}{2}

解答:

A=(0,0)A = (0, 0)B=(36,0)B = (36, 0)C=(36,15)C = (36, 15)。为使圆位于矩形内,圆心必须在矩形 [1,35]×[1,14][1, 35] \times [1, 14] 中,其面积为 3413=44234 \cdot 13 = 442,且圆心在其中均匀分布。对角线 AC\overline{AC} 位于直线 5x12y=05x - 12y = 0 上;圆避开它恰好等价于圆心到该直线的距离 5x12y13\frac{|5x - 12y|}{13} 大于 11,即 5x12y>13|5x - 12y| \gt 13

直线 5x12y=135x - 12y = 13y=1y = 1 交于 x=5x = 5,与 x=35x = 35 交于 y=272y = \frac{27}{2},所以对角线下方的有利区域是顶点为 (5,1)(5, 1)(35,1)(35, 1)(35,272)(35, \tfrac{27}{2}) 的直角三角形,直角边为 3030252\frac{25}{2},面积为 1230252=3752\frac{1}{2} \cdot 30 \cdot \frac{25}{2} = \frac{375}{2}。将图形旋转 180180^\circ,旋转中心为位于对角线上的矩形中心 (18,152)(18, \tfrac{15}{2}),会把内矩形和对角线映到自身,所以对角线上方区域面积相同。

概率为 375442\frac{375}{442},又因为 442=21317442 = 2 \cdot 13 \cdot 17375=353375 = 3 \cdot 5^3,没有公因数,所以 m+n=375+442=817m + n = 375 + 442 = 817

Place A=(0,0),A = (0, 0), B=(36,0),B = (36, 0), C=(36,15).C = (36, 15). For the circle to lie in the rectangle, its center must lie in the rectangle [1,35]×[1,14],[1, 35] \times [1, 14], of area 3413=442,34 \cdot 13 = 442, and the center is uniformly distributed there. The diagonal AC\overline{AC} lies on the line 5x12y=0,5x - 12y = 0, and the circle misses it exactly when the center’s distance 5x12y13\frac{|5x - 12y|}{13} exceeds 1,1, that is, 5x12y>13.|5x - 12y| \gt 13.

The line 5x12y=135x - 12y = 13 meets y=1y = 1 at x=5x = 5 and x=35x = 35 at y=272,y = \frac{27}{2}, so below the diagonal the favorable region is the right triangle with vertices (5,1),(5, 1), (35,1),(35, 1), (35,272),(35, \tfrac{27}{2}), with legs 3030 and 252\frac{25}{2} and area 1230252=3752.\frac{1}{2} \cdot 30 \cdot \frac{25}{2} = \frac{375}{2}. Rotating 180180^\circ about the rectangle’s center (18,152),(18, \tfrac{15}{2}), which lies on the diagonal, maps the inner rectangle and the diagonal to themselves, so the region above the diagonal has the same area.

The probability is 375442,\frac{375}{442}, and since 442=21317442 = 2 \cdot 13 \cdot 17 shares no factor with 375=353,375 = 3 \cdot 5^3, we get m+n=375+442=817.m + n = 375 + 442 = 817.

11.

一个直圆锥形状的实心体高 44 英寸,底面半径为 33 英寸。整个圆锥表面,包括底面,都被涂上了油漆。一个平行于圆锥底面的平面将圆锥分成两个实心体:一个较小的圆锥形实心体 C\mathcal{C} 和一个圆台形实心体 F\mathcal{F},使得 C\mathcal{C}F\mathcal{F} 的已涂表面积之比,和 C\mathcal{C}F\mathcal{F} 的体积之比,都等于 kk。已知 k=mnk = \frac{m}{n},其中 mmnn 是互质正整数,求 m+nm + n

A solid in the shape of a right circular cone is 44 inches tall and its base has a 33-inch radius. The entire surface of the cone, including its base, is painted. A plane parallel to the base of the cone divides the cone into two solids, a smaller cone-shaped solid C\mathcal{C} and a frustum-shaped solid F,\mathcal{F}, in such a way that the ratio between the areas of the painted surfaces of C\mathcal{C} and F\mathcal{F} and the ratio between the volumes of C\mathcal{C} and F\mathcal{F} are both equal to k.k. Given that k=mn,k = \frac{m}{n}, where mm and nn are relatively prime positive integers, find m+n.m + n.

答案:512
难度评级:2710
小提示:

若从顶点到切面的长度与圆锥高之比为 tt,则 C\mathcal{C} 的已涂面积为 15πt215\pi t^2,而总已涂面积为 24π24\pi,体积分数是 t3t^3

If the cut is at fraction tt of the way up, C\mathcal{C} has painted area 15πt215\pi t^2 of the total painted 24π,24\pi, and volume fraction t3t^3

大提示:

15t22415t2=t31t3\frac{15t^2}{24 - 15t^2} = \frac{t^3}{1 - t^3} 可化简为 15=24t15 = 24t

Equating 15t22415t2=t31t3\frac{15t^2}{24 - 15t^2} = \frac{t^3}{1 - t^3} simplifies to 15=24t15 = 24t

解答:

该圆锥半径为 33,高为 44,斜高为 55,所以已涂表面包括侧面积 π35=15π\pi \cdot 3 \cdot 5 = 15\pi 和底面积 9π9\pi,总共 24π24\pi。设切割得到的相似比为 tt,即 C\mathcal{C} 是半径 3t3t、斜高 5t5t 的圆锥。那么 C\mathcal{C} 的已涂表面只有其侧面积 15πt215\pi t^2,而 F\mathcal{F} 的已涂表面是剩余部分 24π15πt224\pi - 15\pi t^2。体积之比为 t3t^31t31 - t^3

令两个比值相等,15t22415t2=t31t3\frac{15 t^2}{24 - 15 t^2} = \frac{t^3}{1 - t^3}\text{,}所以 15t2(1t3)=t3(2415t2)15 t^2 (1 - t^3) = t^3 (24 - 15 t^2),化简得 15t2=24t315 t^2 = 24 t^3,因而 t=58t = \frac{5}{8}

于是 k=t31t3=125512387512=125387k = \frac{t^3}{1 - t^3} = \frac{\frac{125}{512}}{\frac{387}{512}} = \frac{125}{387},这已经是最简分数,因为 387=3243387 = 3^2 \cdot 43,所以 m+n=125+387=512m + n = 125 + 387 = 512

The cone has radius 3,3, height 4,4, and slant height 5,5, so its painted surface consists of lateral area π35=15π\pi \cdot 3 \cdot 5 = 15\pi and base area 9π,9\pi, totaling 24π.24\pi. Suppose the cut is at similarity ratio t,t, so C\mathcal{C} is a cone with radius 3t3t and slant height 5t.5t. Then C\mathcal{C}’s painted surface is only its lateral area 15πt2,15\pi t^2, and F\mathcal{F}’s painted surface is the rest, 24π15πt2.24\pi - 15\pi t^2. The volumes are in ratio t3t^3 to 1t3.1 - t^3.

Setting the two ratios equal, 15t22415t2=t31t3,\frac{15 t^2}{24 - 15 t^2} = \frac{t^3}{1 - t^3}, so 15t2(1t3)=t3(2415t2),15 t^2 (1 - t^3) = t^3 (24 - 15 t^2), which simplifies to 15t2=24t3,15 t^2 = 24 t^3, giving t=58.t = \frac{5}{8}.

Then k=t31t3=125512387512=125387,k = \frac{t^3}{1 - t^3} = \frac{\frac{125}{512}}{\frac{387}{512}} = \frac{125}{387}, which is in lowest terms since 387=3243,387 = 3^2 \cdot 43, so m+n=125+387=512.m + n = 125 + 387 = 512.

12.

S\mathcal{S} 为所有有序数对 (x,y)(x, y) 的集合,满足 0<x10 \lt x \le 10<y10 \lt y \le 1,且 log2(1x)\left\lfloor \log_2\left(\frac{1}{x}\right) \right\rfloorlog5(1y)\left\lfloor \log_5\left(\frac{1}{y}\right) \right\rfloor 都是偶数。已知 S\mathcal{S} 的图形面积为 mn\frac{m}{n},其中 mmnn 是互质正整数,求 m+nm + n。记号 z\lfloor z \rfloor 表示小于或等于 zz 的最大整数。

Let S\mathcal{S} be the set of ordered pairs (x,y)(x, y) such that 0<x1,0 \lt x \le 1, 0<y1,0 \lt y \le 1, and log2(1x)\left\lfloor \log_2\left(\frac{1}{x}\right) \right\rfloor and log5(1y)\left\lfloor \log_5\left(\frac{1}{y}\right) \right\rfloor are both even. Given that the area of the graph of S\mathcal{S} is mn,\frac{m}{n}, where mm and nn are relatively prime positive integers, find m+n.m + n. The notation z\lfloor z \rfloor denotes the greatest integer that is less than or equal to z.z.

答案:14
难度评级:2840
小提示:

log2(1x)=2k\lfloor \log_2(\frac{1}{x}) \rfloor = 2k 恰好等价于 22k1<x22k2^{-2k-1} \lt x \le 2^{-2k}

log2(1x)=2k\lfloor \log_2(\frac{1}{x}) \rfloor = 2k exactly when 22k1<x22k2^{-2k-1} \lt x \le 2^{-2k}

大提示:

该区域是若干 xx 区间组成的集合与若干 yy 区间组成的集合的乘积;分别用等比级数求总长度再相乘

The region is a product of a set of xx-intervals and a set of yy-intervals; sum each set of lengths as a geometric series and multiply

解答:

对于 0<x10 \lt x \le 1,条件 log2(1x)=2k\lfloor \log_2(\frac{1}{x}) \rfloor = 2k(其中 k0k \ge 0 为整数)表示 2klog2(1x)<2k+12k \le \log_2(\frac{1}{x}) \lt 2k + 1,即 x(22k1,22k]x \in \left(2^{-2k-1}, 2^{-2k}\right]。这些区间的总长度为 k022k1=12114=23\sum_{k \ge 0} 2^{-2k-1} = \frac{\frac{1}{2}}{1 - \frac{1}{4}} = \frac{2}{3}\text{。}同理,log5(1y)\lfloor \log_5(\frac{1}{y}) \rfloor 为偶数时,y(52k1,52k]y \in \left(5^{-2k-1}, 5^{-2k}\right],这些区间的总长度为 k04525k=451125=56\sum_{k \ge 0} \frac{4}{5} \cdot 25^{-k} = \frac{\frac{4}{5}}{1 - \frac{1}{25}} = \frac{5}{6}

S\mathcal{S} 的图形是这两个集合的笛卡尔积,所以面积为 2356=59\frac{2}{3} \cdot \frac{5}{6} = \frac{5}{9},因此 m+n=5+9=14m + n = 5 + 9 = 14

For 0<x1,0 \lt x \le 1, the condition log2(1x)=2k\lfloor \log_2(\frac{1}{x}) \rfloor = 2k (for an integer k0k \ge 0) means 2klog2(1x)<2k+1,2k \le \log_2(\frac{1}{x}) \lt 2k + 1, i.e. x(22k1,22k].x \in \left(2^{-2k-1}, 2^{-2k}\right]. These intervals have total length k022k1=12114=23.\sum_{k \ge 0} 2^{-2k-1} = \frac{\frac{1}{2}}{1 - \frac{1}{4}} = \frac{2}{3}. Similarly, log5(1y)\lfloor \log_5(\frac{1}{y}) \rfloor is even for y(52k1,52k],y \in \left(5^{-2k-1}, 5^{-2k}\right], intervals of total length k04525k=451125=56.\sum_{k \ge 0} \frac{4}{5} \cdot 25^{-k} = \frac{\frac{4}{5}}{1 - \frac{1}{25}} = \frac{5}{6}.

The graph of S\mathcal{S} is the product of these two sets, so its area is 2356=59,\frac{2}{3} \cdot \frac{5}{6} = \frac{5}{9}, and m+n=5+9=14.m + n = 5 + 9 = 14.

13.

多项式 P(x)=(1+x+x2++x17)2x17 \begin{aligned} P(x) &= \small (1 + x + x^2 + \cdots + x^{17})^2 \\ &\quad {}- x^{17} \end{aligned} 3434 个形如 zkz_k =rk[cos(2παk)+isin(2παk)]= r_k[\cos(2\pi\alpha_k) + i\sin(2\pi\alpha_k)] 的复数零点,其中 k=1k = 12233\ldots34340<α1α2α30 \lt \alpha_1 \le \alpha_2 \le \alpha_3 α34<1\le \cdots \le \alpha_{34} \lt 1,且 rk>0r_k \gt 0。已知 α1+α2+α3+α4+α5=mn\alpha_1 + \alpha_2 + \alpha_3 + \alpha_4 + \alpha_5 = \frac{m}{n},其中 mmnn 是互质正整数,求 m+nm + n

The polynomial P(x)=(1+x+x2++x17)2x17 \begin{aligned} P(x) &= \small (1 + x + x^2 + \cdots + x^{17})^2 \\ &\quad {}- x^{17} \end{aligned} has 3434 complex zeros of the form zkz_k =rk[cos(2παk)+isin(2παk)],= r_k[\cos(2\pi\alpha_k) + i\sin(2\pi\alpha_k)], k=1,k = 1, 2,2, 3,3, ,\ldots, 34,34, with 0<α1α2α30 \lt \alpha_1 \le \alpha_2 \le \alpha_3 α34<1\le \cdots \le \alpha_{34} \lt 1 and rk>0.r_k \gt 0. Given that α1+α2+α3+α4+α5=mn,\alpha_1 + \alpha_2 + \alpha_3 + \alpha_4 + \alpha_5 = \frac{m}{n}, where mm and nn are relatively prime positive integers, find m+n.m + n.

答案:482
难度评级:3060
小提示:

P(x)P(x) 乘以 (x1)2(x - 1)^2,并写作 1+x++x17=x181x11 + x + \cdots + x^{17} = \frac{x^{18} - 1}{x - 1}

Multiply P(x)P(x) by (x1)2,(x - 1)^2, writing 1+x++x17=x181x11 + x + \cdots + x^{17} = \frac{x^{18} - 1}{x - 1}

大提示:

(x181)2x17(x1)2(x^{18} - 1)^2 - x^{17}(x - 1)^2 =(x191)(x171)= (x^{19} - 1)(x^{17} - 1),所以零点是 1717 次和 1919 次单位根

(x181)2x17(x1)2(x^{18} - 1)^2 - x^{17}(x - 1)^2 =(x191)(x171),= (x^{19} - 1)(x^{17} - 1), so the zeros are 1717th and 1919th roots of unity

解答:

x1x \ne 1 时,写成 1+x++x17=x181x11 + x + \cdots + x^{17} = \frac{x^{18} - 1}{x - 1},所以 (x1)2P(x)=(x181)2x17(x1)2=x36x19x17+1=(x191)(x171) \begin{aligned} \scriptsize (x - 1)^2 P(x) &= (x^{18} - 1)^2 \\ &\quad {}- x^{17}(x - 1)^2 \\ &= x^{36} - x^{19} - x^{17} + 1 \\ &= (x^{19} - 1)(x^{17} - 1) \end{aligned}\text{。}因此 PP3434 个零点是除 11 之外满足 x17=1x^{17} = 1x19=1x^{19} = 1 的复数;它们都在单位圆上,对应角度为 α=k17\alpha = \frac{k}{17},其中 k=1,,16k = 1, \ldots, 16,以及 α=k19\alpha = \frac{k}{19},其中 k=1,,18k = 1, \ldots, 18

其中最小的五个角为 119<117<219<217<319\frac{1}{19} \lt \frac{1}{17} \lt \frac{2}{19} \lt \frac{2}{17} \lt \frac{3}{19}\text{,}它们的和为 619+317=102+57323=159323\frac{6}{19} + \frac{3}{17} = \frac{102 + 57}{323} = \frac{159}{323}。因为 159=353159 = 3 \cdot 53323=1719323 = 17 \cdot 19,这个分数已是最简,所以 m+n=159+323=482m + n = 159 + 323 = 482

For x1,x \ne 1, write 1+x++x17=x181x1,1 + x + \cdots + x^{17} = \frac{x^{18} - 1}{x - 1}, so (x1)2P(x)=(x181)2x17(x1)2=x36x19x17+1=(x191)(x171). \begin{aligned} \scriptsize (x - 1)^2 P(x) &= (x^{18} - 1)^2 \\ &\quad {}- x^{17}(x - 1)^2 \\ &= x^{36} - x^{19} - x^{17} + 1 \\ &= (x^{19} - 1)(x^{17} - 1). \end{aligned} Hence the zeros of PP are the 3434 complex numbers other than 11 satisfying x17=1x^{17} = 1 or x19=1;x^{19} = 1; all lie on the unit circle, with angles α=k17\alpha = \frac{k}{17} for k=1,,16k = 1, \ldots, 16 and α=k19\alpha = \frac{k}{19} for k=1,,18.k = 1, \ldots, 18.

The five smallest of these angles are 119<117<219<217<319,\frac{1}{19} \lt \frac{1}{17} \lt \frac{2}{19} \lt \frac{2}{17} \lt \frac{3}{19}, whose sum is 619+317=102+57323=159323.\frac{6}{19} + \frac{3}{17} = \frac{102 + 57}{323} = \frac{159}{323}. Since 159=353159 = 3 \cdot 53 and 323=1719,323 = 17 \cdot 19, this is in lowest terms, and m+n=159+323=482.m + n = 159 + 323 = 482.

14.

一只独角兽被一根 2020 英尺长的银绳拴在一座魔法师圆柱形塔的底部,塔的半径为 88 英尺。绳子一端固定在塔的地面高度处,另一端系在独角兽身上,离地高度为 44 英尺。独角兽把绳子拉紧,绳子的末端距塔上最近点 44 英尺,且绳子接触塔的长度为 abc\frac{a - \sqrt{b}}{c} 英尺,其中 aabbcc 是正整数,且 cc 是质数。求 a+b+ca + b + c

A unicorn is tethered by a 2020-foot silver rope to the base of a magician’s cylindrical tower whose radius is 88 feet. The rope is attached to the tower at ground level and to the unicorn at a height of 44 feet. The unicorn has pulled the rope taut, the end of the rope is 44 feet from the nearest point on the tower, and the length of the rope that is touching the tower is abc\frac{a - \sqrt{b}}{c} feet, where a,a, b,b, and cc are positive integers, and cc is prime. Find a+b+c.a + b + c.

答案:813
难度评级:3270
小提示:

展开圆柱侧面后,绷紧的绳子成为一条直线段,因此整根绳子和其水平投影始终保持 20:2024220 : \sqrt{20^2 - 4^2} 的比例

Unrolling the cylinder makes the taut rope one straight segment, so length and horizontal projection stay in the ratio 20:2024220 : \sqrt{20^2 - 4^2} along the whole rope

大提示:

从上方看,绳子离开塔的部分与半径为 88 的圆相切,其另一端距圆心 1212,所以投影长度为 454\sqrt{5}

Seen from above, the free part of the rope is tangent to the circle of radius 88 from a point 1212 from the center, so its projection has length 454\sqrt{5}

解答:

绳子从塔底固定点 AA 出发,沿墙面贴到一点 PP,再直线连到末端 QQ,其高度为 44,到塔轴的距离为 8+4=128 + 4 = 12。将圆柱侧面展开成平面:绷紧的绳子成为一条长度为 2020、上升 44 英尺的直线段,所以其水平投影长度为 20242=86\sqrt{20^2 - 4^2} = 8\sqrt{6},而绳子的每一段都有相同的长度与水平投影之比 2086=526\frac{20}{8\sqrt{6}} = \frac{5}{2\sqrt{6}}

从上方看,自由段 PQPQ 与半径为 88 的圆相切,切点为 PP,其另一端距圆心 1212,所以其水平投影长度为 12282=45\sqrt{12^2 - 8^2} = 4\sqrt{5}。因此 PQ=52645=1056=5303 \begin{aligned} PQ &= \frac{5}{2\sqrt{6}} \cdot 4\sqrt{5} \\ &= \frac{10\sqrt{5}}{\sqrt{6}} \\ &= \frac{5\sqrt{30}}{3} \end{aligned}\text{。}

接触塔的绳长为 205303=60750320 - \frac{5\sqrt{30}}{3} = \frac{60 - \sqrt{750}}{3},且 c=3c = 3 是质数,所以 a+b+c=60+750+3=813a + b + c = 60 + 750 + 3 = 813

The rope runs from its anchor AA at the base of the tower, hugs the wall up to a point P,P, then goes straight to its end Q,Q, which is at height 44 and at distance 8+4=128 + 4 = 12 from the tower’s axis. Unroll the cylinder’s wall into a plane: a taut rope becomes a single straight segment of length 2020 rising 44 feet, so its horizontal projection has length 20242=86,\sqrt{20^2 - 4^2} = 8\sqrt{6}, and every piece of the rope has the same ratio 2086=526\frac{20}{8\sqrt{6}} = \frac{5}{2\sqrt{6}} of length to horizontal projection.

Viewed from above, the free portion PQPQ is tangent to the circle of radius 88 at PP from a point at distance 12,12, so its horizontal projection has length 12282=45.\sqrt{12^2 - 8^2} = 4\sqrt{5}. Therefore PQ=52645=1056=5303. \begin{aligned} PQ &= \frac{5}{2\sqrt{6}} \cdot 4\sqrt{5} \\ &= \frac{10\sqrt{5}}{\sqrt{6}} \\ &= \frac{5\sqrt{30}}{3}. \end{aligned}

The rope touching the tower has length 205303=607503,20 - \frac{5\sqrt{30}}{3} = \frac{60 - \sqrt{750}}{3}, and c=3c = 3 is prime, so a+b+c=60+750+3=813.a + b + c = 60 + 750 + 3 = 813.

15.

对所有正整数 xx,定义 f(x)={1若 x=1,x10若 x 是 10的倍数,x+1否则,f(x) = \scriptsize\begin{cases} 1 & \text{若 } x = 1, \\ \frac{x}{10} & \text{若 } x \text{ 是 } 10 \text{的倍数}, \\ x + 1 & \text{否则,} \end{cases} 并按如下方式定义一个数列:x1=xx_1 = x,且 xn+1=f(xn)x_{n+1} = f(x_n) 对所有正整数 nn 成立。令 d(x)d(x) 为最小正整数 nn,使 xn=1x_n = 1。(例如,d(100)=3d(100) = 3d(87)=7d(87) = 7。)设 mm 为正整数 xx 中满足 d(x)=20d(x) = 20 的个数。求 mm 的不同质因数之和。

For all positive integers x,x, let f(x)={1if x=1,x10if x is divisible by 10,x+1otherwise,f(x) = \scriptsize\begin{cases} 1 & \text{if } x = 1, \\ \frac{x}{10} & \text{if } x \text{ is divisible by } 10, \\ x + 1 & \text{otherwise,} \end{cases} and define a sequence as follows: x1=xx_1 = x and xn+1=f(xn)x_{n+1} = f(x_n) for all positive integers n.n. Let d(x)d(x) be the smallest nn such that xn=1.x_n = 1. (For example, d(100)=3d(100) = 3 and d(87)=7.d(87) = 7.) Let mm be the number of positive integers xx such that d(x)=20.d(x) = 20. Find the sum of the distinct prime factors of m.m.

答案:511
难度评级:3370
小提示:

11 倒推:每个 zz 都有原像 10z10z,另外还有 z1z - 1,除非 zz11 结尾或 z=2z = 2

Work backwards from 1:1: each zz has preimages 10z,10z, and z1z - 1 unless zz ends in 11 or z=2z = 2

大提示:

如果每个顶点都有两个子节点,原像树第 2020 列会有 2182^{18} 个数;每遇到一个只有一个子节点的顶点,就减去 219k2^{19-k},其中该顶点位于第 kk

Column 2020 of the preimage tree would have 2182^{18} numbers if every vertex had two children; subtract 219k2^{19-k} for each one-child vertex in column kk

解答:

倒推:若 f(z)=zf(z') = z,则 z=10zz' = 10z(总是可以);还可能有 z=z1z' = z - 1,前提是 z1z - 1 不是 1010 的倍数且 z11z - 1 \ne 1,即 zz 不以 11 结尾且 z2z \ne 2。因此满足 d(x)=nd(x) = n 的整数构成树的第 nn 列,而这棵树以 11 为根:前几列为 {1}\{1\}{10}\{10\}{9,100}\{9, 100\}{8,90,99,1000}\{8, 90, 99, 1000\},并且除 22 和以 11 结尾的顶点以外,每个顶点都有两个子节点;那些例外只有子节点 10z10z

找出这些只有一个子节点的顶点。因为 231012 \to 3 \to \cdots \to 10 \to 1,顶点 22 位于第 1010 列。以 11 结尾的顶点可通过反复减去 11 到达,起点是以 00 结尾的顶点,共减九次。因此这类顶点要再过 99 列才出现;作为起点的是 1010 的倍数。第 22 到第 1010 列完全翻倍(那之前没有只有一个子节点的顶点),所以第 jj 列有 2j22^{j-2} 个顶点,其中 1010 的倍数,也就是子节点 10z10z,来自第 j1j - 1 列,共有 2j32^{j-3} 个。因此对 12k1912 \le k \le 19,第 kk 列含有 2k122^{k-12} 个以 11 结尾的顶点(第 1111 列没有,因为其中涉及的 1010 的倍数来自第 22 列,也就是 1010 本身;它的后代 11 被排除,而这个排除正好就是 22 缺少的那个子节点)。

kk 列中一个只有一个子节点的顶点,会去掉 219k2^{19-k} 个潜在顶点;原本共有 2182^{18} 个,位于第 2020 列。因此 m=21829k=12192k12219k=21829827=29(2912)=29509 \begin{aligned} m &= 2^{18} - 2^{9} \\ &\quad {}- \sum_{k=12}^{19} 2^{k-12} \cdot 2^{19-k} \\ &= 2^{18} - 2^9 - 8 \cdot 2^7 \\ &= 2^9(2^9 - 1 - 2) \\ &= 2^9 \cdot 509 \end{aligned}\text{。}因为 509509 是质数,mm 的不同质因数之和为 2+509=5112 + 509 = 511

Work backwards: f(z)=zf(z') = z for z=10zz' = 10z (always) and for z=z1z' = z - 1 (provided z1z - 1 is not a multiple of 1010 and z11,z - 1 \ne 1, i.e. zz does not end in 11 and z2z \ne 2). So the integers with d(x)=nd(x) = n form column nn of a tree rooted at 1:1: the columns begin {1},\{1\}, {10},\{10\}, {9,100},\{9, 100\}, {8,90,99,1000},\{8, 90, 99, 1000\}, and every vertex has two children except 22 and the vertices ending in 1,1, which have only the child 10z.10z.

Locate those one-child vertices. Since 23101,2 \to 3 \to \cdots \to 10 \to 1, the vertex 22 sits in column 10.10. A vertex ending in 11 is reached by subtracting 11 nine times from a vertex ending in 0,0, so such vertices sit 99 columns after the multiples of 1010 in the tree. Columns 22 through 1010 double perfectly (no one-child vertices occur that early), so column jj has 2j22^{j-2} vertices, of which the multiples of 1010 — the children 10z10z of column j1j - 1 — number 2j3.2^{j-3}. Hence for 12k19,12 \le k \le 19, column kk contains 2k122^{k-12} vertices ending in 11 (column 1111 has none, because the multiple of 1010 in column 22 is 1010 itself, whose descendant 11 is excluded — that exclusion is exactly the missing child of 22).

A one-child vertex in column kk removes 219k2^{19-k} of the potential 2182^{18} vertices from column 20.20. Therefore m=21829k=12192k12219k=21829827=29(2912)=29509. \begin{aligned} m &= 2^{18} - 2^{9} \\ &\quad {}- \sum_{k=12}^{19} 2^{k-12} \cdot 2^{19-k} \\ &= 2^{18} - 2^9 - 8 \cdot 2^7 \\ &= 2^9(2^9 - 1 - 2) \\ &= 2^9 \cdot 509. \end{aligned} Since 509509 is prime, the sum of the distinct prime factors of mm is 2+509=511.2 + 509 = 511.