2025 AMC 10B 详解

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

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

1.

一袋 350350 克的咖啡豆说明上写着:正确冲泡一大杯手冲咖啡需要 2020 克咖啡豆。用这袋咖啡豆最多可以正确冲泡多少大杯咖啡?

The instructions on a 350350-gram bag of coffee beans say that proper brewing of a large mug of pour-over coffee requires 2020 grams of coffee beans. What is the greatest number of properly brewed large mugs of coffee that can be made from the coffee beans in that bag?

1616

1717

1818

1919

2020

知识点:取整函数
难度评级:860
小提示:

每杯需要 2020 克,所以把咖啡豆总质量除以 2020

Each mug uses 2020 grams, so divide the total mass by 2020

大提示:

不完整的一杯不能算一杯,所以要把 35020\frac{350}{20} 向下取整。

A partial mug does not count, so round 35020\frac{350}{20} down to a whole number

解答:

每杯需要 2020 克,因此 35020=17.5\frac{350}{20} = 17.5。半杯不能算作一杯,所以向下取整,最多能冲泡 1717 大杯,正确答案是 B

Each mug needs 2020 grams, so we divide: 35020=17.5.\frac{350}{20} = 17.5. A half mug isn’t a mug, so round down. That leaves 17.17. Thus, B is the correct answer.

2.

Jerry 写下前 20252025 个正平方数的个位数字:114499665566\ldots。他写下的所有数字之和是多少?

Jerry wrote down the ones digit of each of the first 20252025 positive squares: 1,1, 4,4, 9,9, 6,6, 5,5, 6,6, \ldots What is the sum of all the numbers Jerry wrote down?

90259025

90709070

90909090

91159115

91609160

难度评级:990
小提示:

n2n^2 的个位数字只由 nn 的个位数字决定,所以这个列表每 1010 项循环一次。

The ones digit of n2n^2 depends only on the ones digit of n,n, so the list repeats every 1010 terms

大提示:

一个完整循环 1,4,9,6,5,6,9,4,1,01, 4, 9, 6, 5, 6, 9, 4, 1, 0 的和是 4545;共有 202202 个完整循环,还剩 55 项。

One full block 1,4,9,6,5,6,9,4,1,01, 4, 9, 6, 5, 6, 9, 4, 1, 0 sums to 45;45; there are 202202 full blocks and 55 leftover terms

解答:

n2n^2 的个位数字只取决于 nn 的个位数字,因此序列每 1010 项循环:1,4,9,6,5,6,9,4,1,01, 4, 9, 6, 5, 6, 9, 4, 1, 0。一个循环的和为 4545。又 2025=20210+52025 = 202 \cdot 10 + 5,所以共有 202202 个完整循环,再加上前五项,总和为 20245202 \cdot 45 +(1+4+9+6+5)+ (1 + 4 + 9 + 6 + 5) =9090= 9090 +25=9115+ 25 = 9115。因此正确答案是 D

The ones digit of n2n^2 depends only on the ones digit of n,n, so the list repeats every 1010 terms: 1,4,9,6,5,6,9,4,1,0.1, 4, 9, 6, 5, 6, 9, 4, 1, 0. One block sums to 45.45. Now 2025=20210+5,2025 = 202 \cdot 10 + 5, so we get 202202 full blocks plus the first five terms: 20245202 \cdot 45 +(1+4+9+6+5)+ (1 + 4 + 9 + 6 + 5) =9090= 9090 +25=9115.+ 25 = 9115. Therefore, the answer is D.

3.

一个类似帕斯卡三角形的三角形,第一行为 1010,第二行为 1010 后接 11。在之后的每一行中,第一个数是 1010,最后一个数是 11,并且和标准帕斯卡三角形一样,行中每个其他数都是它正上方两个数之和。前四行如下图所示。

1111 行所有数之和的各位数字之和是多少?

A Pascal-like triangle has 1010 as the top row and 1010 followed by 11 as the second row. In each subsequent row the first number is 10,10, the last number is 1,1, and, as in the standard Pascal’s Triangle, each other number in the row is the sum of the two numbers directly above it. The first four rows are shown below.

What is the sum of the digits of the sum of the numbers in the 1111th row?

1111

1313

1414

1616

1717

难度评级:1270
小提示:

只追踪每一行的和。每个内部数都会被它下方的两个数各计入一次。

Track only the row sums. Each interior entry is counted by both of the two entries below it

大提示:

证明 Sn=2Sn1S_n = 2 S_{n-1}(当 n3n \ge 3),且 S2=11S_2 = 11,再计算 S11S_{11}

Show Sn=2Sn1S_n = 2 S_{n-1} for n3n \ge 3 with S2=11,S_2 = 11, then compute S11S_{11}

解答:

SnS_n 为第 nn 行的和。第 n1n-1 行的每个数都会贡献到下一行的两个位置,而固定的边界数 101011 正好补上边缘缺少的项。因此 Sn=2Sn1S_n = 2 S_{n-1}(当 n3n \ge 3)。由 S2=11S_2 = 11,得到 Sn=112n2S_n = 11 \cdot 2^{n-2},所以 S11=1129=5632S_{11} = 11 \cdot 2^9 = 5632。其各位数字之和为 5+6+3+2=165 + 6 + 3 + 2 = 16。因此正确答案是 D

Let SnS_n be the sum of row n.n. Each entry in row n1n-1 feeds the two entries just below it, and the fixed border numbers 1010 and 11 exactly make up for the terms lost at the edges. So Sn=2Sn1S_n = 2 S_{n-1} for n3.n \ge 3. With S2=11,S_2 = 11, this gives Sn=112n2,S_n = 11 \cdot 2^{n-2}, so S11=1129=5632.S_{11} = 11 \cdot 2^9 = 5632. Its digits sum to 5+6+3+2=16.5 + 6 + 3 + 2 = 16. Thus, D is the correct answer.

4.

七进位两位数 ab\underline{a}\,\underline{b} 的值等于九进位两位数 ba\underline{b}\,\underline{a} 的值。a+ba + b 是多少?

The value of the two-digit number ab\underline{a}\,\underline{b} in base seven equals the value of the two-digit number ba\underline{b}\,\underline{a} in base nine. What is a+b?a + b?

77

99

1010

1111

1414

难度评级:1130
小提示:

按位值计算,七进位的 ab\underline{a}\,\underline{b}7a+b7a + b,九进位的 ba\underline{b}\,\underline{a}9b+a9b + a

By place value, ab\underline{a}\,\underline{b} in base seven is 7a+b,7a + b, and ba\underline{b}\,\underline{a} in base nine is 9b+a9b + a

大提示:

方程化简为 3a=4b3a = 4b;再找出 aa 是合法七进位数字的解。

The equation reduces to 3a=4b;3a = 4b; find digits with aa a valid base-seven digit

解答:

按位值,七进制的 ab\underline{a}\,\underline{b}7a+b7a + b,九进制的 ba\underline{b}\,\underline{a}9b+a9b + a。令两者相等:7a+b=9b+a7a + b = 9b + a,所以 6a=8b6a = 8b,即 3a=4b3a = 4b。因此 a=4ta = 4t,且 b=3tb = 3t。因为它们是两位数,t0t \ne 0;又因为 aa 是七进制数字,所以 t1t \le 1。因此 a=4a = 4b=3b = 3,所以 a+b=7a + b = 7。所以答案是 A

By place value, ab\underline{a}\,\underline{b} in base seven is 7a+b,7a + b, and ba\underline{b}\,\underline{a} in base nine is 9b+a.9b + a. Set them equal: 7a+b=9b+a,7a + b = 9b + a, so 6a=8b,6a = 8b, that is 3a=4b.3a = 4b. Thus a=4ta = 4t and b=3t.b = 3t. Because these are two-digit numerals, t0;t \ne 0; because aa is a base-seven digit, t1.t \le 1. Hence a=4a = 4 and b=3,b = 3, so a+b=7.a + b = 7. Therefore, the answer is A.

5.

ABC\triangle ABC 中,AB=10AB = 10AC=18AC = 18B=130\angle B = 130^\circ。设 OO 是经过 AABBCC 三点的圆的圆心。求 CAO\angle CAO 的度数。

In ABC,\triangle ABC, AB=10,AB = 10, AC=18,AC = 18, and B=130.\angle B = 130^\circ. Let OO be the center of the circle containing points A,A, B,B, and C.C. What is the degree measure of CAO?\angle CAO?

2020

3030

4040

5050

6060

难度评级:1310
小提示:

OO 是外心,所以 OA=OB=OCOA = OB = OC。把圆心角 AOC\angle AOC 与圆周角 B\angle B 联系起来。

OO is the circumcenter, so OA=OB=OC.OA = OB = OC. Relate the central angle AOC\angle AOC to the inscribed angle B\angle B

大提示:

因为 B\angle B 是钝角,所以 AOC=3602B\angle AOC = 360^\circ - 2\angle B;再使用等腰三角形 OACOAC

Because B\angle B is obtuse, AOC=3602B;\angle AOC = 360^\circ - 2\angle B; then use the isosceles triangle OACOAC

解答:

因为 OO 是外心,OA=OB=OCOA = OB = OC。圆周角 B=130\angle B = 130^\circ 对应弧 ACAC,且由于 BB 是钝角,对应的小圆心角为 AOC=360\angle AOC = 360^\circ 2130=100- 2 \cdot 130^\circ = 100^\circ。三角形 OACOAC 是等腰三角形,所以 CAO=1801002=40\angle CAO = \tfrac{180^\circ - 100^\circ}{2} = 40^\circ。边长 ABABACAC 实际上不需要用到。因此正确答案是 C

Since OO is the circumcenter, OA=OB=OC.OA = OB = OC. The inscribed angle B=130\angle B = 130^\circ subtends arc AC,AC, and because BB is obtuse, the central angle is AOC=360\angle AOC = 360^\circ 2130=100.- 2 \cdot 130^\circ = 100^\circ. Triangle OACOAC is isosceles, so CAO=1801002=40.\angle CAO = \tfrac{180^\circ - 100^\circ}{2} = 40^\circ. (The lengths ABAB and ACAC never enter.) Thus, C is the correct answer.

6.

直线 y=13x+1y = \tfrac{1}{3}x + 1 把由 0x20 \le x \le 20y20 \le y \le 2 定义的正方形区域分成上、下两部分。直线 x=ax = a 又把下方区域分成面积相等的两部分。若 aa 可以写成 st\sqrt{s} - t,其中 sstt 是正整数,求 s+ts + t

The line y=13x+1y = \tfrac{1}{3}x + 1 divides the square region defined by 0x20 \le x \le 2 and 0y20 \le y \le 2 into an upper region and a lower region. The line x=ax = a divides the lower region into two regions of equal area. Then aa can be written as st,\sqrt{s} - t, where ss and tt are positive integers. What is s+t?s + t?

1818

1919

2020

2121

2222

难度评级:1410
小提示:

x=ax = a 左侧的下方区域是一个梯形,竖直边长为 11a3+1\tfrac{a}{3} + 1,宽为 aa

The lower region left of x=ax = a is a trapezoid with vertical sides 11 and a3+1\tfrac{a}{3} + 1 and width aa

大提示:

下方总面积为 83\tfrac{8}{3},所以令 a+a26a + \tfrac{a^2}{6} 等于其一半 43\tfrac{4}{3},再解这个二次方程。

The total lower area is 83,\tfrac{8}{3}, so set a+a26a + \tfrac{a^2}{6} equal to half of it, 43,\tfrac{4}{3}, and solve the quadratic

解答:

下方区域的面积为 02(x3+1)dx=23+2=83\int_0^2\left(\tfrac{x}{3} + 1\right)dx = \tfrac{2}{3} + 2 = \tfrac{8}{3}0xa0 \le x \le a 的部分是面积为 a+a26a + \tfrac{a^2}{6} 的梯形。它应等于总面积的一半,即 43\tfrac{4}{3},所以 a2+6a8=0a^2 + 6a - 8 = 0,从而 a=3+17a = -3 + \sqrt{17}。因此 s=17s = 17t=3t = 3s+t=20s + t = 20。因此正确答案是 C

The lower region has area 02(x3+1)dx=23+2=83.\int_0^2\left(\tfrac{x}{3} + 1\right)dx = \tfrac{2}{3} + 2 = \tfrac{8}{3}. The slice with 0xa0 \le x \le a is a trapezoid of area a+a26.a + \tfrac{a^2}{6}. We want that to be half the total, namely 43,\tfrac{4}{3}, so a2+6a8=0a^2 + 6a - 8 = 0 and a=3+17.a = -3 + \sqrt{17}. Then s=17,s = 17, t=3,t = 3, and s+t=20.s + t = 20. Therefore, the answer is C.

7.

Frances 站在一扇上锁的门正南方 1515 米处,这扇门位于一条东西走向的栅栏上。栅栏正后方有一盒巧克力,位于上锁的门以东 xx 米处。另有一扇未上锁的门位于巧克力盒以东 99 米处,还有一扇未上锁的门位于上锁的门以西 88 米处。Frances 可以走向一扇未上锁的门,穿过它,再走向巧克力盒。碰巧无论经由哪一扇未上锁的门,她走的总距离都相同。求 xx

Frances stands 1515 meters directly south of a locked gate in a fence that runs east-west. Immediately behind the fence is a box of chocolates, located xx meters east of the locked gate. An unlocked gate lies 99 meters east of the box, and another unlocked gate lies 88 meters west of the locked gate. Frances can reach the box by walking toward an unlocked gate, passing through it, and walking toward the box. It happens that the total distance Frances would travel would be the same via either unlocked gate. What is the value of x?x?

3273\tfrac{2}{7}

3373\tfrac{3}{7}

3473\tfrac{4}{7}

3573\tfrac{5}{7}

3673\tfrac{6}{7}

难度评级:1500
小提示:

把上锁的门放在原点,Frances 放在 (0,15)(0, -15);每条路线都是先直线走到门,再沿栅栏走到盒子。

Put the locked gate at the origin and Frances at (0,15);(0, -15); each route is a straight walk to a gate plus a walk along the fence to the box

大提示:

西侧路线总长为 17+(x+8)17 + (x + 8);令它等于 (x+9)2+225+9\sqrt{(x + 9)^2 + 225} + 9,再平方。

The west route totals 17+(x+8);17 + (x + 8); set it equal to (x+9)2+225+9\sqrt{(x + 9)^2 + 225} + 9 and square

解答:

把栅栏放在 xx-轴上,上锁的门在原点,Frances 在 (0,15)(0, -15)。则盒子在 (x,0)(x, 0),东门在 (x+9,0)(x + 9, 0),西门在 (8,0)(-8, 0)。东侧路线为 (x+9)2+152+9\sqrt{(x + 9)^2 + 15^2} + 9;西侧路线为 82+152\sqrt{8^2 + 15^2} +(x+8)=17+x+8+ (x + 8) = 17 + x + 8。令二者相等,得 (x+9)2+225=x+16\sqrt{(x + 9)^2 + 225} = x + 16。平方并化简:18x+306=32x+25618x + 306 = 32x + 256,所以 x=5014=257=347x = \tfrac{50}{14} = \tfrac{25}{7} = 3\tfrac{4}{7}。因此正确答案是 C

Put the fence on the xx-axis, the locked gate at the origin, and Frances at (0,15).(0, -15). Then the box is at (x,0),(x, 0), the east gate at (x+9,0),(x + 9, 0), and the west gate at (8,0).(-8, 0). The east route is (x+9)2+152+9;\sqrt{(x + 9)^2 + 15^2} + 9; the west route is 82+152\sqrt{8^2 + 15^2} +(x+8)=17+x+8.+ (x + 8) = 17 + x + 8. Set them equal: (x+9)2+225=x+16.\sqrt{(x + 9)^2 + 225} = x + 16. Square and simplify to get 18x+306=32x+256,18x + 306 = 32x + 256, so x=5014=257=347.x = \tfrac{50}{14} = \tfrac{25}{7} = 3\tfrac{4}{7}. Thus, C is the correct answer.

8.

Emmy 对 Max 说:“我今天订了 3636 件数学俱乐部运动衫。”Max 问:“每件多少钱?”Emmy 回答:“我给你一个提示。总价是 $ABB.BA\$\underline{A}\,\underline{B}\,\underline{B}.\underline{B}\,\underline{A},其中 AABB 是数字,且 A0A \ne 0。”停顿片刻后,Max 说:“这个价格不错。”求 A+BA + B

Emmy says to Max, “I ordered 3636 math club sweatshirts today.” Max asks, “How much did each shirt cost?” Emmy responds, “I’ll give you a hint. The total cost was $ABB.BA,\$\underline{A}\,\underline{B}\,\underline{B}.\underline{B}\,\underline{A}, where AA and BB are digits and A0.A \ne 0.” After a pause, Max says, “That was a good price.” What is A+B?A + B?

77

88

1111

1414

1515

难度评级:1350
小提示:

把总价写成美分:ABB.BA\underline{A}\,\underline{B}\,\underline{B}.\underline{B}\,\underline{A}10001A+1110B10001A + 1110B 美分,并且必须能被 3636 整除。

Write the total in cents: ABB.BA\underline{A}\,\underline{B}\,\underline{B}.\underline{B}\,\underline{A} is 10001A+1110B10001A + 1110B cents, and it must be divisible by 3636

大提示:

把条件模 3636 化简为 7A+6B07A + 6B \equiv 0;检查数字即可找到唯一的 A,BA, B

Reduce the condition modulo 3636 to 7A+6B0;7A + 6B \equiv 0; test digits to find the unique A,BA, B

解答:

以美分为单位,总价是 10000A+1000B+100B10000A + 1000B + 100B +10B+A+ 10B + A =10001A+1110B= 10001A + 1110B。它要平均分给 3636 件运动衫,所以能被 3636 整除。因为 100012910001 \equiv 29111030(mod36)1110 \equiv 30 \pmod{36},所以需要 29A+30B029A + 30B \equiv 0,也就是 7A+6B0(mod36)7A + 6B \equiv 0 \pmod{36}。在 A0A \ne 0 的数字解中,唯一可行的是 A=6,B=5A = 6, B = 5,因为 76+65=727 \cdot 6 + 6 \cdot 5 = 72。这对应 $655.56\$655.56,也就是每件 $18.21\$18.21,所以 A+B=11A + B = 11。因此正确答案是 C

In cents the total is 10000A+1000B+100B10000A + 1000B + 100B +10B+A+ 10B + A =10001A+1110B.= 10001A + 1110B. Split evenly among 3636 shirts, so it’s divisible by 36.36. Now 100012910001 \equiv 29 and 111030(mod36),1110 \equiv 30 \pmod{36}, so we need 29A+30B0,29A + 30B \equiv 0, which reduces to 7A+6B0(mod36).7A + 6B \equiv 0 \pmod{36}. The only digit solution with A0A \ne 0 is A=6,B=5,A = 6, B = 5, since 76+65=72.7 \cdot 6 + 6 \cdot 5 = 72. That’s $655.56,\$655.56, or $18.21\$18.21 a shirt, so A+B=11.A + B = 11. Therefore, the answer is C.

9.

有多少个整数有序三元组 (x,y,z)(x, y, z) 满足下面的不等式组?

xyz2-x - y - z \le -2 x+y+z2-x + y + z \le 2 xy+z2x - y + z \le 2 x+yz2x + y - z \le 2

How many ordered triples of integers (x,y,z)(x, y, z) satisfy the following system of inequalities?

xyz2-x - y - z \le -2 x+y+z2-x + y + z \le 2 xy+z2x - y + z \le 2 x+yz2x + y - z \le 2

44

88

1111

1515

1717

难度评级:1560
小提示:

后三个不等式关于 x,y,zx, y, z 对称;令 p=x+y+zp = -x + y + zq=xy+zq = x - y + zr=x+yzr = x + y - z

The last three inequalities are symmetric in x,y,z;x, y, z; let p=x+y+z,p = -x + y + z, q=xy+z,q = x - y + z, r=x+yzr = x + y - z

大提示:

此时 p,q,r2p, q, r \le 2,三者同奇偶,且 p+q+r=x+y+z2p + q + r = x + y + z \ge 2;数这样的三元组。

Then p,q,r2p, q, r \le 2 with equal parity and p+q+r=x+y+z2;p + q + r = x + y + z \ge 2; count such triples

解答:

p=x+y+zp = -x + y + zq=xy+zq = x - y + zr=x+yzr = x + y - z。后三个不等式给出 p,q,r2p, q, r \le 2,第一个不等式给出 x+y+z2x + y + z \ge 2,并且 p+q+r=x+y+zp + q + r = x + y + z。又因为 x=q+r2x = \tfrac{q + r}{2} 等,所以 p,q,rp, q, r 必须同奇偶。现在数每项 2\le 2、同奇偶、总和在 [2,6][2, 6] 中的三元组。偶数情形有 (2,2,2)(2,2,2)(2,2,0)(2,2,0) 的排列、(2,0,0)(2,0,0) 的排列,以及 (2,2,2)(2,2,-2) 的排列,共 1010 个。奇数情形只有 (1,1,1)(1,1,1)。总共 1111 个,并且每个都对应唯一的 (x,y,z)(x, y, z)。因此正确答案是 C

Let p=x+y+z,p = -x + y + z, q=xy+z,q = x - y + z, r=x+yz.r = x + y - z. The last three inequalities say p,q,r2,p, q, r \le 2, the first says x+y+z2,x + y + z \ge 2, and p+q+r=x+y+z.p + q + r = x + y + z. Since x=q+r2x = \tfrac{q + r}{2} and so on, p,q,rp, q, r must all share the same parity. Now count triples with each part 2,\le 2, equal parity, and sum in [2,6].[2, 6]. The even ones are (2,2,2),(2,2,2), the permutations of (2,2,0),(2,2,0), of (2,0,0),(2,0,0), and of (2,2,2),(2,2,-2), giving 10.10. The only odd one is (1,1,1).(1,1,1). That’s 1111 in all, and each yields a unique (x,y,z).(x, y, z). Thus, C is the correct answer.

10.

f(n)=n35n2+2n+8f(n) = n^3 - 5n^2 + 2n + 8g(n)=n36n2+5n+12g(n) = n^3 - 6n^2 + 5n + 12。使 f(n)g(n)\dfrac{f(n)}{g(n)} 也为整数的所有整数 nn 之和是多少?

Let f(n)=n35n2+2n+8,f(n) = n^3 - 5n^2 + 2n + 8, and let g(n)=n36n2+5n+12.g(n) = n^3 - 6n^2 + 5n + 12. What is the sum of all integer values of nn for which f(n)g(n)\dfrac{f(n)}{g(n)} is also an integer?

22

33

44

55

66

难度评级:1510
小提示:

两个三次多项式都有根 n=1n = -1;把它们分解因式并约去公因式。

Both cubics have n=1n = -1 as a root; factor each and cancel common factors

大提示:

比值化简为 n2n3=1+1n3\dfrac{n - 2}{n - 3} = 1 + \dfrac{1}{n - 3};它为整数只可能在 n3n - 3 整除 11 时发生。

The ratio simplifies to n2n3=1+1n3;\dfrac{n - 2}{n - 3} = 1 + \dfrac{1}{n - 3}; it is an integer only when n3n - 3 divides 11

解答:

分解因式:f(n)=(n+1)(n2)(n4)f(n) = (n + 1)(n - 2)(n - 4)g(n)=(n+1)(n3)(n4)g(n) = (n + 1)(n - 3)(n - 4)。避开 n{1,3,4}n \in \{-1, 3, 4\} 这些使 gg 为零或出现 00\tfrac{0}{0} 的值后,可约去公因式:f(n)g(n)=n2n3=1+1n3\dfrac{f(n)}{g(n)} = \dfrac{n - 2}{n - 3} = 1 + \dfrac{1}{n - 3}。这只有在 n3=±1n - 3 = \pm 1 时才是整数,所以 n=2n = 2n=4n = 4。但 n=4n = 4 使 gg 为零,因此只有 n=2n = 2,和为 22。因此正确答案是 A

Factor both cubics: f(n)=(n+1)(n2)(n4)f(n) = (n + 1)(n - 2)(n - 4) and g(n)=(n+1)(n3)(n4).g(n) = (n + 1)(n - 3)(n - 4). Away from n{1,3,4},n \in \{-1, 3, 4\}, where gg vanishes or the ratio is 00,\tfrac{0}{0}, the common factors cancel and f(n)g(n)=n2n3=1+1n3.\dfrac{f(n)}{g(n)} = \dfrac{n - 2}{n - 3} = 1 + \dfrac{1}{n - 3}. That’s an integer only when n3=±1,n - 3 = \pm 1, so n=2n = 2 or n=4.n = 4. But n=4n = 4 kills g,g, so only n=2n = 2 survives, and the sum is 2.2. Therefore, the answer is A.

11.

星期一,66 名学生同时来到辅导中心,每人随机分配给当天值班的 66 名导师之一。星期二,同样的 66 名学生又来了,同样的 66 名导师也在值班,学生再次随机分配给导师。恰有 22 名学生两天都见到同一位导师的概率是多少?

On Monday, 66 students went to the tutoring center at the same time, and each one was randomly assigned to one of the 66 tutors on duty. On Tuesday, the same 66 students showed up, the same 66 tutors were on duty, and the students were again randomly assigned to the tutors. What is the probability that exactly 22 students met with the same tutor both Monday and Tuesday?

116\dfrac{1}{16}

316\dfrac{3}{16}

14\dfrac{1}{4}

38\dfrac{3}{8}

12\dfrac{1}{2}

难度评级:1590
小提示:

每天的分配都是一个排列;比较两天就等同于看一个随机排列,而“同一位导师”对应不动点。

Each day’s assignment is a permutation; comparing the two days is like a single random permutation, and “same tutor” means a fixed point

大提示:

先用 (62)\binom{6}{2} 种方式选择那 22 名匹配的学生,再把其余 44 名错排(D4=9D_4 = 9);最后除以 6!6!

Choose the 22 matched students in (62)\binom{6}{2} ways and derange the other 44 (there are D4=9D_4 = 9 derangements); divide by 6!6!

解答:

每天的分配都是把 66 名学生分给 66 名导师的一个排列。比较两天时,保持同一导师的学生数就是 τ=πTue1πMon\tau = \pi_{\text{Tue}}^{-1}\pi_{\text{Mon}} 的不动点个数,而这个置换是 66 个元素上的均匀随机排列。要恰有 22 个不动点,先选出这 22 个,有 (62)\binom{6}{2} 种;其余 44 个要错排,有 D4=9D_4 = 9 种。因此概率为 (62)D46!=159720=316\dfrac{\binom{6}{2} D_4}{6!} = \dfrac{15 \cdot 9}{720} = \dfrac{3}{16}。所以正确答案是 B

Each day’s assignment is a permutation of the 66 students among the 66 tutors. Comparing the two days, the number who keep the same tutor is the number of fixed points of τ=πTue1πMon,\tau = \pi_{\text{Tue}}^{-1}\pi_{\text{Mon}}, itself a uniformly random permutation of 66 elements. We want exactly 22 fixed points, so choose those 22 in (62)\binom{6}{2} ways and derange the other 4,4, where D4=9.D_4 = 9. The probability is (62)D46!=159720=316.\dfrac{\binom{6}{2} D_4}{6!} = \dfrac{15 \cdot 9}{720} = \dfrac{3}{16}. Thus, B is the correct answer.

12.

下图显示了一个等边三角形、一个有 6060^\circ 角的菱形和一个正六边形。每个图形中都放有一些两两相切的全等圆盘。分别令 TTRRHH 表示每种情况下圆盘总面积与外部多边形面积之比。

下列哪一项正确?

The figure below shows an equilateral triangle, a rhombus with a 6060^\circ angle, and a regular hexagon, each of them containing some mutually tangent congruent disks. Let T,T, R,R, and H,H, respectively, denote the ratio in each case of the total area of the disks to the area of the enclosing polygon.

Which of the following is true?

T=H=RT = H = R

H<R=TH \lt R = T

H=R<TH = R \lt T

H<R<TH \lt R \lt T

H<T<RH \lt T \lt R

难度评级:1710
小提示:

若一个圆盘与夹角为 θ\theta 的两条边相切,则圆心到顶点的距离为 rsin(θ2)\dfrac{r}{\sin(\frac{\theta}{2})}

For a disk tangent to two sides meeting at angle θ,\theta, its center is at distance rsin(θ2)\dfrac{r}{\sin(\frac{\theta}{2})} from the vertex

大提示:

利用相切条件把每种圆盘半径 rr 用多边形的尺寸表示,再计算(圆盘面积)/(多边形面积)。

Use the tangency conditions to write each disk radius rr in terms of the polygon’s size, then compute (disk area) / (polygon area) in each case

解答:

设三角形边长为 ss。三个半径为 rr 的圆盘给出 s=2r(1+3)s = 2r(1 + \sqrt3),所以 T=3πr2(34)s2T = \dfrac{3\pi r^2}{(\frac{\sqrt3}{4})s^2} =(233)π20.73= \dfrac{(2\sqrt3 - 3)\pi}{2} \approx 0.73。对于边长为 aa 的菱形,两个圆盘位于长对角线上,满足 a3=6ra\sqrt3 = 6r,所以 r=a23r = \tfrac{a}{2\sqrt3},且 R=2πr2(a232)=π390.60R = \dfrac{2\pi r^2}{(\frac{a^2\sqrt3}{2})} = \dfrac{\pi\sqrt3}{9} \approx 0.60。对于边长为 aa 的正六边形,六个圆盘中每个都与一条边在中点处相切,同样有 r=a23r = \tfrac{a}{2\sqrt3},且 H=6πr2(332)a2H = \dfrac{6\pi r^2}{(\frac{3\sqrt3}{2})a^2} =π390.60= \dfrac{\pi\sqrt3}{9} \approx 0.60。因此 H=R<TH = R \lt T,正确答案是 C

Take the triangle with side s.s. Three disks of radius rr give s=2r(1+3),s = 2r(1 + \sqrt3), so T=3πr2(34)s2T = \dfrac{3\pi r^2}{(\frac{\sqrt3}{4})s^2} =(233)π20.73.= \dfrac{(2\sqrt3 - 3)\pi}{2} \approx 0.73. For the rhombus with side a,a, the two disks sit on the long diagonal a3=6r,a\sqrt3 = 6r, so r=a23r = \tfrac{a}{2\sqrt3} and R=2πr2(a232)=π390.60.R = \dfrac{2\pi r^2}{(\frac{a^2\sqrt3}{2})} = \dfrac{\pi\sqrt3}{9} \approx 0.60. For the hexagon with side a,a, each of the six disks touches a side at its midpoint, again giving r=a23r = \tfrac{a}{2\sqrt3} and H=6πr2(332)a2H = \dfrac{6\pi r^2}{(\frac{3\sqrt3}{2})a^2} =π390.60.= \dfrac{\pi\sqrt3}{9} \approx 0.60. So H=R<T.H = R \lt T. Therefore, the answer is C.

13.

一个 3030-6060-9090^\circ 直角三角形斜边上的高,被到最短边的中线分成长度为 x<yx \lt y 的两段。求 xx+y\dfrac{x}{x + y}

The altitude to the hypotenuse of a 3030-6060-9090^\circ right triangle is divided into two segments of lengths x<yx \lt y by the median to the shortest side of the triangle. What is the ratio xx+y?\dfrac{x}{x + y}?

37\dfrac{3}{7}

34\dfrac{\sqrt3}{4}

49\dfrac{4}{9}

511\dfrac{5}{11}

4315\dfrac{4\sqrt3}{15}

难度评级:1660
小提示:

把直角放在原点,两条直角边沿坐标轴(短边为 11,长边为 3\sqrt3);求高的垂足和中线方程。

Set the right angle at the origin with legs along the axes (short leg 1,1, long leg 3\sqrt3); find the foot of the altitude and the median line

大提示:

求这条高与到短边的中线的交点,再取靠近端点的那段与整条高的比值。

Intersect the altitude with the median to the short side, then take the ratio of the near segment to the whole altitude

解答:

令直角顶点 C=(0,0)C = (0,0),短边 CB=1CB = 1,其中 B=(1,0)B = (1, 0),长边 CA=3CA = \sqrt3,其中 A=(0,3)A = (0, \sqrt3)。从 CC 到斜边 ABAB 的高的垂足为 H=(34,34)H = \left(\tfrac34, \tfrac{\sqrt3}{4}\right),且这条高在直线 x=3yx = \sqrt3\,y 上。从 AACBCB 中点 (12,0)\left(\tfrac12, 0\right) 的中线与这条高相交于 (37,37)\left(\tfrac37, \tfrac{\sqrt3}{7}\right)。这把 CHCH(长度 32\tfrac{\sqrt3}{2})分成 4314\tfrac{4\sqrt3}{14}3314\tfrac{3\sqrt3}{14},所以 x=3314x = \tfrac{3\sqrt3}{14},于是 xx+y=331432=37\dfrac{x}{x + y} = \dfrac{\frac{3\sqrt3}{14}}{\frac{\sqrt3}{2}} = \dfrac{3}{7}。因此正确答案是 A

Place the right angle at C=(0,0),C = (0,0), the short leg CB=1CB = 1 with B=(1,0),B = (1, 0), and the long leg CA=3CA = \sqrt3 with A=(0,3).A = (0, \sqrt3). The altitude from CC to hypotenuse ABAB has foot H=(34,34)H = \left(\tfrac34, \tfrac{\sqrt3}{4}\right) and runs along x=3y.x = \sqrt3\,y. The median from AA to the midpoint (12,0)\left(\tfrac12, 0\right) of CBCB meets that altitude at (37,37).\left(\tfrac37, \tfrac{\sqrt3}{7}\right). This cuts CHCH (length 32\tfrac{\sqrt3}{2}) into 4314\tfrac{4\sqrt3}{14} and 3314,\tfrac{3\sqrt3}{14}, so x=3314x = \tfrac{3\sqrt3}{14} and xx+y=331432=37.\dfrac{x}{x + y} = \dfrac{\frac{3\sqrt3}{14}}{\frac{\sqrt3}{2}} = \dfrac{3}{7}. Thus, A is the correct answer.

14.

九名运动员参加篮球队选拔,且没有两人身高相同。他们依次从一个袋子中随机抽取腕带,不放回;袋中有 33 条蓝色、33 条红色、33 条绿色腕带。他们被分成蓝组、红组和绿组。每组最高的成员被指定为该组队长。三名队长正好是最高的三名运动员的概率是多少?

Nine athletes, no two of whom are the same height, try out for the basketball team. One at a time, they draw a wristband at random, without replacement, from a bag containing 33 blue bands, 33 red bands, and 33 green bands. They are divided into a blue group, a red group, and a green group. The tallest member of each group is named the group captain. What is the probability that the group captains are the three tallest athletes?

29\dfrac{2}{9}

27\dfrac{2}{7}

928\dfrac{9}{28}

13\dfrac{1}{3}

38\dfrac{3}{8}

难度评级:1500
小提示:

队长是最高的三人,当且仅当这三人分到三个不同的组。

The captains are the three tallest exactly when the three tallest end up in three different groups

大提示:

依次把前三高的人分到九个位置中:后两人每次进入新组的概率分别是 68\tfrac{6}{8}37\tfrac{3}{7}

Assign the top three to slots one at a time: the probabilities that each new one lands in a fresh group are 68\tfrac{6}{8} then 37\tfrac{3}{7}

解答:

三名队长正好是最高的三人,当且仅当这三人进入三个不同的组;这样每人都是自己组中最高的。把这三人依次放入 99 个位置(每组 33 个)中。第二高的人避开第一高所在组的概率是 68\tfrac{6}{8},第三高的人避开前两人所在组的概率是 37\tfrac{3}{7}。所以所求概率为 6837=928\tfrac{6}{8} \cdot \tfrac{3}{7} = \tfrac{9}{28}。因此正确答案是 C

The captains are the three tallest exactly when those three land in three different groups, since each is then the tallest of its own group. Drop them into the 99 slots one at a time (33 per group). The second tallest misses the first’s group with probability 68,\tfrac{6}{8}, and the third misses both with probability 37.\tfrac{3}{7}. So the probability is 6837=928.\tfrac{6}{8} \cdot \tfrac{3}{7} = \tfrac{9}{28}. Therefore, the answer is C.

15.

级数

k=11k3+6k2+8k\sum_{k=1}^{\infty} \frac{1}{k^3 + 6k^2 + 8k}

可以表示为 ab\dfrac{a}{b},其中 aabb 是互质的正整数。求 a+ba + b

The sum

k=11k3+6k2+8k\sum_{k=1}^{\infty} \frac{1}{k^3 + 6k^2 + 8k}

can be expressed as ab,\dfrac{a}{b}, where aa and bb are relatively prime positive integers. What is a+b?a + b?

8989

9797

102102

107107

129129

难度评级:1600
小提示:

把分母分解为 k(k+2)(k+4)k(k + 2)(k + 4),然后使用部分分式。

Factor the denominator as k(k+2)(k+4)k(k + 2)(k + 4) and use partial fractions

大提示:

各项 18k14k+2+18k+4\tfrac{\frac{1}{8}}{k} - \tfrac{\frac{1}{4}}{k + 2} + \tfrac{\frac{1}{8}}{k + 4} 会裂项相消;只有 k=1,2,3,4k = 1, 2, 3, 4 留下余项。

The pieces 18k14k+2+18k+4\tfrac{\frac{1}{8}}{k} - \tfrac{\frac{1}{4}}{k + 2} + \tfrac{\frac{1}{8}}{k + 4} telescope; only k=1,2,3,4k = 1, 2, 3, 4 leave a remainder

解答:

分解 k3+6k2+8k=k(k+2)(k+4)k^3 + 6k^2 + 8k = k(k + 2)(k + 4),并作部分分式分解:1k(k+2)(k+4)=18k\dfrac{1}{k(k + 2)(k + 4)} = \dfrac{\frac{1}{8}}{k} 14k+2- \dfrac{\frac{1}{4}}{k + 2} +18k+4+ \dfrac{\frac{1}{8}}{k + 4}。对所有 kk 求和时,1n\tfrac1nn5n \ge 5 的系数都会相消,所以只剩前几项:18(1+121314)\tfrac18\left(1 + \tfrac12 - \tfrac13 - \tfrac14\right) =181112=1196= \tfrac18 \cdot \tfrac{11}{12} = \tfrac{11}{96}。因此 a+b=11+96=107a + b = 11 + 96 = 107,正确答案是 D

Factor k3+6k2+8k=k(k+2)(k+4),k^3 + 6k^2 + 8k = k(k + 2)(k + 4), then split into partial fractions: 1k(k+2)(k+4)=18k\dfrac{1}{k(k + 2)(k + 4)} = \dfrac{\frac{1}{8}}{k} 14k+2- \dfrac{\frac{1}{4}}{k + 2} +18k+4.+ \dfrac{\frac{1}{8}}{k + 4}. Summing over all k,k, the coefficient of 1n\tfrac1n cancels for n5,n \ge 5, so only the first few terms survive: 18(1+121314)\tfrac18\left(1 + \tfrac12 - \tfrac13 - \tfrac14\right) =181112=1196.= \tfrac18 \cdot \tfrac{11}{12} = \tfrac{11}{96}. So a+b=11+96=107.a + b = 11 + 96 = 107. Thus, D is the correct answer.

16.

一个圆被分成 66 个大小互不相同的扇形。接着把其中 22 个扇形涂红、22 个涂绿、22 个涂蓝,并要求相邻的两个扇形颜色不同。下图展示了一种涂色方式。

一共有多少种不同的涂色方式?

A circle has been divided into 66 sectors of different sizes. Then 22 of the sectors are painted red, 22 painted green, and 22 painted blue so that no two neighboring sectors are painted the same color. One such coloring is shown below.

How many different colorings are possible?

1212

1616

1818

2424

2828

难度评级:1800
小提示:

大小不同的扇形形成一个固定的 66 个位置的环;需要用每种颜色恰好两次来做合法涂色。

The unequal sectors form a fixed cycle of 66 positions; you need proper colorings using each color exactly twice

大提示:

一个 66-环共有 26+2=662^6 + 2 = 66 种合法的 33 色涂法;去掉不是每种颜色恰好出现两次的情形。

A 66-cycle has 26+2=662^6 + 2 = 66 proper 33-colorings; remove those that do not use each color exactly twice

解答:

六个大小不同的扇形构成一个由 66 个可区分位置组成的固定环,所以要计算 66 环的合法 33 色涂色,并要求每种颜色恰好使用两次。合法 33 色涂色共有 (31)6+(31)=66(3-1)^6 + (3-1) = 66 种。其中有 66 种只使用两种颜色:缺少的颜色有 33 种选择,其余两种颜色有 22 种交替方式。另有 3636 种的颜色计数为 (3,2,1)(3,2,1):出现三次的颜色有 33 种选择,它所占的交替位置组有 22 种选择,出现两次的颜色有 22 种选择,再从其余 33 个位置中选择它的 22 个位置,有 33 种方法。剩下的 66636=2466 - 6 - 36 = 24 种恰好每种颜色使用两次。所以答案是 D

The six unequal sectors form a fixed cycle of 66 distinguishable positions, so we want proper 33-colorings of a 66-cycle that use each color exactly twice. There are (31)6+(31)=66(3-1)^6 + (3-1) = 66 proper 33-colorings altogether. Of these, 66 use only two colors: choose the missing color in 33 ways, then alternate the other two colors in 22 ways. Another 3636 have color counts (3,2,1)(3,2,1): choose the color used three times in 33 ways, choose one of the 22 alternating sets of positions for it, choose the color used twice in 22 ways, and choose its 22 positions among the other 33 in 33 ways. The remaining 66636=2466 - 6 - 36 = 24 use each color exactly twice. Therefore, the answer is D.

17.

考虑一个由 nn 个正整数组成的递减序列 x1>x2>x3>>xnx_1 \gt x_2 \gt x_3 \gt \cdots \gt x_n,满足以下条件。序列前 33 项的平均数是 20252025。对所有 4kn4 \le k \le n,序列前 kk 项的平均数比前 k1k - 1 项的平均数小 11

nn 的最大可能值是多少?

Consider a decreasing sequence of nn positive integers x1>x2>x3>>xnx_1 \gt x_2 \gt x_3 \gt \cdots \gt x_n that satisfies the following conditions. The average of the first 33 terms in the sequence is 2025.2025. For all 4kn,4 \le k \le n, the average of the first kk terms in the sequence is 11 less than the average of the first k1k - 1 terms in the sequence.

What is the greatest possible value of n?n?

10131013

10141014

10161016

20162016

20252025

难度评级:1910
小提示:

AkA_k 为前 kk 项的平均数;条件给出当 k3k \ge 3Ak=2028kA_k = 2028 - k

Let AkA_k be the average of the first kk terms; the conditions give Ak=2028kA_k = 2028 - k for k3k \ge 3

大提示:

则当 k4k \ge 4 时,xk=kAkx_k = k A_k (k1)Ak1=2029- (k-1)A_{k-1} = 2029 2k- 2k;要求它始终是正整数。

Then xk=kAkx_k = k A_k (k1)Ak1=2029- (k-1)A_{k-1} = 2029 2k- 2k for k4;k \ge 4; require it to stay a positive integer

解答:

AkA_k 为前 kk 项的平均数。则 A3=2025A_3 = 2025,且 Ak=Ak11A_k = A_{k-1} - 1(当 k4k \ge 4),所以 Ak=2028kA_k = 2028 - k。部分和为 Sk=k(2028k)S_k = k(2028 - k),因此当 k4k \ge 4 时各项为 xk=SkSk1=20292kx_k = S_k - S_{k-1} = 2029 - 2k,也就是 x4=2021,x5=2019,x_4 = 2021, x_5 = 2019, \ldots。只要 20292k>02029 - 2k \gt 0,即 k1014k \le 1014,这些项就保持为正,此时 x1014=1x_{1014} = 1。这个上界可以达到:取 (x1,x2,x3)=(2030,2023,2022)(x_1,x_2,x_3) = (2030,2023,2022),它是递减的,和为 60756075,并且各项都大于 x4=2021x_4 = 2021。所以最大可能值为 n=1014n = 1014,因此正确答案是 B

Let AkA_k be the average of the first kk terms. Then A3=2025A_3 = 2025 and Ak=Ak11A_k = A_{k-1} - 1 for k4,k \ge 4, so Ak=2028k.A_k = 2028 - k. The partial sum is Sk=k(2028k),S_k = k(2028 - k), and for k4k \ge 4 the terms are xk=SkSk1=20292k,x_k = S_k - S_{k-1} = 2029 - 2k, namely x4=2021,x5=2019,.x_4 = 2021, x_5 = 2019, \ldots. These stay positive as long as 20292k>0,2029 - 2k \gt 0, that is k1014,k \le 1014, with x1014=1.x_{1014} = 1. This bound is attainable: take (x1,x2,x3)=(2030,2023,2022),(x_1,x_2,x_3) = (2030,2023,2022), which is decreasing, sums to 6075,6075, and lies above x4=2021.x_4 = 2021. Thus the greatest possible value is n=1014,n = 1014, so B is the correct answer.

18.

求和 1+2+3\lfloor\sqrt{1}\rfloor + \lfloor\sqrt{2}\rfloor + \lfloor\sqrt{3}\rfloor ++2024+ \cdots + \lfloor\sqrt{2024}\rfloor +2025+ \lfloor\sqrt{2025}\rfloor 的个位数字是多少?(记 x\lfloor x \rfloor 为小于或等于 xx 的最大整数。)

What is the ones digit of the sum 1+2+3\lfloor\sqrt{1}\rfloor + \lfloor\sqrt{2}\rfloor + \lfloor\sqrt{3}\rfloor ++2024+ \cdots + \lfloor\sqrt{2024}\rfloor +2025?+ \lfloor\sqrt{2025}\rfloor? (Recall that x\lfloor x \rfloor denotes the greatest integer less than or equal to x.x.)

11

22

33

55

88

难度评级:1730
小提示:

n=m\lfloor\sqrt{n}\rfloor = m 时,对应的 2m+12m + 1 个数满足 m2n(m+1)21m^2 \le n \le (m + 1)^2 - 1

n=m\lfloor\sqrt{n}\rfloor = m for the 2m+12m + 1 values m2n(m+1)21m^2 \le n \le (m + 1)^2 - 1

大提示:

因为 2025=45\sqrt{2025} = 45,对 m=1m = 14444 求和 m(2m+1)m(2m + 1),再加上最后一项 4545

Since 2025=45,\sqrt{2025} = 45, sum m(2m+1)m(2m + 1) for m=1m = 1 to 4444 and add the final term 4545

解答:

对每个 mm,当 n=m\lfloor\sqrt{n}\rfloor = m 时,对应的 2m+12m + 1 个整数满足 m2n(m+1)21m^2 \le n \le (m + 1)^2 - 1。因为 2025=45\sqrt{2025} = 45,所以 1m441 \le m \le 44 的项贡献 m=144m(2m+1)\sum_{m=1}^{44} m(2m + 1),再加上 n=2025n = 2025 对应的 4545。这个和为 m=144(2m2+m)\sum_{m=1}^{44}(2m^2 + m) =24445896= 2 \cdot \tfrac{44 \cdot 45 \cdot 89}{6} +44452=58740+ \tfrac{44 \cdot 45}{2} = 58740 +990=59730+ 990 = 59730,所以总和是 5977559775,个位数字为 55。因此正确答案是 D

For each m,m, n=m\lfloor\sqrt{n}\rfloor = m on the 2m+12m + 1 integers m2n(m+1)21.m^2 \le n \le (m + 1)^2 - 1. Since 2025=45,\sqrt{2025} = 45, the terms with 1m441 \le m \le 44 contribute m=144m(2m+1),\sum_{m=1}^{44} m(2m + 1), and n=2025n = 2025 tacks on 45.45. That sum is m=144(2m2+m)\sum_{m=1}^{44}(2m^2 + m) =24445896= 2 \cdot \tfrac{44 \cdot 45 \cdot 89}{6} +44452=58740+ \tfrac{44 \cdot 45}{2} = 58740 +990=59730,+ 990 = 59730, so the total is 59775.59775. Its ones digit is 5.5. Therefore, the answer is D.

19.

一个容器底部是 1×11 \times 1 的正方形,顶部开口是 3×33 \times 3 的正方形,四个侧面是全等的梯形,如图所示。从空容器开始,一根以恒定速率出水的水管用 3535 分钟把容器装到梯形侧面的中线高度。

还需要多少分钟才能把容器剩余部分装满?

A container has a 1×11 \times 1 square bottom, a 3×33 \times 3 open square top, and four congruent trapezoidal sides, as shown. Starting when the container is empty, a hose that runs water at a constant rate takes 3535 minutes to fill the container up to the midline of the trapezoids.

How many more minutes will it take to fill the remainder of the container?

7070

8585

9090

9595

105105

难度评级:1660
小提示:

这个容器是一个金字塔的一部分;从顶点到边长为 ww 的截面为止的体积按 w3w^3 缩放。

The container is a piece of a pyramid; the volume from the apex up to side length ww scales as w3w^3

大提示:

体积分成 2313=72^3 - 1^3 = 7 份(到中线,边长 22)和 3323=193^3 - 2^3 = 19 份(剩余部分);用 3535 分钟按比例换算。

Volumes split as 2313=72^3 - 1^3 = 7 (up to the midline, side 22) and 3323=193^3 - 2^3 = 19 (remainder); scale the 3535 minutes

解答:

这个容器是一个正方台:高度比例为 tt 的水平截面边长为 1+2t1 + 2t。把侧面向上延长到顶点,则到边长为 ww 的截面为止的体积按 w3w^3 缩放。因此整个容器有 3313=263^3 - 1^3 = 26 份,到中线(边长 22)的部分有 2313=72^3 - 1^3 = 7 份,剩余部分有 3323=193^3 - 2^3 = 19 份。77 份用时 3535 分钟,所以每份 55 分钟。剩下 1919 份需要 9595 分钟。因此正确答案是 D

The container is a square frustum: a horizontal slice at height fraction tt has side 1+2t.1 + 2t. Extend the sides up to their apex, and the volume out to where the side length is ww scales as w3.w^3. So the whole container is 3313=263^3 - 1^3 = 26 parts, the piece up to the midline (side 22) is 2313=72^3 - 1^3 = 7 parts, and the rest is 3323=193^3 - 2^3 = 19 parts. Those 77 parts take 3535 minutes, so each part is 55 minutes. The remaining 1919 parts take 9595 minutes. Thus, D is the correct answer.

20.

四个全等的半圆内接于边长为 11 的正方形中,使得它们的直径在正方形的边上,每条直径的一个端点位于正方形的一个顶点,并且相邻半圆互相相切。一个以正方形中心为圆心的小圆与四个半圆都相切,如下图所示。

小圆的直径可以写成 (a+b)(c+d)(\sqrt{a} + b)(\sqrt{c} + d),其中 aabbccdd 是整数。求 a+b+c+da + b + c + d

Four congruent semicircles are inscribed in a square of side length 11 so that their diameters are on the sides of the square, one endpoint of each diameter is at a vertex of the square, and adjacent semicircles are tangent to each other. A small circle centered at the center of the square is tangent to each of the four semicircles, as shown below.

The diameter of the small circle can be written as (a+b)(c+d),(\sqrt{a} + b)(\sqrt{c} + d), where a,a, b,b, c,c, and dd are integers. What is a+b+c+d?a + b + c + d?

33

55

88

99

1111

难度评级:1930
小提示:

先由相邻两个半圆相切求出半圆半径 ρ\rho,它们的直径分别从相邻顶点开始。

First find the semicircle radius ρ\rho from the tangency of two adjacent semicircles whose diameters start at neighboring vertices

大提示:

小圆半径等于正方形中心到某个半圆圆心的距离减去 ρ\rho;再把 2t2t 分解成两个二项式的乘积。

The small radius equals (distance from the square’s center to a semicircle’s center) minus ρ;\rho; then factor 2t2t into two binomials

解答:

设每个半圆半径为 ρ\rho,圆心可取如 (ρ,0)(\rho, 0)(1,ρ)(1, \rho)。相邻半圆相切,所以这两个圆心距离为 2ρ2\rho(1ρ)2+ρ2=4ρ2(1 - \rho)^2 + \rho^2 = 4\rho^2。这给出 2ρ2+2ρ1=02\rho^2 + 2\rho - 1 = 0,所以 ρ=312\rho = \tfrac{\sqrt3 - 1}{2}。小圆半径为 tt,圆心在 (12,12)\left(\tfrac12, \tfrac12\right)。它与一个半圆相切时,到该半圆圆心的距离等于 ρ+t\rho + t。这个距离是 23\sqrt{2 - \sqrt3},所以 t=23ρt = \sqrt{2 - \sqrt3} - \rho。直径为 2t=622t = \sqrt6 - \sqrt2 3+1=(31)(21)- \sqrt3 + 1 = (\sqrt3 - 1)(\sqrt2 - 1)。因此 a+b+c+d=3a + b + c + d = 3 +(1)+2+(1)=3+ (-1) + 2 + (-1) = 3,正确答案是 A

Let each semicircle have radius ρ,\rho, with centers like (ρ,0)(\rho, 0) and (1,ρ).(1, \rho). Adjacent semicircles are tangent, so these centers are 2ρ2\rho apart: (1ρ)2+ρ2=4ρ2.(1 - \rho)^2 + \rho^2 = 4\rho^2. This gives 2ρ2+2ρ1=0,2\rho^2 + 2\rho - 1 = 0, so ρ=312.\rho = \tfrac{\sqrt3 - 1}{2}. The small circle of radius tt sits at (12,12),\left(\tfrac12, \tfrac12\right), and it’s tangent to a semicircle when its distance to that center equals ρ+t.\rho + t. That distance is 23,\sqrt{2 - \sqrt3}, so t=23ρ,t = \sqrt{2 - \sqrt3} - \rho, and the diameter is 2t=622t = \sqrt6 - \sqrt2 3+1=(31)(21).- \sqrt3 + 1 = (\sqrt3 - 1)(\sqrt2 - 1). So a+b+c+d=3a + b + c + d = 3 +(1)+2+(1)=3.+ (-1) + 2 + (-1) = 3. Therefore, the answer is A.

21.

一个 3×33 \times 3 方格中的 99 个小正方形要被涂成红、蓝、黄三色,要求每个红色小方格至少与一个蓝色小方格共边,每个蓝色小方格至少与一个黄色小方格共边,每个黄色小方格至少与一个红色小方格共边。可以通过旋转和/或反射互相得到的涂色视为相同。共有多少种不同的涂色?

Each of the 99 squares in a 3×33 \times 3 grid is to be colored red, blue, or yellow in such a way that each red square shares an edge with at least one blue square, each blue square shares an edge with at least one yellow square, and each yellow square shares an edge with at least one red square. Colorings that can be obtained from one another by rotations and/or reflections are to be considered the same. How many different colorings are possible?

33

99

1212

1818

2727

难度评级:2100
小提示:

这些规则形成一个有方向的循环:红色需要蓝色邻居,蓝色需要黄色邻居,黄色需要红色邻居。

The rules form a directed cycle: red needs a blue neighbor, blue needs a yellow, yellow needs a red

大提示:

先数固定带标号的三阶方格上所有合法涂色,再按正方形的 88 个旋转和反射对称分组。

Count all valid colorings of the fixed labeled grid, then group them by the 88 rotations and reflections of the square

解答:

先计算各位置可区分的方格涂色。固定中心方格为红色,并按循环顺序列出四个边中点的颜色。在旋转或反射意义下,边中点的唯一可能模式是 YRBRYRBRYRBYYRBY。第一种模式有 44 种放置方式,以及 33 个可能的循环角落字符串 BRYB,BYRBBRYB, BYRB,和 BYYBBYYB;第二种模式有 88 种放置方式,以及 22 个可能的角落字符串 BYBBBYBBBYRBBYRB。所以红色中心时共有 43+82=284 \cdot 3 + 8 \cdot 2 = 28 种涂色。中心有 33 种颜色选择,所以带标号涂色共有 8484 种。

现在应用伯恩赛德引理。恒等变换固定全部 8484 种涂色。没有非恒等旋转能固定合法涂色。水平轴和竖直轴的两个反射各固定 66 种涂色,而两个对角线反射均不固定任何涂色。因此在旋转和反射意义下,涂色数为 84+6+68=12\dfrac{84 + 6 + 6}{8} = 12。所以正确答案是 C

First count colorings of a grid whose positions are distinguished. Fix the center square as red and list the four edge-middle colors cyclically. Up to a rotation or reflection, the only possible edge patterns are YRBRYRBR and YRBY.YRBY. The first has 44 placements and 33 possible cyclic corner strings, BRYB,BYRB,BRYB, BYRB, and BYYB;BYYB; the second has 88 placements and 22 possible corner strings, BYBBBYBB and BYRB.BYRB. Thus there are 43+82=284 \cdot 3 + 8 \cdot 2 = 28 colorings with a red center. The center has 33 possible colors, so there are 8484 labeled colorings.

Now apply Burnside’s lemma. The identity fixes all 8484 colorings. No nonidentity rotation fixes a valid coloring. Each of the two reflections across a horizontal or vertical axis fixes 66 colorings, while each diagonal reflection fixes none. Therefore, the number of colorings up to rotations and reflections is 84+6+68=12.\dfrac{84 + 6 + 6}{8} = 12. Thus, C is the correct answer.

22.

随机选择一个七位正整数。已知它的各位数字之和为 6161,求它能被 1111 整除的概率。

A seven-digit positive integer is chosen at random. What is the probability that the number is divisible by 11,11, given that the sum of its digits is 61?61?

314\dfrac{3}{14}

311\dfrac{3}{11}

27\dfrac{2}{7}

411\dfrac{4}{11}

37\dfrac{3}{7}

难度评级:2040
小提示:

数字和 6161 比最大值 636322,所以所有数字都是 99,只是总共少掉 22

A digit sum of 6161 is 22 below the maximum 63,63, so the digits are all 99 except a total shortfall of 22

大提示:

用交错数字和判断能否被 1111 整除;把它写成奇数位亏缺与偶数位亏缺的关系。

For divisibility by 1111 use the alternating digit sum; express it through the shortfalls on the odd- versus even-position digits

解答:

数字和 61=63261 = 63 - 2,表示七个数字全为 99 后总亏缺为 22,这样的数有 (2+66)=28\binom{2 + 6}{6} = 28 个。要能被 1111 整除,需要 OE0(mod11)O - E \equiv 0 \pmod{11},其中 OO44 个奇数位数字之和,EE33 个偶数位数字之和。设亏缺为 dO+dE=2d_O + d_E = 2。则 OE=9dOO - E = 9 - d_O +dE=112dO+ d_E = 11 - 2 d_O,只有当 dO=0d_O = 0 时才是 1111 的倍数。因此全部亏缺 22 都在 33 个偶数位上,有 (2+22)=6\binom{2 + 2}{2} = 6 种。概率为 628=314\tfrac{6}{28} = \tfrac{3}{14}。因此正确答案是 A

A digit sum of 61=63261 = 63 - 2 means all seven digits are 99 except for a total deficit of 2,2, which gives (2+66)=28\binom{2 + 6}{6} = 28 numbers. For divisibility by 1111 we need OE0(mod11),O - E \equiv 0 \pmod{11}, where OO sums the 44 odd-position digits and EE the 33 even ones. Write the deficits as dO+dE=2.d_O + d_E = 2. Then OE=9dOO - E = 9 - d_O +dE=112dO,+ d_E = 11 - 2 d_O, a multiple of 1111 only when dO=0.d_O = 0. So all of the deficit 22 falls on the 33 even positions, giving (2+22)=6\binom{2 + 2}{2} = 6 ways. The probability is 628=314.\tfrac{6}{28} = \tfrac{3}{14}. Therefore, the answer is A.

23.

一个由小正方形组成的矩形网格有 141141 行和 9191 列。每个小正方形里有放两个数字的空间。Horace 和 Vera 都把从 11141×91=12,831141 \times 91 = 12{,}831 的数字填入网格。Horace 按行填写:他把 119191 依次从左到右填入第 11 行,把 9292182182 依次从左到右填入第 22 行,并如此继续到第 141141 行。Vera 按列填写:她把 11141141 依次从上到下填入第 11 列,再把 142142282282 依次从上到下填入第 22 列,并如此继续到第 9191 列。有多少个小正方形中两人写下了相同的数字?

A rectangular grid of squares has 141141 rows and 9191 columns. Each square has room for two numbers. Horace and Vera each fill in the grid by putting the numbers from 11 through 141×91=12,831141 \times 91 = 12{,}831 into the squares. Horace fills the grid horizontally: he puts 11 through 9191 in order from left to right into row 1,1, puts 9292 through 182182 into row 22 in order from left to right, and continues similarly through row 141.141. Vera fills the grid vertically: she puts 11 through 141141 in order from top to bottom into column 1,1, then 142142 through 282282 into column 22 in order from top to bottom, and continues similarly through column 91.91. How many squares get two copies of the same number?

77

1010

1111

1212

1919

难度评级:2300
小提示:

在第 ii 行第 jj 列,Horace 写 91(i1)+j91(i - 1) + j,Vera 写 141(j1)+i141(j - 1) + i;令二者相等。

At row i,i, column j,j, Horace writes 91(i1)+j91(i - 1) + j and Vera writes 141(j1)+i;141(j - 1) + i; set them equal

大提示:

方程化简为 9i14j=59i - 14j = -5;找出哪些列 jj 会使 ii 是范围内的整数。

The equation reduces to 9i14j=5;9i - 14j = -5; find the columns jj that make ii an integer in range

解答:

在第 ii 行第 jj 列,Horace 写的是 91(i1)+j91(i - 1) + j,Vera 写的是 141(j1)+i141(j - 1) + i。令二者相等并化简,得到 9i14j=59i - 14j = -5,所以 i=14j59i = \tfrac{14j - 5}{9},恰好在 j1(mod9)j \equiv 1 \pmod 9 时为整数。对于 j=1,10,19,,91j = 1, 10, 19, \ldots, 91,共有 1111 个值,且对应的 ii1,15,29,,1411, 15, 29, \ldots, 141,都在范围内。因此有 1111 个小正方形匹配,正确答案是 C

At row i,i, column j,j, Horace writes 91(i1)+j91(i - 1) + j and Vera writes 141(j1)+i.141(j - 1) + i. Set them equal and simplify to get 9i14j=5,9i - 14j = -5, so i=14j59,i = \tfrac{14j - 5}{9}, an integer exactly when j1(mod9).j \equiv 1 \pmod 9. For j=1,10,19,,91,j = 1, 10, 19, \ldots, 91, that’s 1111 values, and ii runs 1,15,29,,141,1, 15, 29, \ldots, 141, all within range. So 1111 squares match. Thus, C is the correct answer.

24.

一只青蛙按如下规则在数轴上跳跃。它从 00 开始。如果它在 00,那么它以概率 12\tfrac12 移动到 11,并以概率 12\tfrac12 消失。对于 n=1n = 12233,如果它在 nn,那么它以概率 14\tfrac14 移动到 n+1n + 1,以概率 14\tfrac14 移动到 n1n - 1,并以概率 12\tfrac12 消失。

青蛙到达 44 的概率是多少?

A frog hops along the number line according to the following rules. It starts at 0.0. If it is at 0,0, then it moves to 11 with probability 12\tfrac12 and it disappears with probability 12.\tfrac12. For n=1,n = 1, 2,2, or 3,3, if it is at n,n, then it moves to n+1n + 1 with probability 14,\tfrac14, it moves to n1n - 1 with probability 14,\tfrac14, and it disappears with probability 12.\tfrac12.

What is the probability that the frog reaches 4?4?

1101\dfrac{1}{101}

1100\dfrac{1}{100}

199\dfrac{1}{99}

198\dfrac{1}{98}

197\dfrac{1}{97}

难度评级:2170
小提示:

pnp_n 为从位置 nn 出发最终到达 44 的概率,并取 p4=1p_4 = 1;对每个状态列一个方程。

Let pnp_n be the probability of ever reaching 44 starting from n,n, with p4=1;p_4 = 1; set up one equation per state

大提示:

使用 p0=12p1p_0 = \tfrac12 p_1,并对 n=1,2,3n = 1, 2, 3 使用 pn=14pn1+14pn+1p_n = \tfrac14 p_{n-1} + \tfrac14 p_{n+1},然后解这个方程组。

Use p0=12p1p_0 = \tfrac12 p_1 and pn=14pn1+14pn+1p_n = \tfrac14 p_{n-1} + \tfrac14 p_{n+1} for n=1,2,3,n = 1, 2, 3, then solve the system

解答:

pnp_n 为从位置 nn 出发到达 44 的概率,且 p4=1p_4 = 1。规则给出 p0=12p1p_0 = \tfrac12 p_1p1=14p0+14p2p_1 = \tfrac14 p_0 + \tfrac14 p_2p2=14p1+14p3p_2 = \tfrac14 p_1 + \tfrac14 p_3p3=14p2+14p_3 = \tfrac14 p_2 + \tfrac14。向上求解可得 p1=27p2p_1 = \tfrac27 p_2p2=726p3p_2 = \tfrac{7}{26} p_3。继续代回得到 p3=2697p_3 = \tfrac{26}{97}p2=797p_2 = \tfrac{7}{97}p1=297p_1 = \tfrac{2}{97},最后 p0=197p_0 = \tfrac{1}{97}。因此正确答案是 E

Let pnp_n be the probability of reaching 44 from position n,n, with p4=1.p_4 = 1. The rules give p0=12p1,p_0 = \tfrac12 p_1, p1=14p0+14p2,p_1 = \tfrac14 p_0 + \tfrac14 p_2, p2=14p1+14p3,p_2 = \tfrac14 p_1 + \tfrac14 p_3, and p3=14p2+14.p_3 = \tfrac14 p_2 + \tfrac14. Work upward: p1=27p2p_1 = \tfrac27 p_2 and p2=726p3.p_2 = \tfrac{7}{26} p_3. These unwind to p3=2697,p_3 = \tfrac{26}{97}, p2=797,p_2 = \tfrac{7}{97}, p1=297,p_1 = \tfrac{2}{97}, and finally p0=197.p_0 = \tfrac{1}{97}. Therefore, the answer is E.

25.

正方形 ABCDABCD 的边长为 44。点 PPQQ 分别在 AD\overline{AD}CD\overline{CD} 上,且 AP=85AP = \tfrac{8}{5}DQ=103DQ = \tfrac{10}{3}。一条路径从 PPQQ 的线段开始,之后在正方形 ABCDABCD 的边上反射继续前进(入射角等于反射角),如下图所示。如果路径碰到正方形的顶点,就在那里终止;否则它将永远继续。

这条路径会在哪个顶点终止?

Square ABCDABCD has sides of length 4.4. Points PP and QQ lie on AD\overline{AD} and CD,\overline{CD}, respectively, with AP=85AP = \tfrac{8}{5} and DQ=103.DQ = \tfrac{10}{3}. A path begins along the line segment from PP to QQ and continues by reflecting against the sides of ABCDABCD (with congruent incoming and outgoing angles), as shown in the figure. If the path hits a vertex of the square, then it terminates there; otherwise it continues forever.

At which vertex does the path terminate?

AA

BB

CC

DD

路径会永远继续下去。

The path continues forever.

难度评级:2520
小提示:

处理反射路径最方便的方法是“展开”:在一张由反射正方形组成的网格中沿直线前进。

Reflecting billiard paths is easiest by “unfolding”: follow a straight line through a grid of reflected copies of the square

大提示:

找出这条直线第一次经过的网格顶点 (4a,4b)(4a, 4b)aabb 的奇偶性决定它对应原正方形的哪个顶点。

Find the first grid corner (4a,4b)(4a, 4b) the line hits; the parities of aa and bb determine which actual vertex it is

解答:

A=(0,0)A = (0,0)B=(4,0)B = (4,0)C=(4,4)C = (4,4)D=(0,4)D = (0,4),则 P=(0,85)P = \left(0, \tfrac85\right)Q=(103,4)Q = \left(\tfrac{10}{3}, 4\right)。初始方向为 (103,125)(25,18)\left(\tfrac{10}{3}, \tfrac{12}{5}\right) \parallel (25, 18)。把台球路径展开成由反射正方形拼成的网格,并从 PP 出发沿直线前进。在网格顶点 (4a,4b)(4a,4b) 处,由横坐标得 t=4a25t = \tfrac{4a}{25}。于是纵坐标要求 10+18a=25b10 + 18a = 25b,即 a5(mod25)a \equiv 5 \pmod{25}。第一个正的可能值是 a=5a = 5,由此得 b=4b = 4,展开后的顶点为 (20,16)(20,16)。横向穿过 55 个小正方形(奇数),说明它落在 x=4x = 4 这条边上;纵向穿过 44 个小正方形(偶数),说明它落在 y=0y = 0 上。这个顶点就是 (4,0)=B(4,0) = B。因此正确答案是 B

Place A=(0,0),A = (0,0), B=(4,0),B = (4,0), C=(4,4),C = (4,4), D=(0,4),D = (0,4), so P=(0,85)P = \left(0, \tfrac85\right) and Q=(103,4).Q = \left(\tfrac{10}{3}, 4\right). The initial direction is (103,125)(25,18).\left(\tfrac{10}{3}, \tfrac{12}{5}\right) \parallel (25, 18). Unfold the billiard into a grid of reflected copies and follow the straight line from P.P. At a grid corner (4a,4b),(4a,4b), the horizontal coordinate gives t=4a25.t = \tfrac{4a}{25}. The vertical coordinate then requires 10+18a=25b,10 + 18a = 25b, so a5(mod25).a \equiv 5 \pmod{25}. The first positive possibility is a=5,a = 5, giving b=4b = 4 and the unfolded corner (20,16).(20,16). Crossing 55 cells across (odd) puts it on the side x=4,x = 4, and 44 cells up (even) puts it on y=0.y = 0. That’s vertex (4,0)=B.(4,0) = B. Thus, B is the correct answer.