/

AMC12 2020 B

You are not logged in. After submit, your report may not be available on other devices. Login

AMC12 · 2020 (B)

Q1
What is the value in simplest form of the following expression? $\sqrt{1} + \sqrt{1+3} + \sqrt{1+3+5} + \sqrt{1+3+5+7}$
下列表达式的值的最简形式是多少? $\sqrt{1} + \sqrt{1+3} + \sqrt{1+3+5} + \sqrt{1+3+5+7}$
Correct Answer: C
A direct calculation shows $\sqrt{1} + \sqrt{1+3} + \sqrt{1+3+5} + \sqrt{1+3+5+7} = \sqrt{1} + \sqrt{4} + \sqrt{9} + \sqrt{16} = 1 + 2 + 3 + 4 = 10$. Note: This problem illustrates the fact that the sum of the first $n$ odd integers equals $n^2$.
直接计算显示 $\sqrt{1} + \sqrt{1+3} + \sqrt{1+3+5} + \sqrt{1+3+5+7} = \sqrt{1} + \sqrt{4} + \sqrt{9} + \sqrt{16} = 1 + 2 + 3 + 4 = 10$。 注:此题说明前$n$个奇数的和等于$n^2$。
Q2
What is the value of the following expression? $\frac{100^2 - 7^2}{70^2 - 11^2} \cdot \frac{(70 - 11)(70 + 11)}{(100 - 7)(100 + 7)}$
下列表达式的值是多少? $\frac{100^2 - 7^2}{70^2 - 11^2} \cdot \frac{(70 - 11)(70 + 11)}{(100 - 7)(100 + 7)}$
Correct Answer: A
Because $a^2 - b^2$ factors as $(a-b)(a+b)$, the given expression simplifies to 1: $\frac{100^2 - 7^2}{70^2 - 11^2} \cdot \frac{(70 - 11)(70 + 11)}{(100 - 7)(100 + 7)} = \frac{100^2 - 7^2}{(100 - 7)(100 + 7)} \cdot \frac{(70 - 11)(70 + 11)}{70^2 - 11^2} = 1$.
因为$a^2 - b^2$可因式分解为$(a-b)(a+b)$,给定的表达式简化为1: $\frac{100^2 - 7^2}{70^2 - 11^2} \cdot \frac{(70 - 11)(70 + 11)}{(100 - 7)(100 + 7)} = \frac{100^2 - 7^2}{(100 - 7)(100 + 7)} \cdot \frac{(70 - 11)(70 + 11)}{70^2 - 11^2} = 1$。
Q3
The ratio of $w$ to $x$ is $4 : 3$, the ratio of $y$ to $z$ is $3 : 2$, and the ratio of $z$ to $x$ is $1 : 6$. What is the ratio of $w$ to $y$?
$w$ 与 $x$ 的比为 $4 : 3$,$y$ 与 $z$ 的比为 $3 : 2$,$z$ 与 $x$ 的比为 $1 : 6$。$w$ 与 $y$ 的比是多少?
Correct Answer: E
Because $\frac{w}{y} = \frac{w}{x} \cdot \frac{x}{z} \cdot \frac{z}{y} = \frac{4}{3} \cdot 6 \cdot \frac{2}{3} = \frac{16}{3}$, the requested ratio is $16:3$.
因为 $\frac{w}{y} = \frac{w}{x} \cdot \frac{x}{z} \cdot \frac{z}{y} = \frac{4}{3} \cdot 6 \cdot \frac{2}{3} = \frac{16}{3}$, 所求比为 $16:3$。
Q4
The acute angles of a right triangle are $a^\circ$ and $b^\circ$, where $a > b$ and both $a$ and $b$ are prime numbers. What is the least possible value of $b$?
一个直角三角形的两个锐角为 $a^\circ$ 和 $b^\circ$,其中 $a > b$ 且 $a$ 和 $b$ 均为质数。$b$ 的最小可能值是多少?
Correct Answer: D
Consider in order the first five prime numbers that are possible values of $b$, namely 2, 3, 5, 7, and 11. The corresponding values of $a = 90 - b$ are 88, 87, 85, 83, and 79. The first prime in this latter list is 83, so $b = 7$ is the least value for $b$ for which both $a$ and $b$ are prime and $a > b$.
依次考虑可能为 $b$ 的前五个质数,即 2、3、5、7 和 11。对应的 $a = 90 - b$ 值分别为 88、87、85、83 和 79。此列表中第一个质数是 83,因此 $b = 7$ 是 $a$ 和 $b$ 均为质数且 $a > b$ 时 $b$ 的最小值。
Q5
Teams A and B are playing in a basketball league where each game results in a win for one team and a loss for the other team. Team A has won $\frac{2}{3}$ of its games and team B has won $\frac{5}{8}$ of its games. Also, team B has won 7 more games and lost 7 more games than team A. How many games has team A played?
A队和B队参加篮球联赛,每场比赛一方胜一方负。A队赢了其比赛的 $\frac{2}{3}$,B队赢了其比赛的 $\frac{5}{8}$。此外,B队比A队多赢7场,也多输7场。A队总共打了多少场比赛?
Correct Answer: C
Let $g$ be the number of games played by A; then B played $g + 7 + 7$ games. Focusing on the number of games won by B implies $\frac{2}{3}g + 7 = \frac{5}{8}(g + 14)$. Solving this equation gives $g = 42$.
设A队打了$g$场比赛,则B队打了$g + 7 + 7$场比赛。关注B队赢得的场次,得到 $\frac{2}{3}g + 7 = \frac{5}{8}(g + 14)$。 解此方程得 $g = 42$。
Q6
For all integers $n \geq 9$, the value of $\frac{(n + 2)! - (n + 1)!}{n!}$ is always which of the following?
对于所有整数 $n \geq 9$,表达式 $\frac{(n + 2)! - (n + 1)!}{n!}$ 的值总是下列哪一项?
Correct Answer: D
For all nonnegative integers $n$, $$\frac{(n+2)! - (n+1)!}{n!} = (n+2)(n+1) - (n+1) = (n+1)(n+2-1) = (n+1)^2,$$ a perfect square. When $n = 10$, the value is 121, which is not a multiple of 4, a multiple of 10, a prime number, or a perfect cube.
对于所有非负整数 $n$, $$\frac{(n+2)! - (n+1)!}{n!} = (n+2)(n+1) - (n+1) = (n+1)(n+2-1) = (n+1)^2,$$ 是一个完全平方数。当 $n = 10$ 时,该值为 121,它不是 4 的倍数、10 的倍数、质数或完全立方数。
Q7
Two nonhorizontal, nonvertical lines in the xy-coordinate plane intersect to form a 45° angle. One line has slope equal to 6 times the slope of the other line. What is the greatest possible value of the product of the slopes of the two lines?
在 xy 坐标平面上有两条非水平、非垂直的直线相交形成 45° 角。其中一条直线的斜率是另一条直线的斜率的 6 倍。两条直线斜率的乘积的最大可能值为多少?
Correct Answer: C
Let $\theta_1$ and $\theta_2$ be the angles that the two lines make with the rightward-pointing $x$-axis, and let $m$ and $6m$ be their slopes. Without loss of generality, $\tan \theta_1 = m$ and $\tan \theta_2 = 6m$. It follows from the identity for the tangent of the difference of two angles that $$1 = \tan 45^\circ = \tan(\theta_1 - \theta_2) = \frac{m - 6m}{1 + 6m^2}$$ or $$1 = \tan 45^\circ = \tan(\theta_2 - \theta_1) = \frac{6m - m}{1 + 6m^2}.$$ Therefore $6m^2 \pm 5m + 1 = 0$, and $m = \pm \frac{1}{2}$ or $\pm \frac{1}{3}$. Then $6m = \pm 3$ or $\pm 2$, respectively. The product of the slopes is either $(\pm \frac{1}{2})( \pm 3) = \frac{3}{2}$ or $(\pm \frac{1}{3})( \pm 2) = \frac{2}{3}$, so the greatest possible value of the product of the slopes is $\frac{3}{2}$. For example, the lines could have equations $y = \frac{1}{2}x$ and $y = 3x$.
设 $\theta_1$ 和 $\theta_2$ 是两条直线与向右的 x 轴的夹角,斜分别为 $m$ 和 $6m$。不失一般性,$\tan \theta_1 = m$,$\tan \theta_2 = 6m$。由两角差的正切公式得 $$1 = \tan 45^\circ = \tan(\theta_1 - \theta_2) = \frac{m - 6m}{1 + 6m^2}$$ 或 $$1 = \tan 45^\circ = \tan(\theta_2 - \theta_1) = \frac{6m - m}{1 + 6m^2}$$ 因此 $6m^2 \pm 5m + 1 = 0$,$m = \pm \frac{1}{2}$ 或 $\pm \frac{1}{3}$。则 $6m = \pm 3$ 或 $\pm 2$。斜率乘积为 $(\pm \frac{1}{2})( \pm 3) = \frac{3}{2}$ 或 $(\pm \frac{1}{3})( \pm 2) = \frac{2}{3}$,故最大值为 $\frac{3}{2}$。例如,直线方程可为 $y = \frac{1}{2}x$ 和 $y = 3x$。
Q8
How many ordered pairs of integers $(x, y)$ satisfy the equation $x^{2020} + y^2 = 2y$?
有整数对 $(x, y)$ 多少对满足方程 $x^{2020} + y^2 = 2y$?
Correct Answer: D
The given equation is equivalent to $$x^{2020} + y^2 - 2y + 1 = 1,$$ which is equivalent to $x^{2020} + (y - 1)^2 = 1$. The only way to write 1 as the sum of the squares of two integers is as $0 + 1$ or $1 + 0$, so $x$ must be $0$ or $\pm 1$. The complete set of solutions is $\{(0,0), (0,2), (1,1), (-1,1)\}$, which has 4 elements.
给定方程等价于 $$x^{2020} + y^2 - 2y + 1 = 1,$$ 即 $x^{2020} + (y - 1)^2 = 1$。1 作为两个整数平方和的唯一方式是 $0 + 1$ 或 $1 + 0$,故 $x$ 必为 $0$ 或 $\pm 1$。所有解为 $\{(0,0), (0,2), (1,1), (-1,1)\}$,共 4 个。
Q9
A three-quarter sector of a circle of radius 4 inches together with its interior can be rolled up to form the lateral surface of a right circular cone by taping together along the two radii shown. What is the volume of the cone in cubic inches?
一个半径为 4 英寸的圆的三刻度扇形连同其内部,可以沿所示的两条半径粘合,形成一个右圆锥的侧面。何为该圆锥的体积(立方英寸)?
stem
Correct Answer: C
The length of the circular portion of the sector is $\frac{3}{4} \cdot 2\pi \cdot 4 = 6\pi$. That arc forms the circumference of the base of the cone, so the radius of the base of the cone is $r = \frac{6\pi}{2\pi} = 3$. The slant height of the cone is the radius of the sector. By the Pythagorean Theorem the cone's height is $h = \sqrt{4^2 - 3^2} = \sqrt{7}$. The volume of the cone is $$\frac{1}{3}\pi r^2 h = \frac{1}{3}\pi \cdot 3^2 \cdot \sqrt{7} = 3\pi\sqrt{7}.$$
扇形圆弧长为 $\frac{3}{4} \cdot 2\pi \cdot 4 = 6\pi$。此弧形成圆锥底面周长,故底面半径 $r = \frac{6\pi}{2\pi} = 3$。圆锥的斜高为扇形半径 4。由勾股定理,高 $h = \sqrt{4^2 - 3^2} = \sqrt{7}$。体积为 $$\frac{1}{3}\pi r^2 h = \frac{1}{3}\pi \cdot 3^2 \cdot \sqrt{7} = 3\pi\sqrt{7}.$$
solution
Q10
In unit square ABCD, the inscribed circle $\omega$ intersects CD at M, and AM intersects $\omega$ at a point P different from M. What is AP?
在单位正方形 ABCD 中,内接圆 $\omega$ 与 CD 交于 M,AM 交 $\omega$ 于不同于 M 的点 P。AP 长为?
Correct Answer: B
Let Q be the midpoint of $\overline{AB}$. By the Power of a Point Theorem, $AP \cdot AM = AQ^2 = \frac{1}{4}$. By the Pythagorean Theorem, $AM = \frac{1}{2}\sqrt{5}$. Thus $$AP = \frac{\frac{1}{4}}{\frac{1}{2}\sqrt{5}} = \frac{\sqrt{5}}{10}.$$
设 Q 为 $\overline{AB}$ 中点。由点到圆的幂定理,$AP \cdot AM = AQ^2 = \frac{1}{4}$。由勾股定理,$AM = \frac{1}{2}\sqrt{5}$。故 $$AP = \frac{\frac{1}{4}}{\frac{1}{2}\sqrt{5}} = \frac{\sqrt{5}}{10}.$$
solution
Q11
As shown in the figure below, six semicircles lie in the interior of a regular hexagon with side length 2 so that the diameters of the semicircles coincide with the sides of the hexagon. What is the area of the shaded region—inside the hexagon but outside all of the semicircles?
如图所示,六个半圆位于边长为2的正六边形内部,其半圆的直径与六边形的边重合。阴影区域的面积是多少——在六边形内部但在所有半圆外部?
stem
Correct Answer: D
Consider the semicircles on two adjacent sides of the hexagon, where $F$ and $G$ are the centers and midpoints of the sides. Because $\angle FBG = 120^\circ$, $\angle FBD = 60^\circ$ and $\triangle FBD$ is equilateral. The segment of the circle at $F$ by arc $BD$ has area $\frac{\pi}{6} - \frac{\sqrt{3}}{4}$. The area is hexagon area minus six semicircles plus 12 segments: $6 \left( \frac{\sqrt{3}}{4} \cdot 4 \right) - 6 \left( \frac{\pi \cdot 1^2}{2} \right) + 12 \left( \frac{\pi}{6} - \frac{\sqrt{3}}{4} \right) = 3\sqrt{3} - \pi$.
考虑六边形两条相邻边的半圆,其中$F$和$G$是边的中心和中点。因为$\angle FBG = 120^\circ$,$\angle FBD = 60^\circ$且$\triangle FBD$是等边三角形。由弧$BD$在$F$处的圆段面积为$\frac{\pi}{6} - \frac{\sqrt{3}}{4}$。 面积为六边形面积减去六个半圆加上12个圆段: $6 \left( \frac{\sqrt{3}}{4} \cdot 4 \right) - 6 \left( \frac{\pi \cdot 1^2}{2} \right) + 12 \left( \frac{\pi}{6} - \frac{\sqrt{3}}{4} \right) = 3\sqrt{3} - \pi$。
solution
Q12
Let $\overline{AB}$ be a diameter in a circle of radius $5\sqrt{2}$. Let $\overline{CD}$ be a chord in the circle that intersects $\overline{AB}$ at a point $E$ so that $BE = 2\sqrt{5}$ and $\angle AEC = 45^\circ$. What is $CE^2 + DE^2$?
设$\overline{AB}$是一圆半径为$5\sqrt{2}$的直径。设$\overline{CD}$是圆内的一条弦,与$\overline{AB}$在点$E$相交,使得$BE = 2\sqrt{5}$且$\angle AEC = 45^\circ$。求$CE^2 + DE^2$?
Correct Answer: E
Answer (E): Let $\overline{DF}$ be a chord of the circle that is perpendicular to the diameter $\overline{AB}$, and let $G$ be the intersection of $\overline{AB}$ and $\overline{DF}$. Let $O$ be the center of the circle. Because $\triangle EGD$ and $\triangle EGF$ are congruent and $\angle GED = 45^\circ$, it follows that $\triangle DEF$ is a right isosceles triangle with $EF = ED$. Then $\angle CDF = \angle EDF = 45^\circ$. Because $\angle COF$ subtends arc $CF$, it follows that $\angle COF = 2\angle CDF = 90^\circ$. Because $\triangle CEF$ and $\triangle COF$ are right triangles, $$ CE^2 + EF^2 = CF^2 = CO^2 + OF^2 = 2(5\sqrt{2})^2 = 100. $$ Thus $CE^2 + ED^2 = CE^2 + EF^2 = 100$. Notice that the position of $E$ on $\overline{AB}$ is irrelevant.
答案(E):设$\overline{DF}$为圆的一条弦,且垂直于直径$\overline{AB}$,并令$G$为$\overline{AB}$与$\overline{DF}$的交点。设$O$为圆心。因为$\triangle EGD$与$\triangle EGF$全等且$\angle GED = 45^\circ$,可得$\triangle DEF$为等腰直角三角形,并且$EF = ED$。于是$\angle CDF = \angle EDF = 45^\circ$。由于$\angle COF$所对的是弧$CF$,可得$\angle COF = 2\angle CDF = 90^\circ$。因为$\triangle CEF$与$\triangle COF$都是直角三角形, $$ CE^2 + EF^2 = CF^2 = CO^2 + OF^2 = 2(5\sqrt{2})^2 = 100. $$ 因此$CE^2 + ED^2 = CE^2 + EF^2 = 100$。注意点$E$在$\overline{AB}$上的位置无关紧要。
solution
Q13
Which of the following is equal to $\sqrt{\log_2 6 + \log_3 6}$?
下面哪一项等于$\sqrt{\log_2 6 + \log_3 6}$?
Correct Answer: D
Answer (D): Let $a=\sqrt{\log_2 3}$. Note that $\frac{1}{a}=\sqrt{\log_3 2}$. Then \[ \sqrt{\log_2 6+\log_3 6} =\sqrt{\log_2 3+\log_3 2+2} =\sqrt{a^2+2+\frac{1}{a^2}} =a+\frac{1}{a} =\sqrt{\log_2 3}+\sqrt{\log_3 2}. \] It remains to show that the other choices given are not equal to $\sqrt{\log_2 6+\log_3 6}$, and to do so it is enough to show that the choices are in strictly increasing order. Because $6>5$ it follows that $1<\sqrt{\log_5 6}$. Because $6<25$ it follows that $\sqrt{\log_5 6}<2$. The Arithmetic Mean-Geometric Mean Inequality and the fact that $\log_2 3\ne \log_3 2$ imply that \[ \frac{\sqrt{\log_2 3}+\sqrt{\log_3 2}}{2}>\sqrt{\sqrt{\log_2 3}\cdot \sqrt{\log_3 2}}=1, \] from which it follows that $2<\sqrt{\log_2 3}+\sqrt{\log_3 2}$. Finally each term of choice (D) is less than the corresponding term in choice (E), so the sum is less as well.
答案(D):令 $a=\sqrt{\log_2 3}$。注意到 $\frac{1}{a}=\sqrt{\log_3 2}$。则 \[ \sqrt{\log_2 6+\log_3 6} =\sqrt{\log_2 3+\log_3 2+2} =\sqrt{a^2+2+\frac{1}{a^2}} =a+\frac{1}{a} =\sqrt{\log_2 3}+\sqrt{\log_3 2}. \] 还需说明其余选项不等于 $\sqrt{\log_2 6+\log_3 6}$;为此只需证明这些选项严格递增。因为 $6>5$,所以 $1<\sqrt{\log_5 6}$。因为 $6<25$,所以 $\sqrt{\log_5 6}<2$。由算术平均-几何平均不等式以及 $\log_2 3\ne \log_3 2$ 可得 \[ \frac{\sqrt{\log_2 3}+\sqrt{\log_3 2}}{2}>\sqrt{\sqrt{\log_2 3}\cdot \sqrt{\log_3 2}}=1, \] 从而得到 $2<\sqrt{\log_2 3}+\sqrt{\log_3 2}$。最后,选项(D)的每一项都小于选项(E)中对应的项,因此它们的和也更小。
Q14
Bela and Jenn play the following game on the closed interval $[0, n]$ of the real number line, where $n$ is a fixed integer greater than 4. They take turns playing, with Bela going first. At his first turn, Bela chooses any real number in the interval $[0, n]$. Thereafter, the player whose turn it is chooses a real number that is more than one unit away from all numbers previously chosen by either player. A player unable to choose such a number loses. Using optimal strategy, which player will win the game?
Bela和Jenn在实数轴上的闭区间$[0, n]$上玩以下游戏,其中$n$是大于4的固定整数。他们轮流玩,Bela先手。在他的第一回合,Bela选择区间$[0, n]$内的任意实数。此后,轮到某玩家的回合时,该玩家选择一个与之前任一方玩家选择的所有数字距离大于1的实数。无法选择这样的数的玩家输掉。使用最优策略,谁会赢?
Correct Answer: A
Answer (A): Bela has a straightforward strategy that will guarantee winning. At his first turn he chooses the number $\frac{n}{2}$. This splits the playing field into two parts—the numbers less than $\frac{n}{2}$ and the numbers greater than $\frac{n}{2}$. Thereafter, whatever legal move Jenn makes, Bela makes the symmetric move in the other half of the playing field. Specifically, if Jenn chooses $x$, then Bela chooses $n-x$. By symmetry, if Jenn’s move is possible, so is Bela’s. Thus the first player to be unable to make a legal move will be Jenn, and she will lose. The game will end after a finite number of moves, because of the restriction that the chosen numbers are at least one unit apart. Note: The game is much more interesting if the chosen numbers are restricted to being integers, in which case it is known as Dawson’s Chess. See Winning Ways for Your Mathematical Plays by Berlekamp, Conway, and Guy for a mathematical theory of games like this.
答案(A):Bela 有一个简单直接的策略,可以保证获胜。在他第一次行动时,他选择数字 $\frac{n}{2}$。这将游戏区域分成两部分——小于 $\frac{n}{2}$ 的数以及大于 $\frac{n}{2}$ 的数。此后,无论 Jenn 做出什么合法行动,Bela 都在游戏区域的另一半做出对称的行动。具体来说,如果 Jenn 选择 $x$,那么 Bela 选择 $n-x$。由于对称性,如果 Jenn 的行动可行,那么 Bela 的也可行。因此,第一个无法做出合法行动的玩家将是 Jenn,她会输。由于所选数字之间至少相差 1 个单位这一限制,游戏会在有限步内结束。 注:如果把可选数字限制为整数,这个游戏会有趣得多,此时它被称为 Dawson’s Chess。关于这类游戏的数学理论,可参见 Berlekamp、Conway 和 Guy 的《Winning Ways for Your Mathematical Plays》。
Q15
There are 10 people standing equally spaced around a circle. Each person knows exactly 3 of the other 9 people: the 2 people standing next to her or him, as well as the person directly across the circle. How many ways are there for the 10 people to split up into 5 pairs so that the members of each pair know each other?
有10个人等间距地站在一个圆周上。每人恰好认识其他9人中的3人:站在他或她旁边的2个人,以及圆周正对面的人。有多少种方法让这10个人分成5对,使得每对成员互相认识?
Correct Answer: C
Answer (C): This problem can be modeled by a regular decagon with the 5 diagonals connecting each point to the point opposite to it. A line segment between two vertices indicates that the people represented by those vertices know each other. See the figure below. The required pairings are then sets of 5 of the 15 line segments in this figure such that no 2 line segments in a set share an endpoint. (This is known as a perfect matching in graph theory.) The number of pairings can be counted by focusing on the number of diagonals used in the pairing. • There is 1 pairing using all 5 diagonals, and any pairing that includes 4 of the diagonals must use all of them. • Suppose a pairing uses exactly 3 diagonals. If 3 of the endpoints of these diagonals are consecutive points on the decagon, then a pairing can be formed by including sides of the decagon as the other 2 segments. There are 5 different pairings of this form. On the other hand, any pairing that includes 3 of the diagonals whose endpoints are not consecutive points on the decagon must use all the diagonals. • There are no pairings using exactly 2 of the diagonals, because any pairing that includes 2 of the diagonals will force at least 3 of the diagonals to be used. • If a pairing uses exactly 1 diagonal, then the rest of the pairing is uniquely determined. There are 5 different pairings of this form. • If a pairing uses no diagonals, then it must use nonadjacent sides of the decagon, and there are 2 different pairings of this form. As shown in the figure, the requested number of pairings is $1+5+5+2=13$.
答案(C):这个问题可以用一个正十边形来建模,并画出5条对角线,把每个顶点与其对面的顶点连接起来。两个顶点之间的一条线段表示由这两个顶点代表的人彼此认识。见下图。所求的配对等价于在该图的15条线段中选出5条,使得同一组中的任意两条线段不共享端点。(这在图论中称为完美匹配。)配对的数量可以通过关注配对中使用了多少条对角线来计数。 • 使用全部5条对角线的配对有1种;并且任何包含4条对角线的配对都必须包含全部5条对角线。 • 假设某个配对恰好使用3条对角线。如果这3条对角线的端点中有3个是十边形上相邻的连续顶点,那么可以用十边形的边作为另外2条线段来形成配对。这种形式共有5种不同的配对。另一方面,任何包含3条对角线且其端点不是十边形上连续顶点的配对,都必须使用全部对角线。 • 恰好使用2条对角线的配对不存在,因为任何包含2条对角线的配对都会迫使至少使用3条对角线。 • 如果某个配对恰好使用1条对角线,那么其余部分的配对被唯一确定。这种形式共有5种不同的配对。 • 如果某个配对不使用对角线,那么它必须使用十边形中互不相邻的边,这种形式共有2种不同的配对。 如图所示,所求配对数为$1+5+5+2=13$。
solution
Q16
An urn contains one red ball and one blue ball. A box of extra red and blue balls lies nearby. George performs the following operation four times: he draws a ball from the urn at random and then takes a ball of the same color from the box and returns those two matching balls to the urn. After the four iterations the urn contains six balls. What is the probability that the urn contains three balls of each color?
一个瓮中有一个红球和一个蓝球。旁边有一个装有额外红蓝球的盒子。乔治进行以下操作四次:他从瓮中随机抽取一个球,然后从盒子中取出一个同色球,并将这两个同色球放回瓮中。四次操作后,瓮中含有六个球。瓮中含有每种颜色各三个球的概率是多少?
Correct Answer: B
Answer (B): By symmetry it may be assumed without loss of generality that George’s first draw is red and therefore the urn contains two red balls and one blue ball before the second draw. With probability $\frac{2}{3}$, George will draw a red ball next. In that case the only way for the urn to end up with three balls of each color is for the next two draws to be blue, which will happen with probability $\frac{1}{4}\cdot\frac{2}{5}=\frac{1}{10}$. On the other hand, George will get a blue ball on his second draw with probability $\frac{1}{3}$, and the urn will then have two balls of each color. In that case no matter what color he gets on his third draw, for the urn to end up with three balls of each color the fourth draw must be different from the third draw, which will happen with probability $\frac{2}{5}$. Therefore, the probability that the urn will end up with three balls of each color is $$ \frac{2}{3}\cdot\frac{1}{4}\cdot\frac{2}{5}+\frac{1}{3}\cdot\frac{2}{5}=\frac{1}{5}. $$
答案(B):由于对称性,不失一般性可设乔治第一次抽到的是红球,因此在第二次抽取前,罐中有两个红球和一个蓝球。以概率$\frac{2}{3}$,乔治接下来会抽到红球。在这种情况下,罐中最终要达到每种颜色各三个球,唯一的方法是接下来的两次抽取都为蓝球,其发生概率为$\frac{1}{4}\cdot\frac{2}{5}=\frac{1}{10}$。另一方面,乔治第二次抽到蓝球的概率为$\frac{1}{3}$,此时罐中两种颜色各有两个球。在这种情况下,无论第三次抽到什么颜色,为了使最终每种颜色各有三个球,第四次抽取必须与第三次不同,其发生概率为$\frac{2}{5}$。因此,罐中最终每种颜色各三个球的概率为 $$ \frac{2}{3}\cdot\frac{1}{4}\cdot\frac{2}{5}+\frac{1}{3}\cdot\frac{2}{5}=\frac{1}{5}. $$
Q17
How many polynomials of the form $x^5 + a x^4 + b x^3 + c x^2 + d x + 2020$, where $a, b, c, d$ are real numbers, have the property that whenever $r$ is a root, so is $-\frac{1+i\sqrt{3}}{2} \cdot r$? (Note that $i = \sqrt{-1}$.)
有形式为 $x^5 + a x^4 + b x^3 + c x^2 + d x + 2020$ 的多项式,其中 $a, b, c, d$ 为实数,有多少这样的多项式具有如下性质:每当 $r$ 是根时,$-\frac{1+i\sqrt{3}}{2} \cdot r$ 也是根?(注:$i = \sqrt{-1}$)。
Correct Answer: C
Answer (C): Because any such polynomial has constant term $2020\neq 0$, the polynomial must have five nonzero roots whose product is $-2020$. Because the polynomial has real coefficients, all nonreal roots appear in complex-conjugate pairs. Because the polynomial has exactly five roots, there must be a real root $s\neq 0$ such that each root of the polynomial is one of $$ s,\qquad \alpha=\frac{-1+i\sqrt3}{2}\cdot s,\qquad \text{or}\qquad \overline{\alpha}=\frac{-1-i\sqrt3}{2}\cdot s, $$ for otherwise there would be at least six distinct roots. Because the product of $\alpha$ and $\overline{\alpha}$ is $s^2$, it follows that $s=-\sqrt[5]{2020}$. Either $\alpha$ and $\overline{\alpha}$ are both roots of multiplicity $2$, or the complex roots each have multiplicity $1$ and $s$ has multiplicity $3$. These are the only possibilities, so there are $2$ such polynomials. Explicitly, they are, respectively, $$ x^5-\sqrt[5]{2020}\,x^4+\sqrt[5]{2020^2}\,x^3+\sqrt[5]{2020^3}\,x^2-\sqrt[5]{2020^4}\,x+2020 $$ and $$ x^5+2\sqrt[5]{2020}\,x^4+\sqrt[5]{2020^2}\,x^3+\sqrt[5]{2020^3}\,x^2+2\sqrt[5]{2020^4}\,x+2020. $$
答案(C):因为任意这样的多项式常数项为 $2020\neq 0$,所以该多项式必须有五个非零根,且它们的乘积为 $-2020$。由于多项式系数为实数,所有非实根都以共轭复数对出现。由于多项式恰好有五个根,必存在一个实根 $s\neq 0$,使得多项式的每个根都属于 $$ s,\qquad \alpha=\frac{-1+i\sqrt3}{2}\cdot s,\qquad \text{或}\qquad \overline{\alpha}=\frac{-1-i\sqrt3}{2}\cdot s, $$ 否则将至少有六个不同的根。因为 $\alpha$ 与 $\overline{\alpha}$ 的乘积为 $s^2$,可得 $s=-\sqrt[5]{2020}$。要么 $\alpha$ 与 $\overline{\alpha}$ 都是重数为 $2$ 的根,要么这两个复根各为重数 $1$,而 $s$ 的重数为 $3$。这两种情况是唯一可能,因此共有 $2$ 个这样的多项式。分别为 $$ x^5-\sqrt[5]{2020}\,x^4+\sqrt[5]{2020^2}\,x^3+\sqrt[5]{2020^3}\,x^2-\sqrt[5]{2020^4}\,x+2020 $$ 以及 $$ x^5+2\sqrt[5]{2020}\,x^4+\sqrt[5]{2020^2}\,x^3+\sqrt[5]{2020^3}\,x^2+2\sqrt[5]{2020^4}\,x+2020. $$
Q18
In square $ABCD$, points $E$ and $H$ lie on $\overline{AB}$ and $\overline{DA}$, respectively, so that $AE = AH$. Points $F$ and $G$ lie on $\overline{BC}$ and $\overline{CD}$, respectively, and points $I$ and $J$ lie on $\overline{EH}$ so that $\overline{FI} \perp \overline{EH}$ and $\overline{GJ} \perp \overline{EH}$. See the figure below. Triangle $AEH$, quadrilateral $BFIE$, quadrilateral $DHJG$, and pentagon $FCGJI$ each has area 1. What is $FI^2$?
在正方形 $ABCD$ 中,点 $E$ 和 $H$ 分别位于 $\overline{AB}$ 和 $\overline{DA}$ 上,使得 $AE = AH$。点 $F$ 和 $G$ 分别位于 $\overline{BC}$ 和 $\overline{CD}$ 上,点 $I$ 和 $J$ 位于 $\overline{EH}$ 上,使得 $\overline{FI} \perp \overline{EH}$ 且 $\overline{GJ} \perp \overline{EH}$。参见下图。三角形 $AEH$、四边形 $BFIE$、四边形 $DHJG$ 和五边形 $FCGJI$ 的面积均为 1。求 $FI^2$。
stem
Correct Answer: B
Answer (B): Square $ABCD$ has area $4$, so its side length is $AB=2$. Isosceles right triangle $HAE$ has leg length $AE=\sqrt{2}$, so $EB=2-\sqrt{2}$. Extend $EH$ and $BC$ to meet at $K$. Besides the right angles, all the other angles in the diagram below are one of a single supplementary pair. Isosceles right triangle $KBE$ has area $$ \frac{1}{2}(2-\sqrt{2})^2=3-2\sqrt{2}, $$ so isosceles right triangle $FIK$ has area $4-2\sqrt{2}=\frac{1}{2}FI^2$. Hence $FI^2=8-4\sqrt{2}$.
答案(B):正方形 $ABCD$ 的面积为 $4$,因此边长 $AB=2$。等腰直角三角形 $HAE$ 的直角边长为 $AE=\sqrt{2}$,所以 $EB=2-\sqrt{2}$。延长 $EH$ 和 $BC$ 交于 $K$。除直角外,下图中其余所有角都属于同一对互补角中的一个。 等腰直角三角形 $KBE$ 的面积为 $$ \frac{1}{2}(2-\sqrt{2})^2=3-2\sqrt{2}, $$ 因此等腰直角三角形 $FIK$ 的面积为 $4-2\sqrt{2}=\frac{1}{2}FI^2$。所以 $FI^2=8-4\sqrt{2}$。
solution
Q19
Square ABCD in the coordinate plane has vertices at the points A(1, 1), B(−1, 1), C(−1, −1), and D(1, −1). Consider the following four transformations: L, a rotation of 90° counterclockwise around the origin; R, a rotation of 90° clockwise around the origin; H, a reflection across the x-axis; and V, a reflection across the y-axis. Each of these transformations maps the square onto itself, but the positions of the labeled vertices will change. For example, applying R and then V would send the vertex A at (1, 1) to (−1, −1) and would send the vertex B at (−1, 1) to itself. How many sequences of 20 transformations chosen from ${L, R, H, V}$ will send all of the labeled vertices back to their original positions?
坐标平面上的正方形 $ABCD$ 的顶点位于点 A(1, 1)、B(−1, 1)、C(−1, −1) 和 D(1, −1)。考虑以下四个变换:L,绕原点逆时针旋转 90°;R,绕原点顺时针旋转 90°;H,关于 x 轴反射;V,关于 y 轴反射。这些变换中的每一个都将正方形映射到自身,但标记顶点的位置会改变。例如,先施加 R 再施加 V 会将顶点 A(1, 1) 发送到 (−1, −1),将顶点 B(−1, 1) 发送到自身。从 ${L, R, H, V}$ 中选择的 20 个变换序列有多少个会使所有标记顶点回到原始位置?
Correct Answer: C
Answer (C): Label the sides of the square $p, q, r,$ and $s$, with $p$ being the side that starts as the upper horizontal side, $q$ being the side that starts as the left vertical side, $r$ being the side that starts as the bottom horizontal side, $s$ being the side that starts as the right vertical side. The position of the square after a sequence of transformations can be represented by a list of these four letters, starting with the side that is in the top horizontal position and moving counterclockwise. Thus $L$ takes $wxyz$ to $zwxy$, $R$ takes $wxyz$ to $xyzw$, $H$ takes $wxyz$ to $yxwz$, and $V$ takes $wxyz$ to $wzyx$. Let $E=\{pqrs, qpsr, rspq, srqp\}$ and let $O=\{psrq, qrsp, rqps, spqr\}$. Each of the given transformations $L, R, H,$ and $V$ will map each element of $E$ to a different element of $O$, and vice versa. Because 19 is an odd number, any sequence of 19 transformations will map the square to a position in set $O$, and exactly one of the given transformations will map this position back to position $pqrs$. Therefore there are $4^{19}=2^{38}$ possible sequences that will return the square to its original position.
答案(C):将正方形的四条边标记为 $p, q, r, s$,其中 $p$ 为起始时的上边水平边,$q$ 为起始时的左边竖直边,$r$ 为起始时的下边水平边,$s$ 为起始时的右边竖直边。正方形经过一系列变换后的位置可以用这四个字母的一个序列表示:从处在顶部水平位置的那条边开始,按逆时针方向记录。于是 $L$ 将 $wxyz$ 变为 $zwxy$,$R$ 将 $wxyz$ 变为 $xyzw$,$H$ 将 $wxyz$ 变为 $yxwz$,$V$ 将 $wxyz$ 变为 $wzyx$。令 $E=\{pqrs, qpsr, rspq, srqp\}$,令 $O=\{psrq, qrsp, rqps, spqr\}$。给定的变换 $L, R, H, V$ 会把 $E$ 中的每个元素映射到 $O$ 中不同的一个元素,反之亦然。由于 19 是奇数,任意由 19 次变换组成的序列都会把正方形映射到集合 $O$ 中的某个位置,并且在给定的变换中恰有一个能把该位置再映回到位置 $pqrs$。因此,使正方形回到原始位置的序列共有 $4^{19}=2^{38}$ 种。
Q20
Two different cubes of the same size are to be painted, with the color of each face being chosen independently and at random to be either black or white. What is the probability that after they are painted, the cubes can be rotated to be identical in appearance?
两个相同大小的不同立方体将被涂漆,每个面的颜色独立随机选择为黑色或白色。涂漆后,这两个立方体能通过旋转变得外观相同 的概率是多少?
Correct Answer: D
Answer (D): There are $2^6=64$ ways to color each cube, for a total of $2^{12}=4096$ colorings of the two cubes. The 64 colorings may be grouped as follows: • There is 1 coloring with no white faces, and the same number with no black faces. • There are 6 colorings with exactly one white face, and the same number with exactly one black face. • There are 3 colorings with only two white faces that are opposite each other, and the same number with only two black faces that are opposite each other. • There are 12 colorings with only two white faces that share an edge, and the same number with only two black faces that share an edge. • There are 8 colorings with exactly three white faces that share a vertex. • There are 12 colorings with exactly three white faces that include a pair of opposite faces. The two cubes can be rotated to be identical in appearance if and only if their colorings are in the same group. Therefore the requested probability is $\dfrac{2\cdot(1^2+6^2+3^2+12^2)+8^2+12^2}{4096}=\dfrac{588}{4096}=\dfrac{147}{1024}.$
答案(D):每个立方体有 $2^6=64$ 种着色方式,因此两个立方体共有 $2^{12}=4096$ 种着色。64 种着色可分组如下: • 恰好没有白色面的着色有 1 种;同样,恰好没有黑色面的也有 1 种。 • 恰好只有 1 个白色面的着色有 6 种;同样,恰好只有 1 个黑色面的也有 6 种。 • 恰好只有 2 个白色面且二者互为对面的着色有 3 种;同样,恰好只有 2 个黑色面且二者互为对面的也有 3 种。 • 恰好只有 2 个白色面且二者共边的着色有 12 种;同样,恰好只有 2 个黑色面且二者共边的也有 12 种。 • 恰好有 3 个白色面且三者共享一个顶点的着色有 8 种。 • 恰好有 3 个白色面且包含一对白色对面的着色有 12 种。 当且仅当两个立方体的着色落在同一组时,才能通过旋转使它们外观相同。因此所求概率为 $\dfrac{2\cdot(1^2+6^2+3^2+12^2)+8^2+12^2}{4096}=\dfrac{588}{4096}=\dfrac{147}{1024}.$
Q21
How many positive integers $n$ satisfy \[\frac{n + 1000}{70} = \left\lfloor \sqrt{n} \right\rfloor ?\] (Recall that $\lfloor x \rfloor$ is the greatest integer not exceeding $x$.)
有有多少个正整数 $n$ 满足 \[\frac{n + 1000}{70} = \left\lfloor \sqrt{n} \right\rfloor ?\] (回忆 $\lfloor x \rfloor$ 是小于等于 $x$ 的最大整数。)
Correct Answer: C
Answer (C): Each positive integer $n$ can be uniquely expressed as $k^2+j$, where $j$ and $k$ are integers with $k\ge 1$ and $0\le j\le 2k$. When $n$ is so expressed, $\lfloor\sqrt{n}\rfloor=k$, and the given equation can be written as $$k^2-(70k-j)+1000=0.$$ For a fixed value of $k$, there is a solution for $j$ if and only if $$k^2-70k+1000\le 0\qquad\text{and}\qquad k^2-68k+1000\ge 0.$$ Solving the first inequality gives $20\le k\le 50$, and solving the second gives $k\le 34-\sqrt{156}\approx 21\frac12$ or $k\ge 34+\sqrt{156}\approx 46\frac12$. Thus the suitable values of $k$ are $20,21,47,48,49,$ and $50$, and, for each of these, the unique value of $j$ is $(k-20)(50-k)$. Hence the given equation has 6 solutions for $n$, namely $400,470,2290,2360,2430,$ and $2500$.
答案(C):每个正整数 $n$ 都可以唯一表示为 $k^2+j$,其中 $j,k$ 为整数,满足 $k\ge 1$ 且 $0\le j\le 2k$。当 $n$ 这样表示时,$\lfloor\sqrt{n}\rfloor=k$,原方程可写为 $$k^2-(70k-j)+1000=0.$$ 对固定的 $k$,存在 $j$ 的解当且仅当 $$k^2-70k+1000\le 0\qquad\text{且}\qquad k^2-68k+1000\ge 0.$$ 解第一个不等式得 $20\le k\le 50$,解第二个不等式得 $k\le 34-\sqrt{156}\approx 21\frac12$ 或 $k\ge 34+\sqrt{156}\approx 46\frac12$。因此合适的 $k$ 为 $20,21,47,48,49,50$。对每个这样的 $k$,$j$ 的唯一取值是 $(k-20)(50-k)$。所以原方程关于 $n$ 有 6 个解,分别是 $400,470,2290,2360,2430,2500$。
Q22
What is the maximum value of \[\frac{t(2^t - 3t)}{4^t}\] for real values of $t$?
实数 $t$ 的 \[\frac{t(2^t - 3t)}{4^t}\] 的最大值是多少?
Correct Answer: C
Answer (C): Let $x=\dfrac{3t}{2^t}$. Then the given expression is $y=\dfrac{1}{3}x-\dfrac{1}{3}x^2$, whose graph is a downward-opening parabola with vertex $\left(\dfrac{1}{2},\dfrac{1}{12}\right)$. Because $x=0$ when $t=0$ and $x=\dfrac{3}{2}$ when $t=1$, there must be some value of $t$ between 0 and 1 for which $x=\dfrac{1}{2}$, and therefore the maximum $y=\dfrac{1}{12}$ is attained. (There is also a value of $t>1$ for which $x=\dfrac{1}{2}$.)
答案(C):令 $x=\dfrac{3t}{2^t}$。 则所给表达式为 $y=\dfrac{1}{3}x-\dfrac{1}{3}x^2$,其图像是一条开口向下的抛物线,顶点为 $\left(\dfrac{1}{2},\dfrac{1}{12}\right)$。因为当 $t=0$ 时 $x=0$,当 $t=1$ 时 $x=\dfrac{3}{2}$,所以在 0 与 1 之间必存在某个 $t$ 使得 $x=\dfrac{1}{2}$,因此最大值 $y=\dfrac{1}{12}$ 能取得。(此外也存在某个 $t>1$ 使得 $x=\dfrac{1}{2}$。)
Q23
How many integers $n \geq 2$ are there such that whenever $z_1, z_2, \dots, z_n$ are complex numbers such that $$|z_1| = |z_2| = \cdots = |z_n| = 1$$ and $$z_1 + z_2 + \cdots + z_n = 0,$$ then the numbers $z_1, z_2, \dots, z_n$ are equally spaced on the unit circle in the complex plane?
有有多少个整数 $n \geq 2$ 满足:对于任意复数 $z_1, z_2, \dots, z_n$,若 $$|z_1| = |z_2| = \cdots = |z_n| = 1$$ 且 $$z_1 + z_2 + \cdots + z_n = 0,$$ 则复数 $z_1, z_2, \dots, z_n$ 在复平面单位圆上等间距分布?
Correct Answer: B
Answer (B): If $|z_1|=|z_2|=1$ and $z_1+z_2=0$, then $0$ is the midpoint between $z_1$ and $z_2$, which is to say that they are opposite each other on the unit circle. Thus $n=2$ has the property in question. If $|z_1|=|z_2|=|z_3|=1$ and $z_1+z_2+z_3=0$, then let $w_k=\overline{z_1}z_k$. The angle between $w_j$ and $w_k$ is the argument of $\frac{w_j}{w_k}$. Because $\frac{w_j}{w_k}=\frac{z_j}{z_k}$, the angles between the $w$'s are the same as those between the $z$'s. Also, $w_1+w_2+w_3=\overline{z_1}(z_1+z_2+z_3)=0$. (The advantage of looking at the $w$'s rather than the $z$'s is that $w_1=1$.) Let $u_k$ and $v_k$ be the real and imaginary parts of $w_k$. Then $1+u_2+u_3=0$ and $v_2+v_3=0$. Now $u_3\ge -1$, which is to say that $-u_3\le 1$, so $u_2=-1-u_3\le 0$. Similarly, $u_3\le 0$. From $v_3=-v_2$ it follows that $v_2^2=v_3^2$, so $u_2^2=1-v_2^2=1-v_3^2=u_3^2$ and hence $u_2=u_3$, because they are both in the interval $[-1,0]$. But $1+u_2+u_3=0$, so $u_2=u_3=-\frac12$. Hence $w_1,w_2,$ and $w_3$ are the cube roots of unity, with equal angular spacing. Thus $n=3$ has the property in question. It remains to show that no $n>3$ has the property. Suppose that $n=2m\ge 4$. Take $m$ pairs of numbers on the unit circle of the form $z,-z$. Such a set of $n$ numbers sum to $0$, but in general will not be equally spaced on the unit circle. Suppose that $n=2m+3\ge 5$. Take the three cube roots of unity and $m$ pairs of numbers of the form $z,-z$. They will sum to $0$, but in general will not be equally spaced. There are just $2$ such values of $n$.
答案(B):若 $|z_1|=|z_2|=1$ 且 $z_1+z_2=0$,则 $0$ 是 $z_1$ 与 $z_2$ 的中点,也就是说它们在单位圆上互为对径点。因此 $n=2$ 具有所讨论的性质。 若 $|z_1|=|z_2|=|z_3|=1$ 且 $z_1+z_2+z_3=0$,令 $w_k=\overline{z_1}z_k$。$w_j$ 与 $w_k$ 之间的夹角是 $\frac{w_j}{w_k}$ 的辐角。由于 $\frac{w_j}{w_k}=\frac{z_j}{z_k}$,$w$ 之间的夹角与 $z$ 之间的夹角相同。并且 $w_1+w_2+w_3=\overline{z_1}(z_1+z_2+z_3)=0$。(研究 $w$ 而非 $z$ 的好处在于 $w_1=1$。)令 $u_k$、$v_k$ 分别为 $w_k$ 的实部与虚部,则 $1+u_2+u_3=0$ 且 $v_2+v_3=0$。又 $u_3\ge -1$,即 $-u_3\le 1$,因此 $u_2=-1-u_3\le 0$。同理 $u_3\le 0$。由 $v_3=-v_2$ 得 $v_2^2=v_3^2$,于是 $u_2^2=1-v_2^2=1-v_3^2=u_3^2$,从而 $u_2=u_3$,因为它们都在区间 $[-1,0]$ 内。但 $1+u_2+u_3=0$,所以 $u_2=u_3=-\frac12$。因此 $w_1,w_2,w_3$ 是单位圆上的三次单位根,角度间隔相等。故 $n=3$ 具有所讨论的性质。 接下来需证明没有 $n>3$ 具有该性质。设 $n=2m\ge 4$。取单位圆上 $m$ 对形如 $z,-z$ 的数。这样一组 $n$ 个数之和为 $0$,但一般并不会在单位圆上等角间隔。再设 $n=2m+3\ge 5$。取三个三次单位根以及 $m$ 对形如 $z,-z$ 的数。它们之和仍为 $0$,但一般也不会等角间隔。 满足条件的 $n$ 只有 $2$ 个。
Q24
Let $D(n)$ denote the number of ways of writing the positive integer $n$ as a product $$n = f_1 \cdot f_2 \cdot \cdots \cdot f_k,$$ where $k \geq 1$, the $f_i$ are integers strictly greater than 1, and the order in which the factors are listed matters (that is, two representations that differ only in the order of the factors are counted as distinct). For example, the number 6 can be written as 6, $2 \cdot 3$, and $3 \cdot 2$, so $D(6) = 3$. What is $D(96)$?
令 $D(n)$ 表示将正整数 $n$ 表示为 $$n = f_1 \cdot f_2 \cdot \cdots \cdot f_k,$$ 的表示方法个数,其中 $k \geq 1$,$f_i$ 是严格大于 $1$ 的整数,且因子列出的顺序重要(即仅因子顺序不同的两种表示视为不同)。例如,$6$ 可以写成 $6$、$2 \cdot 3$ 和 $3 \cdot 2$,所以 $D(6) = 3$。$D(96)$ 是多少?
Correct Answer: A
Answer (A): Clearly $D(1)=0$. Suppose $n>1$. The first factor $f_1$ in a representation is a divisor of $n$ with $f_1>1$. If $f_1=n$, then there is a representation with just one factor. Suppose that $f_1$ is a divisor of $n$ and $1<f_1<n$. Then the further factors after $f_1$ are exactly the representations of $\frac{n}{f_1}$. This gives a recurrence relation: If $n>1$, then \[ D(n)=1+\sum_{\substack{f\mid n\\1<f<n}} D\!\left(\frac{n}{f}\right). \] Thus a table of values of $D(2^j3^k)$ can be constructed for $j=0,1,\ldots,5$, $k=0,1$. \[ \begin{array}{c|cc} j\backslash k & 0 & 1\\ \hline 0 & 0 & 1\\ 1 & 1 & 3\\ 2 & 2 & 8\\ 3 & 4 & 20\\ 4 & 8 & 48\\ 5 & 16 & 112 \end{array} \] From the table, it can be seen that $D(96)=112$.
答案(A):显然 $D(1)=0$。设 $n>1$。一个表示中的第一个因子 $f_1$ 是 $n$ 的一个除数,且 $f_1>1$。若 $f_1=n$,则存在只有一个因子的表示。设 $f_1$ 是 $n$ 的除数并且 $1<f_1<n$。那么在 $f_1$ 之后的其余因子恰好对应于 $\frac{n}{f_1}$ 的各种表示。因此得到递推关系:若 $n>1$,则 \[ D(n)=1+\sum_{\substack{f\mid n\\1<f<n}} D\!\left(\frac{n}{f}\right). \] 因此可以为 $j=0,1,\ldots,5$、$k=0,1$ 构造 $D(2^j3^k)$ 的取值表。 \[ \begin{array}{c|cc} j\backslash k & 0 & 1\\ \hline 0 & 0 & 1\\ 1 & 1 & 3\\ 2 & 2 & 8\\ 3 & 4 & 20\\ 4 & 8 & 48\\ 5 & 16 & 112 \end{array} \] 由表可见 $D(96)=112$。
Q25
For each real number $a$ with $0 \leq a \leq 1$, let numbers $x$ and $y$ be chosen independently at random from the intervals $[0, a]$ and $[0, 1]$, respectively, and let $P(a)$ be the probability that \[\sin^2(\pi x) + \sin^2(\pi y) > 1.\] What is the maximum value of $P(a)$?
对于每个实数 $a$ 满足 $0 \leq a \leq 1$,令数 $x$ 和 $y$ 分别从区间 $[0, a]$ 和 $[0, 1]$ 中独立均匀随机选取,令 $P(a)$ 为 \[\sin^2(\pi x) + \sin^2(\pi y) > 1.\] 的概率。$P(a)$ 的最大值是多少?
Correct Answer: B
Answer (B): First consider the graph of the equation $\sin^2(\pi x)+\sin^2(\pi y)=1$ in the unit square of the $xy$-coordinate plane. The equation implies that $\sin^2(\pi y)=\cos^2(\pi x)=\sin^2\!\left(\pi\left(\frac12-x\right)\right),$ so for $0\le x\le\frac12$ and $0\le y\le\frac12$, the equation is equivalent to $y=\frac12-x$. Because $\sin(\pi x)=\sin(\pi(1-x))$ and $\sin(\pi y)=\sin(\pi(1-y))$, the graph is symmetric about the lines $x=\frac12$ and $y=\frac12$. Thus within the unit square, the graph is a square with vertices $(0,\frac12)$, $(\frac12,0)$, $(1,\frac12)$, and $(\frac12,1)$. The solutions of the given inequality correspond to the points inside this square. For a fixed value of $a$, the set of all possible ordered pairs $(x,y)$ corresponds to an $a\times1$ rectangle, which has area $a$. If $a\le\frac12$, then the solutions of the inequality lie inside a triangle with altitude $a$ and base $2a$, which has area $a^2$, so $P(a)=\frac{a^2}{a}=a\le\frac12.$ If $a>\frac12$, then the solutions of the inequality lie inside the union of a triangle with area $\frac14$ and a trapezoid with altitude $a-\frac12$ and base lengths $1$ and $2(1-a)$. The total area of this region is $\frac14+\left(a-\frac12\right)\left(\frac{1+2(1-a)}{2}\right)=-a^2+2a-\frac12,$ so $P(a)=-a+2-\frac{1}{2a}.$ The value of $P(a)$ is maximized when the value of $a+\frac{1}{2a}$ is minimized. By the Arithmetic Mean–Geometric Mean Inequality, $a+\frac{1}{2a}\ge 2\sqrt{a\cdot\frac{1}{2a}}=\sqrt2,$ and the minimum value occurs when $a=\frac{1}{2a}$. This means $a=\frac12\sqrt2$ (which is indeed greater than $\frac12$), and the corresponding value of $P(a)$ is $2-\sqrt2$ (which is greater than the maximum in the case $a\le\frac12$).
答案(B):先考虑在 $xy$ 坐标平面的单位正方形内,方程 $\sin^2(\pi x)+\sin^2(\pi y)=1$ 的图像。该方程推出 $\sin^2(\pi y)=\cos^2(\pi x)=\sin^2\!\left(\pi\left(\frac12-x\right)\right),$ 因此当 $0\le x\le\frac12$ 且 $0\le y\le\frac12$ 时,该方程等价于 $y=\frac12-x$。由于 $\sin(\pi x)=\sin(\pi(1-x))$ 且 $\sin(\pi y)=\sin(\pi(1-y))$,图像关于直线 $x=\frac12$ 与 $y=\frac12$ 对称。因此在单位正方形内,该图像是一个正方形,顶点为 $(0,\frac12)$、$(\frac12,0)$、$(1,\frac12)$、$(\frac12,1)$。所给不等式的解对应于该正方形内部的点。 对固定的 $a$,所有可能有序对 $(x,y)$ 的集合对应于一个 $a\times1$ 的矩形,其面积为 $a$。若 $a\le\frac12$,则不等式的解落在一个高为 $a$、底为 $2a$ 的三角形内,该三角形面积为 $a^2$,所以 $P(a)=\frac{a^2}{a}=a\le\frac12.$ 若 $a>\frac12$,则不等式的解落在一个面积为 $\frac14$ 的三角形与一个梯形的并集中;该梯形的高为 $a-\frac12$,两底分别为 $1$ 与 $2(1-a)$。该区域总面积为 $\frac14+\left(a-\frac12\right)\left(\frac{1+2(1-a)}{2}\right)=-a^2+2a-\frac12,$ 因此 $P(a)=-a+2-\frac{1}{2a}.$ 当 $a+\frac{1}{2a}$ 取最小值时,$P(a)$ 取最大值。由算术-几何平均不等式, $a+\frac{1}{2a}\ge 2\sqrt{a\cdot\frac{1}{2a}}=\sqrt2,$ 且当 $a=\frac{1}{2a}$ 时取到最小值。这意味着 $a=\frac12\sqrt2$(确实大于 $\frac12$),对应的 $P(a)$ 为 $2-\sqrt2$(大于 $a\le\frac12$ 情况下的最大值)。