/

AMC12 2020 A

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

AMC12 · 2020 (A)

Q1
Carlos took 70% of a whole pie. Maria took one third of the remainder. What portion of the original pie was left?
Carlos 拿走了整个饼的 70%。Maria 拿走了剩余部分的 1/3。原饼还剩下多少?
Correct Answer: C
After Carlos took 70% of the pie, 30% remained. Maria took a third of that, which was 10% of the whole pie. Therefore 30% − 10% = 20% of the original pie was left.
Carlos 拿走饼的 70% 后,剩下 30%。Maria 拿走其中的三分之一,即整个饼的 10%。因此 30% − 10% = 20% 的原饼还剩下。
Q2
The acronym AMC is shown in the rectangular grid below with grid lines spaced 1 unit apart. In units, what is the sum of the lengths of the line segments that form the acronym AMC?
下面的矩形网格中显示了缩写 AMC,网格线间距为 1 个单位。形成缩写 AMC 的线段长度总和是多少单位?
stem
Correct Answer: C
There are 5 horizontal and 8 vertical segments, each of length 1 unit. There are 4 slanted segments, each corresponding to the hypotenuse of an isosceles right triangle with leg length 1. By the Pythagorean Theorem, the length of each slanted segment is $\sqrt{1^{2} + 1^{2}} = \sqrt{2}$. Therefore the sum of all the lengths is $13 + 4\sqrt{2}$ units.
有 5 条水平线段和 8 条垂直线段,每条长 1 单位。有 4 条斜线段,每条对应腿长为 1 的等腰直角三角形的斜边。根据勾股定理,每条斜线段的长度为 $\sqrt{1^{2} + 1^{2}} = \sqrt{2}$。因此所有线段长度总和为 $13 + 4\sqrt{2}$ 单位。
solution
Q3
A driver travels for 2 hours at 60 miles per hour, during which her car gets 30 miles per gallon of gasoline. She is paid $0.50 per mile, and her only expense is gasoline at $2.00 per gallon. What is her net rate of pay, in dollars per hour, after this expense?
一位司机以 60 英里/小时的速度行驶 2 小时,其间她的车耗油 30 英里/加仑汽油。她每英里工资 0.50 美元,唯一开支是每加仑 2.00 美元的汽油。扣除此开支后,她的净时薪是多少美元/小时?
Correct Answer: E
The driver travels $2 \cdot 60 = 120$ miles, which requires $120 \div 30 = 4$ gallons of gasoline. Her gasoline expense is $4 \cdot \$2 = \$8$. She is paid $120 \cdot \$0.50 = \$60$, so after her gasoline expense, she makes $\$60 - \$8 = \$52$ in 2 hours, which is $\$$26 per hour.
司机行驶 $2 \cdot 60 = 120$ 英里,需要 $120 \div 30 = 4$ 加仑汽油。汽油开支为 $4 \cdot \$2 = \$8$。她收入 $120 \cdot \$0.50 = \$60$,扣除汽油开支后赚 $\$60 - \$8 = \$52$,2 小时即 $\$26/小时。
Q4
How many 4-digit positive integers (that is, integers between 1000 and 9999, inclusive) having only even digits are divisible by 5?
有多少个 4 位正整数(即 1000 到 9999 之间,包括两端)仅由偶数数字组成且能被 5 整除?
Correct Answer: B
For an integer to satisfy the given conditions, the thousands digit must lie in $\{2, 4, 6, 8\}$, the hundreds and tens digits must lie in $\{0, 2, 4, 6, 8\}$, and the units digit must be 0. By the Multiplication Principle for counting, the number of choices of digits is $4 \cdot 5 \cdot 5 \cdot 1 = 100$.
要满足条件,千位数字必须在 $\{2, 4, 6, 8\}$ 中,百位和十位数字必须在 $\{0, 2, 4, 6, 8\}$ 中,个位数字必须是 0。根据计数乘法原理,数字选择数为 $4 \cdot 5 \cdot 5 \cdot 1 = 100$。
Q5
The 25 integers from −10 to 14, inclusive, can be arranged to form a 5-by-5 square in which the sum of the numbers in each row, the sum of the numbers in each column, and the sum of the numbers along each of the main diagonals are all the same. What is the value of this common sum?
从 −10 到 14 的 25 个整数(包括两端)可以排列成一个 5×5 方阵,使得每行之和、每列之和以及两条主对角线之和都相同。这个公共和的值是多少?
Correct Answer: C
Answer (C): The sum of all 25 integers from $-10$ to $14$, inclusive, equals $11+12+13+14=50$ because the integers in that sum from $1$ to $10$ can be paired with their additive inverses to contribute $0$ to the sum. Because each of the $5$ rows in the $5$-by-$5$ square has the same sum and there are $5$ rows, that common sum is $50 \div 5 = 10$. Here is one such magic square, in which each row, each column, and each main diagonal sums to $10$. \[ \begin{array}{|c|c|c|c|c|} \hline 6 & 13 & -10 & -3 & 4\\ \hline 12 & -6 & -4 & 3 & 5\\ \hline -7 & -5 & 2 & 9 & 11\\ \hline -1 & 1 & 8 & 10 & -8\\ \hline 0 & 7 & 14 & -9 & -2\\ \hline \end{array} \]
答案(C):从 $-10$ 到 $14$(含)这 $25$ 个整数的和等于 $11+12+13+14=50$,因为其中从 $1$ 到 $10$ 的整数可以与其加法逆元配对,从而对总和贡献 $0$。由于这个 $5\times 5$ 方阵的每一行和都相同,且共有 $5$ 行,所以公共行和为 $50 \div 5 = 10$。 下面给出一个这样的幻方,其中每一行、每一列以及两条主对角线的和都为 $10$。 \[ \begin{array}{|c|c|c|c|c|} \hline 6 & 13 & -10 & -3 & 4\\ \hline 12 & -6 & -4 & 3 & 5\\ \hline -7 & -5 & 2 & 9 & 11\\ \hline -1 & 1 & 8 & 10 & -8\\ \hline 0 & 7 & 14 & -9 & -2\\ \hline \end{array} \]
Q6
In the plane figure shown below, 3 of the unit squares have been shaded. What is the least number of additional unit squares that must be shaded so that the resulting figure has two lines of symmetry?
在下面的平面图形中,有 3 个单位正方形被涂黑。 必须额外涂黑的最少单位正方形数量是多少,使得最终图形具有两条对称轴?
stem
Correct Answer: D
A non-square rectangle has exactly two lines of symmetry in the plane, as shown below. The additional unit squares that must be shaded are indicated with an X in the figure. Indeed, because the square in the second column of the first (topmost) row is shaded, for the figure to have symmetry around the vertical line, the square in the fourth column of the first row must be shaded. Then for the figure to have symmetry around the horizontal line, the squares in the second and fourth columns of the fourth (bottommost) row must be shaded. Similarly, because the square in the lower right corner is shaded, so must be the squares in the other three corners; and because the square in the middle of the third row is shaded, so must be the middle square in the second row. The resulting figure will then have symmetry around both lines. Thus the least number of additional unit squares that must be shaded to give the figure two lines of symmetry is 7.
非正方形矩形在平面中恰有两条对称轴,如下图所示。必须额外涂黑的单位正方形在图中用 X 表示。的确,因为第一行(最顶行)第二列的正方形被涂黑,为了图形围绕垂直线对称,第一行第四列的正方形必须被涂黑。然后为了图形围绕水平线对称,第四行(最底层)第二列和第四列的正方形必须被涂黑。类似地,因为右下角的正方形被涂黑,其他三个角的正方形也必须被涂黑;因为第三行中间的正方形被涂黑,第二行中间的正方形也必须被涂黑。这样得到的图形将同时围绕两条线对称。因此,为了使图形具有两条对称轴,必须额外涂黑的最少单位正方形数量是 7。
solution
Q7
Seven cubes, whose volumes are 1, 8, 27, 64, 125, 216, and 343 cubic units, are stacked vertically to form a tower in which the volumes of the cubes decrease from bottom to top. Except for the bottom cube, the bottom face of each cube lies completely on top of the cube below it. What is the total surface area of the tower (including the bottom) in square units?
有七个立方体,它们的体积分别是 1、8、27、64、125、216 和 343 立方单位。这些立方体垂直堆叠成一座塔,体积从底部到顶部递减。除了最底部的立方体,每个立方体的底面完全位于下方立方体的顶面上。塔的总表面积(包括底部)有多少平方单位?
Correct Answer: B
Because the volumes of the cubes are given to be $1^3, 2^3, \dots, 7^3$, the edge lengths are 1, 2, $\dots$, 7. If the cubes were not stacked, the total surface area would be $6 \cdot (1^2 + 2^2 + \dots + 7^2)$. When two cubes meet along a surface, two of the smaller face areas are lost, for a total area of $2 \cdot (1^2 + 2^2 + \dots + 6^2)$ that needs to be subtracted from the surface area of the unstacked cubes to get the total surface area of the tower. The result is $$4 \cdot (1^2 + 2^2 + \dots + 6^2) + 6 \cdot 7^2 = 4 \cdot 91 + 6 \cdot 49 = 658.$$ OR The horizontal surface area is $2 \cdot 7^2 = 98$, and the vertical surface area is $4 \cdot (1^2 + 2^2 + \dots + 7^2) = 560$, for a total of 658.
因为立方体的体积分别是 $1^3, 2^3, \dots, 7^3$,所以棱长分别是 1、2、$\dots$、7。如果不堆叠,这些立方体的总表面积是 $6 \cdot (1^2 + 2^2 + \dots + 7^2)$。当两个立方体沿一个面接触时,丢失了两个较小面的面积,总共需要从未堆叠立方体的表面积中减去 $2 \cdot (1^2 + 2^2 + \dots + 6^2)$ 以得到塔的总表面积。结果是 $$4 \cdot (1^2 + 2^2 + \dots + 6^2) + 6 \cdot 7^2 = 4 \cdot 91 + 6 \cdot 49 = 658。$$ 或者 水平表面积是 $2 \cdot 7^2 = 98$,垂直表面积是 $4 \cdot (1^2 + 2^2 + \dots + 7^2) = 560$,总计 658。
Q8
What is the median of the following list of 4040 numbers? $1, 2, 3, \dots , 2020, 1^2, 2^2, 3^2, \dots , 2020^2$
以下 4040 个数的.median 是多少? $1, 2, 3, \dots , 2020, 1^2, 2^2, 3^2, \dots , 2020^2$
Correct Answer: C
Because there are 4040 numbers in the list, the median is the mean of the numbers in positions 2020 and 2021 when the list is put into nondecreasing order. All of the squared entries are greater than all of the non-squared entries except for $1^2, 2^2, \dots, 44^2 = 1936$. When the numbers are put into nondecreasing order, those 44 entries will be in the first half, and the greatest 44 non-squared entries, namely 1977, 1978, $\dots$, 2020, will be in the second half. Therefore the entry in position 2020 will be 1976, the entry in position 2021 will be 1977, and the median will be 1976.5.
因为列表中有 4040 个数,中位数是列表按非递减顺序排列时位置 2020 和 2021 的数的平均值。除了 $1^2, 2^2, \dots, 44^2 = 1936$ 外,所有平方项都大于所有非平方项。将数按非递减顺序排列时,这 44 个项将在前半部分,最大的 44 个非平方项,即 1977、1978、$\dots$、2020,将在后半部分。因此位置 2020 的数是 1976,位置 2021 的数是 1977,中位数是 1976.5。
Q9
How many solutions does the equation $\tan(2x) = \cos\left(\frac{x}{2}\right)$ have on the interval $[0, 2\pi]$?
方程 $\tan(2x) = \cos\left(\frac{x}{2}\right)$ 在区间 $[0, 2\pi]$ 上有多少个解?
Correct Answer: E
Let $f(x) = \tan(2x)$ and $g(x) = \cos\left(\frac{x}{2}\right)$, so that the given equation is $f(x) = g(x)$. On the interval $[0, 2\pi]$, the values of $g(x)$ decrease from 1 to -1. On each of the intervals $$\left( \frac{(2k-1)\pi}{4}, \frac{(2k+1)\pi}{4} \right), \quad k = 1, 2, 3,$$ the values of $f(x)$ increase and range over all real numbers, so there is a unique solution in each of those intervals. On the interval $[0, \frac{\pi}{4})$, the values of $f(x)$ increase with range $[0, \infty)$ and $g(x) > 0$, so there is a unique solution in that interval. On the interval $(\frac{7\pi}{4}, 2\pi]$, the values of $f(x)$ increase with range $(-\infty, 0]$ and $g(x) < 0$, so there is a unique solution in that interval. The total number of solutions is 5, as displayed in the following graph.
令 $f(x) = \tan(2x)$ 和 $g(x) = \cos\left(\frac{x}{2}\right)$,给定方程即 $f(x) = g(x)$。在区间 $[0, 2\pi]$ 上,$g(x)$ 的值从 1 递减到 -1。在每个区间 $$\left( \frac{(2k-1)\pi}{4}, \frac{(2k+1)\pi}{4} \right), \quad k = 1, 2, 3,$$ $f(x)$ 的值递增并覆盖所有实数,因此每个区间有一个唯一解。在区间 $[0, \frac{\pi}{4})$ 上,$f(x)$ 递增范围为 $[0, \infty)$ 且 $g(x) > 0$,因此有一个唯一解。在区间 $(\frac{7\pi}{4}, 2\pi]$ 上,$f(x)$ 递增范围为 $(-\infty, 0]$ 且 $g(x) < 0$,因此有一个唯一解。总解数为 5,如下图所示。
solution
Q10
There is a unique positive integer $n$ such that $\log_2(\log_{16} n) = \log_4(\log_4 n)$. What is the sum of the digits of $n$?
存在唯一的正整数 $n$ 使得 $\log_2(\log_{16} n) = \log_4(\log_4 n)$。 $n$ 的各位数字之和是多少?
Correct Answer: E
Converting all the logarithms to base 2 gives $$\log_2\left(\frac{1}{4} \log_2 n\right) = \frac{1}{2} \log_2\left(\frac{1}{2} \log_2 n\right).$$ Then $$\log_2\left(\frac{1}{4}\right) + \log_2(\log_2 n) = \frac{1}{2} \log_2\left(\frac{1}{2}\right) + \frac{1}{2} \log_2(\log_2 n).$$ This simplifies to $\log_2(\log_2 n) = 3$, so $n = 2^{(2^3)} = 256$. The requested sum of digits is $2 + 5 + 6 = 13$. OR Let the values of $\log_2(\log_{16} n)$ and $\log_4(\log_4 n)$ both be equal to the real number $x$. Then $2^x = \log_{16} n$ and hence $$n = 16^{(2^x)} = (4^2)^{(2^x)} = 4^{(2 \cdot 2^x)}.$$ Similarly, $4^x = \log_4 n$ and hence $n = 4^{(4^x)} = 4^{(2^x \cdot 2^x)}$. It must therefore be the case that $2 \cdot 2^x = 2^x \cdot 2^x$ and hence $x = 1$. Therefore $n = 4^4 = 256$, and the requested sum is $2 + 5 + 6 = 13$.
将所有对数转换为底数 2 有 $$\log_2\left(\frac{1}{4} \log_2 n\right) = \frac{1}{2} \log_2\left(\frac{1}{2} \log_2 n\right)。$$ 然后 $$\log_2\left(\frac{1}{4}\right) + \log_2(\log_2 n) = \frac{1}{2} \log_2\left(\frac{1}{2}\right) + \frac{1}{2} \log_2(\log_2 n)。$$ 这简化为 $\log_2(\log_2 n) = 3$,所以 $n = 2^{(2^3)} = 256$。要求的各位数字之和是 $2 + 5 + 6 = 13$。 或者 令 $\log_2(\log_{16} n)$ 和 $\log_4(\log_4 n)$ 的值都等于实数 $x$。则 $2^x = \log_{16} n$,从而 $$n = 16^{(2^x)} = (4^2)^{(2^x)} = 4^{(2 \cdot 2^x)}$$。 类似地,$4^x = \log_4 n$,从而 $n = 4^{(4^x)} = 4^{(2^x \cdot 2^x)}$。因此必须有 $2 \cdot 2^x = 2^x \cdot 2^x$,故 $x = 1$。因此 $n = 4^4 = 256$,要求的和是 $2 + 5 + 6 = 13$。
Q11
A frog sitting at the point $(1, 2)$ begins a sequence of jumps, where each jump is parallel to one of the coordinate axes and has length 1, and the direction of each jump (up, down, right, or left) is chosen independently at random. The sequence ends when the frog reaches a side of the square with vertices $(0, 0)$, $(0, 4)$, $(4, 4)$, and $(4, 0)$. What is the probability that the sequence of jumps ends on a vertical side of the square?
一只青蛙坐在点 $(1, 2)$ 开始一系列跳跃,每一次跳跃平行于坐标轴且长度为 1,每次跳跃的方向(上、下、右或左)独立随机选择。序列在青蛙到达顶点为 $(0, 0)$、$(0, 4)$、$(4, 4)$ 和 $(4, 0)$ 的正方形的一条边时结束。序列结束在正方形垂直边上的概率是多少?
Correct Answer: B
After the first jump, the frog is at one of $(0,2)$, $(1,1)$, $(1,3)$, $(2,2)$, each with probability $\frac{1}{4}$. If at $(0,2)$, it ends on a vertical side. In the other cases, it is on a diagonal, so by symmetry, equally likely to end on horizontal or vertical side. Thus, $\frac{1}{4}\cdot1 + \frac{3}{4}\cdot\frac{1}{2}=\frac{5}{8}$.
第一次跳跃后,青蛙位于 $(0,2)$、$(1,1)$、$(1,3)$、$(2,2)$ 中的一个,每个概率 $\frac{1}{4}$。如果在 $(0,2)$,则结束在垂直边上。在其他情况下,它在对角线上,因此由对称性,结束在水平边或垂直边的概率相等。因此,$\frac{1}{4}\cdot1 + \frac{3}{4}\cdot\frac{1}{2}=\frac{5}{8}$。
solution
Q12
Line $\ell$ in the coordinate plane has equation $3x-5y+40=0$. This line is rotated $45^\circ$ counterclockwise about the point $(20,20)$ to obtain line $k$. What is the $x$-coordinate of the $x$-intercept of line $k$?
坐标平面中的直线 $\ell$ 的方程为 $3x-5y+40=0$。这条直线绕点 $(20,20)$ 逆时针旋转 $45^\circ$ 得到直线 $k$。直线 $k$ 的 $x$ 截距的 $x$ 坐标是多少?
Correct Answer: B
Answer (B): Note that the point (20, 20) lies on both line $\ell$ and line $k$. The slope of a nonhorizontal, nonvertical line is the tangent of the angle it makes in the upper half-plane with the rightward-pointing $x$-axis. Because line $\ell$ has slope $\frac{3}{5}$, it follows that the slope of line $k$ will be $$ \tan\left(\arctan\frac{3}{5}+45^\circ\right)=\frac{\frac{3}{5}+1}{1-\frac{3}{5}\cdot 1}=4. $$ Therefore an equation of line $k$ is $y-20=4(x-20)$, and this line has $x$-intercept (15, 0).
答案(B):注意点 (20, 20) 同时在直线 $\ell$ 和直线 $k$ 上。非水平、非竖直直线的斜率等于它在上半平面内与向右的 $x$ 轴所成角的正切。由于直线 $\ell$ 的斜率为 $\frac{3}{5}$,可得直线 $k$ 的斜率为 $$ \tan\left(\arctan\frac{3}{5}+45^\circ\right)=\frac{\frac{3}{5}+1}{1-\frac{3}{5}\cdot 1}=4. $$ 因此,直线 $k$ 的一个方程是 $y-20=4(x-20)$,并且这条直线的 $x$ 轴截距为 (15, 0)。
solution
Q13
There are integers $a$, $b$, and $c$, each greater than 1, such that $\sqrt[a]{N}\sqrt[b]{N}\sqrt[c]{N}=\sqrt[36]{N^{25}}$ for all $N>1$. What is $b$?
存在整数 $a$、$b$ 和 $c$,每个都大于 1,使得 $\sqrt[a]{N}\sqrt[b]{N}\sqrt[c]{N}=\sqrt[36]{N^{25}}$ 对所有 $N>1$ 成立。$b$ 是多少?
Correct Answer: B
Answer (B): Written with exponential notation, the left-hand side of the given equation is $((N^{\frac{1}{c}}\cdot N^1)^{\frac{1}{b}}\cdot N^1)^{\frac{1}{a}}=((N^{\frac{1+c}{c}})^{\frac{1}{b}}\cdot N^1)^{\frac{1}{a}}$ $=(N^{\frac{1+c+bc}{bc}})^{\frac{1}{a}}$ $=N^{\frac{1+c+bc}{abc}}.$ Equating exponents and multiplying by $a$ gives $\frac{1+c+bc}{bc}=a\cdot\frac{25}{36}.$ Because $b$ and $c$ are given to be greater than 1, the left-hand side is less than 2, so $a$ cannot be as large as 3. Because $a>1$ as well, $a$ must equal 2, and this equation is equivalent to $18(bc+c+1)=25bc$, from which it follows that $18(c+1)=7bc$. Therefore $c$ divides 18 and 7 divides $c+1$, and thus $c=6$ and $b=3$.
答案(B):用指数表示法写出,所给等式的左边为 $((N^{\frac{1}{c}}\cdot N^1)^{\frac{1}{b}}\cdot N^1)^{\frac{1}{a}}=((N^{\frac{1+c}{c}})^{\frac{1}{b}}\cdot N^1)^{\frac{1}{a}}$ $=(N^{\frac{1+c+bc}{bc}})^{\frac{1}{a}}$ $=N^{\frac{1+c+bc}{abc}}.$ 令指数相等并两边乘以 $a$,得到 $\frac{1+c+bc}{bc}=a\cdot\frac{25}{36}.$ 因为已知 $b$ 和 $c$ 都大于 1,所以左边小于 2,因此 $a$ 不可能达到 3。又因为 $a>1$,所以 $a$ 必须等于 2。该方程等价于 $18(bc+c+1)=25bc$,从而推出 $18(c+1)=7bc$。因此 $c$ 是 18 的因数且 7 整除 $c+1$,于是 $c=6$ 且 $b=3$。
Q14
Regular octagon $ABCDEFGH$ has area $n$. Let $m$ be the area of quadrilateral $ACEG$. What is $\frac{m}{n}$?
正八边形 $ABCDEFGH$ 的面积为 $n$。设 $m$ 为四边形 $ACEG$ 的面积。$\frac{m}{n}$ 是多少?
Correct Answer: B
Answer (B): Without loss of generality, let the side length of the regular octagon be 2. Extend sides $AB$ and $DC$ to meet at point $P$. Then $BP=CP=\sqrt{2}$. By symmetry, $ACEG$ is a square. Let its side length be $s$. Then by the Pythagorean Theorem applied to $\triangle APC$, the area of $ACEG$ is \[ m=s^2=(2+\sqrt{2})^2+(\sqrt{2})^2=8+4\sqrt{2}. \] The area of the octagon can be found by subtracting the areas of 4 triangles congruent to $\triangle BPC$ from the area of the square circumscribing the octagon shown below. Thus \[ n=(2+2\sqrt{2})^2-4\cdot\frac12\cdot(\sqrt{2})^2=8+8\sqrt{2}. \] Then \[ \frac{m}{n}=\frac{8+4\sqrt{2}}{8+8\sqrt{2}}=\frac{2+\sqrt{2}}{2+2\sqrt{2}}=\frac{\sqrt{2}}{2}. \]
答案(B):不失一般性,设正八边形的边长为 2。延长边 $AB$ 和 $DC$ 相交于点 $P$。则 $BP=CP=\sqrt{2}$。由对称性,$ACEG$ 是一个正方形。设其边长为 $s$。对 $\triangle APC$ 应用勾股定理,$ACEG$ 的面积为 \[ m=s^2=(2+\sqrt{2})^2+(\sqrt{2})^2=8+4\sqrt{2}. \] 八边形的面积可由下图所示的外接正方形面积减去 4 个全等于 $\triangle BPC$ 的三角形面积得到。因此 \[ n=(2+2\sqrt{2})^2-4\cdot\frac12\cdot(\sqrt{2})^2=8+8\sqrt{2}. \] 于是 \[ \frac{m}{n}=\frac{8+4\sqrt{2}}{8+8\sqrt{2}}=\frac{2+\sqrt{2}}{2+2\sqrt{2}}=\frac{\sqrt{2}}{2}. \]
solution
Q15
In the complex plane, let $A$ be the set of solutions to $z^3-8=0$ and let $B$ be the set of solutions to $z^3-8z^2-8z+64=0$. What is the greatest distance between a point of $A$ and a point of $B$?
在复平面中,设 $A$ 为 $z^3-8=0$ 的解集,$B$ 为 $z^3-8z^2-8z+64=0$ 的解集。$A$ 中一点与 $B$ 中一点之间的最大距离是多少?
Correct Answer: D
Answer (D): The solutions to the first equation are 2 times the third roots of unity, namely, 2, $-1 + i\sqrt{3}$, and $-1 - i\sqrt{3}$. The polynomial in the second equation can be rewritten as $(z - 8)(z^2 - 8) = (z - 8)(z - 2\sqrt{2})(z + 2\sqrt{2}),$ so the roots are 8, $2\sqrt{2}$, and $-2\sqrt{2}$. The maximum distance between solutions of the respective equations is the distance between $-1 \pm i\sqrt{3}$ and 8. This is $\sqrt{(-1 - 8)^2 + (\sqrt{3} - 0)^2} = \sqrt{84} = 2\sqrt{21}.$
答案(D):第一个方程的解是 2 倍的三次单位根,即 2、$-1 + i\sqrt{3}$、以及 $-1 - i\sqrt{3}$。第二个方程中的多项式可以改写为 $(z - 8)(z^2 - 8) = (z - 8)(z - 2\sqrt{2})(z + 2\sqrt{2}),$ 因此其根为 8、$2\sqrt{2}$、以及 $-2\sqrt{2}$。两个方程各自解集之间的最大距离是 $-1 \pm i\sqrt{3}$ 与 8 之间的距离。该距离为 $\sqrt{(-1 - 8)^2 + (\sqrt{3} - 0)^2} = \sqrt{84} = 2\sqrt{21}.$
solution
Q16
A point is chosen at random within the square in the coordinate plane whose vertices are $(0, 0)$, $(2020, 0)$, $(2020, 2020)$, and $(0, 2020)$. The probability that the point lies within $d$ units of a lattice point is $\frac{1}{2}$. (A point $(x, y)$ is a lattice point if $x$ and $y$ are both integers.) What is $d$ to the nearest tenth?
在坐标平面内的一个边长为2020的正方形中随机选择一点,该点到最近格点距离不超过$d$的概率为$\frac{1}{2}$。(点$(x, y)$是格点当且仅当$x$和$y$均为整数。)$d$的最接近的十分位数是多少?
Correct Answer: B
Answer (B): Without loss of generality, it can be assumed that the point falls within the unit square with vertices $(0,0)$, $(1,0)$, $(1,1)$, and $(0,1)$. The probability that the point is within $d$ units of a lattice point is the total area of the four quarter-circles of radius $d$ centered at the corners of the square, provided $d<\frac{1}{2}$. This is the shaded region in the figure. Thus $\pi d^2=\frac{1}{2}$, so $d=\frac{1}{\sqrt{2\pi}}<\frac{1}{2}$. Estimating gives $$ d=\frac{1}{\sqrt{2\pi}}\approx\frac{1}{\sqrt{6.28}}\approx\frac{10}{\sqrt{625}}=\frac{10}{25}=0.4. $$ For a rigorous justification of this estimate, it must be shown that $\frac{1}{\sqrt{2\pi}}$ satisfies $$ \frac{7}{20}=0.35<\frac{1}{\sqrt{2\pi}}<0.45=\frac{9}{20}, $$ which is equivalent to $$ \frac{49\pi}{400}<\frac{1}{2}<\frac{81\pi}{400}. $$ Indeed, $$ \frac{49\pi}{400}<\frac{50\pi}{400}=\frac{\pi}{8}<\frac{1}{2} $$ and $$ \frac{81\pi}{400}>\frac{80\pi}{400}=\frac{\pi}{5}>\frac{1}{2}. $$
答案(B):不失一般性,可假设该点落在顶点为$(0,0)$、$(1,0)$、$(1,1)$、$(0,1)$的单位正方形内。该点到某个格点距离不超过$d$的概率,等于以正方形四个顶点为圆心、半径为$d$的四个四分之一圆的总面积(前提是$d<\frac{1}{2}$)。这就是图中的阴影区域。 因此$\pi d^2=\frac{1}{2}$,所以$d=\frac{1}{\sqrt{2\pi}}<\frac{1}{2}$。估算得 $$ d=\frac{1}{\sqrt{2\pi}}\approx\frac{1}{\sqrt{6.28}}\approx\frac{10}{\sqrt{625}}=\frac{10}{25}=0.4。 $$ 要严格论证该估计,需要证明$\frac{1}{\sqrt{2\pi}}$满足 $$ \frac{7}{20}=0.35<\frac{1}{\sqrt{2\pi}}<0.45=\frac{9}{20}, $$ 这等价于 $$ \frac{49\pi}{400}<\frac{1}{2}<\frac{81\pi}{400}。 $$ 确实, $$ \frac{49\pi}{400}<\frac{50\pi}{400}=\frac{\pi}{8}<\frac{1}{2} $$ 并且 $$ \frac{81\pi}{400}>\frac{80\pi}{400}=\frac{\pi}{5}>\frac{1}{2}。 $$
solution
Q17
The vertices of a quadrilateral lie on the graph of $y = \ln x$, and the $x$-coordinates of these vertices are consecutive positive integers. The area of the quadrilateral is $\ln \frac{91}{90}$. What is the $x$-coordinate of the leftmost vertex?
一个四边形的顶点位于$y = \ln x$的图像上,其$x$坐标为四个连续的正整数。该四边形的面积为$\ln \frac{91}{90}$。最左顶点的$x$坐标是多少?
Correct Answer: D
Answer (D): Let the $x$-coordinates of the four vertices be $a$, $a+1$, $a+2$, and $a+3$. The area of the quadrilateral can be computed as the sum of the areas of three trapezoids with horizontal height $1$, minus the area of a trapezoid with horizontal height $3$. Thus the area is $$ \frac12(\ln a+\ln(a+1))+\frac12(\ln(a+1)+\ln(a+2))+\frac12(\ln(a+2)+\ln(a+3))-\frac32(\ln a+\ln(a+3)), $$ which simplifies to $$ \ln(a+1)+\ln(a+2)-\ln a-\ln(a+3)=\ln\frac{(a+1)(a+2)}{a(a+3)}. $$ The requested value of $a$, the $x$-coordinate of the leftmost vertex of the quadrilateral, can be found by solving the quadratic equation $$ \frac{(a+1)(a+2)}{a(a+3)}=\frac{91}{90} $$ or by noting that the area is a decreasing function of $a$ and $$ \frac{91}{90}=\frac{13\cdot7}{6\cdot15}=\frac{13\cdot14}{12\cdot15}. $$ Hence $a=12$. Note: The area of the quadrilateral can also be calculated using the Shoelace Formula.
答案(D):设四个顶点的 $x$ 坐标分别为 $a$、$a+1$、$a+2$ 和 $a+3$。四边形的面积可以表示为三个水平高为 $1$ 的梯形面积之和,减去一个水平高为 $3$ 的梯形面积。 因此面积为 $$ \frac12(\ln a+\ln(a+1))+\frac12(\ln(a+1)+\ln(a+2))+\frac12(\ln(a+2)+\ln(a+3))-\frac32(\ln a+\ln(a+3)), $$ 化简得 $$ \ln(a+1)+\ln(a+2)-\ln a-\ln(a+3)=\ln\frac{(a+1)(a+2)}{a(a+3)}. $$ 所求的 $a$(四边形最左端顶点的 $x$ 坐标)可通过解二次方程 $$ \frac{(a+1)(a+2)}{a(a+3)}=\frac{91}{90} $$ 得到;或者注意到面积关于 $a$ 是递减函数,并且 $$ \frac{91}{90}=\frac{13\cdot7}{6\cdot15}=\frac{13\cdot14}{12\cdot15}. $$ 因此 $a=12$。 注:四边形的面积也可以用鞋带公式(Shoelace Formula)计算。
solution
Q18
Quadrilateral $ABCD$ satisfies $\angle ABC = \angle ACD = 90^\circ$, $AC = 20$, and $CD = 30$. Diagonals $\overline{AC}$ and $\overline{BD}$ intersect at point $E$, and $AE = 5$. What is the area of quadrilateral $ABCD$?
四边形$ABCD$满足$\angle ABC = \angle ACD = 90^\circ$,$AC = 20$,$CD = 30$。对角线$\overline{AC}$和$\overline{BD}$相交于点$E$,且$AE = 5$。四边形$ABCD$的面积是多少?
Correct Answer: D
Answer (D): Because the diagonals intersect, quadrilateral $ABCD$ is convex. Let $F$ be the foot of the perpendicular from $B$ to $AC$. Because $\triangle ECD$ is a right triangle, $\angle AEB=\angle DEC$ is acute, so $F$ lies between $A$ and $E$. Let $h=BF$ and $x=EF$. See the figure below. Because $\triangle BFE\sim\triangle DCE$, $$\frac{h}{x}=\frac{30}{20-5}=2.$$ Because $\triangle ABF\sim\triangle BCF$, $$\frac{h}{5-x}=\frac{15+x}{h}.$$ Together these imply that $x^2+2x-15=0$. Solving for $x$ yields $x=3$ and $h=6$. The area of $ABCD$ is the area of $\triangle ABC$ plus the area of $\triangle ACD$, and this equals $\frac12\cdot20\cdot6+\frac12\cdot20\cdot30=360$.
答案(D):由于两条对角线相交,四边形 $ABCD$ 是凸四边形。设 $F$ 为从 $B$ 向 $AC$ 作垂线的垂足。由于 $\triangle ECD$ 是直角三角形,$\angle AEB=\angle DEC$ 为锐角,所以 $F$ 位于 $A$ 与 $E$ 之间。令 $h=BF$,$x=EF$。见下图。因为 $\triangle BFE\sim\triangle DCE$, $$\frac{h}{x}=\frac{30}{20-5}=2.$$ 因为 $\triangle ABF\sim\triangle BCF$, $$\frac{h}{5-x}=\frac{15+x}{h}.$$ 由此可得 $x^2+2x-15=0$。解得 $x=3$ 且 $h=6$。$ABCD$ 的面积等于 $\triangle ABC$ 的面积加上 $\triangle ACD$ 的面积,即 $$\frac12\cdot20\cdot6+\frac12\cdot20\cdot30=360.$$
solution
Q19
There exists a unique strictly increasing sequence of nonnegative integers $a_1 < a_2 < \cdots < a_k$ such that $$\frac{2^{289} + 1}{2^{17} + 1} = 2^{a_1} + 2^{a_2} + \cdots + 2^{a_k}.$$ What is $k$?
存在唯一的严格递增的非负整数序列$a_1 < a_2 < \cdots < a_k$,使得$$\frac{2^{289} + 1}{2^{17} + 1} = 2^{a_1} + 2^{a_2} + \cdots + 2^{a_k}.$$$k$是多少?
Correct Answer: C
Answer (C): Note that the problem is equivalent to finding the number of nonzero digits when the left-hand side is written in binary. More generally, consider the fraction \[ \frac{2^{n^2}+1}{2^n+1} \] for odd $n$. By the formula for the sum of a geometric series, \[ \frac{2^{n^2}+1}{2^n+1}=2^{(n-1)n}-2^{(n-2)n}+2^{(n-3)n}-\cdots+2^{2n}-2^n+1. \] This expression is not in the form of the problem statement because of the negative signs, but it is possible to transform it into such a form by considering pairs of adjacent terms. For $i=1,3,5,\ldots,n-2$, \[ 2^{(i+1)n}-2^{in}=2^{in}(2^n-1) \] \[ =2^{in}(1+2+\cdots+2^{n-1}) \] \[ =2^{in}+2^{in+1}+\cdots+2^{(i+1)n-1}. \] Thus each pair $2^{(i+1)n}-2^{in}$ contributes $((i+1)n-1)-in+1=n$ nonzero digits to the binary expansion of the left-hand side. The total number of expressions of this form is equal to the number of integers in the set $\{1,3,5,\ldots,n-2\}$, which is $\frac12(n-1)$. Thus, including the last term of $1$, the total number of summands is $n\cdot\frac12(n-1)+1$. For $n=17$, this value is $17\cdot 8+1=137$.
答案(C):注意,这个问题等价于求左边写成二进制时非零数字的个数。 更一般地,考虑分式 \[ \frac{2^{n^2}+1}{2^n+1} \] 其中 $n$ 为奇数。由等比数列求和公式, \[ \frac{2^{n^2}+1}{2^n+1}=2^{(n-1)n}-2^{(n-2)n}+2^{(n-3)n}-\cdots+2^{2n}-2^n+1. \] 由于有负号,这个表达式不是题目所需的形式,但可以通过把相邻两项配对来转化成所需形式。对 $i=1,3,5,\ldots,n-2$, \[ 2^{(i+1)n}-2^{in}=2^{in}(2^n-1) \] \[ =2^{in}(1+2+\cdots+2^{n-1}) \] \[ =2^{in}+2^{in+1}+\cdots+2^{(i+1)n-1}. \] 因此,每一对 $2^{(i+1)n}-2^{in}$ 给左边的二进制展开贡献 $((i+1)n-1)-in+1=n$ 个非零数字。这种形式的表达式个数等于集合 $\{1,3,5,\ldots,n-2\}$ 中整数的个数,即 $\frac12(n-1)$。因此再加上最后一项 $1$,加数总数为 $n\cdot\frac12(n-1)+1$。当 $n=17$ 时,该值为 $17\cdot 8+1=137$。
Q20
Let $T$ be the triangle in the coordinate plane with vertices $(0, 0)$, $(4, 0)$, and $(0, 3)$. Consider the following five isometries of the plane: rotations of $90^\circ$, $180^\circ$, and $270^\circ$ counterclockwise around the origin, reflection across the $x$-axis, and reflection across the $y$-axis. How many of the $125$ sequences of three of these transformations (not necessarily distinct) will return $T$ to its original position?
设$T$为坐标平面上的三角形,顶点为$(0, 0)$、$(4, 0)$、$(0, 3)$。考虑平面的以下五种等距变换:绕原点逆时针旋转$90^\circ$、$180^\circ$、$270^\circ$,关于$x$轴反射,关于$y$轴反射。在这125种由三个(不一定不同)这些变换组成的序列中,有多少种将$T$变回到原位置?
Correct Answer: A
Answer (A): If two rotations that are not inverses of each other are applied in order, then there is a unique third rotation that will return $T$ to its original position. There are $3\cdot2=6$ of these. If two different reflections across the coordinate axes are applied in order, then the $180^\circ$ rotation is the unique transformation that will return $T$ to its original position. There are $2$ of these. If the first two transformations are a rotation of $180^\circ$ and a reflection, in either order, then the other reflection is the unique transformation that will return $T$ to its original position. There are $4$ such sequences. It remains to show that for all other choices of the first two transformations, none of the five choices for the third transformation will return $T$ to its original position. Two transformations that are inverses of each other already return $T$ to its original position, so applying a third transformation will move $T$ out of its original position. The other cases are a rotation of $90^\circ$ or $270^\circ$ followed by a horizontal or vertical reflection, or vice versa. In each case, a reflection would be needed to restore the correct orientation of the triangle, but neither a vertical reflection nor a horizontal reflection will return $T$ to its original position. In all, there are $6+2+4=12$ sequences of three of the given transformations that will return $T$ to its original position.
答案(A):如果依次施加两个互不为逆的旋转变换,那么存在唯一的第三个旋转变换可以使 $T$ 回到原来的位置。这种情况共有 $3\cdot2=6$ 种。如果依次施加关于坐标轴的两种不同反射,那么 $180^\circ$ 旋转是使 $T$ 回到原位的唯一变换。这种情况共有 $2$ 种。如果前两个变换分别是 $180^\circ$ 旋转与一次反射(顺序任意),那么另一个反射就是使 $T$ 回到原位的唯一变换。这样的序列共有 $4$ 种。 还需要说明:对于前两个变换的其他所有选择,第三个变换的五种选择中没有一种能使 $T$ 回到原位。若两个变换互为逆,它们本身就已经使 $T$ 回到原位,因此再施加第三个变换会把 $T$ 从原位移开。其余情况是先做 $90^\circ$ 或 $270^\circ$ 的旋转再做水平或竖直反射,或顺序相反。在每种情况下,都需要一次反射来恢复三角形的正确朝向,但无论竖直反射还是水平反射都不能使 $T$ 回到原来的位置。 总之,共有 $6+2+4=12$ 个由给定变换中选取三个组成的序列,能使 $T$ 回到原来的位置。
Q21
How many positive integers $n$ are there such that $n$ is a multiple of 5, and the least common multiple of $5!$ and $n$ equals 5 times the greatest common divisor of $10!$ and $n$?
有有多少个正整数$n$,使得$n$是5的倍数,并且$5!$和$n$的最小公倍数等于10!和$n$的最大公因数的5倍?
Correct Answer: D
First note that $n$ cannot have any prime factors greater than 7 because otherwise $\operatorname{lcm}(n, 5!)$ would contain such a factor but $5 \cdot \gcd(n, 10!)$ would not. Write $n = 2^a \cdot 3^b \cdot 5^c \cdot 7^d$. Observe that $5! = 2^3 \cdot 3 \cdot 5$ and $10! = 2^8 \cdot 3^4 \cdot 5^2 \cdot 7$. In order that the power of 2 is the same on both sides of the given equation $\operatorname{lcm}(n, 5!) = 5 \cdot \gcd(n, 10!)$, it must be that $\max(a, 3) = \min(a, 8)$. This is true if and only if $3 \le a \le 8$. For powers of 3, it must be that $\max(b, 1) = \min(b, 4)$, which holds precisely when $1 \le b \le 4$. For powers of 5, it must be that $\max(c, 1) = 1 + \min(c, 2)$. This holds for $c = 0$, but $n$ is given to be a multiple of 5, so $c > 0$ and the only value that works is $c = 3$. For powers of 7, it must be that $\max(d, 0) = \min(d, 1)$, so $0 \le d \le 1$. There are 6 possible values for $a$, 4 for $b$, 1 for $c$, and 2 for $d$, so there are $6 \cdot 4 \cdot 1 \cdot 2 = 48$ such $n$.
首先注意到$n$不能有大于7的质因数,否则$\operatorname{lcm}(n, 5!)$会包含这样的因数,但$5 \cdot \gcd(n, 10!)$不会。写$n = 2^a \cdot 3^b \cdot 5^c \cdot 7^d$。注意到$5! = 2^3 \cdot 3 \cdot 5$且$10! = 2^8 \cdot 3^4 \cdot 5^2 \cdot 7$。为了使给定方程$\operatorname{lcm}(n, 5!) = 5 \cdot \gcd(n, 10!)$两边的2的幂相同,必须有$\max(a, 3) = \min(a, 8)$。这等价于$3 \le a \le 8$。对于3的幂,必须有$\max(b, 1) = \min(b, 4)$,这精确地在$1 \le b \le 4$时成立。对于5的幂,必须有$\max(c, 1) = 1 + \min(c, 2)$。这在$c = 0$时成立,但$n$是5的倍数,所以$c > 0$,唯一成立的值是$c = 3$。对于7的幂,必须有$\max(d, 0) = \min(d, 1)$,所以$0 \le d \le 1$。$a$有6个可能值,$b$有4个,$c$有1个,$d$有2个,因此这样的$n$有$6 \cdot 4 \cdot 1 \cdot 2 = 48$个。
Q22
Let $(a_n)$ and $(b_n)$ be the sequences of real numbers such that $(2 + i)^n = a_n + b_n i$ for all integers $n \geq 0$, where $i = \sqrt{-1}$. What is $\sum_{n=0}^\infty \frac{a_n b_n}{7^n}$?
设$(a_n)$和$(b_n)$是实数序列,使得$(2 + i)^n = a_n + b_n i$对所有整数$n \geq 0$成立,其中$i = \sqrt{-1}$。求$\sum_{n=0}^\infty \frac{a_n b_n}{7^n}$?
Correct Answer: B
Answer (B): It follows from the original equality that $$\left(\frac{2+i}{\sqrt{7}}\right)^{2n}=\frac{(a_n+b_ni)^2}{7^n}=\left(\frac{a_n^2-b_n^2}{7^n}\right)+\left(\frac{2a_nb_n}{7^n}\right)i.$$ Therefore $$\sum_{n=0}^{\infty}\frac{a_nb_n}{7^n}=\frac12\,\mathrm{Im}\left(\sum_{n=0}^{\infty}\left(\frac{2+i}{\sqrt{7}}\right)^{2n}\right)$$ $$=\frac12\,\mathrm{Im}\left(\sum_{n=0}^{\infty}\left(\frac{3+4i}{7}\right)^n\right)$$ $$=\frac12\,\mathrm{Im}\left(\frac{1}{1-\frac{3+4i}{7}}\right).$$ The preceding geometric series converges as shown because the modulus of the common ratio is less than 1. From $$\frac{1}{1-\frac{3+4i}{7}}=\frac{7}{4-4i}=\frac14\left(\frac{7}{1-i}\cdot\frac{1+i}{1+i}\right)=\frac78(1+i),$$ it follows that $$\sum_{n=0}^{\infty}\frac{a_nb_n}{7^n}=\frac{7}{16}.$$
答案(B):由原等式可得 $$\left(\frac{2+i}{\sqrt{7}}\right)^{2n}=\frac{(a_n+b_ni)^2}{7^n}=\left(\frac{a_n^2-b_n^2}{7^n}\right)+\left(\frac{2a_nb_n}{7^n}\right)i.$$ 因此 $$\sum_{n=0}^{\infty}\frac{a_nb_n}{7^n}=\frac12\,\mathrm{Im}\left(\sum_{n=0}^{\infty}\left(\frac{2+i}{\sqrt{7}}\right)^{2n}\right)$$ $$=\frac12\,\mathrm{Im}\left(\sum_{n=0}^{\infty}\left(\frac{3+4i}{7}\right)^n\right)$$ $$=\frac12\,\mathrm{Im}\left(\frac{1}{1-\frac{3+4i}{7}}\right).$$ 上述等比级数收敛,因为公比的模小于 1。并且 $$\frac{1}{1-\frac{3+4i}{7}}=\frac{7}{4-4i}=\frac14\left(\frac{7}{1-i}\cdot\frac{1+i}{1+i}\right)=\frac78(1+i),$$ 从而 $$\sum_{n=0}^{\infty}\frac{a_nb_n}{7^n}=\frac{7}{16}.$$
Q23
Jason rolls three fair standard six-sided dice. Then he looks at the rolls and chooses a subset of the dice (possibly empty, possibly all three dice) to reroll. After rerolling, he wins if and only if the sum of the numbers face up on the three dice is exactly 7. Jason always plays to optimize his chances of winning. What is the probability that he chooses to reroll exactly two of the dice?
Jason掷三个公平的六面骰子。然后他查看掷出的点数,并选择一部分骰子(可能为空,可能全部三个)重新掷。重新掷后,他赢得比赛当且仅当三个骰子上面朝上的点数之和恰好为7。Jason总是为了优化获胜几率而玩。求他选择重新掷恰好两个骰子的概率?
Correct Answer: A
Answer (A): There are 15 ways to roll a 7 with three dice (5-1-1, 4-2-1, 3-3-1, and 3-2-2 and their permutations) out of the $6^3$ possible rolls, so the probability of rolling 7 with three dice is $p_3=\frac{5}{72}$. Also, for $1\le a\le 7$, the probability of rolling $a$ with two dice is $p_2(a)=\frac{a-1}{36}$, and the probability of rolling any number on a single die is $p_1=\frac{1}{6}$. Because $p_2(a)<p_1$ for all $a<7$, Jason will always choose to reroll one die instead of two if possible; that is, if any two of the initial rolls sum to at most 6, then Jason is better off keeping those two rolls and rerolling the third, rather than keeping just one roll. Therefore Jason will choose to reroll two of the dice only if every pair of the initial rolls sums to at least 7. Furthermore, because $p_2(2)<p_3$ and $p_2(3)<p_3$, if all the rolls are at least 4, then Jason will choose to reroll all three dice. Therefore Jason will reroll two dice if and only if each pair of the initial rolls sums to at least 7, but at least one of the rolls is at most 3. These possibilities are given by 1-6-6, 2-$a$-$b$ where $a,b\in\{5,6\}$, and 3-$c$-$d$ where $c,d\in\{4,5,6\}$. Including permutations, this gives $3+12+27=42$ possibilities, so the requested probability is $\frac{42}{216}=\frac{7}{36}$.
答案(A):用三个骰子掷出 7 的方式有 15 种(5-1-1、4-2-1、3-3-1、3-2-2 及其所有排列),在所有可能的 $6^3$ 种结果中,因此三个骰子掷出 7 的概率为 $p_3=\frac{5}{72}$。另外,对 $1\le a\le 7$,两枚骰子掷出 $a$ 的概率为 $p_2(a)=\frac{a-1}{36}$;单枚骰子掷出任意指定点数的概率为 $p_1=\frac{1}{6}$。 因为对所有 $a<7$ 都有 $p_2(a)<p_1$,所以只要可能,Jason 总会选择重掷 1 枚骰子而不是 2 枚;也就是说,如果初始结果中任意两枚之和不超过 6,那么保留这两枚并重掷第三枚,比只保留一枚更有利。因此,只有当初始结果的每一对骰子点数之和都至少为 7 时,Jason 才会选择重掷其中两枚。 此外,因为 $p_2(2)<p_3$ 且 $p_2(3)<p_3$,如果三枚骰子的点数都至少为 4,那么 Jason 会选择三枚全部重掷。因此,当且仅当初始结果的每一对点数之和都至少为 7,且至少有一枚点数不超过 3 时,Jason 才会重掷两枚骰子。 这些情况为:1-6-6;2-$a$-$b$(其中 $a,b\in\{5,6\}$);以及 3-$c$-$d$(其中 $c,d\in\{4,5,6\}$)。计入排列后,总数为 $3+12+27=42$ 种,因此所求概率为 $\frac{42}{216}=\frac{7}{36}$。
Q24
Suppose that $\triangle ABC$ is an equilateral triangle of side length $s$, with the property that there is a unique point $P$ inside the triangle such that $AP = 1$, $BP = \sqrt{3}$, and $CP = 2$. What is $s$?
假设$\triangle ABC$是边长为$s$的等边三角形,具有唯一一点$P$在三角形内部使得$AP = 1$,$BP = \sqrt{3}$,$CP = 2$。求$s$?
Correct Answer: B
Answer (B): Place the points in the coordinate plane so that $A=(0,0),\quad B=(s,0),\quad C=\left(\frac{s}{2},\frac{s}{2}\sqrt{3}\right),\quad \text{and}\quad P=(x,y).$ It is given that $AP^2=1=x^2+y^2,$ (1) $BP^2=3=(x-s)^2+y^2,$ and (2) $CP^2=4=\left(x-\frac{s}{2}\right)^2+\left(y-\frac{\sqrt{3}s}{2}\right)^2.$ (3) Subtracting the first equation from the other two equations gives $-2xs+s^2=2$ and (4) $-xs-\sqrt{3}ys+s^2=3.$ (5) From equation (4) it follows that $-xs=1-\frac{1}{2}s^2.$ (6) Substituting this into equation (5) leads to $y=\frac{s^2-4}{2\sqrt{3}s}.$ Equation (6) can be used to express $x$ in terms of $s$. Inserting these values for $x$ and $y$ into equation (1) produces an equation that $s$ satisfies $AP^2=1=x^2+y^2=\left(\frac{s^2-2}{2s}\right)^2+\left(\frac{s^2-4}{2\sqrt{3}s}\right)^2.$ This simplifies to $s^4-8s^2+7=0$, so $s^2=1$ or $7$. If $s=1$, then the point $P$ exists, but is outside the triangle. Hence $s=\sqrt{7}$, and indeed $P$ is inside the triangle.
答案(B):在坐标平面中放置各点,使得 $A=(0,0),\quad B=(s,0),\quad C=\left(\frac{s}{2},\frac{s}{2}\sqrt{3}\right),\quad \text{且}\quad P=(x,y)。$ 已知 $AP^2=1=x^2+y^2,$(1) $BP^2=3=(x-s)^2+y^2,$(2) $CP^2=4=\left(x-\frac{s}{2}\right)^2+\left(y-\frac{\sqrt{3}s}{2}\right)^2.$(3) 用后两式分别减去第一式得到 $-2xs+s^2=2$(4) 以及 $-xs-\sqrt{3}ys+s^2=3.$(5) 由(4)式可得 $-xs=1-\frac{1}{2}s^2.$(6) 将其代入(5)式得到 $y=\frac{s^2-4}{2\sqrt{3}s}.$ (6)式可用来把$x$表示为$s$的函数。把$x$与$y$的这些表达式代入(1)式,得到$s$满足的方程 $AP^2=1=x^2+y^2=\left(\frac{s^2-2}{2s}\right)^2+\left(\frac{s^2-4}{2\sqrt{3}s}\right)^2.$ 化简得 $s^4-8s^2+7=0$,所以 $s^2=1$ 或 $7$。若 $s=1$,则点$P$存在,但在三角形外。因此 $s=\sqrt{7}$,并且此时$P$确在三角形内。
solution
Q25
The number $a = \frac{p}{q}$, where $p$ and $q$ are relatively prime positive integers, has the property that the sum of all real numbers $x$ satisfying $\lfloor x \rfloor \cdot \{x\} = a \cdot x^2$ is 420, where $\lfloor x \rfloor$ denotes the greatest integer less than or equal to $x$ and $\{x\} = x - \lfloor x \rfloor$ denotes the fractional part of $x$. What is $p + q$?
数$a = \frac{p}{q}$,其中$p$和$q$互质正整数,具有所有满足$\lfloor x \rfloor \cdot \{x\} = a \cdot x^2$的实数$x$之和为420,其中$\lfloor x \rfloor$表示小于等于$x$的最大整数,$\{x\} = x - \lfloor x \rfloor$表示$x$的分数部分。求$p + q$?
Correct Answer: C
Answer (C): Note that $x>0$, and the only solution with $[x]=0$ is $x=0$, so it follows that $x\ge 1$. The graph of $y=[x]\{x\}$, for $x\ge 1$, consists of line segments $\ell_k$ from $(k,0)$ to $(k+1,k)$ for $k=1,2,\ldots$ with the right endpoint of each segment excluded. If $[x]\{x\}=ax^2$ has no solutions, then the graph of $y=ax^2$ must intersect all the segments $\ell_1,\ell_2,\ldots,\ell_n$, but not $\ell_{n+1}$. Then $$1+2+\cdots+n\le 420<2+3+\cdots+(n+1),$$ which forces $n=28$. Also, note that it must be that $a<\frac14$ for there to be solutions other than $x=0$. The following figure gives an idea of what is happening. Writing $x=[x]+\{x\}$, it follows that $[x]\{x\}=a([x]+\{x\})^2$, so $$0=a\{x\}^2+(2a-1)[x]\{x\}+a[x]^2.$$ Then by the quadratic formula, $$\{x\}=\frac{-(2a-1)[x]\pm\sqrt{(2a-1)^2[x]^2-4a^2[x]^2}}{2a}$$ $$=\left(\frac{(1-2a)\pm\sqrt{1-4a}}{2a}\right)[x].$$ The minus sign must be chosen, because for $x\ge 1$, $$\{x\}=\left(\frac{(1-2a)+\sqrt{1-4a}}{2a}\right)[x]$$ $$\ge \frac{1-2a}{2a}$$ $$=\frac{1}{2a}-1$$ $$>\frac{1}{2\cdot\frac14}-1$$ $$=1,$$ which is impossible. Therefore the solutions are $$x=[x]+\{x\}=\left(\frac{1-\sqrt{1-4a}}{2a}\right)[x]$$ for $1\le [x]\le 28$. Note that this equation implies that for each positive integer $k$, there is at most one solution with $k\le x<k+1$. It follows that the sum of the solutions is $$420=\left(\frac{1-\sqrt{1-4a}}{2a}\right)(1+2+\cdots+28)=\left(\frac{1-\sqrt{1-4a}}{2a}\right)\cdot 14\cdot 29.$$ Thus $$\frac{1-\sqrt{1-4a}}{2a}=\frac{30}{29}.$$ Writing this in the form $29\sqrt{1-4a}=29-60a$, then squaring and simplifying gives $3600a^2-116a=0,$ so
答案(C):注意 $x>0$,且满足 $[x]=0$ 的唯一解是 $x=0$,因此可得 $x\ge 1$。当 $x\ge 1$ 时,$y=[x]\{x\}$ 的图像由线段 $\ell_k$ 组成:对 $k=1,2,\ldots$,$\ell_k$ 从 $(k,0)$ 到 $(k+1,k)$,并且每条线段的右端点不取到。若方程 $[x]\{x\}=ax^2$ 没有解,则 $y=ax^2$ 的图像必须与线段 $\ell_1,\ell_2,\ldots,\ell_n$ 都相交,但不与 $\ell_{n+1}$ 相交。于是 $$1+2+\cdots+n\le 420<2+3+\cdots+(n+1),$$ 从而迫使 $n=28$。另外,要存在除 $x=0$ 以外的解,必有 $a<\frac14$。下图说明了这一现象的大致情况。 写成 $x=[x]+\{x\}$,则由 $[x]\{x\}=a([x]+\{x\})^2$ 得 $$0=a\{x\}^2+(2a-1)[x]\{x\}+a[x]^2.$$ 由求根公式, $$\{x\}=\frac{-(2a-1)[x]\pm\sqrt{(2a-1)^2[x]^2-4a^2[x]^2}}{2a}$$ $$=\left(\frac{(1-2a)\pm\sqrt{1-4a}}{2a}\right)[x].$$ 必须选择减号,因为当 $x\ge 1$ 时, $$\{x\}=\left(\frac{(1-2a)+\sqrt{1-4a}}{2a}\right)[x]$$ $$\ge \frac{1-2a}{2a}$$ $$=\frac{1}{2a}-1$$ $$>\frac{1}{2\cdot\frac14}-1$$ $$=1,$$ 这不可能(因为 $\{x\}<1$)。因此解为 $$x=[x]+\{x\}=\left(\frac{1-\sqrt{1-4a}}{2a}\right)[x]$$ 其中 $1\le [x]\le 28$。注意该式意味着:对每个正整数 $k$,在区间 $k\le x<k+1$ 内至多有一个解。因此所有解的和为 $$420=\left(\frac{1-\sqrt{1-4a}}{2a}\right)(1+2+\cdots+28)=\left(\frac{1-\sqrt{1-4a}}{2a}\right)\cdot 14\cdot 29.$$ 从而 $$\frac{1-\sqrt{1-4a}}{2a}=\frac{30}{29}.$$ 将其写为 $29\sqrt{1-4a}=29-60a$,两边平方并化简得到 $3600a^2-116a=0$,所以
solution