2012 AMC 10B 真题

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

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

或直接跳转到某一道题及其解答: 1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25

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

了解 LIVE课程

计时

1:15:00

1.

Pearl Creek 小学每个三年级教室有 1818 名学生和 22 只宠物兔。全部 44 个三年级教室中,学生比兔子多多少?

Each third-grade classroom at Pearl Creek Elementary has 1818 students and 22 pet rabbits. How many more students than rabbits are there in all 44 of the third-grade classrooms?

4848

5656

6464

7272

8080

答案:C
知识点:整数运算
难度评级:450
小提示:

先求一个教室里学生比兔子多多少。

Find the student-rabbit difference in one classroom first

大提示:

再把这个差乘以 44 个教室。

Multiply that difference by 44 classrooms

解答:

每个教室中学生比兔子多 182=1618-2=16

44 个教室中总共多 416=644\cdot16=64

所以正确答案是 C

Each classroom has 182=1618-2=16 more students than rabbits.

Across 44 classrooms, the difference is 416=644\cdot16=64.

Thus, C is the correct answer.

2.

如图,一个半径为 55 的圆内切于一个长方形。长方形的长与宽之比为 2:12:1。长方形的面积是多少?

A circle of radius 55 is inscribed in a rectangle as shown. The ratio of the length of the rectangle to its width is 2:1.2:1. What is the area of the rectangle?

5050

100100

125125

150150

200200

答案:E
难度评级:560
小提示:

长方形的宽等于圆的直径。

The rectangle width is the circle diameter

大提示:

求出宽后,用长宽比 2:12:1 求长。

Use the 2:12:1 length-to-width ratio after finding the width

解答:

短边等于圆的直径,即 2r=25=102r=2\cdot 5=10

长与宽之比为 2:12:1,所以长边为 102=2010\cdot 2=20

长方形面积为 2010=20020\cdot 10=200

所以正确答案是 E

The smaller side of the rectangle is equal to the diameter, which is 2r=25=10.2r=2\cdot 5=10.

Due to the 2:12:1 ratio, the long side is 102=20.10\cdot 2=20.

Therefore, the area is 2010=200.20\cdot 10=200.

Thus, the correct answer is E .

3.

xyxy 平面中坐标为 (1000,2012)(1000, 2012) 的点关于直线 y=2000y=2000 对称。对称点的坐标是什么?

The point in the xyxy-plane with coordinates (1000,2012)(1000, 2012) is reflected across the line y=2000.y=2000. What are the coordinates of the reflected point?

(998,2012)(998,2012)

(1000,1988)(1000,1988)

(1000,2024)(1000,2024)

(1000,4012)(1000,4012)

(1012,2012)(1012,2012)

答案:B
难度评级:560
小提示:

对称轴是一条水平直线。

The reflecting line is horizontal

大提示:

原来的点在直线 y=2000y=2000 上方 1212 个单位。

The point is 1212 units above y=2000y=2000

解答:

注意到这里的直线是完全水平的。这意味着,只要从该点向这条直线作垂线段,再把沿这条线段的距离加倍,就能得到反射后点的坐标。

(1000,2012)(1000,2012)y=2000y=2000 上方 1212 个单位,所以对称点在直线另一侧同样相距 1212 个单位,即 (1000,1988)(1000,1988)

所以正确答案是 B

Notice that the line in question is perfectly horizontal. This means that if we were to construct a perpendicular line segment from the point to the line, to find the reflected coordinates of the point, we simply double the distance along that line segment.

The line segment from (1000,2012)(1000,2012) to y=2000y=2000 is of length 12,12, so the reflected point is along this same line segment, but a distance of 1212 on the other side of the horizontal line. This yields (1000,1988).(1000,1988).

Thus, the correct answer is B .

4.

Ringo 把弹珠每 66 个装一袋,会剩下 44 个。Paul 同样装袋会剩下 33 个。两人把弹珠合在一起,仍按每袋 66 个尽可能装满,最后会剩下多少个?

When Ringo places his marbles into bags with 66 marbles per bag, he has 44 marbles left over. When Paul does the same with his marbles, he has 33 marbles left over. Ringo and Paul pool their marbles and place them into as many bags as possible, with 66 marbles per bag. How many marbles will be left over?

11

22

33

44

55

答案:A
知识点:模运算
难度评级:770
小提示:

把两个余数相加,再看除以 66 的余数。

Add the two remainders modulo 66

大提示:

4+34+3 除以 6611

4+34+3 leaves remainder 11 when divided by 66

解答:

Ringo 的弹珠数除以 6644,所以可写成 6x+46x+4,其中 xx 为整数。

同理,Paul 的弹珠数可写为 6y+36y+3,其中 yy 为整数。

因此总数为 (6x+4)+(6y+3)(6x+4)+(6y+3) =6(x+y+1)+1= 6(x+y+1)+1 这表示合在一起后除以 6611

所以正确答案是 A

As we know that when Ringo’s marbles are divided by 6,6, we have a remainder of 4,4, we conclude that he has 6x+46x+4 marbles for some x.x.

Using the same logic, we can also conclude that Paul has 6y+36y+3 marbles for some y.y.

Therefore, the total number of marbles is (6x+4)+(6y+3)(6x+4)+(6y+3) =6(x+y+1)+1= 6(x+y+1)+1 which, when divided by 6,6, only leaves 11 left over.

Thus, the correct answer is A .

5.

Anna 在华盛顿特区一家餐馆用餐,餐费销售税为 10%10\%。她按税前餐费留下 15%15\% 的小费,税也按小费前的餐费计算。她晚餐总共花了 $27.50\$27.50。她不含税和小费的餐费是多少美元?

Anna enjoys dinner at a restaurant in Washington, D.C., where the sales tax on meals is 10%.10\%. She leaves a 15%15\% tip on the price of her meal before the sales tax is added, and the tax is calculated on the pre-tip amount. She spends a total of $27.50\$27.50 for dinner. What is the cost of her dinner without tax or tip?

$18\$18

$20\$20

$21\$21

$22\$22

$24\$24

答案:D
难度评级:900
小提示:

税和小费都是税前餐费的百分比。

Tax and tip are both percentages of the pre-tax meal price

大提示:

总账单是餐费的 125%125\%

The total bill is 125%125\% of the meal price

解答:

设税前餐费为 xx。税为 0.1x0.1x,小费为 0.15x0.15x。总花费满足 x+0.1x+0.15x=1.25x=27.5\begin{aligned}x+0.1x+0.15x&=1.25x\\&=27.5\end{aligned} 所以 x=22x=22

所以正确答案是 D

Suppose the original price is x.x. Then, the tax is 0.1x0.1x and the tip is 0.15x.0.15x. This makes the total payment equal to: x+0.1x+0.15x=1.25x=27.5\begin{aligned}x+0.1x+0.15x&=1.25x\\&=27.5\end{aligned} Therefore, x=22.x=22.

Thus, the correct answer is D .

6.

为了估计 xyx-y 的值,其中 xxyy 是满足 x>y>0x > y > 0 的实数,Xiaoli 把 xx 向上舍入了一小段,把 yy 向下舍入了同样的一小段,然后用舍入后的值相减。

下列哪一句必然正确?

In order to estimate the value of xyx-y where xx and yy are real numbers with x>y>0,x > y > 0, Xiaoli rounded xx up by a small amount, rounded yy down by the same amount, and then subtracted her rounded values.

Which of the following statements is necessarily correct?

她的估计值大于 xyx-y

Her estimate is larger than xyx-y

她的估计值小于 xyx-y

Her estimate is smaller than xy x-y

她的估计值等于 xyx-y

Her estimate equals xyx-y

她的估计值等于 yxy-x

Her estimate equals yx y-x

她的估计值为 00

Her estimate is 0 0

答案:A
知识点:估算不等式
难度评级:870
小提示:

xx 向上舍入会让它在数轴上向右移动。

Rounding xx up moves it farther right on the number line

大提示:

yy 向下舍入会让它在数轴上向左移动。

Rounding yy down moves it farther left

解答:

设这段很小的舍入量为 d>0d>0。Xiaoli 用 x+dx+d 代替 xx,用 ydy-d 代替 yy。因此估计值为 (x+d)(yd)=xy+2d(x+d)-(y-d)=x-y+2d\text{,} 它大于 xyx-y

所以正确答案是 A

Let the small rounding amount be d>0.d>0. Xiaoli replaces xx by x+dx+d and yy by yd.y-d. Her estimate is therefore (x+d)(yd)=xy+2d,(x+d)-(y-d)=x-y+2d, which is larger than xy.x-y.

Thus, the correct answer is A .

7.

Sammy 做科学项目时观察一只花栗鼠和一只松鼠把橡子藏进洞里。花栗鼠在它挖的每个洞里藏 33 颗橡子,松鼠在它挖的每个洞里藏 44 颗橡子。它们藏的橡子总数相同,但松鼠少用了 44 个洞。花栗鼠藏了多少颗橡子?

For a science project, Sammy observed a chipmunk and a squirrel stashing acorns in holes. The chipmunk hid 33 acorns in each of the holes it dug. The squirrel hid 44 acorns in each of the holes it dug. They each hid the same number of acorns, although the squirrel needed 44 fewer holes. How many acorns did the chipmunk hide?

3030

3636

4242

4848

5454

答案:D
知识点:一次方程分数
难度评级:1020
小提示:

设花栗鼠挖了 hh 个洞。

Let the chipmunk dig hh holes

大提示:

比较 3h3h4(h4)4(h-4)

Compare 3h3h acorns with 4(h4)4(h-4) acorns

解答:

设两者各藏了 xx 颗橡子。花栗鼠用了 x3\dfrac x3 个洞,松鼠用了 x4\dfrac x4 个洞。

两者所用洞数之差为四,所以 x3x4=x12=4\dfrac x3 - \dfrac x4 = \dfrac{x}{12}= 4 解得 x=48x=48

所以正确答案是 D

Let the number of acorns they each hid be x.x. Then, the number of holes from the chipmunk is x3\dfrac x3 and the number of holes from the squirrel is x4.\dfrac x4 .

This means x3x4=x12=4\dfrac x3 - \dfrac x4 = \dfrac{x}{12}= 4 Therefore, x=48.x=48.

Thus, the correct answer is D .

8.

求满足下列不等式的所有整数解之和: 1<(x2)2<251 < (x-2)^2 < 25

What is the sum of all integer solutions to the following inequality? 1<(x2)2<251 < (x-2)^2 < 25

1010

1212

1515

1919

2525

答案:B
难度评级:1140
小提示:

把条件看成未知数到 22 的距离。

Solve by distance from 22

大提示:

整数解满足 x2=2,3,4|x-2|=2,3,4

Integer solutions have x2=2,3,4|x-2|=2,3,4

解答:

x=2+kx=2+k 是一个解,则 x=2kx=2-k 也是解,因为 ((2+k)2)2=((2k)2)2((2+k)-2)^2 = ((2-k)-2)^2 这两个解的和为 44。因此,所有整数解之和等于四乘以可行的正数 kk 的个数。

正数 kk 必须满足 1<k2<251 < k^2 < 25\text{,} 共有 33 个,即 k=2,3,4k=2,3,4

所以总和为 43=124\cdot3=12

所以正确答案是 B

Suppose we have x=2+kx=2+k as a solution. Then, x=2kx=2-k would also be a solution as ((2+k)2)2=((2k)2)2((2+k)-2)^2 = ((2-k)-2)^2 The sum of these two solutions would be 4.4. Thus, the sum of all integer solutions to the above equation is four times the number of positive kk’s that work.

To find the number of kk’s, we need to find the number of positive solutions to: 1<k2<25,1 < k^2 < 25, which would be 3,3, as k=2,3,4.k=2,3,4.

Therefore, the sum of all the solutions is 43=12.4\cdot3=12.

Thus, the correct answer is B .

9.

两个整数的和为 2626。再加入两个整数后,四个整数的和为 4141。最后再加入两个整数后,六个整数的和为 5757。这 66 个整数中偶数个数的最小可能值是多少?

Two integers have a sum of 26.26. When two more integers are added to the first two integers the sum is 41.41. Finally when two more integers are added to the sum of the previous four integers the sum is 57.57. What is the minimum number of even integers among the 66 integers?

11

22

33

44

55

答案:A
知识点:奇偶性
难度评级:960
小提示:

分别看每一对新加入整数的奇偶性。

Look at the parity of each added pair

大提示:

中间那一对的和是奇数,所以其中必须有一个偶数和一个奇数。

The middle pair has odd sum, so it must contain one even and one odd integer

解答:

前两个整数的和 2626 是偶数,所以它们可以都是奇数。接下来两个数之和为 4126=1541-26=15

这个和是奇数,所以这一对必须有一个偶数和一个奇数。最后两个数之和为 5741=1657-41=16,所以它们可以都是奇数。因此至少有一个偶数,而且这个下界可以达到。

所以正确答案是 A

The first two integers have even sum 2626, so they can both be odd. The next two integers have sum 4126=1541-26=15, which is odd, so one of them must be even and one odd.

The last two integers have sum 5741=1657-41=16, so they can both be odd. Therefore at least one integer must be even, and one is attainable.

Thus, A is the correct answer.

10.

有多少个正整数有序对 (M,N)(M,N) 满足方程 M6=6N\frac{M}{6}=\frac{6}{N}

How many ordered pairs of positive integers (M,N)(M,N) satisfy the equation M6=6N\frac{M}{6}=\frac{6}{N}

66

77

88

99

1010

答案:D
难度评级:960
小提示:

交叉相乘。

Cross-multiply the equation

大提示:

需要数 3636 的正因数个数。

Count the positive divisors of 3636

解答:

交叉相乘得 MN=36MN = 36。因此可让 MM3636 的任一正因数,再唯一确定 NN

由于 36=223236=2^2\cdot 3^2,共有 (2+1)(2+1)=9(2+1)(2+1)=9 个可能的 MM,每个也对应唯一的 NN

所以正确答案是 D

By cross multiplying, we can see that MN=36.MN = 36. Thus, we can make MM any factor of 3636 and then determine NN from it.

Since 36=2232,36=2^2\cdot 3^2, we have (2+1)(2+1)=9(2+1)(2+1)=9 possible choices for M,M, each of which also determine a unique N.N.

Thus, the correct answer is D .

11.

一位甜点师从星期日开始为一周中的每天准备甜点。每天的甜点可以是蛋糕、派、冰淇淋或布丁。连续两天不能供应同一种甜点。因为生日聚会,星期五必须供应蛋糕。这一周有多少种不同的甜点菜单?

A dessert chef prepares the dessert for every day of a week starting with Sunday. The dessert each day is either cake, pie, ice cream, or pudding. The same dessert may not be served two days in a row. There must be cake on Friday because of a birthday. How many different dessert menus for the week are possible?

729729

972972

10241024

21872187

23042304

答案:A
难度评级:1140
小提示:

从已确定的星期五往前和往后数。

Work backward from Friday

大提示:

一旦相邻的一天固定,另一侧每天都有 33 种选择。

Each neighboring day has 33 choices once the next day is fixed

解答:

星期五固定为蛋糕。星期六不能是蛋糕,所以有 33 种选择。

从星期五往前,星期四有 33 种选择;再往前每一天也都只有不能等于后一日的限制,因此各有三种选择。星期日到星期四共 55 天,所以总数为 353=7293^5\cdot 3 = 729

所以正确答案是 A

We know that there must be cake served on Friday, and as such, on Saturday, we cannot have cake. Therefore, we have 33 choices for Saturday’s menu.

Furthermore, for each of the 55 previous days, we could go backwards and have 33 choices on each day, making the total number of choices 353=729.3^5\cdot 3 = 729.

Thus, the correct answer is A .

12.

BB 在点 AA 的正东方向。点 CC 在点 BB 的正北方向。点 AACC 之间的距离为 10210\sqrt 2 米,且 BAC=45\angle BAC = 45^\circ。点 DD 在点 CC 正北 2020 米处。距离 ADAD 介于哪两个整数之间?

Point BB is due east of point A.A. Point CC is due north of point B.B. The distance between points AA and CC is 10210\sqrt 2 meters, and BAC=45.\angle BAC = 45^\circ. Point DD is 2020 meters due north of point C.C. The distance ADAD is between which two integers?

30303131

30 30 and 31 31

31313232

31 31 and 32 32

32323333

32 32 and 33 33

33333434

33 33 and 34 34

34343535

34 34 and 35 35

答案:B
难度评级:1140
小提示:

三角形 ABCABC4545-4545-9090 三角形。

Triangle ABCABC is 4545-4545-9090

大提示:

ABABBDBD,再用勾股定理。

Find ABAB and BDBD, then use the Pythagorean Theorem

解答:

因为 ABABBCBC 垂直,所以 AB2+BC2=(102)2=200AB^2 + BC^2 = (10\sqrt 2)^2 = 200\text{。} 又因为 BAC=45\angle BAC = 45^\circABC\triangle ABC 是等腰直角三角形,所以 AB=BCAB = BC ,从而 2AB2=2002AB^2 = 200。因此 AB=BC=10AB = BC = 10

于是 BD=BC+CD=30BD= BC+CD = 30\text{。} 由勾股定理, AD2=AB2+BD2=102+302=1000\begin{aligned}AD^2 &= AB^2+BD^2 \\&= 10^2+30^2\\&=1000\end{aligned} 因为 312<AD2<32231^2 \lt AD^2 \lt 32^2\text{,} 所以 31<AD<3231 \lt AD\lt 32

所以正确答案是 B

We know ABAB and BCBC are perpendicular, so AB2+BC2=(102)2=200.AB^2 + BC^2 = (10\sqrt 2)^2 = 200. Also, as BAC=45,\angle BAC = 45^\circ, we know that ABC\triangle ABC is an isosceles right triangle, so AB=BC,AB = BC , making 2AB2=200.2AB^2 = 200. Thus, AB=BC=10.AB = BC = 10.

As such, we know that BD=BC+CD=30.BD= BC+CD = 30. Thus, by the Pythagorean Theorem, we have that AD2=AB2+BD2=102+302=1000\begin{aligned}AD^2 &= AB^2+BD^2 \\&= 10^2+30^2\\&=1000\end{aligned} Thus, since 312<AD2<322,31^2 \lt AD^2 \lt 32^2, we have 31<AD<3231 \lt AD\lt 32

Thus, the correct answer is B .

13.

Clea 在自动扶梯不运行时走下去需要 6060 秒;自动扶梯运行时,她走下去只需要 2424 秒。如果自动扶梯运行而她只是站着不动,她需要多少秒到达底部?

It takes Clea 6060 seconds to walk down an escalator when it is not operating, and only 2424 seconds to walk down the escalator when it is operating. How many seconds does it take Clea to ride down the operating escalator when she just stands on it?

3636

4040

4242

4848

5252

答案:B
难度评级:1280
小提示:

自动扶梯运行时,人的步行速度和扶梯速度相加。

Let walking speed and escalator speed add when the escalator runs

大提示:

6060 秒和 2424 秒两种步行情况下,自动扶梯的长度相同。

Use the same escalator length in the 6060-second and 2424-second trips

解答:

dd 为扶梯的长度,cc 为 Clea 在静止扶梯上步行的速度,ee 为运行扶梯本身的速度。由速度等于路程除以时间,c=d60c = \dfrac d{60},且 c+e=d24c+e = \dfrac d{24}\text{。} 因此 e=d24d60=d40e = \dfrac d{24}-\dfrac d{60} = \dfrac d{40}\text{,} 这表明她站着不动时需要 4040 秒。

所以正确答案是 B

Let dd be the escalator’s length, and let cc represent Clea’s speed walking down the non-operational escalator. Similarly, let ee represent Clea’s speed standing still on the operational escalator. Then, as speed is equal to distance over time, we know that c=d60c = \dfrac d{60} and c+e=d24.c+e = \dfrac d{24}. Therefore, e=d24d60=d40,e = \dfrac d{24}-\dfrac d{60} = \dfrac d{40}, meaning that Clea takes 4040 seconds to descend the escalator by simply standing still.

Thus, the correct answer is B .

14.

两个等边三角形位于一个边长为 232\sqrt 3 的正方形内。这两个三角形的底边分别是正方形的一对对边,它们的交集是一个菱形。这个菱形的面积是多少?

Two equilateral triangles are contained in a square whose side length is 23.2\sqrt 3. The bases of these triangles are opposite sides of the square, and their intersection is a rhombus. What is the area of the rhombus?

32\dfrac{3}{2}

3\sqrt 3

2212\sqrt 2 - 1

83128\sqrt 3 - 12

433\dfrac{4\sqrt 3}{3}

答案:D
难度评级:1670
小提示:

在正方形一角附近使用 3030-6060-9090 三角形。

Use a 3030-6060-9090 triangle near one corner of the square

大提示:

求出菱形外侧一个小三角形的面积,再乘以 44

Find one small triangle outside the rhombus and multiply its area by 44

解答:

这个菱形可分成两个全等的等边三角形。设每个小等边三角形的边长为 ss,则一个面积为 s234\dfrac{s^2 \sqrt 3}4,两个总面积为 s232\dfrac{s^2 \sqrt 3}2

大等边三角形边长为 232 \sqrt 3,其高为 23sin(60)2 \sqrt 3 \sin(60^\circ) ,也就是 33

正方形半边长为 3\sqrt 3,所以较小三角形的高为 333 - \sqrt 3 。因此 ss232 \sqrt 3 的比为 333\dfrac {3-\sqrt 3}3

因此 s=23(33)3=232s = \dfrac{2 \sqrt 3(3-\sqrt 3)}3 = 2\sqrt 3-2\text{。}

所以菱形面积为 s232=(232)232=(1683)32=8312\begin{aligned} \dfrac{s^2 \sqrt 3}2 &= \dfrac{(2\sqrt 3-2)^2 \sqrt 3 }2 \\&= \dfrac{(16-8\sqrt 3) \sqrt 3 }2 \\&= 8 \sqrt 3 - 12 \end{aligned}

所以正确答案是 D

This rhombus is created by placing two congruent equilateral triangles. Let the side length of it be s.s. Then, the area of one of them is s234,\dfrac{s^2 \sqrt 3}4, making the total area s232.\dfrac{s^2 \sqrt 3}2.

The side length of the larger equilateral triangle is 23.2 \sqrt 3. The height of it is 33 since the height is equal to 23sin(60).2 \sqrt 3 \sin(60^\circ) .

Half of the square is 3,\sqrt 3, so the height of the smaller triangle is 33.3 - \sqrt 3 . Thus, the ratio between ss and 232 \sqrt 3 is 333.\dfrac {3-\sqrt 3}3 .

As such, s=23(33)3=232.s = \dfrac{2 \sqrt 3(3-\sqrt 3)}3 = 2\sqrt 3-2 .

Therefore, the combined area is s232=(232)232=(1683)32=8312\begin{aligned} \dfrac{s^2 \sqrt 3}2 &= \dfrac{(2\sqrt 3-2)^2 \sqrt 3 }2 \\&= \dfrac{(16-8\sqrt 3) \sqrt 3 }2 \\&= 8 \sqrt 3 - 12 \end{aligned}

Thus, the correct answer is D .

15.

在一个有 66 支队伍的循环赛中,每支队伍都与其他每支队伍比赛一场,每场比赛都有一胜一负。比赛结束后,队伍按胜场数排名。最终并列第一的队伍最多可以有多少支?

In a round-robin tournament with 66 teams, each team plays one game against each other team, and each game results in one team winning and one team losing. At the end of the tournament, the teams are ranked by the number of games won. What is the maximum number of teams that could be tied for the most wins at the end of the tournament?

22

33

44

55

66

答案:D
知识点:图论极端原理
难度评级:1540
小提示:

六支队伍不可能全都并列,因为总胜场 1515 不能被 66 整除。

Six teams cannot all tie because 1515 games is not divisible by 66

大提示:

试着让一支队伍全败,另外五支队伍内部平均分配胜场。

Try making one team lose every game and the other five split games evenly

解答:

总比赛数,即总胜场数,为 (62)=15\binom 62 = 15

66 支队伍全都并列,每队应有 2.52.5 胜,不可能。

若有 55 支队伍并列第一,每队可以有 33 胜;只要一支队伍输掉全部比赛,而这 55 支获胜队伍在彼此之间平分胜负,就能做到。

把这 55 支队伍编号为 1155,并指定第 66 支队伍输掉所有比赛。对每个 1x51\le x \le 5,让该队击败队伍 x+1mod5x+1 \mod 5、队伍 x+2mod5x+2 \mod 5,以及队伍 66

所以正确答案是 D

They would have to share (62)=15\binom 62 = 15 wins.

This means we cannot have a 66 way tie as that would be 2.52.5 wins per team.

If we had a 55 way tie, each team could have 33 wins, which is possible if one team loses all of its games, and out of the 55 winning teams, they each split their games.

If we label the teams from 11 to 5,5, and designate team 66 to lose all their games. To get a 55 way tie, we could have each team 1x51\le x \le 5 beat team x+1mod5x+1 \mod 5 and team x+2mod5,x+2 \mod 5, as well as team 6.6.

Thus, the correct answer is D .

16.

三个半径为 22 的圆两两相切。如图,求这三个圆以及它们围成的中间区域的总面积。

Three circles with radius 22 are mutually tangent. What is the total area of the circles and the region bounded by them, as shown in the figure?

10π+4310\pi+4\sqrt{3}

13π313\pi-\sqrt{3}

12π+312\pi+\sqrt{3}

10π+910\pi+9

13π13\pi

答案:A
难度评级:1630
小提示:

连接三个圆心。

Connect the three circle centers

大提示:

所求面积是三个 300300^\circ 扇形加上一个等边三角形。

The desired area is three 300300^\circ sectors plus an equilateral triangle

解答:

连接三个圆心,得到边长为 44 的等边三角形,面积为 434\sqrt3

每个圆中计入的部分是 300300^\circ 扇形,面积为 300360π22=10π3\dfrac{300}{360}\pi\cdot2^2=\dfrac{10\pi}{3}

所以总面积为 310π3+43=10π+433\cdot\dfrac{10\pi}{3}+4\sqrt3=10\pi+4\sqrt3

所以正确答案是 A

Connect the centers of the three circles. This forms an equilateral triangle of side 44, with area 434\sqrt3.

The included part of each circle is a 300300^\circ sector, whose area is 300360π22=10π3\dfrac{300}{360}\pi\cdot2^2=\dfrac{10\pi}{3}.

The total area is 310π3+43=10π+433\cdot\dfrac{10\pi}{3}+4\sqrt3=10\pi+4\sqrt3.

Thus, A is the correct answer.

17.

Jesse 把一个半径为 1212 的圆形纸片沿两条半径剪开,形成两个扇形,其中较小扇形的圆心角为 120120 度。他用每个扇形各做一个圆锥的侧面。较小圆锥与较大圆锥的体积之比是多少?

Jesse cuts a circular paper disk of radius 1212 along two radii to form two sectors, the smaller having a central angle of 120120 degrees. He makes two circular cones, using each sector to form the lateral surface of a cone. What is the ratio of the volume of the smaller cone to that of the larger?

18\dfrac{1}{8}

14\dfrac{1}{4}

1010\dfrac{\sqrt{10}}{10}

56\dfrac{\sqrt{5}}{6}

105\dfrac{\sqrt{10}}{5}

答案:C
知识点:圆锥扇形体积
难度评级:1930
小提示:

每个圆锥的母线长都是 1212

Each cone has slant height 1212

大提示:

扇形弧长变成圆锥底面的周长。

The sector arc length becomes the base circumference of the cone

解答:

每个扇形形成的圆锥母线长为 1212。较小扇形的圆心角为 120120^\circ,弧长为 132π12=8π\dfrac13\cdot2\pi\cdot12=8\pi,所以较小圆锥底面半径为 44,高为 12242=82\sqrt{12^2-4^2}=8\sqrt2

较大扇形弧长为 16π16\pi,底面半径为 88,高为 12282=45\sqrt{12^2-8^2}=4\sqrt5

体积比为 13π428213π8245=1010\dfrac{\frac13\pi\cdot4^2\cdot8\sqrt2}{\frac13\pi\cdot8^2\cdot4\sqrt5}=\dfrac{\sqrt{10}}{10}\text{。}

所以正确答案是 C

Each sector forms a cone with slant height 1212. The smaller sector has angle 120120^\circ, so its arc length is 132π12=8π\dfrac13\cdot2\pi\cdot12=8\pi, giving base radius 44. Its cone height is 12242=82\sqrt{12^2-4^2}=8\sqrt2.

The larger sector has arc length 16π16\pi, giving base radius 88. Its cone height is 12282=45\sqrt{12^2-8^2}=4\sqrt5.

The volume ratio is 13π428213π8245=1010.\dfrac{\frac13\pi\cdot4^2\cdot8\sqrt2}{\frac13\pi\cdot8^2\cdot4\sqrt5}=\dfrac{\sqrt{10}}{10}.

Thus, C is the correct answer.

18.

假设某人群中每 500500 人有一人患有某种无症状疾病。有一种血液检测可用于筛查这种疾病。患病者检测结果一定为阳性。

对于没有患病的人,检测有 2%2\% 的假阳性率。也就是说,这些人中 98%98\% 的检测结果为阴性,但 2%2\% 的检测结果会误为阳性。

pp 为从该人群中随机选一人,且检测结果为阳性时,此人实际患病的概率。下列哪一个最接近 pp

Suppose that one of every 500500 people in a certain population has a particular disease, which displays no symptoms. A blood test is available for screening for this disease. For a person who has this disease, the test always turns out positive.

For a person who does not have the disease, however, there is a 2%2\% false positive rate. In other words, for such people, 98%98\% of the time the test will turn out negative, but 2%2\% of the time the test will turn out positive and will incorrectly indicate that the person has the disease.

Let pp be the probability that a person who is chosen at random from this population and gets a positive test result actually has the disease. Which of the following is closest to p?p?

198\dfrac{1}{98}

19\dfrac{1}{9}

111\dfrac{1}{11}

4999\dfrac{49}{99}

9899\dfrac{98}{99}

答案:C
难度评级:1730
小提示:

500500 人中,大约有 11 个真阳性和 1010 个假阳性。

Out of 500500 people, about 11 true positive and 1010 false positives occur

大提示:

在检测结果为阳性的条件下计算概率。

Condition on the test being positive

解答:

500500 人中,大约 11 人患病并检测为阳性。其余 499499 人中约有 2%2\% 假阳性,也就是约 1010 人。

因此约 1111 个阳性结果中,只有约 11 个是真阳性,概率最接近 111\dfrac1{11}

所以正确答案是 C

Among 500500 people, about 11 person has the disease and tests positive. Of the remaining 499499 people, about 2%2\% test falsely positive, which is about 1010 people.

So among about 1111 positive tests, only about 11 is a true positive. The probability is closest to 111\dfrac1{11}.

Thus, C is the correct answer.

19.

在长方形 ABCDABCD 中,AB=6AB=6AD=30AD=30,且 GGAD\overline{AD} 的中点。线段 ABABBB 延长 22 个单位到点 EEFFED\overline{ED}BC\overline{BC} 的交点。四边形 BFDGBFDG 的面积是多少?

In rectangle ABCD,ABCD, AB=6,AB=6, AD=30,AD=30, and GG is the midpoint of AD.\overline{AD}. Segment ABAB is extended 22 units beyond BB to point E,E, and FF is the intersection of ED\overline{ED} and BC.\overline{BC}. What is the area of quadrilateral BFDG?BFDG?

1332\dfrac{133}{2}

6767

1352\dfrac{135}{2}

6868

1372\dfrac{137}{2}

答案:C
知识点:相似梯形面积
难度评级:1420
小提示:

使用相似三角形 EBFEBFEADEAD

Use similar triangles EBFEBF and EADEAD

大提示:

四边形 BFDGBFDG 是高为 66 的梯形。

Quadrilateral BFDGBFDG is a trapezoid with height 66

解答:

四边形 BFDGBFDG 是梯形,底边为 DGDGBFBF,高为 66。又因为 GGAADD 的中点,所以 GD=15GD= 15

由相似三角形 EBFEADEBF \sim EAD ,有 BFAD=EBEA\dfrac{BF}{AD} = \dfrac{EB}{EA} BF30=28\dfrac{BF}{30} = \dfrac 28 BF=7.5BF = 7.5

因此 BFDGBFDG 的面积为 6(15+7.5)2=1352\dfrac{6(15+7.5)}2 = \dfrac{135}2

所以正确答案是 C

The polygon BFDGBFDG is a trapezoid with bases DGDG and BFBF and height 6.6. Also, since GG is the midpoint between AA and D,D, we have GD=15.GD= 15.

We can see that EBFEAD,EBF \sim EAD , so BFAD=EBEA\dfrac{BF}{AD} = \dfrac{EB}{EA} BF30=28\dfrac{BF}{30} = \dfrac 28 BF=7.5BF = 7.5

This makes the area of BFDGBFDG equal to 6(15+7.5)2=1352.\dfrac{6(15+7.5)}2 = \dfrac{135}2.

Thus, the correct answer is C .

20.

Bernardo 和 Silvia 玩下面的游戏。先选一个 00999999 之间的整数给 Bernardo。每当 Bernardo 收到一个数,他就把它加倍并传给 Silvia。每当 Silvia 收到一个数,她就加上 5050 并传给 Bernardo。最后一个产生小于 10001000 的数的人获胜。

NN 为能使 Bernardo 获胜的最小初始数。NN 的各位数字之和是多少?

Bernardo and Silvia play the following game. An integer between 00 and 999999 inclusive is selected and given to Bernardo. Whenever Bernardo receives a number, he doubles it and passes the result to Silvia. Whenever Silvia receives a number, she adds 5050 to it and passes the result to Bernardo. The winner is the last person who produces a number less than 1000.1000.

Let NN be the smallest initial number that results in a win for Bernardo. What is the sum of the digits of N?N?

77

88

99

1010

1111

答案:A
难度评级:1930
小提示:

从使 Bernardo 获胜的最小初始数反向分析。

Work backward from the smallest initial number that makes Bernardo win

大提示:

每一轮可用 2n+502n+50 与上一个阈值比较来回推。

Repeated thresholds are found by solving 2n+502n+50 against the previous threshold

解答:

设初始数为 xx。Bernardo 依次产生的数为 2x,4x+100,8x+300,16x+700,32x+1500\begin{gathered} 2x,\quad4x+100,\quad8x+300,\\ 16x+700,\quad32x+1500 \end{gathered}\text{。} Silvia 在每个数的基础上再加 5050。Bernardo 要在某一轮获胜,他产生的数必须小于 10001000,而 Silvia 随后产生的数必须至少为 10001000

对 Bernardo 的前四轮,满足这两个不等式的最小整数 xx 依次为 475,213,82475,213,821616。Bernardo 的第五个输出已经至少为 15001500。因此最小的获胜初始数为 N=16N=16,其各位数字之和为 1+6=71+6=7

所以正确答案是 A

If the initial number is x,x, Bernardo’s successive outputs are 2x,4x+100,8x+300,16x+700,32x+1500.\begin{gathered} 2x,\quad4x+100,\quad8x+300,\\ 16x+700,\quad32x+1500. \end{gathered} Silvia’s output after each of these is 5050 larger. Bernardo wins on a given turn exactly when his output is below 10001000 but the following output from Silvia is at least 1000.1000.

For the first four Bernardo turns, the smallest integer xx satisfying those two inequalities is, respectively, 475,213,82,475,213,82, and 16.16. A fifth Bernardo output is already at least 1500.1500. Thus the smallest winning initial number is N=16,N=16, whose digit sum is 1+6=7.1+6=7.

Thus, the correct answer is A .

21.

平面上有四个不同的点,它们两两相连得到的六条线段长度分别为 aaaaaaaa2a2abb。求 bbaa 的比值。

Four distinct points are arranged in a plane so that the segments connecting them have lengths a,a, a,a, a,a, a,a, 2a,2a, and b.b. What is the ratio of bb to a?a?

3\sqrt{3}

22

5\sqrt{5}

33

π\pi

答案:A
难度评级:1930
小提示:

其中三个点可以形成边长为 aa 的等边三角形。

Three of the four length-aa edges form an equilateral triangle

大提示:

剩余点与另外两个点的距离分别为 2a2aaa,可用坐标或直角三角形计算。

The remaining point creates a right triangle with hypotenuse 2a2a and one leg aa

解答:

把四条长度为 aa 的线段看成以这四个点为顶点的图的边。若其中没有三角形,它们就会构成一个 44 环,而长度为 2a2a 的线段会是它的一条对角线。另外两个点各自给出一条总长为 2a2a 的两边路径,连接该对角线的两个端点。三角不等式取等号会迫使两个中间点都成为这条对角线的中点,与四点互异矛盾。因此有三个点构成边长为 aa 的等边三角形,记为 A,B,CA,B,C

第四个点 DD 到其中一点(设为 AA)的距离为 aa,到另一点(设为 BB)的距离为 2a2a。由于 BA+AD=BDBA+AD=BD,点 B,A,DB,A,D 共线,且 AABD\overline{BD} 的中点。因此 BDBD 是过 B,C,DB,C,D、圆心为 AA 的圆的直径,所以 BCD\triangle BCD 是直角三角形。

于是 b2=(2a)2a2=3a2b^2=(2a)^2-a^2=3a^2,所以 ba=3\frac{b}{a}=\sqrt3

所以正确答案是 A

Regard the four length-aa segments as edges of a graph on the four points. If they contained no triangle, they would form a 44-cycle. The length-2a2a segment would then be one of its diagonals. Each of the other two points gives a two-edge path of total length 2a2a between the diagonal’s endpoints. Equality in the triangle inequality would force both intermediate points to be the midpoint of that diagonal, contradicting that the four points are distinct. Therefore three points do form an equilateral triangle of side a;a; call them A,B,C.A,B,C.

The fourth point DD is distance aa from one of these points, say A,A, and distance 2a2a from another, say B.B. Because BA+AD=BD,BA+AD=BD, the points B,A,DB,A,D are collinear and AA is the midpoint of BD.\overline{BD}. Thus BDBD is a diameter of the circle through B,C,DB,C,D centered at A,A, so BCD\triangle BCD is right.

Thus b2=(2a)2a2=3a2b^2=(2a)^2-a^2=3a^2, so ba=3\frac{b}{a}=\sqrt3.

Thus, A is the correct answer.

22.

(a1,a2,,a10)(a_1,a_2,\ldots,a_{10}) 是前 1010 个正整数的一个排列,并且对每个 2i102\le i\le10ai+1a_i + 1ai1a_i-1 中至少有一个已经出现在 aia_i 前面。这样的排列有多少个?

Let (a1,a2,,a10)(a_1,a_2,\ldots,a_{10}) be a list of the first 1010 positive integers such that for each 2i102\le i\le10 either ai+1a_i + 1 or ai1a_i-1 or both appear somewhere before aia_i in the list. How many such lists are there?

 120\ 120

512512

 1024\ 1024

181,440181{,}440

362,880362{,}880

答案:B
难度评级:2060
小提示:

反向构造时,每一步移除当前剩余数中的最小值或最大值。

At each reverse step, remove either the smallest or largest remaining number

大提示:

直到最后一个数被迫确定之前,每一步都有 22 种选择。

There are 22 choices until the final number is forced

解答:

每个前缀 a1,a2,,aia_1,a_2,\ldots,a_i 都必须构成一个连续整数区间,因为每个新加入的数必须比已出现的某个数大一或小一。特别地,完整集合就是区间 [1,10][1,10]

反向阅读这个排列。每一步删去的项必须是当前区间的最小值或最大值;若删去内部的数,那么正向排列中该数前面就没有与它相邻的整数。反之,每一种依次删去端点的方式都能产生一个合格排列。对 a10,a9,,a2a_{10},a_9,\ldots,a_2 中的每一项都有两种选择,之后 a1a_1 被唯一确定,所以总数为 29=5122^9=512

所以正确答案是 B

Every prefix a1,a2,,aia_1,a_2,\ldots,a_i must form an interval of consecutive integers: each new term is required to be one more or one less than a term already present. In particular, the full set is the interval [1,10].[1,10].

Read the list backward. At each step, the term removed must be either the smallest or the largest integer in the current interval; removing an interior term would leave that term with no adjacent predecessor in the forward list. Conversely, every sequence of endpoint removals produces a valid list. There are two choices for each of a10,a9,,a2,a_{10},a_9,\ldots,a_2, after which a1a_1 is forced. Hence there are 29=5122^9=512 lists.

Thus, the correct answer is B .

23.

一个实心木质单位立方体被一个平面切去一个实心四面体。这个平面经过同一面上的两个不相邻顶点,以及相对面上一个与前两个顶点都不相邻的顶点。切下的四面体被丢弃,剩下的部分把切面朝下放在桌上。这个物体的高度是多少?

A solid tetrahedron is sliced off a solid wooden unit cube by a plane passing through two nonadjacent vertices on one face and one vertex on the opposite face not adjacent to either of the first two vertices. The tetrahedron is discarded and the remaining portion of the cube is placed on a table with the cut surface face down. What is the height of this object?

33\dfrac{\sqrt{3}}{3}

223\dfrac{2 \sqrt{2}}{3}

11

233\dfrac{2 \sqrt{3}}{3}

2\sqrt{2}

答案:D
难度评级:2060
小提示:

用另一种方式计算被切下四面体的高。

Compute the discarded tetrahedron height another way

大提示:

把等边三角形切面作为四面体的底面来用体积公式。

Use its volume with the equilateral triangular cut face as the base

解答:

被切下的四面体可以看作底面为直角等腰三角形、两直角边为 11,高为 11,所以体积为 13121=16\dfrac13\cdot\dfrac12\cdot1=\dfrac16

切面是边长为 2\sqrt2 的等边三角形,面积为 34(2)2=32\dfrac{\sqrt3}{4}(\sqrt2)^2=\dfrac{\sqrt3}{2}。设从相对顶点到切面的高为 hh,由体积公式 1332h=16\dfrac13\cdot\dfrac{\sqrt3}{2}\cdot h=\dfrac16,得 h=33h=\dfrac{\sqrt3}{3}

单位立方体的体对角线长为 3\sqrt3。切面朝下放置后,高为 333=233\sqrt3-\dfrac{\sqrt3}{3}=\dfrac{2\sqrt3}{3}

所以正确答案是 D

The discarded tetrahedron has a right isosceles triangle of leg 11 as one base and height 11, so its volume is 13121=16\dfrac13\cdot\dfrac12\cdot1=\dfrac16.

The cut face is an equilateral triangle of side 2\sqrt2, so its area is 34(2)2=32\dfrac{\sqrt3}{4}(\sqrt2)^2=\dfrac{\sqrt3}{2}. If hh is the height from the opposite vertex to this cut face, then 1332h=16\dfrac13\cdot\dfrac{\sqrt3}{2}\cdot h=\dfrac16, so h=33h=\dfrac{\sqrt3}{3}.

The full cube diagonal has length 3\sqrt3. After the tetrahedron is removed and the cut face is placed down, the height is 333=233\sqrt3-\dfrac{\sqrt3}{3}=\dfrac{2\sqrt3}{3}.

Thus, D is the correct answer.

24.

Amy、Beth 和 Jo 听了四首不同的歌,并讨论她们喜欢哪些歌。没有一首歌被三个人都喜欢。此外,对三个人中的每一对,都至少有一首歌被这两个人喜欢,而第三个人不喜欢。有多少种不同的可能情况?

Amy, Beth, and Jo listen to four different songs and discuss which ones they like. No song is liked by all three. Furthermore, for each of the three pairs of the girls, there is at least one song liked by those two girls but disliked by the third. In how many different ways is this possible?

108108

132132

671671

846846

11051105

答案:B
难度评级:2100
小提示:

按是否有某一对女孩共同喜欢两首歌分类。

Case on whether one pair of girls shares two songs

大提示:

若每一对恰好各有一首共同喜欢的歌,第四首歌可以被一人喜欢或无人喜欢。

The fourth song in the first case can be liked by one girl or by none

解答:

分两种情况:每一对恰好有 11 首共同喜欢的歌,或某一对女孩共同喜欢 22 首歌。这是因为每一对都必须至少有一首共同喜欢的歌,而比这两种情况更多的共同歌曲会需要 55 首歌。

情况 11三对女孩各自恰好有一首只被这对喜欢的歌。

给第一对选歌有 44 种,第二对有 33 种,第三对有 22 种;剩下的歌可以被 33 人中的恰好一人喜欢或无人喜欢。因此这一类有 432(3+1)=964\cdot 3\cdot 2\cdot (3+1)=96\text{。}

情况 22某一对女孩共同喜欢 22 首歌。

选共同喜欢两首歌的那一对有 33 种;从四首歌中选出这对喜欢的 22 首有 (42)=6\binom 42 = 6 种;再把剩下两首分配给另外两对,有 2!=22! =2 种。因此这一类有 362=363\cdot 6\cdot 2=36

总数为 96+36=13296+36 = 132

所以正确答案是 B

There are two cases: Each pair has exactly one liked song in common, or some pair has 22 liked songs in common. This is because each pair must have at least 11 liked song in common, and any more pairs than in the cases would result in 55 songs.

Case 1:1: Each pair has exactly one liked song in common

There are 44 ways to choose the song that one pair likes, 33 ways to choose the song that the second pair likes, and 22 ways to choose the song the third pair likes if we choose some order for them. Then, for the last song, one of them could like it which has 33 cases or none of them likes it which is another case. Thus, the number of solutions in this case is 432(3+1)=96.4\cdot 3\cdot 2\cdot (3+1)=96.

Case 2:2: Some pair has 22 liked songs in common

There are 33 ways to choose the pair that has 22 liked songs in common. Then, there are (42)=6\binom 42 = 6 ways to choose which two songs they like. Finally, there are 2!=22! =2 ways to assign the two remaining songs to the other two pairs. Thus, the number of solutions in this case is 362=363\cdot 6\cdot 2=36

The total amount is then 96+36=132.96+36 = 132.

Thus, the correct answer is B .

25.

一只虫沿下图六边形网格中的线段从 AA 走到 BB。带箭头的线段只能沿箭头方向行走,并且虫子不会重复走同一条线段。共有多少条不同路径?

A bug travels from AA to BB along the segments in the hexagonal lattice pictured below. The segments marked with an arrow can be traveled only in the direction of the arrow, and the bug never travels the same segment more than once. How many different paths are there?

21122112

23042304

23682368

23842384

24002400

答案:E
难度评级:2460
小提示:

按路径使用了哪些反向箭头分类。

Classify paths by which backward arrows they use

大提示:

不使用反向箭头时,各列选择数为 2,2,4,4,4,2,22,2,4,4,4,2,2

The no-backward-arrow case has 2,2,4,4,4,2,22,2,4,4,4,2,2 choices by column

解答:

按路径使用的反向箭头集合 SS 分类。若 S=S=\varnothing,路径由每一列选择一条前进边确定,共 2244422=2102\cdot2\cdot4\cdot4\cdot4\cdot2\cdot2=2^{10} 条。

SS 只含一个外侧反向箭头,每种外侧选择有 282^8 条;若含两个外侧反向箭头但不含中间箭头,有 262^6 条。

SS 只含中间反向箭头,有 292^9 条;若含中间箭头和恰好一个外侧反向箭头,对每一种外侧箭头的选择都有 272^7 条;若三个反向箭头都使用,有 252^5 条。

总数为 2102^{10} +228+2\cdot2^8 +26+2^6 +29+2^9 +227+2\cdot2^7 +25=2400+2^5=2400

所以正确答案是 E

Classify a path by the set SS of backward arrows it uses. If S=S=\varnothing, the path is determined by choosing one forward arrow in each column, giving 2244422=2102\cdot2\cdot4\cdot4\cdot4\cdot2\cdot2=2^{10} paths.

If SS uses only the left backward arrow, there are 282^8 paths, and by symmetry the same for only the right backward arrow. If it uses both outer backward arrows but not the middle one, there are 262^6 paths.

If SS uses only the middle backward arrow, there are 292^9 paths. If it uses the middle arrow and exactly one outer backward arrow, there are 272^7 paths for each choice of outer arrow. If it uses all three backward arrows, there are 252^5 paths.

The total is 2102^{10} +228+2\cdot2^8 +26+2^6 +29+2^9 +227+2\cdot2^7 +25=2400+2^5=2400.

Thus, E is the correct answer.