2018 AIME I 详解

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

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

1.

SS 为整数有序对 (a,b)(a, b) 的个数,其中 1a1001 \le a \le 100b0b \ge 0,并且多项式 x2+ax+bx^2 + ax + b 可以分解为两个(不一定不同的)整系数一次因式的乘积。求 SS 除以 10001000 的余数。

Let SS be the number of ordered pairs of integers (a,b),(a, b), with 1a1001 \le a \le 100 and b0,b \ge 0, such that the polynomial x2+ax+bx^2 + ax + b can be factored into the product of two (not necessarily distinct) linear factors with integer coefficients. Find the remainder when SS is divided by 1000.1000.

知识点:二次方程完全平方数奇偶性
难度评级:2260
小提示:

这个二次式能在整数中分解,当且仅当判别式 a24ba^2 - 4b 是完全平方数

The quadratic factors over the integers exactly when the discriminant a24ba^2 - 4b is a perfect square

大提示:

对每个 aa 有效的 bb 来自 4b=a2c24b = a^2 - c^2,其中 0ca0 \le c \le aca(mod2)c \equiv a \pmod 2;数出这样的 cc 并对 aa 求和

For each a,a, the valid bb come from 4b=a2c24b = a^2 - c^2 with 0ca0 \le c \le a and ca(mod2);c \equiv a \pmod 2; count those cc and sum over aa

解答:

该多项式分解为整系数一次因式,恰好等价于它的根是整数,也就是判别式 a24ba^2 - 4b 等于某个整数 c0c \ge 0 的平方 c2c^2。给定 aa 时,这样的 b0b \ge 0 存在,当且仅当 4b=a2c2=(ac)(a+c)4b = a^2 - c^2 = (a-c)(a+c),其中 cc 满足 0ca0 \le c \le aca(mod2)c \equiv a \pmod 2,不同的 cc 给出不同的 b=a2c24b = \frac{a^2 - c^2}{4}

aa 为奇数时,有效的 cc1,3,,a1, 3, \ldots, a,共有 a+12\frac{a+1}{2} 个;当 aa 为偶数时,有效值是 0,2,,a0, 2, \ldots, a,共有 a2+1\frac{a}{2} + 1 个。

a=1,,100a = 1, \ldots, 100 求和:奇数 aa 贡献 1+2++50=12751 + 2 + \cdots + 50 = 1275,偶数 aa 贡献 2+3++51=13252 + 3 + \cdots + 51 = 1325。因此 S=2600S = 2600,余数为 600600

The polynomial factors into integer linear factors exactly when its roots are integers, that is, when the discriminant a24ba^2 - 4b equals c2c^2 for some integer c0.c \ge 0. Given a,a, such a b0b \ge 0 exists exactly when 4b=a2c2=(ac)(a+c)4b = a^2 - c^2 = (a-c)(a+c) for some cc with 0ca0 \le c \le a and ca(mod2),c \equiv a \pmod 2, and distinct such cc give distinct values b=a2c24.b = \frac{a^2 - c^2}{4}.

For odd aa the valid cc are 1,3,,a,1, 3, \ldots, a, which is a+12\frac{a+1}{2} choices; for even aa they are 0,2,,a,0, 2, \ldots, a, which is a2+1\frac{a}{2} + 1 choices.

Summing over a=1,,100:a = 1, \ldots, 100: the odd aa contribute 1+2++50=1275,1 + 2 + \cdots + 50 = 1275, and the even aa contribute 2+3++51=1325.2 + 3 + \cdots + 51 = 1325. Thus S=2600,S = 2600, and the remainder is 600.600.

2.

nn1414 进制中可写为 abc\underline{a}\,\underline{b}\,\underline{c},在 1515 进制中可写为 acb\underline{a}\,\underline{c}\,\underline{b},在 66 进制中可写为 acac\underline{a}\,\underline{c}\,\underline{a}\,\underline{c},其中 a>0a \gt 0。求 nn1010 进制表示。

The number nn can be written in base 1414 as abc,\underline{a}\,\underline{b}\,\underline{c}, can be written in base 1515 as acb,\underline{a}\,\underline{c}\,\underline{b}, and can be written in base 66 as acac,\underline{a}\,\underline{c}\,\underline{a}\,\underline{c}, where a>0.a \gt 0. Find the base-1010 representation of n.n.

难度评级:2180
小提示:

三种表示给出 196a+14b+c=225a+15c+b196a + 14b + c = 225a + 15c + b =222a+37c= 222a + 37c

The three representations give 196a+14b+c=225a+15c+b196a + 14b + c = 225a + 15c + b =222a+37c= 222a + 37c

大提示:

比较后两个式子得到 b=22c3ab = 22c - 3a;代入第一个式子会迫使 a=4ca = 4c,其中 aacc66 进制数字

Comparing the last two gives b=22c3a;b = 22c - 3a; substituting into the first forces a=4c,a = 4c, where aa and cc are base-66 digits

解答:

写出各位值,得 n=196a+14b+cn = 196a + 14b + c =225a+15c+b= 225a + 15c + b =222a+37c= 222a + 37c,其中 aacc66 进制数字,满足 1a51 \le a \le 50c50 \le c \le 5,并且 0b130 \le b \le 13

令后两个表达式相等,得 b=22c3ab = 22c - 3a。把它代入 196a+14b+c=225a+15c+b196a + 14b + c = 225a + 15c + b(即 13b=29a+14c13b = 29a + 14c),得到 13(22c3a)=29a+14c13(22c - 3a) = 29a + 14c,所以 272c=68a272c = 68a,即 a=4ca = 4c。数字范围迫使 c=1c = 1a=4a = 4,于是 b=2212=10b = 22 - 12 = 10,这是 1414 进制与 1515 进制中的有效数字。

因此 n=2224+371=925n = 222 \cdot 4 + 37 \cdot 1 = 925。确实 925=1964+1410+1925 = 196 \cdot 4 + 14 \cdot 10 + 11414 进制表示相符。答案为 925925

Writing out the place values, n=196a+14b+cn = 196a + 14b + c =225a+15c+b= 225a + 15c + b =222a+37c,= 222a + 37c, where aa and cc are base-66 digits with 1a51 \le a \le 5 and 0c5,0 \le c \le 5, and 0b13.0 \le b \le 13.

Equating the last two expressions gives b=22c3a.b = 22c - 3a. Substituting into 196a+14b+c=225a+15c+b196a + 14b + c = 225a + 15c + b (which says 13b=29a+14c13b = 29a + 14c) yields 13(22c3a)=29a+14c,13(22c - 3a) = 29a + 14c, so 272c=68a,272c = 68a, that is a=4c.a = 4c. The digit bounds force c=1,c = 1, a=4,a = 4, and then b=2212=10,b = 22 - 12 = 10, which is a valid digit in bases 1414 and 15.15.

Therefore n=2224+371=925.n = 222 \cdot 4 + 37 \cdot 1 = 925. Indeed 925=1964+1410+1,925 = 196 \cdot 4 + 14 \cdot 10 + 1, confirming the base-1414 form. The answer is 925.925.

3.

Kathy 有 55 张红卡和 55 张绿卡。她洗混这 1010 张卡,并随机按顺序排出其中 55 张。当且仅当所有排出的红卡相邻且所有排出的绿卡相邻时,她会满意。例如,卡片顺序 RRGGG、GGGGR 或 RRRRR 会让 Kathy 满意,但 RRRGR 不会。Kathy 满意的概率为 mn\frac{m}{n},其中 mmnn 是互质正整数。求 m+nm + n

Kathy has 55 red cards and 55 green cards. She shuffles the 1010 cards and lays out 55 of the cards in a row in a random order. She will be happy if and only if all the red cards laid out are adjacent and all the green cards laid out are adjacent. For example, card orders RRGGG, GGGGR, or RRRRR will make Kathy happy, but RRRGR will not. The probability that Kathy will be happy is mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

难度评级:2400
小提示:

只需要考虑颜色模式:Kathy 满意恰好意味着排出的红卡形成一个连续块,排出的绿卡也形成一个连续块

Only the color pattern matters: Kathy is happy exactly when the laid-out reds form one block and the laid-out greens form one block

大提示:

rr 张红卡的模式在全部 10987610 \cdot 9 \cdot 8 \cdot 7 \cdot 6 个等可能有序排列中出现 5!(5r)!5!r!\frac{5!}{(5-r)!} \cdot \frac{5!}{r!}

A pattern with rr reds occurs in 5!(5r)!5!r!\frac{5!}{(5-r)!} \cdot \frac{5!}{r!} of the 10987610 \cdot 9 \cdot 8 \cdot 7 \cdot 6 equally likely ordered layouts

解答:

1010 张不同卡中排出 55 张,共有 109876=3024010 \cdot 9 \cdot 8 \cdot 7 \cdot 6 = 30240 个等可能的有序排列。Kathy 满意恰好意味着颜色模式由一个红色块和一个绿色块组成:模式包括 RRRRR、GGGGG,以及 r=1,2,3,4r = 1, 2, 3, 4 时的八种混合模式 RrG5r\text{R}^r\text{G}^{5-r}G5rRr\text{G}^{5-r}\text{R}^r

一个使用 rr 个红色位置和 5r5 - r 个绿色位置的模式,可以用 5!(5r)!5!r!\frac{5!}{(5-r)!} \cdot \frac{5!}{r!} 种方式填入具体卡片。对 r=5,4,3,2,1,0r = 5, 4, 3, 2, 1, 0,这些数分别为 1201206006001200120012001200600600120120。满意的排列数为 120+120+2(600+1200+1200+600)=7440 \begin{aligned} &120 + 120 \\ &{}+ 2\,(600 + 1200 + 1200 + 600) \\ &{}= 7440 \end{aligned}\text{。}

概率为 744030240=31126\frac{7440}{30240} = \frac{31}{126},所以 m+n=31+126=157m + n = 31 + 126 = 157

There are 109876=3024010 \cdot 9 \cdot 8 \cdot 7 \cdot 6 = 30240 equally likely ordered layouts of 55 of the 1010 distinct cards. Kathy is happy exactly when the color pattern consists of one block of reds and one block of greens: the patterns are RRRRR, GGGGG, and the eight mixed patterns RrG5r\text{R}^r\text{G}^{5-r} and G5rRr\text{G}^{5-r}\text{R}^r for r=1,2,3,4.r = 1, 2, 3, 4.

A pattern using rr red and 5r5 - r green positions can be filled in 5!(5r)!5!r!\frac{5!}{(5-r)!} \cdot \frac{5!}{r!} ways (ordered choices of which red cards and which green cards appear). For r=5,4,3,2,1,0r = 5, 4, 3, 2, 1, 0 these counts are 120,120, 600,600, 1200,1200, 1200,1200, 600,600, 120.120. The happy layouts number 120+120+2(600+1200+1200+600)=7440. \begin{aligned} &120 + 120 \\ &{}+ 2\,(600 + 1200 + 1200 + 600) \\ &{}= 7440. \end{aligned}

The probability is 744030240=31126,\frac{7440}{30240} = \frac{31}{126}, so m+n=31+126=157.m + n = 31 + 126 = 157.

4.

ABC\triangle ABC 中,AB=AC=10AB = AC = 10,且 BC=12BC = 12。点 DD 严格位于 AB\overline{AB}AABB 之间,点 EE 严格位于 AC\overline{AC}AACC 之间,并且 AD=DE=ECAD = DE = EC。则 ADAD 可写成 pq\frac{p}{q} 的形式,其中 ppqq 是互质正整数。求 p+qp + q

In ABC,\triangle ABC, AB=AC=10AB = AC = 10 and BC=12.BC = 12. Point DD lies strictly between AA and BB on AB\overline{AB} and point EE lies strictly between AA and CC on AC\overline{AC} so that AD=DE=EC.AD = DE = EC. Then ADAD can be expressed in the form pq,\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+q.p + q.

难度评级:2410
小提示:

AD=xAD = x,所以 AE=10xAE = 10 - x;先从三角形 ABCABC 计算 cosA\cos A

Let AD=x,AD = x, so AE=10x;AE = 10 - x; compute cosA\cos A from triangle ABCABC

大提示:

在三角形 ADEADE 中使用余弦定理,得到 x2=x2+(10x)2x^2 = x^2 + (10-x)^2 2x(10x)cosA- 2x(10-x)\cos A;约去一个 10x10 - x 因子

The law of cosines in triangle ADEADE gives x2=x2+(10x)2x^2 = x^2 + (10-x)^2 2x(10x)cosA;- 2x(10-x)\cos A; cancel a factor of 10x10 - x

解答:

ABC\triangle ABC 中由余弦定理,cosA=102+10212221010=56200=725 \begin{aligned} \cos A &= \frac{10^2 + 10^2 - 12^2}{2 \cdot 10 \cdot 10} \\ &= \frac{56}{200} = \frac{7}{25} \end{aligned}\text{。}

x=AD=DE=ECx = AD = DE = EC,则 AE=10xAE = 10 - x。在 ADE\triangle ADE 中用余弦定理:x2=x2+(10x)22x(10x)725 \begin{aligned} &x^2 = x^2 + (10 - x)^2 \\ &\quad {}- 2x(10 - x)\cdot\frac{7}{25} \end{aligned}\text{,}所以 (10x)2=1425x(10x)(10 - x)^2 = \frac{14}{25}\,x(10 - x)。因为 x<10x \lt 10 可除以 10x10 - x,得 10x=14x2510 - x = \frac{14x}{25},于是 250=39x250 = 39xx=25039x = \frac{250}{39}

由于 gcd(250,39)=1\gcd(250, 39) = 1,答案是 250+39=289250 + 39 = 289

By the law of cosines in ABC,\triangle ABC, cosA=102+10212221010=56200=725. \begin{aligned} \cos A &= \frac{10^2 + 10^2 - 12^2}{2 \cdot 10 \cdot 10} \\ &= \frac{56}{200} = \frac{7}{25}. \end{aligned}

Let x=AD=DE=EC,x = AD = DE = EC, so AE=10x.AE = 10 - x. The law of cosines in ADE\triangle ADE gives x2=x2+(10x)22x(10x)725, \begin{aligned} &x^2 = x^2 + (10 - x)^2 \\ &\quad {}- 2x(10 - x)\cdot\frac{7}{25}, \end{aligned} so (10x)2=1425x(10x).(10 - x)^2 = \frac{14}{25}\,x(10 - x). Since x<10,x \lt 10, we may divide by 10x10 - x to get 10x=14x25,10 - x = \frac{14x}{25}, hence 250=39x250 = 39x and x=25039.x = \frac{250}{39}.

As gcd(250,39)=1,\gcd(250, 39) = 1, the answer is 250+39=289.250 + 39 = 289.

5.

对每个满足 log2(2x+y)=log4(x2+xy+7y2) \begin{aligned} &\log_2(2x + y) \\ &= \log_4(x^2 + xy + 7y^2) \end{aligned} 的实数有序对 (x,y)(x, y),都存在一个实数 KK,使得 log3(3x+y)=log9(3x2+4xy+Ky2) \begin{aligned} &\log_3(3x + y) \\ &= \log_9(3x^2 + 4xy + Ky^2) \end{aligned}\text{。}求所有可能的 KK 的乘积。

For each ordered pair of real numbers (x,y)(x, y) satisfying log2(2x+y)=log4(x2+xy+7y2), \begin{aligned} &\log_2(2x + y) \\ &= \log_4(x^2 + xy + 7y^2), \end{aligned} there is a real number KK such that log3(3x+y)=log9(3x2+4xy+Ky2). \begin{aligned} &\log_3(3x + y) \\ &= \log_9(3x^2 + 4xy + Ky^2). \end{aligned} Find the product of all possible values of K.K.

难度评级:2510
小提示:

因为 log4u=log2u\log_4 u = \log_2 \sqrt{u},第一个方程说明 (2x+y)2=x2+xy+7y2(2x + y)^2 = x^2 + xy + 7y^2

Since log4u=log2u,\log_4 u = \log_2 \sqrt{u}, the first equation says (2x+y)2=x2+xy+7y2(2x + y)^2 = x^2 + xy + 7y^2

大提示:

该条件可分解为 (xy)(x+2y)=0(x - y)(x + 2y) = 0;把每种情况代入第二个方程的平方形式以求 KK

That condition factors as (xy)(x+2y)=0;(x - y)(x + 2y) = 0; substitute each case into the squared form of the second equation to find KK

解答:

因为 log4u=log2u\log_4 u = \log_2 \sqrt{u},第一个方程等价于 (2x+y)2=x2+xy+7y2(2x + y)^2 = x^2 + xy + 7y^2,并且 2x+y>02x + y \gt 0。展开得 3x2+3xy6y2=03x^2 + 3xy - 6y^2 = 0,分解为 3(xy)(x+2y)=03(x - y)(x + 2y) = 0。所以 x=yx = yx=2yx = -2y,且 (x,y)(0,0)(x, y) \ne (0, 0)

同理,第二个方程说明 (3x+y)2=3x2+4xy+Ky2(3x + y)^2 = 3x^2 + 4xy + Ky^2,也就是 6x2+2xy+y2=Ky26x^2 + 2xy + y^2 = Ky^2。若 x=yx = y(取 x>0x \gt 0 使两个对数都有定义),则 K=6+2+1=9K = 6 + 2 + 1 = 9。若 x=2yx = -2y(取 y<0y \lt 0,使 2x+y=3y>02x + y = -3y \gt 03x+y=5y>03x + y = -5y \gt 0),则 24y24y2+y2=Ky224y^2 - 4y^2 + y^2 = Ky^2,所以 K=21K = 21

两种情况都可以发生,所以所有可能值的乘积为 921=1899 \cdot 21 = 189

Because log4u=log2u,\log_4 u = \log_2 \sqrt{u}, the first equation is equivalent to (2x+y)2=x2+xy+7y2(2x + y)^2 = x^2 + xy + 7y^2 together with 2x+y>0.2x + y \gt 0. Expanding gives 3x2+3xy6y2=0,3x^2 + 3xy - 6y^2 = 0, which factors as 3(xy)(x+2y)=0.3(x - y)(x + 2y) = 0. So x=yx = y or x=2y,x = -2y, with (x,y)(0,0).(x, y) \ne (0, 0).

Similarly the second equation says (3x+y)2=3x2+4xy+Ky2,(3x + y)^2 = 3x^2 + 4xy + Ky^2, that is 6x2+2xy+y2=Ky2.6x^2 + 2xy + y^2 = Ky^2. If x=yx = y (taking x>0x \gt 0 so both logarithms are defined), then K=6+2+1=9.K = 6 + 2 + 1 = 9. If x=2yx = -2y (taking y<0,y \lt 0, so 2x+y=3y>02x + y = -3y \gt 0 and 3x+y=5y>03x + y = -5y \gt 0), then 24y24y2+y2=Ky2,24y^2 - 4y^2 + y^2 = Ky^2, so K=21.K = 21.

Both cases occur, so the product of all possible values is 921=189.9 \cdot 21 = 189.

6.

NN 为满足 z=1|z| = 1z6!z5!z^{6!} - z^{5!} 为实数的复数 zz 的个数。求 NN 除以 10001000 的余数。

Let NN be the number of complex numbers zz with the properties that z=1|z| = 1 and z6!z5!z^{6!} - z^{5!} is a real number. Find the remainder when NN is divided by 1000.1000.

难度评级:2720
小提示:

写成 z=eiθz = e^{i\theta};差为实数恰好等价于 sin720θ=sin120θ\sin 720\theta = \sin 120\theta

Write z=eiθ;z = e^{i\theta}; the difference is real exactly when sin720θ=sin120θ\sin 720\theta = \sin 120\theta

大提示:

正弦相等意味着两角模 2π2\pi 同余或互补;分别数出 θ[0,2π)\theta \in [0, 2\pi) 的两类解,并检查两类不重合

Equal sines mean the angles are equal or supplementary modulo 2π;2\pi; count θ[0,2π)\theta \in [0, 2\pi) of each type and check the two families do not overlap

解答:

z=eiθz = e^{i\theta},其中 θ[0,2π)\theta \in [0, 2\pi)。那么 z720z120z^{720} - z^{120} 为实数,当且仅当 sin720θ=sin120θ\sin 720\theta = \sin 120\theta,这发生在两角模 2π2\pi 同余或互补时:要么 720θ=120θ+2πk720\theta = 120\theta + 2\pi k,得到 θ=πk300\theta = \frac{\pi k}{300},要么 720θ=π120θ+2πk720\theta = \pi - 120\theta + 2\pi k,得到 θ=(2k+1)π840\theta = \frac{(2k+1)\pi}{840}

第一族在 [0,2π)[0, 2\pi) 中有 600600 个值,第二族有 840840 个。它们不可能重合:若 πk300=(2j+1)π840\frac{\pi k}{300} = \frac{(2j+1)\pi}{840},则 14k=5(2j+1)14k = 5(2j + 1),等式左右一边为偶数、一边为奇数。

因此 N=600+840=1440N = 600 + 840 = 1440,余数为 440440

Write z=eiθz = e^{i\theta} with θ[0,2π).\theta \in [0, 2\pi). Then z720z120z^{720} - z^{120} is real exactly when sin720θ=sin120θ,\sin 720\theta = \sin 120\theta, which happens when the angles are equal or supplementary modulo 2π:2\pi: either 720θ=120θ+2πk,720\theta = 120\theta + 2\pi k, giving θ=πk300,\theta = \frac{\pi k}{300}, or 720θ=π120θ+2πk,720\theta = \pi - 120\theta + 2\pi k, giving θ=(2k+1)π840.\theta = \frac{(2k+1)\pi}{840}.

The first family has 600600 values in [0,2π)[0, 2\pi) and the second has 840.840. They cannot coincide: πk300=(2j+1)π840\frac{\pi k}{300} = \frac{(2j+1)\pi}{840} would give 14k=5(2j+1),14k = 5(2j + 1), equating an even number with an odd one.

Hence N=600+840=1440,N = 600 + 840 = 1440, and the remainder is 440.440.

7.

一个直六棱柱的高为 22。底面是边长为 11 的正六边形。任取 1212 个顶点中的 33 个确定一个三角形。求这些三角形中等腰三角形(包括等边三角形)的个数。

A right hexagonal prism has height 2.2. The bases are regular hexagons with side length 1.1. Any 33 of the 1212 vertices determine a triangle. Find the number of these triangles that are isosceles (including equilateral triangles).

难度评级:2840
小提示:

先分别计算所有顶点都在同一个六边形上的三角形;每个六边形单独贡献 88 个等腰三角形

Count triangles with all vertices on one hexagon separately from those using both; each hexagon alone contributes 88 isosceles triangles

大提示:

若两个顶点在一个底面上,则另一底面上的顶点必须位于这一对点的垂直平分线上,或者某条侧向边 d2+4\sqrt{d^2 + 4} 必须等于底面弦长 22

For two vertices on one base, the apex on the other base must lie above the perpendicular bisector of the pair, or a lateral side d2+4\sqrt{d^2 + 4} must equal the base chord 22

解答:

单位正六边形的弦长可能为 113\sqrt{3}22。一个六边形中 (63)=20\binom{6}{3} = 20 个三角形里,66 个的边长为 1,1,31, 1, \sqrt{3}22 个是边长为 3\sqrt{3} 的等边三角形,其余 1212 个的边长为 1,3,21, \sqrt{3}, 2,是不等边三角形。所以每个底面贡献 88 个等腰三角形,两个底面共 1616 个。

否则,两个顶点在一个底面上(有 22 种底面选择),一个顶点在另一个底面上。上底面某顶点到下底面某顶点的距离为 d2+42\sqrt{d^2 + 4} \ge 2,其中 dd 是水平距离。若下底面这一对相邻(弦长 11):正六边形边的垂直平分线不经过顶点,且没有侧向边能等于 11,所以没有等腰三角形。若这一对中间隔一个顶点(弦长 3\sqrt{3}66 对):上底面位于中间顶点正上方和对顶点正上方的两个顶点到这对点等距,得到 62=126 \cdot 2 = 12 个。若这一对是对径点(弦长 2233 对):没有顶点在垂直平分线上,但任一端点正上方的顶点给出侧向边 0+4=2\sqrt{0 + 4} = 2,等于该弦长,得到 32=63 \cdot 2 = 6 个。

总数为 16+2(12+6)=5216 + 2\,(12 + 6) = 52

The chords of a unit regular hexagon have lengths 1,1, 3,\sqrt{3}, and 2.2. Among the (63)=20\binom{6}{3} = 20 triangles in one hexagon, 66 have sides 1,1,31, 1, \sqrt{3} and 22 are equilateral with side 3;\sqrt{3}; the other 12,12, with sides 1,3,2,1, \sqrt{3}, 2, are scalene. So each base contributes 88 isosceles triangles, for 1616 in all.

Otherwise two vertices lie on one base (22 choices of that base) and one on the other. A vertex of the top base at horizontal distance dd from a bottom vertex is at distance d2+42\sqrt{d^2 + 4} \ge 2 from it. If the bottom pair is adjacent (chord 11): the perpendicular bisector of a hexagon edge passes through no vertices, and no slant side can equal 1,1, so there are no isosceles triangles. If the pair has one vertex between them (chord 3,\sqrt{3}, 66 pairs): the top vertices above that middle vertex and above the opposite vertex are equidistant from the pair, giving 62=12.6 \cdot 2 = 12. If the pair is diametrically opposite (chord 2,2, 33 pairs): no vertex lies above the perpendicular bisector, but the top vertex directly above either endpoint gives a slant side 0+4=2\sqrt{0 + 4} = 2 equal to the chord, giving 32=6.3 \cdot 2 = 6.

The total is 16+2(12+6)=52.16 + 2\,(12 + 6) = 52.

8.

ABCDEFABCDEF 为等角六边形,且 AB=6AB = 6BC=8BC = 8CD=10CD = 10DE=12DE = 12。记能放入该六边形内的最大圆的直径为 dd。求 d2d^2

Let ABCDEFABCDEF be an equiangular hexagon such that AB=6,AB = 6, BC=8,BC = 8, CD=10,CD = 10, and DE=12.DE = 12. Denote by dd the diameter of the largest circle that fits inside the hexagon. Find d2.d^2.

难度评级:2920
小提示:

在等角六边形中,AB+BC=DE+EFAB + BC = DE + EF,且 FA+AB=CD+DEFA + AB = CD + DE;先求 EFEFFAFA

In an equiangular hexagon AB+BC=DE+EFAB + BC = DE + EF and FA+AB=CD+DE;FA + AB = CD + DE; find EFEF and FAFA

大提示:

对边平行,它们的距离为连接这两边的两条边长之和乘以 32\frac{\sqrt{3}}{2};三个条带中最窄的限制了圆

Opposite sides are parallel, at distance 32\frac{\sqrt{3}}{2} times the sum of the two sides connecting them; the narrowest of the three strips limits the circle

解答:

所有内角都是 120120^\circ,所以对边平行。在两条对边外接等边三角形可形成平行四边形,从而有 AB+BC=DE+EFAB + BC = DE + EF 以及 FA+AB=CD+DEFA + AB = CD + DE。因此 EF=2EF = 2FA=16FA = 16

沿连接两条对边的两条边从一边走到对边,可知一对对边之间的距离为这两条连接边长度之和的 32\frac{\sqrt{3}}{2} 倍:ABABDEDE 之间的条带宽度为 32(BC+CD)=93\frac{\sqrt{3}}{2}(BC + CD) = 9\sqrt{3}BCBCEFEF 之间为 32(CD+DE)=113\frac{\sqrt{3}}{2}(CD + DE) = 11\sqrt{3}CDCDFAFA 之间为 32(DE+EF)=73\frac{\sqrt{3}}{2}(DE + EF) = 7\sqrt{3}。六边形内任意圆都必须位于最窄条带内,所以 d73d \le 7\sqrt{3}

一个直径为 737\sqrt{3}、与直线 CDCDFAFA 相切的圆,可以调整圆心使它也恰好与 DEDE 接触,并且到直线 EFEFBCBCABAB 的距离分别为 636\sqrt{3}535\sqrt{3}1132\frac{11\sqrt{3}}{2},都大于半径 732\frac{7\sqrt{3}}{2},所以它确实能放入六边形。故 d=73d = 7\sqrt{3}d2=147d^2 = 147

All interior angles are 120,120^\circ, so opposite sides are parallel. Attaching equilateral triangles to two opposite sides produces a parallelogram, which forces AB+BC=DE+EFAB + BC = DE + EF and FA+AB=CD+DE.FA + AB = CD + DE. Hence EF=2EF = 2 and FA=16.FA = 16.

Walking from one side to the opposite side along the two connecting sides shows that the distance between a pair of opposite sides is 32\frac{\sqrt{3}}{2} times the sum of those two connecting sides: the strips have widths 32(BC+CD)=93\frac{\sqrt{3}}{2}(BC + CD) = 9\sqrt{3} between ABAB and DE,DE, 32(CD+DE)=113\frac{\sqrt{3}}{2}(CD + DE) = 11\sqrt{3} between BCBC and EF,EF, and 32(DE+EF)=73\frac{\sqrt{3}}{2}(DE + EF) = 7\sqrt{3} between CDCD and FA.FA. Any circle inside the hexagon fits in the narrowest strip, so d73.d \le 7\sqrt{3}.

A circle of diameter 737\sqrt{3} tangent to lines CDCD and FAFA can be centered so that it also touches DEDE exactly and has distances 63,6\sqrt{3}, 53,5\sqrt{3}, and 1132\frac{11\sqrt{3}}{2} from lines EF,EF, BC,BC, and AB,AB, all more than its radius 732,\frac{7\sqrt{3}}{2}, so it fits inside the hexagon. Therefore d=73d = 7\sqrt{3} and d2=147.d^2 = 147.

9.

求集合 {1,2,3,4,,20}\{1, 2, 3, 4, \ldots, 20\} 中满足以下性质的四元素子集个数:子集中有两个不同元素的和为 1616,并且有两个不同元素的和为 2424。例如,{3,5,13,19}\{3, 5, 13, 19\}{6,10,20,18}\{6, 10, 20, 18\} 是两个这样的子集。

Find the number of four-element subsets of {1,2,3,4,,20}\{1, 2, 3, 4, \ldots, 20\} with the property that two distinct elements of the subset have a sum of 16,16, and two distinct elements of the subset have a sum of 24.24. For example, {3,5,13,19}\{3, 5, 13, 19\} and {6,10,20,18}\{6, 10, 20, 18\} are two such subsets.

难度评级:2990
小提示:

和为 1616 的数对有 77 个,和为 2424 的数对有 88 个;按这两对是否能不相交来分类

There are 77 pairs summing to 1616 and 88 pairs summing to 24;24; split by whether the two pairs can be chosen disjoint

大提示:

若两对必须重叠,则某个元素 aa 使 16a16 - a24a24 - a 都在子集中,再加一个自由的第四元素;减去有两个这种中心的子集

If the pairs must overlap, some element aa has both 16a16 - a and 24a24 - a in the subset plus a free fourth element; subtract the subsets that have two such centers

解答:

两个不同元素和为 1616 的数对为 {1,15},{2,14},,{7,9}\{1,15\}, \{2,14\}, \ldots, \{7,9\}(七对),和为 2424 的数对为 {4,20},{5,19},,{11,13}\{4,20\}, \{5,19\}, \ldots, \{11,13\}(八对)。先数同时含有一个 1616-数对和一个不相交的 2424-数对的子集。在 78=567 \cdot 8 = 56 种配对组合中,共用某个元素 xx 的组合要求 16x16 - xxx24x24 - x 都有效;这发生在 x{4,,15}x \in \{4, \ldots, 15\} 中除 881212 以外的 1010 个值上。没有四元素集合会来自两个不同的不相交组合(第二种分解会迫使一个 1616-数对与一个 2424-数对重合),所以此类给出 5610=4656 - 10 = 46 个子集。

在其余子集中,每个 1616-数对都与每个 2424-数对相交,因此某个中心 aa 使 b=16ab = 16 - ac=24ac = 24 - a 都在子集中。可能的中心有 1010 个(a{4,,15}a \in \{4, \ldots, 15\},且 a8,12a \ne 8, 12),第四个元素可为其余 1717 个数中的任意一个,得到 170170 个中心-子集计数。恰有 66 个子集有两个中心并被数了两次:{1,7,9,15}\{1,7,9,15\}{2,6,10,14}\{2,6,10,14\}{3,5,11,13}\{3,5,11,13\}{5,11,13,19}\{5,11,13,19\}{6,10,14,18}\{6,10,14,18\}{7,9,15,17}\{7,9,15,17\}。此类给出 1706=164170 - 6 = 164 个子集,且其中没有包含不相交数对的子集。

总数为 46+164=21046 + 164 = 210

The pairs of distinct elements summing to 1616 are {1,15},{2,14},,{7,9}\{1,15\}, \{2,14\}, \ldots, \{7,9\} (seven pairs), and those summing to 2424 are {4,20},{5,19},,{11,13}\{4,20\}, \{5,19\}, \ldots, \{11,13\} (eight pairs). First count subsets containing a 1616-pair and a 2424-pair that are disjoint. Of the 78=567 \cdot 8 = 56 combinations, the ones sharing an element xx require 16x,16 - x, x,x, and 24x24 - x all to be valid, which happens for the 1010 values x{4,,15}x \in \{4, \ldots, 15\} other than 88 and 12.12. No four-element set arises from two different disjoint combinations (a second decomposition would force a 1616-pair to coincide with a 2424-pair), so this case gives 5610=4656 - 10 = 46 subsets.

In the remaining subsets every 1616-pair meets every 2424-pair, so some center aa has both b=16ab = 16 - a and c=24ac = 24 - a in the subset. There are 1010 possible centers (a{4,,15}a \in \{4, \ldots, 15\} with a8,12a \ne 8, 12), and the fourth element can be any of the 1717 remaining numbers, giving 170170 center–subset counts. Exactly 66 subsets admit two centers and are counted twice: {1,7,9,15},\{1,7,9,15\}, {2,6,10,14},\{2,6,10,14\}, {3,5,11,13},\{3,5,11,13\}, {5,11,13,19},\{5,11,13,19\}, {6,10,14,18},\{6,10,14,18\}, and {7,9,15,17}.\{7,9,15,17\}. This case gives 1706=164170 - 6 = 164 subsets, none of which contain disjoint pairs.

The total is 46+164=210.46 + 164 = 210.

10.

下图所示的轮子由两个圆和五根辐条组成,每个辐条与圆的交点都有标签。一只虫子从点 AA 出发沿轮子行走。在过程的每一步中,虫子从一个有标签的点走到相邻的有标签点。沿内圆时,虫子只能逆时针行走;沿外圆时,虫子只能顺时针行走。例如,虫子可以沿路径 AJABCHCHIJAAJABCHCHIJA 行走,这条路径有 1010 步。令 nn 为经过 1515 步、起点和终点均为 AA 的路径数。求 nn 除以 10001000 的余数。

The wheel shown below consists of two circles and five spokes, with a label at each point where a spoke meets a circle. A bug walks along the wheel, starting at point A.A. At every step of the process, the bug walks from one labeled point to an adjacent labeled point. Along the inner circle the bug only walks in a counterclockwise direction, and along the outer circle the bug only walks in a clockwise direction. For example, the bug could travel along the path AJABCHCHIJA,AJABCHCHIJA, which has 1010 steps. Let nn be the number of paths with 1515 steps that begin and end at point A.A. Find the remainder when nn is divided by 1000.1000.

难度评级:3060
小提示:

每个点都恰有两种移动;若一步是逆时针或向内,称为 XX,若是顺时针或向外,称为 YY,于是路径对应由字符 XYXY 构成的字符串

Every point offers exactly two moves; call a move XX if it goes counterclockwise or inward and YY if clockwise or outward, so paths correspond to XYXY-strings

大提示:

虫子回到 AA 恰好当最后一步是 XX,并且 XX 的个数比 YY 的个数多 55 的倍数

The bug is back at AA exactly when the last move is an XX and the number of XXs exceeds the number of YYs by a multiple of 55

解答:

从任一内圆点出发,虫子恰有两种移动:沿内圆逆时针,或沿辐条向外;从任一外圆点出发,也恰有两种移动:沿外圆顺时针,或沿辐条向内。若一步是逆时针或向内,称为 XX;若是顺时针或向外,称为 YY。于是 {X,Y}15\{X, Y\}^{15} 中的每个字符串都唯一描述一条从 AA 出发的 1515 步路径。

一步到达内圆恰好当这一步是 XX,所以路径终点在内圆上恰好当最后一步是 XX;此时向内和向外的步数相等。以五分之一圈为单位测量角位置(逆时针为 +1+1,顺时针为 1-1,辐条移动为 00),路径回到 AA 恰好当它终止在内圆且净转动是 55 的倍数,也就是最后一步为 XX,且 #X#Y0(mod5)\#X - \#Y \equiv 0 \pmod 5。共有 1515 步时,这意味着 XX 的个数为 551010,或 1515

固定最后一步为 XX,前 1414 步分别含 4499,或 1414XX,所以 n=(144)+(149)+(1414)=1001+2002+1=3004 \begin{aligned} n &= \binom{14}{4} + \binom{14}{9} + \binom{14}{14} \\ &= 1001 + 2002 + 1 = 3004 \end{aligned}\text{,}余数为 44

From any inner point the bug has exactly two moves, counterclockwise along the inner circle or outward along a spoke; from any outer point it has exactly two, clockwise along the outer circle or inward along a spoke. Call a move XX if it is counterclockwise or inward and YY if it is clockwise or outward. Then every string in {X,Y}15\{X, Y\}^{15} describes exactly one 1515-step path from A.A.

A step arrives on the inner circle exactly when it is an X,X, so the path ends on the inner circle exactly when its last move is an X;X; in that case the numbers of inward and outward moves are equal. Measuring angular position in fifths of a turn (counterclockwise +1,+1, clockwise 1,-1, spokes 00), the path returns to AA exactly when it ends on the inner circle and the net rotation is a multiple of 5,5, that is, when the last move is XX and #X#Y0(mod5).\#X - \#Y \equiv 0 \pmod 5. With 1515 moves this means the number of XXs is 5,5, 10,10, or 15.15.

Fixing the last move as X,X, the first 1414 moves contain 4,4, 9,9, or 1414 XXs, so n=(144)+(149)+(1414)=1001+2002+1=3004, \begin{aligned} n &= \binom{14}{4} + \binom{14}{9} + \binom{14}{14} \\ &= 1001 + 2002 + 1 = 3004, \end{aligned} and the remainder is 4.4.

11.

求最小正整数 nn,使得 3n3^n 写成 143143 进制时,其最右边两位 143143 进制数字为 0101

Find the least positive integer nn such that when 3n3^n is written in base 143,143, its two right-most digits in base 143143 are 01.01.

难度评级:2990
小提示:

条件等价于 3n1(mod1432)3^n \equiv 1 \pmod{143^2};分别模 11211^213213^2 处理,并注意 35=243=2112+13^5 = 243 = 2 \cdot 11^2 + 1

The condition says 3n1(mod1432);3^n \equiv 1 \pmod{143^2}; work modulo 11211^2 and 13213^2 separately, noting 35=243=2112+13^5 = 243 = 2 \cdot 11^2 + 1

大提示:

由于 33=1+2133^3 = 1 + 2 \cdot 13,二项式定理给出 33k1+26k(mod132)3^{3k} \equiv 1 + 26k \pmod{13^2};确定何时它为 11,再取最小公倍数

Since 33=1+213,3^3 = 1 + 2 \cdot 13, the binomial theorem gives 33k1+26k(mod132);3^{3k} \equiv 1 + 26k \pmod{13^2}; determine when this is 1,1, then take an lcm

解答:

最后两个 143143 进制数字为 0101,恰好等价于 3n1(mod1432)3^n \equiv 1 \pmod{143^2}。由于 1432=112132143^2 = 11^2 \cdot 13^2,这又等价于 3n13^n \equiv 1 在模 11211^2 与模 13213^2 下同时成立。

12112135=243=2121+113^5 = 243 = 2 \cdot 121 + 1 \equiv 1,且由于 55 是质数、3≢13 \not\equiv 133 的阶恰为 55。模 169169331313 的阶为 33,所以模 169169 的阶是 33 的倍数。写 33=27=1+263^3 = 27 = 1 + 26,并注意 262=41690(mod169)26^2 = 4 \cdot 169 \equiv 0 \pmod{169},二项式定理给出 33k=(1+26)k3^{3k} = (1 + 26)^k 1+26k(mod169)\equiv 1 + 26k \pmod{169},它等于 11 当且仅当 kk1313 的倍数。所以 33169169 的阶为 3939

因此 nn 必须是 553939 的公倍数,最小为 lcm(5,39)=195\operatorname{lcm}(5, 39) = 195

The last two base-143143 digits are 0101 exactly when 3n1(mod1432),3^n \equiv 1 \pmod{143^2}, and since 1432=112132,143^2 = 11^2 \cdot 13^2, this holds exactly when 3n13^n \equiv 1 modulo both 11211^2 and 132.13^2.

Modulo 121:121: 35=243=2121+11,3^5 = 243 = 2 \cdot 121 + 1 \equiv 1, and since 55 is prime and 3≢1,3 \not\equiv 1, the order of 33 is exactly 5.5. Modulo 169:169: the order of 33 modulo 1313 is 3,3, so the order modulo 169169 is a multiple of 3.3. Writing 33=27=1+263^3 = 27 = 1 + 26 and noting 262=41690(mod169),26^2 = 4 \cdot 169 \equiv 0 \pmod{169}, the binomial theorem gives 33k=(1+26)k3^{3k} = (1 + 26)^k 1+26k(mod169),\equiv 1 + 26k \pmod{169}, which is 11 exactly when kk is a multiple of 13.13. So the order of 33 modulo 169169 is 39.39.

Therefore nn must be a common multiple of 55 and 39,39, and the least is lcm(5,39)=195.\operatorname{lcm}(5, 39) = 195.

12.

对集合 U={1,2,3,,18}U = \{1, 2, 3, \ldots, 18\} 的每个子集 TT,令 s(T)s(T)TT 中元素之和,并规定 s()s(\emptyset)00。若从 UU 的所有子集中随机选取 TT,则 s(T)s(T) 能被 33 整除的概率为 mn\frac{m}{n},其中 mmnn 是互质正整数。求 mm

For each subset TT of U={1,2,3,,18},U = \{1, 2, 3, \ldots, 18\}, let s(T)s(T) be the sum of the elements of T,T, with s()s(\emptyset) defined to be 0.0. If TT is chosen at random among all subsets of U,U, the probability that s(T)s(T) is divisible by 33 is mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m.m.

难度评级:3060
小提示:

33 的每个余数类在 UU 中都恰有六个元素,并且只有所选的 1\equiv 12\equiv 2 的元素个数重要

Each residue class modulo 33 contains exactly six elements of U,U, and only the numbers of chosen elements 1\equiv 1 and 2\equiv 2 matter

大提示:

若选了 aa1\equiv 1 的元素与 bb2\equiv 2 的元素,需要 ab(mod3)a \equiv b \pmod 3;用范德蒙德恒等式计算 (6a)(6b)\sum \binom{6}{a}\binom{6}{b}

With aa chosen elements 1\equiv 1 and bb elements 2,\equiv 2, you need ab(mod3);a \equiv b \pmod 3; evaluate (6a)(6b)\sum \binom{6}{a}\binom{6}{b} using Vandermonde’s identity

解答:

集合 UU 在模 33 的每个余数类中各有六个元素。若 TT 包含 aa1\equiv 1 的元素和 bb2(mod3)\equiv 2 \pmod 3 的元素,则 s(T)a+2bab(mod3)s(T) \equiv a + 2b \equiv a - b \pmod 3,所以 s(T)s(T) 能被 33 整除当且仅当 ab(mod3)a \equiv b \pmod 3;六个 33 的倍数可自由选择,对有利数与总数都贡献因子 262^6

由范德蒙德恒等式,选择这些 aabb 时,满足 ab=0a - b = 0 的选法数为 a(6a)2=(126)=924\sum_a \binom{6}{a}^2 = \binom{12}{6} = 924;满足 ab=±3a - b = \pm 3 的选法数为 2a(6a)(6a3)=2(129)=4402\sum_a \binom{6}{a}\binom{6}{a - 3} = 2\binom{12}{9} = 440;满足 ab=±6a - b = \pm 6 的选法数为 22。有利选法为 924+440+2=1366924 + 440 + 2 = 1366,总数为 2122^{12}

概率为 13664096=6832048\frac{1366}{4096} = \frac{683}{2048},由于 683683 是奇数,已经最简。因此 m=683m = 683

The set UU contains six elements in each residue class modulo 3.3. If TT contains aa elements 1\equiv 1 and bb elements 2(mod3),\equiv 2 \pmod 3, then s(T)a+2bab(mod3),s(T) \equiv a + 2b \equiv a - b \pmod 3, so s(T)s(T) is divisible by 33 exactly when ab(mod3);a \equiv b \pmod 3; the six multiples of 33 may be included freely, contributing a factor 262^6 to both the favorable and total counts.

By Vandermonde’s identity, the number of ways to choose the aas and bbs with ab=0a - b = 0 is a(6a)2=(126)=924;\sum_a \binom{6}{a}^2 = \binom{12}{6} = 924; with ab=±3a - b = \pm 3 it is 2a(6a)(6a3)=2(129)=440;2\sum_a \binom{6}{a}\binom{6}{a - 3} = 2\binom{12}{9} = 440; and with ab=±6a - b = \pm 6 it is 2.2. The favorable choices number 924+440+2=1366924 + 440 + 2 = 1366 out of 212.2^{12}.

The probability is 13664096=6832048,\frac{1366}{4096} = \frac{683}{2048}, which is in lowest terms since 683683 is odd. Thus m=683.m = 683.

13.

ABC\triangle ABC 的边长为 AB=30AB = 30BC=32BC = 32AC=34AC = 34。点 XX 位于 BC\overline{BC} 的内部,点 I1I_1I2I_2 分别为 ABX\triangle ABXACX\triangle ACX 的内心。当 XX 沿 BC\overline{BC} 变化时,求 AI1I2\triangle AI_1I_2 的最小可能面积。

Let ABC\triangle ABC have side lengths AB=30,AB = 30, BC=32,BC = 32, and AC=34.AC = 34. Point XX lies in the interior of BC,\overline{BC}, and points I1I_1 and I2I_2 are the incenters of ABX\triangle ABX and ACX,\triangle ACX, respectively. Find the minimum possible area of AI1I2\triangle AI_1I_2 as XX varies along BC.\overline{BC}.

难度评级:3270
小提示:

对每个 XX 的位置,都有 I1AI2=A2\angle I_1AI_2 = \frac{A}{2},所以只需最小化 AI1AI2AI_1 \cdot AI_2

I1AI2=A2\angle I_1AI_2 = \frac{A}{2} for every position of X,X, so it suffices to minimize AI1AI2AI_1 \cdot AI_2

大提示:

利用 AI1B=90+12AXB\angle AI_1B = 90^\circ + \frac{1}{2}\angle AXB 和正弦定理,面积与 1sinAXB\frac{1}{\sin \angle AXB} 成正比;当 AXB=90\angle AXB = 90^\circ 时最小

Using AI1B=90+12AXB\angle AI_1B = 90^\circ + \frac{1}{2}\angle AXB and the law of sines, the area is proportional to 1sinAXB,\frac{1}{\sin \angle AXB}, minimized when AXB=90\angle AXB = 90^\circ

解答:

由于 AI1AI_1AI2AI_2 分别平分角 BAXBAXXACXACI1AI2=12BAX\angle I_1AI_2 = \frac{1}{2}\angle BAX +12XAC=A2+ \frac{1}{2}\angle XAC = \frac{A}{2} 为常数。设 α=AXB\alpha = \angle AXB。内心角公式给出 AI1B=90+α2\angle AI_1B = 90^\circ + \frac{\alpha}{2},所以在 ABI1\triangle ABI_1 中由正弦定理得 AI1=ABsinB2cosα2AI_1 = \frac{AB \sin\frac{B}{2}}{\cos\frac{\alpha}{2}}。同理,由于 AXC=180α\angle AXC = 180^\circ - \alpha,有 AI2=ACsinC2sinα2AI_2 = \frac{AC \sin\frac{C}{2}}{\sin\frac{\alpha}{2}}

因此 [AI1I2]=12AI1AI2sinA2=ABACsinA2sinB2sinC2sinα \begin{aligned} &[\triangle AI_1I_2] = \frac{1}{2}\,AI_1 \cdot AI_2 \sin\frac{A}{2} \\ &= \frac{AB \cdot AC \sin\frac{A}{2}\sin\frac{B}{2}\sin\frac{C}{2}}{\sin\alpha} \end{aligned}\text{,}这在 α=90\alpha = 90^\circ 时最小,也就是 XX 为从 AA 到对边的垂足时。

a=32a = 32b=34b = 34c=30c = 30,半周长 s=48s = 48,半角公式给出 sinA2sinB2sinC2\sin\frac{A}{2}\sin\frac{B}{2}\sin\frac{C}{2} =(sa)(sb)(sc)abc= \frac{(s-a)(s-b)(s-c)}{abc},所以最小面积为 bc(sa)(sb)(sc)abc=16141832=126 \begin{aligned} &bc \cdot \frac{(s-a)(s-b)(s-c)}{abc} \\ &= \frac{16 \cdot 14 \cdot 18}{32} = 126 \end{aligned}\text{。}

Since AI1AI_1 and AI2AI_2 bisect angles BAXBAX and XAC,XAC, I1AI2=12BAX\angle I_1AI_2 = \frac{1}{2}\angle BAX +12XAC=A2,+ \frac{1}{2}\angle XAC = \frac{A}{2}, a constant. Let α=AXB.\alpha = \angle AXB. The incenter angle formula gives AI1B=90+α2,\angle AI_1B = 90^\circ + \frac{\alpha}{2}, so the law of sines in ABI1\triangle ABI_1 yields AI1=ABsinB2cosα2,AI_1 = \frac{AB \sin\frac{B}{2}}{\cos\frac{\alpha}{2}}, and similarly, since AXC=180α,\angle AXC = 180^\circ - \alpha, AI2=ACsinC2sinα2.AI_2 = \frac{AC \sin\frac{C}{2}}{\sin\frac{\alpha}{2}}.

Therefore [AI1I2]=12AI1AI2sinA2=ABACsinA2sinB2sinC2sinα, \begin{aligned} &[\triangle AI_1I_2] = \frac{1}{2}\,AI_1 \cdot AI_2 \sin\frac{A}{2} \\ &= \frac{AB \cdot AC \sin\frac{A}{2}\sin\frac{B}{2}\sin\frac{C}{2}}{\sin\alpha}, \end{aligned} which is minimized when α=90,\alpha = 90^\circ, that is, when XX is the foot of the altitude from A.A.

With a=32,a = 32, b=34,b = 34, c=30,c = 30, and s=48,s = 48, the half-angle formulas give sinA2sinB2sinC2\sin\frac{A}{2}\sin\frac{B}{2}\sin\frac{C}{2} =(sa)(sb)(sc)abc,= \frac{(s-a)(s-b)(s-c)}{abc}, so the minimum area is bc(sa)(sb)(sc)abc=16141832=126. \begin{aligned} &bc \cdot \frac{(s-a)(s-b)(s-c)}{abc} \\ &= \frac{16 \cdot 14 \cdot 18}{32} = 126. \end{aligned}

14.

SP1P2P3EP4P5SP_1P_2P_3EP_4P_5 为一个七边形。一只青蛙从顶点 SS 开始跳跃。除 EE 外,从七边形的任意顶点,青蛙都可以跳到两个相邻顶点之一。当它到达顶点 EE 时,就停止并停在那里。求不超过 1212 次跳跃且最终到达 EE 的不同跳跃序列个数。

Let SP1P2P3EP4P5SP_1P_2P_3EP_4P_5 be a heptagon. A frog starts jumping at vertex S.S. From any vertex of the heptagon except E,E, the frog may jump to either of the two adjacent vertices. When it reaches vertex E,E, the frog stops and stays there. Find the number of distinct sequences of jumps of no more than 1212 jumps that end at E.E.

难度评级:3160
小提示:

把顶点分组为 {S,P1}\{S, P_1\}{P2,P5}\{P_2, P_5\}{P3,P4}\{P_3, P_4\};每个顶点在相邻的每个类别中各有一个邻点,所以只需关心类别

Group the vertices as {S,P1},\{S, P_1\}, {P2,P5},\{P_2, P_5\}, {P3,P4};\{P_3, P_4\}; each vertex has exactly one neighbor in each adjacent class, so only the class matters

大提示:

an,bn,cna_n, b_n, c_n 分别计数停在三类中的路径,则 an+1=an+bna_{n+1} = a_n + b_nbn+1=an+cnb_{n+1} = a_n + c_ncn+1=bnc_{n+1} = b_n,并且恰有 cnc_n 条路径在第 n+1n + 1 跳到达 EE

If an,bn,cna_n, b_n, c_n count paths ending in the three classes, then an+1=an+bn,a_{n+1} = a_n + b_n, bn+1=an+cn,b_{n+1} = a_n + c_n, cn+1=bn,c_{n+1} = b_n, and exactly cnc_n paths reach EE on jump n+1n + 1

解答:

把顶点分为 A={S,P1}\mathcal{A} = \{S, P_1\}B={P2,P5}\mathcal{B} = \{P_2, P_5\}C={P3,P4}\mathcal{C} = \{P_3, P_4\}A\mathcal{A} 中每个顶点邻接一个 A\mathcal{A} 中的点和一个 B\mathcal{B} 中的点;B\mathcal{B} 中每个顶点邻接一个 A\mathcal{A} 中的点和一个 C\mathcal{C} 中的点;C\mathcal{C} 中每个顶点邻接一个 B\mathcal{B} 中的点和吸收顶点 EE。因此若 ana_nbnb_ncnc_n 计数从 SS 出发、尚未到达 EE 且经过 nn 跳后停在各类中的路径数,则 an+1=an+bn,bn+1=an+cn,cn+1=bn \begin{aligned} &a_{n+1} = a_n + b_n, \\ &b_{n+1} = a_n + c_n, \\ &c_{n+1} = b_n \end{aligned}\text{,}并且恰有 cnc_n 条路径会在第 n+1n + 1 跳首次到达 EE

(a0,b0,c0)=(1,0,0)(a_0, b_0, c_0) = (1, 0, 0) 开始,n=0,1,,11n = 0, 1, \ldots, 11 时的 cnc_n 依次为 000011113344991414282847478989155155

不超过 1212 跳且到达 EE 的序列数为 c0+c1++c11=351c_0 + c_1 + \cdots + c_{11} = 351

Group the vertices into classes A={S,P1},\mathcal{A} = \{S, P_1\}, B={P2,P5},\mathcal{B} = \{P_2, P_5\}, and C={P3,P4}.\mathcal{C} = \{P_3, P_4\}. Each vertex of A\mathcal{A} adjoins one vertex of A\mathcal{A} and one of B;\mathcal{B}; each vertex of B\mathcal{B} adjoins one of A\mathcal{A} and one of C;\mathcal{C}; and each vertex of C\mathcal{C} adjoins one of B\mathcal{B} and the absorbing vertex E.E. Hence if an,a_n, bn,b_n, cnc_n count the nn-jump paths from SS that have not yet reached EE and end in each class, an+1=an+bn,bn+1=an+cn,cn+1=bn, \begin{aligned} &a_{n+1} = a_n + b_n, \\ &b_{n+1} = a_n + c_n, \\ &c_{n+1} = b_n, \end{aligned} and exactly cnc_n paths reach EE for the first time on jump n+1.n + 1.

Starting from (a0,b0,c0)=(1,0,0),(a_0, b_0, c_0) = (1, 0, 0), the values of cnc_n for n=0,1,,11n = 0, 1, \ldots, 11 are 0,0, 0,0, 1,1, 1,1, 3,3, 4,4, 9,9, 14,14, 28,28, 47,47, 89,89, 155.155.

The number of sequences of at most 1212 jumps ending at EE is c0+c1++c11=351.c_0 + c_1 + \cdots + c_{11} = 351.

15.

David 找到四根长度不同的木棍,它们可用来组成三个不全等的凸圆内接四边形 AABBCC,每个都可内接于半径为 11 的圆。令 φA\varphi_A 表示四边形 AA 的对角线所成锐角的大小,并类似地定义 φB\varphi_BφC\varphi_C。已知 sinφA=23\sin\varphi_A = \frac{2}{3}sinφB=35\sin\varphi_B = \frac{3}{5}sinφC=67\sin\varphi_C = \frac{6}{7}。三个四边形的共同面积为 KK,它可写成 mn\frac{m}{n} 的形式,其中 mmnn 是互质正整数。求 m+nm + n

David found four sticks of different lengths that can be used to form three non-congruent convex cyclic quadrilaterals, A,A, B,B, and C,C, which can each be inscribed in a circle with radius 1.1. Let φA\varphi_A denote the measure of the acute angle made by the diagonals of quadrilateral A,A, and define φB\varphi_B and φC\varphi_C similarly. Suppose that sinφA=23,\sin\varphi_A = \frac{2}{3}, sinφB=35,\sin\varphi_B = \frac{3}{5}, and sinφC=67.\sin\varphi_C = \frac{6}{7}. All three quadrilaterals have the same area K,K, which can be written in the form mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

难度评级:3500
小提示:

三个四边形都使用同样四条弦,所以它们的边在圆上截出的四段弧相同,只是循环顺序不同

All three quadrilaterals use the same four chords, so their sides cut the circle into the same four arcs, just in different cyclic orders

大提示:

在单位圆中,跨越两段弧的对角线长度等于把这两段弧的半和代入 2sin2\sin 后所得的值,而这个半和正是另外两个四边形之一的对角线夹角

In a unit circle a diagonal spanning two arcs has length 2sin2\sin of their half-sum, and that half-sum is the diagonal angle of one of the other two quadrilaterals

解答:

四根木棍是单位圆的弦,分别截出固定弧 α\alphaβ\betaγ\gammaδ\delta,且 α+β+γ+δ=360\alpha + \beta + \gamma + \delta = 360^\circ。三个四边形对应三种不同的边的循环顺序:设 AA 的弧依次为 α,β,γ,δ\alpha, \beta, \gamma, \delta;那么 BB(顺序 α,γ,β,δ\alpha, \gamma, \beta, \delta)和 CC(顺序 α,β,δ,γ\alpha, \beta, \delta, \gamma)是另外两种。圆内接四边形的对角线夹角等于任一对对边所截弧之和的一半,所以 sinφB=sinα+β2\sin\varphi_B = \sin\frac{\alpha + \beta}{2},且 sinφC=sinα+δ2=sinβ+γ2\sin\varphi_C = \sin\frac{\alpha + \delta}{2} = \sin\frac{\beta + \gamma}{2}

半径为 11 的圆中,跨越弧 θ\theta 的弦长为 2sinθ22\sin\frac{\theta}{2}。四边形 AA 的两条对角线分别跨越弧 α+β\alpha + \betaβ+γ\beta + \gamma,所以长度为 2sinφB2\sin\varphi_B2sinφC2\sin\varphi_C。于是 K=12d1d2sinφA=2sinφAsinφBsinφC \begin{aligned} &K = \frac{1}{2}\,d_1 d_2 \sin\varphi_A \\ &= 2\sin\varphi_A \sin\varphi_B \sin\varphi_C \end{aligned}\text{,}这是关于三个四边形对称的公式,因此三者面积相等。

所以 K=2233567=2435K = 2 \cdot \frac{2}{3} \cdot \frac{3}{5} \cdot \frac{6}{7} = \frac{24}{35},于是 m+n=24+35=59m + n = 24 + 35 = 59

The four sticks are chords of the unit circle subtending fixed arcs α,\alpha, β,\beta, γ,\gamma, δ\delta with α+β+γ+δ=360.\alpha + \beta + \gamma + \delta = 360^\circ. The three quadrilaterals are the three distinct cyclic orders of the sides: say AA has arcs in order α,β,γ,δ;\alpha, \beta, \gamma, \delta; then BB (order α,γ,β,δ\alpha, \gamma, \beta, \delta) and CC (order α,β,δ,γ\alpha, \beta, \delta, \gamma) are the other two. The angle between the diagonals of a cyclic quadrilateral is half the sum of the arcs subtended by either pair of opposite sides, so sinφB=sinα+β2\sin\varphi_B = \sin\frac{\alpha + \beta}{2} and sinφC=sinα+δ2=sinβ+γ2.\sin\varphi_C = \sin\frac{\alpha + \delta}{2} = \sin\frac{\beta + \gamma}{2}.

In a circle of radius 1,1, a chord spanning an arc θ\theta has length 2sinθ2.2\sin\frac{\theta}{2}. The diagonals of AA span the arcs α+β\alpha + \beta and β+γ,\beta + \gamma, so their lengths are 2sinφB2\sin\varphi_B and 2sinφC.2\sin\varphi_C. Hence K=12d1d2sinφA=2sinφAsinφBsinφC, \begin{aligned} &K = \frac{1}{2}\,d_1 d_2 \sin\varphi_A \\ &= 2\sin\varphi_A \sin\varphi_B \sin\varphi_C, \end{aligned} a formula symmetric in the three quadrilaterals, which is why all three areas are equal.

Therefore K=2233567=2435,K = 2 \cdot \frac{2}{3} \cdot \frac{3}{5} \cdot \frac{6}{7} = \frac{24}{35}, and m+n=24+35=59.m + n = 24 + 35 = 59.