2026 AIME I 详解

向下滚动即可查看来自 LIVE by Po-Shen Loh 的精心整理的解答,打印PDF 解答,查看答案,或参加完整限时模拟考试

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

1.

Patrick 从学校沿一条笔直的路以恒定速度步行去公园。Patrick 出发一小时后,Tanya 从学校沿同一条笔直的路以恒定速度跑向公园,速度比 Patrick 步行快每小时 22 英里。Tanya 出发一小时后,José 从学校沿同一条笔直的路以恒定速度骑车去公园,速度比 Tanya 跑步快每小时 77 英里。三人同时到达公园。学校到公园的距离是 mn\frac{m}{n} 英里,其中 mmnn 为互质正整数。求 m+nm + n

Patrick started walking at a constant speed along a straight road from his school to the park. One hour after Patrick left, Tanya started running at a constant speed of 22 miles per hour faster than Patrick walked, following the same straight road from the school to the park. One hour after Tanya left, José started bicycling at a constant speed of 77 miles per hour faster than Tanya ran, following the same straight road from the school to the park. All three people arrived at the park at the same time. The distance from the school to the park is mn\frac{m}{n} miles, where mm and nn are relatively prime positive integers. Find m+n.m + n.

知识点:路程、速度与时间方程组
难度评级:1840
小提示:

设 Patrick 的速度为 vv,行程时间为 TT 小时;三人走过的距离相同

Let Patrick’s speed be vv and his travel time TT hours; all three cover the same distance

大提示:

vT=(v+2)(T1)vT = (v+2)(T-1)vT=(v+9)(T2)vT = (v+9)(T-2) 中,vTvT 项会相消,留下关于 vvTT 的两个一次方程

In vT=(v+2)(T1)vT = (v+2)(T-1) and vT=(v+9)(T2),vT = (v+9)(T-2), the vTvT terms cancel, leaving two linear equations in vv and TT

解答:

设 Patrick 的速度为每小时 vv 英里,行程时间为 TT 小时。于是 Tanya 用 T1T - 1 小时以速度 v+2v + 2 行进,José 用 T2T - 2 小时以速度 v+9v + 9 行进(这比 Tanya 的速度多 77)。因为三人走过同一段距离,vT=(v+2)(T1)=(v+9)(T2) \begin{aligned} vT &= (v+2)(T-1) \\ &= (v+9)(T-2) \end{aligned}\text{。}

展开第一个等式得 0=2Tv20 = 2T - v - 2,所以 v=2T2v = 2T - 2。展开第二个等式得 0=9T2v180 = 9T - 2v - 18,所以 2v=9T182v = 9T - 18。代入可得 4T4=9T184T - 4 = 9T - 18,因此 T=145T = \frac{14}{5},且 v=185v = \frac{18}{5}

距离为 vT=185145=25225vT = \frac{18}{5} \cdot \frac{14}{5} = \frac{252}{25},已经是最简分数,所以 m+n=252+25=277m + n = 252 + 25 = 277

Let vv be Patrick’s speed in miles per hour and TT his travel time in hours. Then Tanya travels for T1T - 1 hours at speed v+2,v + 2, and José travels for T2T - 2 hours at speed v+9v + 9 (which is 77 more than Tanya’s speed). Since all three cover the same distance, vT=(v+2)(T1)=(v+9)(T2). \begin{aligned} vT &= (v+2)(T-1) \\ &= (v+9)(T-2). \end{aligned}

Expanding the first equality gives 0=2Tv2,0 = 2T - v - 2, so v=2T2.v = 2T - 2. Expanding the second gives 0=9T2v18,0 = 9T - 2v - 18, so 2v=9T18.2v = 9T - 18. Substituting, 4T4=9T18,4T - 4 = 9T - 18, hence T=145T = \frac{14}{5} and v=185.v = \frac{18}{5}.

The distance is vT=185145=25225,vT = \frac{18}{5} \cdot \frac{14}{5} = \frac{252}{25}, which is in lowest terms, so m+n=252+25=277.m + n = 252 + 25 = 277.

2.

1010 进制表示中不含数字零、各位数字和为 1313 的正整数回文数的个数。例如,4212442124 满足这些性质。回顾一下,回文数是从左到右读和从右到左读表示都相同的数。

Find the number of positive integer palindromes written in base 10,10, with no zero digits, and whose digits add up to 13.13. For example, 4212442124 has these properties. Recall that a palindrome is a number whose representation reads the same from left to right as from right to left.

难度评级:2110
小提示:

数字和 1313 为奇数,所以回文数有奇数位,且中间数字为奇数

A digit sum of 1313 is odd, so the palindrome has an odd number of digits and an odd middle digit

大提示:

若中间数字为 mm,则它左侧的数字组成一个非零数字串,数字和为 13m2\frac{13-m}{2};计数组合

If the middle digit is m,m, the digits to its left form a string of nonzero digits with sum 13m2;\frac{13-m}{2}; count compositions

解答:

偶数位回文数的每个数字都会成镜像对出现,所以数字和为偶数。由于 1313 是奇数,回文数必须有奇数位;若 mm 是中间数字,则剩余数字和 13m13 - m 平均分到两侧,所以 mm 为奇数。一位回文数需要 m=13m = 13,这不可能。

这个回文数由中间数字 mm 和中心左侧的数字块决定:这是一个非空的非零数字串,数字和为 s=13m2s = \frac{13 - m}{2}。当 m=1,3,5,7,9m = 1, 3, 5, 7, 9 时,分别有 s=6,5,4,3,2s = 6, 5, 4, 3, 2。由于 s6s \le 6,这样的数字串中每个数字自动不超过 99,所以字符串个数就是 ss 的正整数拆分成有序部分的个数,即 2s12^{s-1} (在 s1s - 1 个单位间隙中,每个间隙选择断开或不断开)。

总数为 25+24+23+22+21=32+16+8+4+2=62 \begin{aligned} &2^{5} + 2^{4} + 2^{3} + 2^{2} + 2^{1} \\ &= 32 + 16 + 8 + 4 + 2 \\ &= 62 \end{aligned}\text{。}

A palindrome with an even number of digits has each digit appearing in a mirrored pair, so its digit sum is even. Since 1313 is odd, the palindrome has an odd number of digits, and if mm is the middle digit, the rest of the digit sum 13m13 - m is split evenly between the two halves, so mm is odd. A one-digit palindrome would need m=13,m = 13, which is impossible.

The palindrome is determined by its middle digit mm and the block of digits to the left of center: a nonempty string of nonzero digits with sum s=13m2.s = \frac{13 - m}{2}. For m=1,3,5,7,9m = 1, 3, 5, 7, 9 we get s=6,5,4,3,2.s = 6, 5, 4, 3, 2. Since s6,s \le 6, every digit of such a string is automatically at most 9,9, so the number of strings is the number of compositions of s,s, which is 2s12^{s-1} (each of the s1s - 1 gaps between units is either a break or not).

The total is 25+24+23+22+21=32+16+8+4+2=62. \begin{aligned} &2^{5} + 2^{4} + 2^{3} + 2^{2} + 2^{1} \\ &= 32 + 16 + 8 + 4 + 2 \\ &= 62. \end{aligned}

3.

一个半径为 200200 的半球放在一个半径为 200200 的水平圆盘上,且半球与圆盘同心。令 T\mathcal{T} 为圆盘中所有点 PP 组成的区域,使得一个半径为 4242 的球可以放在圆盘上并在点 PP 处接触圆盘,同时完全位于半球内部。T\mathcal{T} 的面积除以圆盘面积为 pq\frac{p}{q},其中 ppqq 为互质正整数。求 p+qp + q

A hemisphere with radius 200200 sits on top of a horizontal circular disk with radius 200,200, and the hemisphere and disk have the same center. Let T\mathcal{T} be the region of points PP in the disk such that a sphere of radius 4242 can be placed on top of the disk at PP and lie completely inside the hemisphere. The area of T\mathcal{T} divided by the area of the disk is pq,\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+q.p + q.

难度评级:2180
小提示:

小球半径为 4242,其球心位于 PP 正上方;它正好能放入半球内,当且仅当球心到公共球心的距离不超过 20042200 - 42

The small sphere’s center sits 4242 directly above P,P, and the sphere fits inside the hemisphere exactly when its center is within 20042200 - 42 of the common center

大提示:

dd 是圆盘中心到 PP 的距离,则条件是 d2+4221582d^2 + 42^2 \le 158^2,而 1582422158^2 - 42^2 可用平方差分解

With dd the distance from the center of the disk to P,P, the condition is d2+4221582,d^2 + 42^2 \le 158^2, and 1582422158^2 - 42^2 factors as a difference of squares

解答:

一个半径为 4242、球心位于 PP 正上方 4242 处的球,会在 PP 处接触圆盘。它完全位于半径为 200200 的半球内,当且仅当球心到公共中心的距离不超过 20042=158200 - 42 = 158。记公共中心为 OO。若 ddOOPP 的距离,则小球球心到中心的距离为 d2+422\sqrt{d^2 + 42^2},也就是它到 OO 的距离,所以条件为 d2+4221582d^2 + 42^2 \le 158^2

由平方差,d21582422d^2 \le 158^2 - 42^2 =116200= 116 \cdot 200 =23200= 23200。因此 T\mathcal{T} 是半径为 23200\sqrt{23200} 的圆盘,面积比为232002002=2320040000=2950\frac{23200}{200^2} = \frac{23200}{40000} = \frac{29}{50}\text{。}所以 p+q=29+50=79p + q = 29 + 50 = 79

A sphere of radius 4242 resting on the disk at PP has its center 4242 directly above P.P. It lies inside the hemisphere of radius 200200 exactly when its center is within 20042=158200 - 42 = 158 of the common center O.O. If dd is the distance from OO to P,P, the center of the sphere is at distance d2+422\sqrt{d^2 + 42^2} from O,O, so the condition is d2+4221582.d^2 + 42^2 \le 158^2.

By difference of squares, d21582422d^2 \le 158^2 - 42^2 =116200= 116 \cdot 200 =23200.= 23200. Thus T\mathcal{T} is a disk of radius 23200,\sqrt{23200}, and the ratio of areas is 232002002=2320040000=2950.\frac{23200}{200^2} = \frac{23200}{40000} = \frac{29}{50}. Therefore p+q=29+50=79.p + q = 29 + 50 = 79.

4.

求不超过 100100 的整数中,有多少个可以写成 a+b+aba + b + ab,其中 aabb 是两个不同的正整数。

Find the number of integers less than or equal to 100100 that are equal to a+b+aba + b + ab for some choice of distinct positive integers aa and b.b.

难度评级:2300
小提示:

两边加 11a+b+ab+1=(a+1)(b+1)a + b + ab + 1 = (a+1)(b+1)

Add 11 to both sides: a+b+ab+1=(a+1)(b+1)a + b + ab + 1 = (a+1)(b+1)

大提示:

因此 nn 可行当且仅当 n+1n + 1 是两个不同因数的乘积,且每个因数至少为 22;从 22101101 中去掉质数和质数的平方

So nn works exactly when n+1n + 1 is a product of two distinct factors, each at least 2;2; remove the primes and the squares of primes from 22 through 101101

解答:

因为 a+b+ab=(a+1)(b+1)1a + b + ab = (a+1)(b+1) - 1,整数 nn 可表示当且仅当 n+1=xyn + 1 = xy,其中 x=a+1x = a + 1y=b+1y = b + 1 是不同整数且都至少为 22。所以我们统计 n+1n + 1 在集合 {2,3,,101}\{2, 3, \ldots, 101\} 中且能如此分解的情形。

质数不能分解成两个都至少为 22 的因数;质数平方 p2p^2 只能这样分解为 ppp \cdot p,但这不允许。其余每个合数 MM 都可行:若 pp 是它的最小质因数,则 M=pMpM = p \cdot \frac{M}{p},且有 Mp>p\frac{M}{p} \gt p,因为 M>p2M \gt p^2。在 {2,,101}\{2, \ldots, 101\} 中有 2626 个质数,其中 2525 个小于 100100,另一个是 101101;另有 44 个质数平方,即 449925254949

个数为 100264=70100 - 26 - 4 = 70

Since a+b+ab=(a+1)(b+1)1,a + b + ab = (a+1)(b+1) - 1, an integer nn is representable exactly when n+1=xyn + 1 = xy for distinct integers x=a+1x = a + 1 and y=b+1y = b + 1 that are each at least 2.2. So we count integers n+1n + 1 in {2,3,,101}\{2, 3, \ldots, 101\} that admit such a factorization.

A prime has no factorization into two factors that are both at least 2,2, and the square of a prime p2p^2 factors that way only as pp,p \cdot p, which is not allowed. Every other composite MM works: if pp is its smallest prime factor, then M=pMpM = p \cdot \frac{M}{p} with Mp>p\frac{M}{p} \gt p since M>p2.M \gt p^2. In {2,,101}\{2, \ldots, 101\} there are 2626 primes (the 2525 primes below 100,100, together with 101101) and 44 prime squares (4,4, 9,9, 25,25, 4949).

The count is 100264=70.100 - 26 - 4 = 70.

5.

平面中有点 AABB,且 AB=1AB = 1。将点 AA 在平面中逆时针旋转一个锐角 θ\theta,旋转中心为点 BB,得到点 AA'。然后将点 BB 在平面中顺时针旋转角 θ\theta,旋转中心为点 AA',得到点 BB'。已知 AB=43AB' = \frac{4}{3}cosθ\cos\theta 可写成 mn\frac{m}{n},其中 mmnn 为互质正整数。求 m+nm + n

A plane contains points AA and BB with AB=1.AB = 1. Point AA is rotated in the plane counterclockwise through an acute angle θ\theta around point BB to point A.A'. Then BB is rotated in the plane clockwise through angle θ\theta around point AA' to point B.B'. Suppose AB=43.AB' = \frac{4}{3}. The value of cosθ\cos\theta can be written as mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

难度评级:2400
小提示:

在复平面中令 B=0B = 0A=1A = 1;把 zzPP 逆时针旋转 φ\varphiP+eiφ(zP)P + e^{i\varphi}(z - P)

Put B=0B = 0 and A=1A = 1 in the complex plane; rotating zz about PP through φ\varphi counterclockwise gives P+eiφ(zP)P + e^{i\varphi}(z - P)

大提示:

计算得 B=eiθ1B' = e^{i\theta} - 1,所以 AB2=eiθ22=54cosθAB'^2 = \left|e^{i\theta} - 2\right|^2 = 5 - 4\cos\theta

Compute B=eiθ1,B' = e^{i\theta} - 1, so AB2=eiθ22=54cosθAB'^2 = \left|e^{i\theta} - 2\right|^2 = 5 - 4\cos\theta

解答:

在复平面中令 B=0B = 0A=1A = 1。把 zzPP 逆时针旋转角 φ\varphiP+eiφ(zP)P + e^{i\varphi}(z - P)。因此 A=eiθA' = e^{i\theta},而把 BB 顺时针旋转 θ\theta,旋转中心为 AA',得到 B=A+eiθ(0A)=eiθeiθeiθ=eiθ1 \begin{aligned} &B' = A' + e^{-i\theta}(0 - A') \\ &= e^{i\theta} - e^{-i\theta}e^{i\theta} \\ &= e^{i\theta} - 1 \end{aligned}\text{。}

于是AB2=eiθ22=(cosθ2)2+sin2θ=54cosθ \begin{aligned} &AB'^2 = \left|e^{i\theta} - 2\right|^2 \\ &= (\cos\theta - 2)^2 + \sin^2\theta \\ &= 5 - 4\cos\theta \end{aligned}\text{。}令它等于 (43)2=169\left(\frac{4}{3}\right)^2 = \frac{16}{9},得到 4cosθ=5169=2994\cos\theta = 5 - \frac{16}{9} = \frac{29}{9},所以 cosθ=2936\cos\theta = \frac{29}{36}(确为正数,与 θ\theta 为锐角一致)。因此 m+n=29+36=65m + n = 29 + 36 = 65

Work in the complex plane with B=0B = 0 and A=1.A = 1. Rotating zz about PP through angle φ\varphi counterclockwise gives P+eiφ(zP).P + e^{i\varphi}(z - P). So A=eiθ,A' = e^{i\theta}, and rotating BB clockwise through θ\theta about AA' gives B=A+eiθ(0A)=eiθeiθeiθ=eiθ1. \begin{aligned} &B' = A' + e^{-i\theta}(0 - A') \\ &= e^{i\theta} - e^{-i\theta}e^{i\theta} \\ &= e^{i\theta} - 1. \end{aligned}

Then AB2=eiθ22=(cosθ2)2+sin2θ=54cosθ. \begin{aligned} &AB'^2 = \left|e^{i\theta} - 2\right|^2 \\ &= (\cos\theta - 2)^2 + \sin^2\theta \\ &= 5 - 4\cos\theta. \end{aligned} Setting this equal to (43)2=169\left(\frac{4}{3}\right)^2 = \frac{16}{9} gives 4cosθ=5169=299,4\cos\theta = 5 - \frac{16}{9} = \frac{29}{9}, so cosθ=2936\cos\theta = \frac{29}{36} (indeed positive, consistent with θ\theta acute). Thus m+n=29+36=65.m + n = 29 + 36 = 65.

6.

满足方程xlog2026x20=26x\sqrt[20]{x^{\log_{2026} x}} = 26x的所有正实数 xx 的乘积是一个整数 PP。求 PP 的正整数因数个数。

The product of all positive real numbers xx satisfying the equation xlog2026x20=26x\sqrt[20]{x^{\log_{2026} x}} = 26x is an integer P.P. Find the number of positive integer divisors of P.P.

难度评级:2300
小提示:

t=log2026xt = \log_{2026} x,并对两边取 log2026\log_{2026},得到关于 tt 的二次方程

Set t=log2026xt = \log_{2026} x and take log2026\log_{2026} of both sides to get a quadratic in tt

大提示:

两个根满足 t1+t2=20t_1 + t_2 = 20,所以解 xx 的乘积就是 20262026 的这个次方;分解 20262026

The two roots satisfy t1+t2=20,t_1 + t_2 = 20, so the product of the solutions xx is 20262026 raised to that power; factor 20262026

解答:

t=log2026xt = \log_{2026} x。对两边取 log2026\log_{2026},原方程也就是 xlog2026x20=26xx^{\frac{\log_{2026} x}{20}} = 26x,于是t220=log202626+t\frac{t^2}{20} = \log_{2026} 26 + t\text{,}t220t20log202626=0t^2 - 20t - 20\log_{2026} 26 = 0\text{。}判别式 400+80log202626400 + 80\log_{2026} 26 为正,所以有两个实根 t1,t2t_1, t_2,每个都给出一个有效正解 x=2026tx = 2026^{t}

由 Vieta 公式,t1+t2=20t_1 + t_2 = 20,所以这些解的乘积为 2026t12026t2=2026202026^{t_1} \cdot 2026^{t_2} = 2026^{20}。由于 2026=210132026 = 2 \cdot 1013,且 10131013 为质数,P=220101320P = 2^{20} \cdot 1013^{20}2121=44121 \cdot 21 = 441 个正因数。

Let t=log2026x.t = \log_{2026} x. Taking log2026\log_{2026} of both sides of xlog2026x20=26xx^{\frac{\log_{2026} x}{20}} = 26x gives t220=log202626+t,\frac{t^2}{20} = \log_{2026} 26 + t, that is t220t20log202626=0.t^2 - 20t - 20\log_{2026} 26 = 0. The discriminant 400+80log202626400 + 80\log_{2026} 26 is positive, so there are two real roots t1,t2,t_1, t_2, each giving a valid positive solution x=2026t.x = 2026^{t}.

By Vieta’s formulas t1+t2=20,t_1 + t_2 = 20, so the product of the solutions is 2026t12026t2=202620.2026^{t_1} \cdot 2026^{t_2} = 2026^{20}. Since 2026=210132026 = 2 \cdot 1013 and 10131013 is prime, P=220101320P = 2^{20} \cdot 1013^{20} has 2121=44121 \cdot 21 = 441 positive divisors.

7.

求满射函数 π\pi 的个数,其中该函数从集合 A={1,2,3,4,5,6}A = \{1, 2, 3, 4, 5, 6\} 映到 AA,并且对每个 aAa \in A 都有 π(π(π(π(π(π(a))))))=a\pi(\pi(\pi(\pi(\pi(\pi(a)))))) = a\text{。}

Find the number of functions π\pi mapping the set A={1,2,3,4,5,6}A = \{1, 2, 3, 4, 5, 6\} onto AA such that for every aA,a \in A, π(π(π(π(π(π(a))))))=a.\pi(\pi(\pi(\pi(\pi(\pi(a)))))) = a.

难度评级:2510
小提示:

有限集合到自身的满射是一个排列,而条件表示它的六次方是恒等映射

An onto map from a finite set to itself is a permutation, and the condition says its sixth power is the identity

大提示:

等价地,每个循环长度都整除 66,所以从 720720 中减去含有 44-循环或 55-循环的排列

Equivalently every cycle length divides 6,6, so subtract from 720720 the permutations that contain a 44-cycle or a 55-cycle

解答:

有限集合到自身的满射一定是双射,所以 π\pi 是六个元素的排列,条件表示 π6\pi^6 是恒等映射。一个排列满足 π6=id\pi^6 = \mathrm{id},当且仅当其循环分解中 每个循环长度都整除 66。在可能的长度 1166 中,只有 4455 不整除 66

要排除含有 44-循环或 55-循环的排列,并从 6!=7206! = 720 中减去这些排列。循环类型 4+1+14+1+1 给出 6!42!=90\frac{6!}{4 \cdot 2!} = 90,类型 4+24+2 给出 6!42=90\frac{6!}{4 \cdot 2} = 90,类型 5+15+1 给出 6!5=144\frac{6!}{5} = 144,共排除 90+90+144=32490 + 90 + 144 = 324 个排列。

所求个数为 720324=396720 - 324 = 396

A function from a finite set onto itself is a bijection, so π\pi is a permutation of six elements, and the condition says π6\pi^6 is the identity. A permutation satisfies π6=id\pi^6 = \mathrm{id} exactly when every cycle in its cycle decomposition has length dividing 6.6. Among the possible lengths 11 through 6,6, only 44 and 55 fail to divide 6.6.

We subtract the permutations containing a 44-cycle or a 55-cycle from 6!=720.6! = 720. Cycle type 4+1+14+1+1 gives 6!42!=90,\frac{6!}{4 \cdot 2!} = 90, type 4+24+2 gives 6!42=90,\frac{6!}{4 \cdot 2} = 90, and type 5+15+1 gives 6!5=144,\frac{6!}{5} = 144, for 90+90+144=32490 + 90 + 144 = 324 excluded permutations.

The count is 720324=396.720 - 324 = 396.

8.

NN170171717017^{17} 的正整数因数中余数是 55(除以 1212 时)的因数个数。求 NN 除以 10001000 的余数。

Let NN be the number of positive integer divisors of 170171717017^{17} that leave a remainder of 55 upon division by 12.12. Find the remainder when NN is divided by 1000.1000.

难度评级:2600
小提示:

分解 17017=711131717017 = 7 \cdot 11 \cdot 13 \cdot 17,再模 1212 化简:这些质数变为 7711111155,且 721125217^2 \equiv 11^2 \equiv 5^2 \equiv 1

Factor 17017=711131717017 = 7 \cdot 11 \cdot 13 \cdot 17 and reduce mod 12:12: the primes become 7,7, 11,11, 1,1, 5,5, with 721125217^2 \equiv 11^2 \equiv 5^2 \equiv 1

大提示:

只有 7711111717 的指数奇偶性有影响,而 7115(mod12)7 \cdot 11 \equiv 5 \pmod{12},所以恰有两种奇偶模式给出余数 55

Only the parities of the exponents of 7,7, 11,11, 1717 matter, and 7115(mod12),7 \cdot 11 \equiv 5 \pmod{12}, so exactly two parity patterns give remainder 55

解答:

因为 17017=711131717017 = 7 \cdot 11 \cdot 13 \cdot 17170171717017^{17} 的因数为 7a11b13c17d7^a 11^b 13^c 17^d,其中每个指数都在 001717 之间。模 1212 时有 13113 \equiv 1,且 7211217217^2 \equiv 11^2 \equiv 17^2 \equiv 1(因为 17517 \equiv 5),所以一个因数的余数为 7α11β5δ(mod12)7^{\alpha} \, 11^{\beta} \, 5^{\delta} \pmod{12},其中 α,β,δ\alpha, \beta, \deltaa,b,da, b, d 的奇偶性。

四个可能值 1,5,7,111, 5, 7, 11 组成群 {1,5,7,11}\{1, 5, 7, 11\},运算为模 1212 乘法,其中 71157 \cdot 11 \equiv 5。检查八种奇偶模式可知,余数为 55 当且仅当 (α,β,δ)=(0,0,1)(\alpha, \beta, \delta) = (0, 0, 1)(1,1,0)(1, 1, 0)。每个奇偶条件有 99 种选择,而相应指数共有 1818 种可能;cc 可任意选择,有 1818 种。

因此 N=299918=26244N = 2 \cdot 9 \cdot 9 \cdot 9 \cdot 18 = 26244,模 10001000 的余数为 244244

Since 17017=7111317,17017 = 7 \cdot 11 \cdot 13 \cdot 17, the divisors of 170171717017^{17} are 7a11b13c17d7^a 11^b 13^c 17^d with each exponent between 00 and 17.17. Modulo 1212 we have 131,13 \equiv 1, and 7211217217^2 \equiv 11^2 \equiv 17^2 \equiv 1 (as 17517 \equiv 5), so the residue of a divisor is 7α11β5δ(mod12),7^{\alpha} \, 11^{\beta} \, 5^{\delta} \pmod{12}, where α,β,δ\alpha, \beta, \delta are the parities of a,b,d.a, b, d.

The four possible values 1,5,7,111, 5, 7, 11 multiply like the group {1,5,7,11}\{1, 5, 7, 11\} mod 12,12, in which 7115.7 \cdot 11 \equiv 5. Checking the eight parity patterns, the residue is 55 exactly when (α,β,δ)=(0,0,1)(\alpha, \beta, \delta) = (0, 0, 1) or (1,1,0).(1, 1, 0). Each parity condition is satisfied by 99 of the 1818 choices of that exponent, while cc is free with 1818 choices.

Therefore N=299918=26244,N = 2 \cdot 9 \cdot 9 \cdot 9 \cdot 18 = 26244, and the remainder mod 10001000 is 244.244.

9.

Joanne 有一个空白的公平六面骰子,以及六张贴纸,每张贴纸分别标有从 1166 的一个不同整数。Joanne 掷骰子,然后把标有 11 的贴纸贴在朝上的面上。她再掷一次骰子,把标有 22 的贴纸贴在朝上的面上,并继续这个过程,按顺序贴完其余贴纸。如果骰子朝上的面已经有贴纸,则新贴纸盖在旧贴纸上。设 pp 为如下条件概率:在所有偶数编号贴纸最终都可见的条件下,过程结束时恰好有一个面仍为空白。若 pp 可写成 mn\frac{m}{n},其中 mmnn 为互质正整数,求 m+nm + n

Joanne has a blank fair six-sided die and six stickers each displaying a different integer from 11 to 6.6. Joanne rolls the die and then places the sticker labeled 11 on the top face of the die. She then rolls the die again, places the sticker labeled 22 on the top face, and continues this process to place the rest of the stickers in order. If the die ever lands with a sticker already on its top face, the new sticker is placed to cover the old sticker. Let pp be the conditional probability that at the end of the process exactly one face has been left blank, given that all the even-numbered stickers are visible on faces of the die. Then pp can be written as mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

难度评级:2840
小提示:

追踪六次掷出的朝上面 f1,,f6f_1, \ldots, f_6,它们独立且均匀;贴纸 ii 最终可见当且仅当面 fif_i 之后再也没有被掷到

Track the six rolled top faces f1,,f6,f_1, \ldots, f_6, independent and uniform; sticker ii stays visible exactly when face fif_i never comes up afterward

大提示:

恰好一个空白面意味着恰有一次重复 fi=fjf_i = f_j;统计哪些配对 i<ji \lt j 能让贴纸 224466 保持可见

Exactly one blank face means exactly one repeat fi=fj;f_i = f_j; count which pairs i<ji \lt j keep stickers 2,2, 4,4, 66 visible

解答:

f1,,f6f_1, \ldots, f_6 为每次掷出的朝上面,它们在六个面上独立均匀。贴纸 ii 被贴在面 fif_i 上,并最终可见当且仅当 fjfif_j \ne f_i 对所有 j>ij \gt i 都成立(贴纸 66 总是可见)。所以条件事件为 f3,f4,f5,f6f2f_3, f_4, f_5, f_6 \ne f_2f5,f6f4f_5, f_6 \ne f_4。按 f1,f2,f3,f4,f5,f6f_1, f_2, f_3, f_4, f_5, f_6 的顺序计数,得到 665544=144006 \cdot 6 \cdot 5 \cdot 5 \cdot 4 \cdot 4 = 14400 个序列,全集为 666^6 个序列。

一个面为空白当且仅当它从未在 f1,,f6f_1, \ldots, f_6 中出现,所以恰好一个空白面意味着序列恰好取到 55 个不同值,即恰有一次重合 fi=fjf_i = f_j,其中 i<ji \lt j,其余值都不同。该重合不能违反条件:配对 (2,j)(2, j) 以及 (4,5)(4, 5)(4,6)(4, 6) 被禁止,剩下 99 个配对 (1,2)(1,2)(1,3)(1,3)(1,4)(1,4)(1,5)(1,5)(1,6)(1,6)(3,4)(3,4)(3,5)(3,5)(3,6)(3,6)(5,6)(5,6)。对每个允许的配对,五个不同值可用 65432=7206 \cdot 5 \cdot 4 \cdot 3 \cdot 2 = 720 种方式分配;由于唯一重复值位于允许配对中,所有条件自动满足。因此有 9720=64809 \cdot 720 = 6480 个序列。

所以 p=648014400=920p = \frac{6480}{14400} = \frac{9}{20},且 m+n=9+20=29m + n = 9 + 20 = 29

Let f1,,f6f_1, \ldots, f_6 be the top faces rolled, independent and uniform over the six faces. Sticker ii goes on face fif_i and ends up visible exactly when fjfif_j \ne f_i for all j>ij \gt i (sticker 66 is always visible). So the conditioning event is f3,f4,f5,f6f2f_3, f_4, f_5, f_6 \ne f_2 and f5,f6f4.f_5, f_6 \ne f_4. Counting choices in the order f1,f2,f3,f4,f5,f6f_1, f_2, f_3, f_4, f_5, f_6 gives 665544=144006 \cdot 6 \cdot 5 \cdot 5 \cdot 4 \cdot 4 = 14400 sequences out of 66.6^6.

A face is blank exactly when it never appears among f1,,f6,f_1, \ldots, f_6, so exactly one blank face means the sequence takes exactly 55 distinct values, i.e. there is exactly one coincidence fi=fjf_i = f_j with i<ji \lt j and all other values distinct. The coincidence must not violate the conditioning: pairs (2,j)(2, j) and (4,5),(4, 5), (4,6)(4, 6) are forbidden, leaving the 99 pairs (1,2),(1,2), (1,3),(1,3), (1,4),(1,4), (1,5),(1,5), (1,6),(1,6), (3,4),(3,4), (3,5),(3,5), (3,6),(3,6), (5,6).(5,6). For each allowed pair, the five distinct values can be assigned in 65432=7206 \cdot 5 \cdot 4 \cdot 3 \cdot 2 = 720 ways, and every constraint holds automatically because the only repeated value occupies an allowed pair. That gives 9720=64809 \cdot 720 = 6480 sequences.

Therefore p=648014400=920,p = \frac{6480}{14400} = \frac{9}{20}, and m+n=9+20=29.m + n = 9 + 20 = 29.

10.

ABC\triangle ABC 的边长为 AB=13AB = 13BC=14BC = 14CA=15CA = 15。三角形 ABC\triangle A'B'C' 是将 ABC\triangle ABC 绕其外心旋转得到的,使得 AC\overline{A'C'} 垂直于 BC\overline{BC},且 AA'BB 不在直线 BCB'C' 的同侧。求最接近六边形 AACCBBAA'CC'BB' 面积的整数。

Let ABC\triangle ABC have side lengths AB=13,AB = 13, BC=14,BC = 14, and CA=15.CA = 15. Triangle ABC\triangle A'B'C' is obtained by rotating ABC\triangle ABC about its circumcenter so that AC\overline{A'C'} is perpendicular to BC,\overline{BC}, with AA' and BB not on the same side of line BC.B'C'. Find the integer closest to the area of hexagon AACCBB.AA'CC'BB'.

难度评级:2920
小提示:

B=(0,0)B = (0,0)C=(14,0)C = (14,0)A=(5,12)A = (5,12);外心为 (7,338)\left(7, \frac{33}{8}\right),旋转会使六个顶点都留在外接圆上

Use B=(0,0),B = (0,0), C=(14,0),C = (14,0), A=(5,12);A = (5,12); the circumcenter is (7,338),\left(7, \frac{33}{8}\right), and the rotation keeps all six vertices on the circumcircle

大提示:

把方向 (3,4)(3,-4),也就是 AC\overline{AC} 的方向,旋转到竖直方向;异侧条件选出 cosφ=45\cos\varphi = \frac{4}{5}sinφ=35\sin\varphi = -\frac{3}{5}。使用鞋带公式

Rotate direction (3,4)(3,-4) of AC\overline{AC} to vertical; the side condition selects cosφ=45,\cos\varphi = \frac{4}{5}, sinφ=35.\sin\varphi = -\frac{3}{5}. Use the shoelace formula

解答:

B=(0,0)B = (0,0)C=(14,0)C = (14,0)A=(5,12)A = (5,12)。外心在 x=7x = 7 上,令它到 BB 和到 AA 的距离相等,得到 O=(7,338)O = \left(7, \frac{33}{8}\right)AC\overline{AC} 的方向为 CA=(9,12)C - A = (9, -12),与 (3,4)(3, -4) 平行。旋转角 φ\varphi 后使 AC\overline{A'C'} 竖直,当且仅当它把 (3,4)(3,-4) 送到 (0,±5)(0, \pm 5),所以 (cosφ,sinφ)=(45,35)(\cos\varphi, \sin\varphi) = \left(\frac{4}{5}, -\frac{3}{5}\right)(45,35)\left(-\frac{4}{5}, \frac{3}{5}\right)。用标量叉积检查有向直线 BCB'C' 的两侧。对第一种旋转,(CB)×(AB)=168,(CB)×(BB)=1894 \begin{aligned} (C'-B') \times (A'-B') &= 168, \\ (C'-B') \times (B-B') &= -\frac{189}{4} \end{aligned}\text{;}对第二种旋转,这两个量分别为 1681686514\frac{651}{4}。因此 AA'BB 只在 cosφ=45\cos\varphi = \frac{4}{5}sinφ=35\sin\varphi = -\frac{3}{5} 时位于直线两侧。

用这个旋转,P=O+R(PO)P' = O + R(P - O),三个旋转后的顶点为 A=(818,938)A' = \left(\tfrac{81}{8}, \tfrac{93}{8}\right)\text{,}B=(4340,20140)B' = \left(-\tfrac{43}{40}, \tfrac{201}{40}\right)\text{,}C=(818,278)C' = \left(\tfrac{81}{8}, -\tfrac{27}{8}\right)\text{。} 例如,AO=(2,638)A - O = \left(-2, \tfrac{63}{8}\right) 旋转为 (258,152)\left(\tfrac{25}{8}, \tfrac{15}{2}\right),得到 A=(818,938)A' = \left(\tfrac{81}{8}, \tfrac{93}{8}\right)

六边形 AACCBBA A' C C' B B' 以这些顶点为顺序时是简单六边形,所以对 (5,12)(5,12)(818,938)\left(\tfrac{81}{8}, \tfrac{93}{8}\right)(14,0)(14,0)(818,278)\left(\tfrac{81}{8}, -\tfrac{27}{8}\right)(0,0)(0,0)(4340,20140)\left(-\tfrac{43}{40}, \tfrac{201}{40}\right) 使用鞋带公式,得到面积 155710=155.7\frac{1557}{10} = 155.7。最接近的整数为 156156

Place B=(0,0),B = (0,0), C=(14,0),C = (14,0), A=(5,12).A = (5,12). The circumcenter lies on x=7,x = 7, and equating distances to BB and AA gives O=(7,338).O = \left(7, \frac{33}{8}\right). The direction of AC\overline{AC} is CA=(9,12),C - A = (9, -12), parallel to (3,4).(3, -4). A rotation through φ\varphi makes AC\overline{A'C'} vertical exactly when it sends (3,4)(3,-4) to (0,±5),(0, \pm 5), so (cosφ,sinφ)=(45,35)(\cos\varphi, \sin\varphi) = \left(\frac{4}{5}, -\frac{3}{5}\right) or (45,35).\left(-\frac{4}{5}, \frac{3}{5}\right). Use the scalar cross product to test sides of the directed line BC.B'C'. For the first rotation, (CB)×(AB)=168,(CB)×(BB)=1894, \begin{aligned} (C'-B') \times (A'-B') &= 168, \\ (C'-B') \times (B-B') &= -\frac{189}{4}, \end{aligned} while for the second rotation these quantities are 168168 and 6514,\frac{651}{4}, respectively. Thus AA' and BB are on opposite sides only for cosφ=45,\cos\varphi = \frac{4}{5}, sinφ=35.\sin\varphi = -\frac{3}{5}.

With this rotation, P=O+R(PO)P' = O + R(P - O) gives A=(818,938),A' = \left(\tfrac{81}{8}, \tfrac{93}{8}\right), B=(4340,20140),B' = \left(-\tfrac{43}{40}, \tfrac{201}{40}\right), C=(818,278).C' = \left(\tfrac{81}{8}, -\tfrac{27}{8}\right). For example, AO=(2,638)A - O = \left(-2, \tfrac{63}{8}\right) rotates to (258,152),\left(\tfrac{25}{8}, \tfrac{15}{2}\right), giving A=(818,938).A' = \left(\tfrac{81}{8}, \tfrac{93}{8}\right).

The hexagon AACCBBA A' C C' B B' is simple with these vertices in order, so the shoelace formula on (5,12),(5,12), (818,938),\left(\tfrac{81}{8}, \tfrac{93}{8}\right), (14,0),(14,0), (818,278),\left(\tfrac{81}{8}, -\tfrac{27}{8}\right), (0,0),(0,0), (4340,20140)\left(-\tfrac{43}{40}, \tfrac{201}{40}\right) gives area 155710=155.7.\frac{1557}{10} = 155.7. The closest integer is 156.156.

11.

将整数 116464 以某种顺序填入一个 8×88 \times 8 方格中,每个格子填一个数。令 ai,ja_{i,j} 为第 ii 行第 jj 列格子中的数,令 MM 为相邻格子之间差的绝对值之和,也就是说,M=i=18j=17(ai,j+1ai,j+aj+1,iaj,i) \begin{aligned} M = \sum_{i=1}^{8} \sum_{j=1}^{7} \big(&|a_{i,j+1} - a_{i,j}| \\ &{}+ |a_{j+1,i} - a_{j,i}|\big) \end{aligned}\text{。}MM 的最大可能值除以 10001000 的余数。

The integers from 11 to 6464 are placed in some order into an 8×88 \times 8 grid of cells with one number in each cell. Let ai,ja_{i,j} be the number placed in the cell in row ii and column j,j, and let MM be the sum of the absolute differences between adjacent cells. That is, M=i=18j=17(ai,j+1ai,j+aj+1,iaj,i). \begin{aligned} M = \sum_{i=1}^{8} \sum_{j=1}^{7} \big(&|a_{i,j+1} - a_{i,j}| \\ &{}+ |a_{j+1,i} - a_{j,i}|\big). \end{aligned} Find the remainder when the maximum possible value of MM is divided by 1000.1000.

难度评级:3160
小提示:

把每条边的贡献归到端点上:M=vcvavM = \sum_v c_v a_v,其中 cvc_v 是小于 ava_v 的邻居数 减去大于它的邻居数,所以 cvdeg(v)|c_v| \le \deg(v)

Attribute each edge to its endpoints: M=vcvav,M = \sum_v c_v a_v, where cvc_v counts neighbors smaller than ava_v minus neighbors larger, so cvdeg(v)|c_v| \le \deg(v)

大提示:

因为 vcv=0\sum_v c_v = 0,也有 Mvdeg(v)av32.5M \le \sum_v \deg(v)\,|a_v - 32.5|。把较大的偏差配给度数为 44 的格子,并检查棋盘式放置可达到这个上界。

Since vcv=0,\sum_v c_v = 0, also Mvdeg(v)av32.5.M \le \sum_v \deg(v)\,|a_v - 32.5|. Match the large deviations with the degree-44 cells, and check that a checkerboard placement attains the bound.

解答:

将方格看作图,其 112112 条边连接相邻格子。每条边都把较大端点的值正向贡献一次、较小端点的值负向贡献一次,所以 M=vcvavM = \sum_v c_v a_v,其中 ava_v 是格子 vv 中的数,cvc_vvv 的邻居中数值更小的个数减去数值更大的个数。于是 cvdeg(v)|c_v| \le \deg(v)。度数为 44 的内部格子有 3636 个,度数为 33 的边上非角格子有 2424 个,度数为 22 的角格子有 44 个,且 vcv=0\sum_v c_v = 0,因为每条边贡献 +1+11-1

由于 vcv=0\sum_v c_v = 0M=vcv(av652)vdeg(v)av652 \begin{aligned} M &= \sum_v c_v \left(a_v - \tfrac{65}{2}\right) \\ &\le \sum_v \deg(v)\left|a_v - \tfrac{65}{2}\right| \end{aligned}\text{。}由重排不等式,上式在如下配对时最大:把 3636 个离 652\frac{65}{2} 最远的数(即 11181847476464,偏差总和为 828828)配给内部格子;把接下来的 2424 个数(1919303035354646,总和为 192192)配给边上格子;把 31313434(总和为 44)配给角。因此 M4828+3192+24M \le 4 \cdot 828 + 3 \cdot 192 + 2 \cdot 4 =3896= 3896

等号要求每个填入至多 3232 的格子都小于它的所有邻居,而每个填入至少 3333 的格子都大于 它的所有邻居,棋盘式放置可以做到:把 113232 放在黑格中(111818 放内部黑格、19193030 放边上黑格、31313232 放黑色角),把 33336464 放在白格中 (33333434 放角、35354646 放边上、47476464 放内部)。这样每对相邻格子 都是白格大于黑格,所以 M=3896M = 3896,答案为 3896mod1000=8963896 \bmod 1000 = 896

View the grid as a graph whose 112112 edges join adjacent cells. Each edge contributes its larger endpoint value positively and its smaller one negatively, so M=vcvav,M = \sum_v c_v a_v, where ava_v is the entry in cell vv and cvc_v is the number of neighbors of vv with smaller entries minus the number with larger entries. Then cvdeg(v),|c_v| \le \deg(v), which is 44 for the 3636 interior cells, 33 for the 2424 edge cells, and 22 for the 44 corners, and vcv=0\sum_v c_v = 0 since each edge contributes +1+1 and 1.-1.

Because vcv=0,\sum_v c_v = 0, M=vcv(av652)vdeg(v)av652. \begin{aligned} M &= \sum_v c_v \left(a_v - \tfrac{65}{2}\right) \\ &\le \sum_v \deg(v)\left|a_v - \tfrac{65}{2}\right|. \end{aligned} By the rearrangement inequality this is maximized by pairing the 3636 values farthest from 652\frac{65}{2} (namely 111818 and 474764,64, whose deviations total 828828) with the interior cells, the next 2424 values (19193030 and 353546,46, totaling 192192) with the edge cells, and 31313434 (totaling 44) with the corners. Hence M4828+3192+24M \le 4 \cdot 828 + 3 \cdot 192 + 2 \cdot 4 =3896.= 3896.

Equality requires every cell holding a value at most 3232 to be smaller than all its neighbors and every value at least 3333 to be larger, which a checkerboard achieves: put 113232 on the black cells (111818 on interior blacks, 19193030 on edge blacks, 31313232 on black corners) and 33336464 on the white cells (33333434 on corners, 35354646 on edges, 47476464 in the interior). Every neighbor pair then compares white over black, so M=3896,M = 3896, and the answer is 3896mod1000=896.3896 \bmod 1000 = 896.

12.

三角形 ABC\triangle ABC 位于平面 P\mathcal{P} 内,且 AB=6AB = 6AC=4AC = 4BAC=90\angle BAC = 90^\circ。令 DDABC\triangle ABC 的重心关于 BC\overline{BC} 反射后所得的点。四个球都位于 P\mathcal{P} 的同一侧,半径分别为 112233rr,并与 P\mathcal{P} 相切,切点分别为 AABBCCDD。这四个球还都与第二个平面 T\mathcal{T} 相切,并全部位于 T\mathcal{T} 的同一侧。rr 的值可写成 mn\frac{m}{n},其中 mmnn 为互质正整数。求 m+nm + n

Triangle ABC\triangle ABC lies in plane P\mathcal{P} with AB=6,AB = 6, AC=4,AC = 4, and BAC=90.\angle BAC = 90^\circ. Let DD be the reflection across BC\overline{BC} of the centroid of ABC.\triangle ABC. Four spheres, all on the same side of P,\mathcal{P}, have radii 1,1, 2,2, 3,3, and rr and are tangent to P\mathcal{P} at points A,A, B,B, C,C, and D,D, respectively. The four spheres are also each tangent to a second plane T\mathcal{T} and are all on the same side of T.\mathcal{T}. The value of rr can be written as mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

难度评级:3060
小提示:

每个球心位于其切点上方,高度等于半径;把第二个平面写成 nx=cn \cdot x = c,其中 nn 是单位向量,并表达两个相切条件

Each center lies at height equal to its radius above its tangency point; write the second plane as nx=cn \cdot x = c with nn a unit vector and express both tangencies

大提示:

条件说明半径是切点在 P\mathcal{P} 中位置的仿射函数;取值依次为 1,2,31, 2, 3 的点是 A,B,CA, B, C,所以在 DD 处代入这个函数

The conditions say the radius is an affine function of the tangency point in P;\mathcal{P}; it takes values 1,2,31, 2, 3 at A,B,C,A, B, C, so evaluate that function at DD

解答:

一个半径为 ρ\rho、与 P\mathcal{P} 相切于 PP 的球,其球心为 P+ρkP + \rho k,其中 kkP\mathcal{P} 向上的单位法向量。把 T\mathcal{T} 写成 {x:nx=c}\{x : n \cdot x = c\},其中单位法向量 n=(n1,n2,h)n = (n_1, n_2, h),所用坐标使 P\mathcal{P}xyxy-平面。所有球在同一侧相切意味着对每个球都有 n(P+ρk)c=ρn \cdot (P + \rho k) - c = \rho,也就是 n1xP+n2yPc=(1h)ρn_1 x_P + n_2 y_P - c = (1 - h)\rho。这里 h1h \ne 1,否则左边会是常数而半径不同。因此 ρ=g(P)\rho = g(P),其中仿射函数 g(x,y)=n1x+n2yc1hg(x,y) = \frac{n_1 x + n_2 y - c}{1 - h}

A=(0,0)A = (0,0)B=(6,0)B = (6,0)C=(0,4)C = (0,4)。满足 g(A)=1g(A) = 1g(B)=2g(B) = 2g(C)=3g(C) = 3 的仿射函数为 g(x,y)=1+x6+y2g(x,y) = 1 + \frac{x}{6} + \frac{y}{2}。重心为 G=(2,43)G = \left(2, \frac{4}{3}\right),直线 BCBC2x+3y=122x + 3y = 12。因为 22+34312=42 \cdot 2 + 3 \cdot \frac{4}{3} - 12 = -4,反射得到 D=G+813(2,3)=(4213, 12439) \begin{aligned} D &= G + \frac{8}{13}\,(2, 3) \\ &= \left(\frac{42}{13},\ \frac{124}{39}\right) \end{aligned}\text{。}

因此 r=g(D)r = g(D) =1+164213= 1 + \frac{1}{6} \cdot \frac{42}{13} +1212439+ \frac{1}{2} \cdot \frac{124}{39} =1+2139+6239= 1 + \frac{21}{39} + \frac{62}{39} =12239= \frac{122}{39}。(这样的平面确实存在:法向量条件 (1h)2g2=1h2(1-h)^2\left|\nabla g\right|^2 = 1 - h^2,且 g2=518\left|\nabla g\right|^2 = \frac{5}{18},给出 h=1323h = -\frac{13}{23}。)因为 gcd(122,39)=1\gcd(122, 39) = 1,答案为 122+39=161122 + 39 = 161

A sphere of radius ρ\rho tangent to P\mathcal{P} at PP has center P+ρk,P + \rho k, where kk is the upward unit normal of P.\mathcal{P}. Write T\mathcal{T} as {x:nx=c}\{x : n \cdot x = c\} with unit normal n=(n1,n2,h)n = (n_1, n_2, h) in coordinates where P\mathcal{P} is the xyxy-plane. Tangency with all spheres on the same side means n(P+ρk)c=ρn \cdot (P + \rho k) - c = \rho for each sphere, that is n1xP+n2yPc=(1h)ρ.n_1 x_P + n_2 y_P - c = (1 - h)\rho. Here h1,h \ne 1, since otherwise the left side would be constant while the radii differ. So ρ=g(P)\rho = g(P) for the affine function g(x,y)=n1x+n2yc1h.g(x,y) = \frac{n_1 x + n_2 y - c}{1 - h}.

Take A=(0,0),A = (0,0), B=(6,0),B = (6,0), C=(0,4).C = (0,4). The affine function with g(A)=1,g(A) = 1, g(B)=2,g(B) = 2, g(C)=3g(C) = 3 is g(x,y)=1+x6+y2.g(x,y) = 1 + \frac{x}{6} + \frac{y}{2}. The centroid is G=(2,43),G = \left(2, \frac{4}{3}\right), and line BCBC is 2x+3y=12.2x + 3y = 12. Since 22+34312=4,2 \cdot 2 + 3 \cdot \frac{4}{3} - 12 = -4, reflecting gives D=G+813(2,3)=(4213, 12439). \begin{aligned} D &= G + \frac{8}{13}\,(2, 3) \\ &= \left(\frac{42}{13},\ \frac{124}{39}\right). \end{aligned}

Therefore r=g(D)r = g(D) =1+164213= 1 + \frac{1}{6} \cdot \frac{42}{13} +1212439+ \frac{1}{2} \cdot \frac{124}{39} =1+2139+6239= 1 + \frac{21}{39} + \frac{62}{39} =12239.= \frac{122}{39}. (Such a plane exists: the normal condition (1h)2g2=1h2(1-h)^2\left|\nabla g\right|^2 = 1 - h^2 with g2=518\left|\nabla g\right|^2 = \frac{5}{18} gives h=1323.h = -\frac{13}{23}.) Since gcd(122,39)=1,\gcd(122, 39) = 1, the answer is 122+39=161.122 + 39 = 161.

13.

对每个小于 502502 的非负整数 rr,定义Sr=m0(10,000502m+r)S_r = \sum_{m \ge 0} \binom{10{,}000}{502m + r}\text{,}其中当 n>10,000n \gt 10{,}000 时,规定 (10,000n)\binom{10{,}000}{n}00。也就是说,SrS_r 是所有形如 (10,000k)\binom{10{,}000}{k} 的二项式系数之和,其中 0k10,0000 \le k \le 10{,}000,且 krk - r502502 的倍数。

求列表 S0S_0S1S_1S2S_2\ldotsS501S_{501} 中有多少个整数是质数 503503 的倍数。

For each nonnegative integer rr less than 502502 define Sr=m0(10,000502m+r),S_r = \sum_{m \ge 0} \binom{10{,}000}{502m + r}, where (10,000n)\binom{10{,}000}{n} is defined to be 00 when n>10,000.n \gt 10{,}000. That is, SrS_r is the sum of all the binomial coefficients of the form (10,000k)\binom{10{,}000}{k} for which 0k10,0000 \le k \le 10{,}000 and krk - r is a multiple of 502.502.

Find the number of integers in the list S0,S_0, S1,S_1, S2,S_2, ,\ldots, S501S_{501} that are multiples of the prime number 503.503.

难度评级:3370
小提示:

处理 (1+x)10000(1+x)^{10000},所在环为 F503[x]\mathbb{F}_{503}[x],并模 x5021x^{502} - 1 化简;此时 xrx^r 的系数正好变成 SrS_r

Work with (1+x)10000(1+x)^{10000} in F503[x]\mathbb{F}_{503}[x] modulo x5021,x^{502} - 1, where the coefficient of xrx^r becomes exactly SrS_r

大提示:

利用 (1+x)5031+x5031+x(1+x)^{503} \equiv 1 + x^{503} \equiv 1 + x,把 (1+x)10000(1+x)^{10000} 化简为一个次数小于 502502 的幂

Use (1+x)5031+x5031+x(1+x)^{503} \equiv 1 + x^{503} \equiv 1 + x to collapse (1+x)10000(1+x)^{10000} to a power of degree less than 502502

解答:

在环 F503[x]x5021\frac{\mathbb{F}_{503}[x]}{x^{502} - 1} 中工作。把 (1+x)10000=k(10000k)xk(1 + x)^{10000} = \sum_k \binom{10000}{k} x^k 化简时,每个指数 kk 都替换为 kmod502k \bmod 502,所以 (1+x)10000r=0501Srxr(mod503, x5021) \begin{aligned} &(1+x)^{10000} \equiv \sum_{r=0}^{501} S_r \, x^r \\ &\pmod{503,\ x^{502} - 1} \end{aligned}\text{。}

因为 503503 是质数,(1+x)503(1+x)^{503} \equiv 1+x503(mod503)1 + x^{503} \pmod{503},且 x503=xx502xx^{503} = x \cdot x^{502} \equiv x,所以在这个环中 (1+x)5031+x(1+x)^{503} \equiv 1 + x。写成 10000=19503+44310000 = 19 \cdot 503 + 443,于是(1+x)10000=((1+x)503)19(1+x)443(1+x)19(1+x)443=(1+x)462 \begin{aligned} &(1+x)^{10000} \\ &= \left((1+x)^{503}\right)^{19} \\ &\quad {}\cdot (1+x)^{443} \\ &\equiv (1+x)^{19} \\ &\quad {}\cdot (1+x)^{443} \\ &= (1+x)^{462} \end{aligned}\text{。}由于 462<502462 \lt 502,没有指数折回,所以 Sr(462r)(mod503)S_r \equiv \binom{462}{r} \pmod{503}0r5010 \le r \le 501 都成立,其中 (462r)=0\binom{462}{r} = 0r>462r \gt 462

0r4620 \le r \le 462,二项式系数 (462r)\binom{462}{r} 不能被 503503 整除:462462rr503503 进制中都是一位数,所以 Lucas 定理给出非零值(也可以说 (462r)=462!r!(462r)!\binom{462}{r} = \frac{462!}{r!\,(462-r)!} 不含因子 503503)。因此 Sr0(mod503)S_r \equiv 0 \pmod{503} 当且仅当 r=463,464,,501r = 463, 464, \ldots, 501,共有 501463+1=39501 - 463 + 1 = 39 个值。

Work in the ring F503[x]x5021.\frac{\mathbb{F}_{503}[x]}{x^{502} - 1}. Reducing (1+x)10000=k(10000k)xk(1 + x)^{10000} = \sum_k \binom{10000}{k} x^k replaces each exponent kk by kmod502,k \bmod 502, so (1+x)10000r=0501Srxr(mod503, x5021). \begin{aligned} &(1+x)^{10000} \equiv \sum_{r=0}^{501} S_r \, x^r \\ &\pmod{503,\ x^{502} - 1}. \end{aligned}

Since 503503 is prime, (1+x)503(1+x)^{503} \equiv 1+x503(mod503),1 + x^{503} \pmod{503}, and x503=xx502x,x^{503} = x \cdot x^{502} \equiv x, so (1+x)5031+x(1+x)^{503} \equiv 1 + x in this ring. Writing 10000=19503+443,10000 = 19 \cdot 503 + 443, (1+x)10000=((1+x)503)19(1+x)443(1+x)19(1+x)443=(1+x)462. \begin{aligned} &(1+x)^{10000} \\ &= \left((1+x)^{503}\right)^{19} \\ &\quad {}\cdot (1+x)^{443} \\ &\equiv (1+x)^{19} \\ &\quad {}\cdot (1+x)^{443} \\ &= (1+x)^{462}. \end{aligned} As 462<502,462 \lt 502, no exponents fold, so Sr(462r)(mod503)S_r \equiv \binom{462}{r} \pmod{503} for 0r501,0 \le r \le 501, where (462r)=0\binom{462}{r} = 0 for r>462.r \gt 462.

For 0r4620 \le r \le 462 the binomial coefficient (462r)\binom{462}{r} is not divisible by 503:503: both 462462 and rr are single digits in base 503,503, so Lucas’ theorem gives a nonzero value (indeed (462r)=462!r!(462r)!\binom{462}{r} = \frac{462!}{r!\,(462-r)!} involves no factor of 503503). Hence Sr0(mod503)S_r \equiv 0 \pmod{503} exactly for r=463,464,,501,r = 463, 464, \ldots, 501, which is 501463+1=39501 - 463 + 1 = 39 values.

14.

在一个等角五边形中,边长平方和等于 308308,对角线长度平方和等于 800800。该五边形周长的平方可表示为 mnm\sqrt{n},其中 mmnn 为正整数,且 nn 不被任何质数的平方整除。求 m+nm + n

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

难度评级:3270
小提示:

把边写成向量 skuks_k u_k,其中 uk=(cos72k,sin72k)u_k = (\cos 72k^\circ, \sin 72k^\circ),且总和为零;每条对角线是两个相邻边向量之和

Write the sides as vectors skuks_k u_k with uk=(cos72k,sin72k)u_k = (\cos 72k^\circ, \sin 72k^\circ) and vanishing sum; each diagonal is the sum of two consecutive side vectors

大提示:

对角线数据给出 2cos72sksk+1=1842\cos 72^\circ \sum s_k s_{k+1} = 184,再展开 skuk2=0\left|\sum s_k u_k\right|^2 = 0 可确定 sksk+2\sum s_k s_{k+2}

The diagonal data gives 2cos72sksk+1=184,2\cos 72^\circ \sum s_k s_{k+1} = 184, and expanding skuk2=0\left|\sum s_k u_k\right|^2 = 0 then determines sksk+2\sum s_k s_{k+2}

解答:

在等角五边形中,每条边的方向转过外角 7272^\circ,所以边向量为 skuks_k u_k,其中 k=1,,5k = 1, \ldots, 5uk=(cos72k,sin72k)u_k = (\cos 72k^\circ, \sin 72k^\circ),且 kskuk=0\sum_k s_k u_k = 0。记 Q=sk2=308Q = \sum s_k^2 = 308P1=ksksk+1P_1 = \sum_{k} s_k s_{k+1}P2=ksksk+2P_2 = \sum_k s_k s_{k+2}(下标循环)。每条对角线都是两个相邻边向量之和,所以其平方为 sk+12+sk+22+2sk+1sk+2cos72s_{k+1}^2 + s_{k+2}^2 + 2 s_{k+1} s_{k+2} \cos 72^\circ,把五条相加得800=2Q+2cos72P1800 = 2Q + 2\cos 72^\circ \, P_1\text{,}所以2cos72P1=800616=184 \begin{aligned} &2\cos 72^\circ \, P_1 = 800 - 616 \\ &= 184 \end{aligned}\text{。}

展开 kskuk2=0\left|\sum_k s_k u_k\right|^2 = 0uku_kuk+1u_{k+1} 的夹角为 7272^\circuku_kuk+2u_{k+2} 的夹角为 144144^\circ0=Q+2cos72P1+2cos144P2=308+1842cos36P2 \begin{aligned} &0 = Q + 2\cos 72^\circ \, P_1 \\ &\quad {}+ 2\cos 144^\circ \, P_2 \\ &= 308 + 184 - 2\cos 36^\circ \, P_2 \end{aligned}\text{,}所以 2cos36P2=4922\cos 36^\circ \, P_2 = 492。利用 cos72=514\cos 72^\circ = \frac{\sqrt{5} - 1}{4}cos36=5+14\cos 36^\circ = \frac{\sqrt{5} + 1}{4},得到 2P1=184cos72=184(5+1)2P_1 = \frac{184}{\cos 72^\circ} = 184\left(\sqrt{5} + 1\right),且 2P2=492cos36=492(51)2P_2 = \frac{492}{\cos 36^\circ} = 492\left(\sqrt{5} - 1\right)

周长的平方为(sk)2=Q+2P1+2P2=308+1845+184+4925492=6765 \begin{aligned} &\left(\sum s_k\right)^2 = Q + 2P_1 + 2P_2 \\ &= 308 + 184\sqrt{5} + 184 \\ &\quad {}+ 492\sqrt{5} - 492 \\ &= 676\sqrt{5} \end{aligned}\text{。}因此 m+n=676+5=681m + n = 676 + 5 = 681

In an equiangular pentagon each side direction turns by the exterior angle 72,72^\circ, so the sides are the vectors skuks_k u_k for k=1,,5,k = 1, \ldots, 5, where uk=(cos72k,sin72k)u_k = (\cos 72k^\circ, \sin 72k^\circ) and kskuk=0.\sum_k s_k u_k = 0. Write Q=sk2=308,Q = \sum s_k^2 = 308, P1=ksksk+1,P_1 = \sum_{k} s_k s_{k+1}, and P2=ksksk+2P_2 = \sum_k s_k s_{k+2} (indices cyclic). Each diagonal is a sum of two consecutive side vectors, so its square is sk+12+sk+22+2sk+1sk+2cos72,s_{k+1}^2 + s_{k+2}^2 + 2 s_{k+1} s_{k+2} \cos 72^\circ, and summing all five gives 800=2Q+2cos72P1,800 = 2Q + 2\cos 72^\circ \, P_1, so 2cos72P1=800616=184. \begin{aligned} &2\cos 72^\circ \, P_1 = 800 - 616 \\ &= 184. \end{aligned}

Expanding kskuk2=0,\left|\sum_k s_k u_k\right|^2 = 0, the angle between uku_k and uk+1u_{k+1} is 7272^\circ and between uku_k and uk+2u_{k+2} is 144:144^\circ: 0=Q+2cos72P1+2cos144P2=308+1842cos36P2, \begin{aligned} &0 = Q + 2\cos 72^\circ \, P_1 \\ &\quad {}+ 2\cos 144^\circ \, P_2 \\ &= 308 + 184 - 2\cos 36^\circ \, P_2, \end{aligned} so 2cos36P2=492.2\cos 36^\circ \, P_2 = 492. Using cos72=514\cos 72^\circ = \frac{\sqrt{5} - 1}{4} and cos36=5+14,\cos 36^\circ = \frac{\sqrt{5} + 1}{4}, we get 2P1=184cos72=184(5+1)2P_1 = \frac{184}{\cos 72^\circ} = 184\left(\sqrt{5} + 1\right) and 2P2=492cos36=492(51).2P_2 = \frac{492}{\cos 36^\circ} = 492\left(\sqrt{5} - 1\right).

The square of the perimeter is (sk)2=Q+2P1+2P2=308+1845+184+4925492=6765. \begin{aligned} &\left(\sum s_k\right)^2 = Q + 2P_1 + 2P_2 \\ &= 308 + 184\sqrt{5} + 184 \\ &\quad {}+ 492\sqrt{5} - 492 \\ &= 676\sqrt{5}. \end{aligned} Therefore m+n=676+5=681.m + n = 676 + 5 = 681.

15.

aabbnn 为正整数,其中 aabb 都大于或等于 22,且小于或等于 2n2n。定义一个 a×ba \times b格子环:它位于一个 2n×2n2n \times 2n 的方格网中,由 2a+2b42a + 2b - 4 个围绕 (a2)×(b2)(a-2) \times (b-2)(可能为空)矩形的格子组成。例如,下图展示了一种把 6×66 \times 6 方格网分成 44 个格子环的方法。

求把一个 10×1010 \times 10 方格网分成 55 个格子环的方法数,使得方格网中的每个格子都恰好属于一个格子环。

Let a,a, b,b, and nn be positive integers with both aa and bb greater than or equal to 22 and less than or equal to 2n.2n. Define an a×ba \times b cell loop in a 2n×2n2n \times 2n grid of cells to be the 2a+2b42a + 2b - 4 cells that surround an (a2)×(b2)(a-2) \times (b-2) (possibly empty) rectangle of cells in the grid. For example, the following diagram shows a way to partition a 6×66 \times 6 grid of cells into 44 cell loops.

Find the number of ways to partition a 10×1010 \times 10 grid of cells into 55 cell loops so that every cell of the grid belongs to exactly one cell loop.

难度评级:3700
小提示:

每个环的矩形内部必须恰好由其他环填满,而环的大小迫使 (ai+bi)=60\sum (a_i + b_i) = 60。研究最外层环的矩形。

Every loop’s rectangle must have its inner rectangle exactly filled by other loops, and the loop sizes force (ai+bi)=60.\sum (a_i + b_i) = 60. Study the rectangles of the outermost loops.

大提示:

面积与环数迫使最外层矩形成为整个正方形或平行的全长板条;板条宽度为偶数 ww,每条恰好使用 w2\frac{w}{2} 个环

Area and loop counts force the outermost rectangles to be the full square or parallel full-length slabs of even width w,w, each using exactly w2\frac{w}{2} loops

解答:

因为五个环覆盖了 (2(ai+bi)4)=100\sum \left(2(a_i + b_i) - 4\right) = 100 个格子,所以 (ai+bi)=60\sum (a_i + b_i) = 60。每个环含偶数个格子,因此奇数乘奇数的矩形不能被环完全填满;并且填充一个最短偶数边为 ee 的矩形至少需要 e2\frac{e}{2} 个环,因为剥去一个最外层环会使那条边正好缩短 22,而把矩形分成较小矩形只会把这些需求相加。现在考虑一个分割中的最外层环 (也就是其矩形不位于任何其他环的矩形内部的环):它们的矩形铺满 10×1010 \times 10 正方形。若最外层矩形 RiR_i 的最短偶数边为 eie_i,它使用 niei2n_i \ge \frac{e_i}{2} 个环,且最多覆盖 10ei10\,e_i 个格子。对这个铺法求和,10010ei20ni=100100 \le \sum 10\,e_i \le 20 \sum n_i = 100,所以处处取等:每个 RiR_i 都在一个方向上跨满长度 1010,宽度为偶数 eie_i,并且恰好由 ei2\frac{e_i}{2} 个环填充。两个不同方向的全长板条会相交,所以最外层矩形要么是整个正方形,要么是平行板条;同样的等号论证可在每个环的内部矩形中重复。

s(w)s(w) 为填充一条全高、偶数宽度为 ww 的板条的方法数,其中使用 w2\frac{w}{2} 个环,并要求板条自身的 10×w10 \times w 边界是一个最外层环。宽度 22 的板条是一个单环:s(2)=1s(2) = 1。宽度 44 的板条是一个 10×410 \times 4 环围住一个 8×28 \times 2 环:s(4)=1s(4) = 1。宽度 66 的板条是一个 10×610 \times 6 环,围住一个 8×48 \times 4 区域,内部有两个环:要么嵌套 (8×48 \times 4 围住 6×26 \times 2),要么是两条 8×28 \times 2 板条,所以 s(6)=2s(6) = 2。宽度 88 的板条围住一个 8×68 \times 6 区域,内部有三个环:一个 8×68 \times 6 环围住一个含两个环的 6×46 \times 4 区域(如前有 22 种);或全高板条宽度为 2+2+22 + 2 + 211 种);或宽度为 2+42 + 4 的两种顺序 (22 种),所以 s(8)=5s(8) = 5。同样的递推计数整个正方形:一个 10×1010 \times 10 环围住一个含四个环的 8×88 \times 8 区域,其中 4×44 \times 46×66 \times 6,和 8×88 \times 8 区域分别有 33,再有 3+3+3=93 + 3 + 3 = 9,再有 9+9+9=279 + 9 + 9 = 27 种填法(每一步为单个嵌套环、竖直板条或水平板条)。

最后统计最外层结构。单个 10×1010 \times 10 矩形给出 2727 种分割。若为平行板条,其宽度构成 1010 的偶数部分有序拆分,且至少有两部分,并且方向(竖直或水平)使计数翻倍:(2,2,2,2,2)(2,2,2,2,2) 给出 11(4,2,2,2)(4,2,2,2)44 种顺序给出 44(4,4,2)(4,4,2)33 种顺序给出 33(6,2,2)(6,2,2)33 种顺序给出 32=63 \cdot 2 = 6(6,4)(6,4)22 种顺序给出 22=42 \cdot 2 = 4(8,2)(8,2)22 种顺序给出 25=102 \cdot 5 = 10,每个方向共 2828 种。总数为 27+228=8327 + 2 \cdot 28 = 83

Since the five loops cover (2(ai+bi)4)=100\sum \left(2(a_i + b_i) - 4\right) = 100 cells, (ai+bi)=60.\sum (a_i + b_i) = 60. Every loop has an even number of cells, so no odd-by-odd rectangle can be exactly filled by loops; and filling a rectangle whose shortest even side is ee requires at least e2\frac{e}{2} loops, since peeling off an outermost loop shrinks that side by exactly 22 while splitting a rectangle into smaller ones only adds up such requirements. Now consider the outermost loops of a partition (those whose rectangles lie inside no other loop’s rectangle): their rectangles tile the 10×1010 \times 10 square. If outermost rectangle RiR_i has shortest even side ei,e_i, it uses niei2n_i \ge \frac{e_i}{2} loops and covers at most 10ei10\,e_i cells. Summing over the tiling, 10010ei20ni=100,100 \le \sum 10\,e_i \le 20 \sum n_i = 100, so equality holds throughout: each RiR_i spans the full 1010 in one direction, has even width ei,e_i, and is filled with exactly ei2\frac{e_i}{2} loops. Two full-length slabs in different directions would overlap, so the outermost rectangles are the whole square or parallel slabs, and the same equality argument repeats inside every loop’s inner rectangle.

Let s(w)s(w) be the number of ways to fill a full-height slab of even width ww with w2\frac{w}{2} loops, subject to the slab’s own 10×w10 \times w boundary being one outermost loop. (A split into smaller outermost slabs is counted later instead.) A width-22 slab is a single loop: s(2)=1.s(2) = 1. A width-44 slab is a 10×410 \times 4 loop around an 8×28 \times 2 loop: s(4)=1.s(4) = 1. A width-66 slab is a 10×610 \times 6 loop around an 8×48 \times 4 region holding two loops — either nested (8×48 \times 4 around 6×26 \times 2) or two 8×28 \times 2 slabs — so s(6)=2.s(6) = 2. A width-88 slab surrounds an 8×68 \times 6 region holding three loops: an 8×68 \times 6 loop around a 6×46 \times 4 region with two loops (22 ways as before), or full-height strips of widths 2+2+22 + 2 + 2 (11 way), or widths 2+42 + 4 in two orders (22 ways), so s(8)=5.s(8) = 5. The same recursion counts the full square: a 10×1010 \times 10 loop around an 8×88 \times 8 region with four loops, where the 4×4,4 \times 4, 6×6,6 \times 6, and 8×88 \times 8 regions admit 3,3, then 3+3+3=9,3 + 3 + 3 = 9, then 9+9+9=279 + 9 + 9 = 27 fillings (single nested loop, vertical strips, or horizontal strips at each stage).

Finally, tally the outermost structures. The single 10×1010 \times 10 rectangle gives 2727 partitions. For parallel slabs, the widths form a composition of 1010 into even parts with at least two parts, and orientations (vertical or horizontal) double the count: (2,2,2,2,2)(2,2,2,2,2) gives 1;1; (4,2,2,2)(4,2,2,2) in 44 orders gives 4;4; (4,4,2)(4,4,2) in 33 orders gives 3;3; (6,2,2)(6,2,2) in 33 orders gives 32=6;3 \cdot 2 = 6; (6,4)(6,4) in 22 orders gives 22=4;2 \cdot 2 = 4; and (8,2)(8,2) in 22 orders gives 25=10,2 \cdot 5 = 10, for 2828 per orientation. The total is 27+228=83.27 + 2 \cdot 28 = 83.