/

AMC10 2020 A

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

AMC10 · 2020 (A)

Q1
What value of $x$ satisfies $x - \frac{3}{4} = \frac{5}{12} - \frac{1}{3}$?
什么值$x$满足方程$x - \frac{3}{4} = \frac{5}{12} - \frac{1}{3}$?
Correct Answer: E
Adding $\frac{3}{4}$ to both sides of the equation gives $x = \frac{5}{12} - \frac{1}{3} + \frac{3}{4} = \frac{5}{12} - \frac{4}{12} + \frac{9}{12} = \frac{10}{12} = \frac{5}{6}$.
在方程两边加$\frac{3}{4}$,得到$x = \frac{5}{12} - \frac{1}{3} + \frac{3}{4} = \frac{5}{12} - \frac{4}{12} + \frac{9}{12} = \frac{10}{12} = \frac{5}{6}$。
Q2
The numbers 3, 5, 7, $a$, and $b$ have an average (arithmetic mean) of 15. What is the average of $a$ and $b$?
数字3、5、7、$a$和$b$的平均数(算术平均)为15。$a$和$b$的平均数是多少?
Correct Answer: C
Because the average of the five numbers is 15, $3 + 5 + 7 + a + b = 5 \cdot 15 = 75$, so $a + b = 75 - (3 + 5 + 7) = 60$. Therefore the average of $a$ and $b$ is $\frac{1}{2}(a+b) = 30$.
因为五个数字的平均数是15,所以$3 + 5 + 7 + a + b = 5 \cdot 15 = 75$,因此$a + b = 75 - (3 + 5 + 7) = 60$。所以$a$和$b$的平均数是$\frac{1}{2}(a+b) = 30$。
Q3
Assuming $a \neq 3$, $b \neq 4$, and $c \neq 5$, what is the value in simplest form of the following expression? $\frac{a-3}{5-c} \cdot \frac{b-4}{3-a} \cdot \frac{c-5}{4-b}$
假设$a \neq 3$,$b \neq 4$,$c \neq 5$,下式的最简形式的值是多少?$\frac{a-3}{5-c} \cdot \frac{b-4}{3-a} \cdot \frac{c-5}{4-b}$
Correct Answer: A
Because $\frac{x-y}{y-x} = \frac{x-y}{-(x-y)} = -1$, the expression simplifies to $\frac{a-3}{5-a} \cdot \frac{b-4}{4-b} \cdot \frac{c-5}{5-c} = (-1)^3 = -1$.
因为$\frac{x-y}{y-x} = \frac{x-y}{-(x-y)} = -1$, 所以原式简化为$\frac{a-3}{5-a} \cdot \frac{b-4}{4-b} \cdot \frac{c-5}{5-c} = (-1)^3 = -1$。
Q4
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$美元,扣除汽油开支后2小时赚$60 - 8 = 52$美元,即每小时$26$。
Q5
What is the sum of all real numbers $x$ for which $|x^2 - 12x + 34| = 2$?
所有满足$|x^2 - 12x + 34| = 2$的实数$x$之和是多少?
Correct Answer: C
The given equation is equivalent to $x^2 - 12x + 34 = \pm 2$, which splits into two cases, $x^2 - 12x + 32 = 0$ and $x^2 - 12x + 36 = 0$. Because $x^2 - 12x + 32 = (x-4)(x-8)$, values of $x$ that satisfy the first equation are 4 and 8; and because $x^2 - 12x + 36 = (x-6)^2$, the only solution of the second equation is 6. The sum of these three values is $4 + 8 + 6 = 18$.
原方程等价于$x^2 - 12x + 34 = \pm 2$,分为两情况:$x^2 - 12x + 32 = 0$和$x^2 - 12x + 36 = 0$。因为$x^2 - 12x + 32 = (x-4)(x-8)$,第一方程解为4和8;因为$x^2 - 12x + 36 = (x-6)^2$,第二方程唯一解为6。这三个值的和是$4 + 8 + 6 = 18$。
Q6
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 $\lbrace 2, 4, 6, 8\rbrace$, the hundreds and tens digits must lie in $\lbrace 0, 2, 4, 6, 8\rbrace$, 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$.
要满足条件的整数,其千位数字必须在$\lbrace 2, 4, 6, 8\rbrace$中,百位和十位数字必须在$\lbrace 0, 2, 4, 6, 8\rbrace$中,个位数字必须是0。根据计数中的乘法原理,数字的选择数量是$4 \cdot 5 \cdot 5 \cdot 1 = 100$。
Q7
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} \]
Q8
What is the value of $1 + 2 + 3 -4 + 5 + 6 + 7 -8 + \cdots + 197 + 198 + 199 -200$?
求$1 + 2 + 3 -4 + 5 + 6 + 7 -8 + \cdots + 197 + 198 + 199 -200$的值。
Correct Answer: B
Answer (B): When terms are combined in groups of four, the sum is the arithmetic series $2+10+18+\cdots+394$ with 50 terms. Its sum is $\dfrac{50}{2}\cdot(2+394)=9,900.$ OR The sum can be viewed as $\displaystyle \sum_{k=1}^{200}k-2\sum_{k=1}^{50}4k=\dfrac{200\cdot201}{2}-8\cdot\dfrac{50\cdot51}{2}=9,900.$
答案(B):当把各项按四个一组相加时,和成为等差数列 $2+10+18+\cdots+394$,共有 50 项。其和为 $\dfrac{50}{2}\cdot(2+394)=9,900.$ 或者 该和也可表示为 $\displaystyle \sum_{k=1}^{200}k-2\sum_{k=1}^{50}4k=\dfrac{200\cdot201}{2}-8\cdot\dfrac{50\cdot51}{2}=9,900.$
Q9
A single bench section at a school event can hold either 7 adults or 11 children. When $N$ bench sections are connected end to end, an equal number of adults and children seated together will occupy all the bench space. What is the least possible positive integer value of $N$?
学校活动中的一个长椅段可以容纳7个成人或11个儿童。当$N$个长椅段首尾相连时,相同数量的成人和儿童坐在一起将正好占满所有长椅空间。$N$的最小正整数值是多少?
Correct Answer: B
One adult and one child will occupy $\frac{1}{7} + \frac{1}{11} = \frac{18}{77}$ of a bench section. The problem is asking for the least possible positive integer value of $N$ that will make $\frac{77}{18} \cdot N$ an integer. Because 77 and 18 are relatively prime, the least such value is $N = 18$, in which case 77 adults and 77 children will occupy all the bench space.
一个成人和一个儿童将占用$\frac{1}{7} + \frac{1}{11} = \frac{18}{77}$个长椅段的空间。问题要求$N$的最小正整数值,使得$\frac{77}{18} \cdot N$为整数。因为77和18互质,最小值为$N = 18$,此时77个成人和77个儿童将正好占满所有长椅空间。
Q10
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
Answer (B): Because the volumes of the cubes are given to be $1^3, 2^3, \ldots, 7^3$, the edge lengths are $1, 2, \ldots, 7$. If the cubes were not stacked, the total surface area would be $6\cdot(1^2+2^2+\cdots+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+\cdots+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+\cdots+6^2)+6\cdot 7^2 =4\cdot 91+6\cdot 49 =658. $$
答案(B):因为这些立方体的体积给定为 $1^3, 2^3, \ldots, 7^3$,所以它们的棱长分别为 $1, 2, \ldots, 7$。如果这些立方体不堆叠,总表面积为 $6\cdot(1^2+2^2+\cdots+7^2)$。当两个立方体沿一个面接触时,会损失两个较小的面面积,总共损失 $2\cdot(1^2+2^2+\cdots+6^2)$,需要从未堆叠时的表面积中减去,得到塔的总表面积。结果为 $$ 4\cdot(1^2+2^2+\cdots+6^2)+6\cdot 7^2 =4\cdot 91+6\cdot 49 =658. $$
Q11
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 个数的列表的中位数是多少? $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。
Q12
Triangle $AMC$ is isosceles with $AM = AC$. Medians $\overline{MV}$ and $\overline{CU}$ are perpendicular to each other, and $MV = CU = 12$. What is the area of $\triangle AMC$?
三角形 $AMC$ 是等腰三角形,$AM = AC$。中线 $\overline{MV}$ 和 $\overline{CU}$ 相互垂直,且 $MV = CU = 12$。三角形 $AMC$ 的面积是多少?
stem
Correct Answer: C
Let $G$ be the point of intersection of $\overline{MV}$ and $\overline{CU}$. Right triangle $CVG$ has legs with lengths $GC = \frac{3}{2} \cdot 12 = 8$ and $GV = \frac{1}{2} \cdot 12 = 4$, so it has area $\frac{1}{2} \cdot 8 \cdot 4 = 16$. Because the medians of a triangle divide the triangle into six triangular regions of equal area, the area of $\triangle AMC$ is $6 \cdot 16 = 96$.
令 $G$ 为 $\overline{MV}$ 和 $\overline{CU}$ 的交点。直角三角形 $CVG$ 的两条直角边长度为 $GC = \frac{3}{2} \cdot 12 = 8$ 和 $GV = \frac{1}{2} \cdot 12 = 4$,因此其面积为 $\frac{1}{2} \cdot 8 \cdot 4 = 16$。因为三角形的中线将三角形分成六个面积相等的三角区域,三角形 $AMC$ 的面积是 $6 \cdot 16 = 96$。
solution
Q13
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
In the figure below, the solid circle is the starting point and the open circles are the possible ending points. After the first jump, the frog is at one of the points (0, 2), (1, 1), (1, 3), or (2, 2), each with equal probability. If it is at (0, 2), then the sequence of jumps ends, and the frog is on a vertical side of the square. In the other three cases, the frog is on a diagonal of the square, so by symmetry the sequence is equally likely to end on a horizontal side or a vertical side of the square. Thus the requested probability is $\frac{1}{4} \cdot 1 + \frac{3}{4} \cdot \frac{1}{2} = \frac{5}{8}$.
在下面的图中,实心圆是起点,空心圆是可能的终点。第一次跳后,青蛙以等概率到达 (0, 2)、(1, 1)、(1, 3) 或 (2, 2)。如果在 (0, 2),则序列结束,青蛙在正方形的垂直边上。在其他三种情况下,青蛙在正方形的对角线上,因此由对称性,序列等可能结束在水平边或垂直边上。因此所求概率为 $\frac{1}{4} \cdot 1 + \frac{3}{4} \cdot \frac{1}{2} = \frac{5}{8}$。
solution
Q14
Real numbers $x$ and $y$ satisfy $x + y = 4$ and $x \cdot y = -2$. What is the value of $\frac{x + x^{3}}{y^{2} + y^{3}} \times (x^{2} + y)$?
实数 $x$ 和 $y$ 满足 $x + y = 4$ 和 $x \cdot y = -2$。求 $\frac{x + x^{3}}{y^{2} + y^{3}} \times (x^{2} + y)$ 的值?
Correct Answer: D
Answer (D): The given expression equals $$ \frac{x^3y^2+x^5+y^5+y^3x^2}{x^2y^2}=\frac{(x^2+y^2)(x^3+y^3)}{(xy)^2}. $$ Note that $$ x^2+y^2=(x+y)^2-2xy=4^2-2(-2)=20. $$ Because $(x+y)^3=x^3+y^3+3x^2y+3xy^2$, it follows that $$ \begin{aligned} x^3+y^3&=(x+y)^3-3x^2y-3xy^2\\ &=(x+y)^3-3xy(x+y)\\ &=4^3-3(-2)(4)\\ &=88. \end{aligned} $$ The requested value is $$ \frac{20\cdot 88}{(-2)^2}=440. $$
答案(D):给定的式子等于 $$ \frac{x^3y^2+x^5+y^5+y^3x^2}{x^2y^2}=\frac{(x^2+y^2)(x^3+y^3)}{(xy)^2}. $$ 注意 $$ x^2+y^2=(x+y)^2-2xy=4^2-2(-2)=20. $$ 因为 $(x+y)^3=x^3+y^3+3x^2y+3xy^2$,所以 $$ \begin{aligned} x^3+y^3&=(x+y)^3-3x^2y-3xy^2\\ &=(x+y)^3-3xy(x+y)\\ &=4^3-3(-2)(4)\\ &=88. \end{aligned} $$ 所求的值为 $$ \frac{20\cdot 88}{(-2)^2}=440. $$
Q15
A positive integer divisor of $12!$ is chosen at random. The probability that the divisor chosen is a perfect square can be expressed as $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. What is $m+n$?
随机选择 $12!$ 的一个正整数除数。所选除数是完全平方的概率可以表示为 $\frac{m}{n}$,其中 $m$ 和 $n$ 是互质的正整数。求 $m+n$?
Correct Answer: E
Answer (E): The prime factorization of 12! = 12 · 11 · · · 1 is $2^{10}\cdot 3^{5}\cdot 5^{2}\cdot 7\cdot 11$. To choose one divisor at random is equivalent to choosing an exponent for 2 at random from $\{0,1,2,\ldots,10\}$, an exponent for 3 at random from $\{0,1,2,\ldots,5\}$, an exponent for 5 at random from $\{0,1,2\}$, and exponents for 7 and 11 at random from $\{0,1\}$. It follows that there are $(10+1)\cdot(5+1)\cdot(2+1)\cdot(1+1)\cdot(1+1)=11\cdot 6\cdot 3\cdot 2\cdot 2$ possible divisors. The chosen divisor will be a perfect square if and only if all the chosen exponents are even. There are 6 even choices for the exponent of 2 (namely 0, 2, 4, 6, 8, or 10), 3 even choices for the exponent of 3, 2 even choices for the exponent of 5, and 1 even choice for the exponent of 7 and the exponent of 11. The probability that the chosen divisor is a perfect square is therefore $\dfrac{6\cdot 3\cdot 2}{11\cdot 6\cdot 3\cdot 2\cdot 2}=\dfrac{1}{22}$. The requested sum is $1+22=23$.
答案(E):$12!=12\cdot 11\cdot\cdots\cdot 1$ 的质因数分解为 $2^{10}\cdot 3^{5}\cdot 5^{2}\cdot 7\cdot 11$。 随机选取一个因数,等价于:从 $\{0,1,2,\ldots,10\}$ 中随机选取 2 的指数;从 $\{0,1,2,\ldots,5\}$ 中随机选取 3 的指数;从 $\{0,1,2\}$ 中随机选取 5 的指数;并从 $\{0,1\}$ 中随机选取 7 和 11 的指数。因此因数总数为 $(10+1)\cdot(5+1)\cdot(2+1)\cdot(1+1)\cdot(1+1)=11\cdot 6\cdot 3\cdot 2\cdot 2$。 所选因数是完全平方数当且仅当所有指数都是偶数。2 的指数有 6 种偶数选法(即 0、2、4、6、8、10),3 的指数有 3 种偶数选法,5 的指数有 2 种偶数选法,而 7 与 11 的指数各只有 1 种偶数选法。因此所选因数为完全平方数的概率为 $\dfrac{6\cdot 3\cdot 2}{11\cdot 6\cdot 3\cdot 2\cdot 2}=\dfrac{1}{22}$。 所求的和为 $1+22=23$。
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?
在坐标平面内的一个正方形中随机选择一点,该正方形的顶点为$(0,0)$、$(2020,0)$、$(2020,2020)$和$(0,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<\frac12$. This is the shaded region in the figure. Thus $\pi d^2=\frac12$, so $d=\frac{1}{\sqrt{2\pi}}<\frac12$. 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}<\frac12<\frac{81\pi}{400}. $$ Indeed, $$ \frac{49\pi}{400}<\frac{50\pi}{400}=\frac{\pi}{8}<\frac12 $$ and $$ \frac{81\pi}{400}>\frac{80\pi}{400}=\frac{\pi}{5}>\frac12. $$
答案(B):不失一般性,可假设该点落在顶点为 $(0,0)$、$(1,0)$、$(1,1)$、$(0,1)$ 的单位正方形内。该点距离某个格点不超过 $d$ 的概率,等于以正方形四个角为圆心、半径为 $d$ 的四个四分之一圆的总面积(要求 $d<\frac12$)。这就是图中的阴影区域。 因此 $\pi d^2=\frac12$,所以 $d=\frac{1}{\sqrt{2\pi}}<\frac12$。估算得到 $$ 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}<\frac12<\frac{81\pi}{400}。 $$ 确实有 $$ \frac{49\pi}{400}<\frac{50\pi}{400}=\frac{\pi}{8}<\frac12 $$ 以及 $$ \frac{81\pi}{400}>\frac{80\pi}{400}=\frac{\pi}{5}>\frac12。 $$
solution
Q17
Define $P(x) = (x - 1^2)(x - 2^2)\cdots(x - 100^2)$. How many integers $n$ are there such that $P(n) \le 0$?
定义$P(x) = (x - 1^2)(x - 2^2)\cdots(x - 100^2)$。有多少个整数$n$使得$P(n) \le 0$?
Correct Answer: E
Answer (E): Observe that $P(n)\le 0$ exactly when either one of the factors in the product is zero or an odd number of the factors are negative. Therefore $P(n)\le 0$ exactly when $n$ lies in one of the intervals $[1^2,2^2]$, $[3^2,4^2]$, $\ldots$, $[99^2,100^2]$. The number of integers in the interval $[(2k-1)^2,(2k)^2]$ is $(2k)^2-(2k-1)^2+1=4k$, so the total number of values for $n$ is \[ \sum_{k=1}^{50}4k=4\cdot\frac{50\cdot 51}{2}=5100. \]
答案(E):注意到当且仅当乘积中的某个因子为零,或负因子的个数为奇数时,$P(n)\le 0$。因此,当且仅当 $n$ 落在区间 $[1^2,2^2]$、$[3^2,4^2]$、$\ldots$、$[99^2,100^2]$ 之一中时,$P(n)\le 0$。区间 $[(2k-1)^2,(2k)^2]$ 中整数的个数为 $(2k)^2-(2k-1)^2+1=4k$,所以 $n$ 的取值总数为 \[ \sum_{k=1}^{50}4k=4\cdot\frac{50\cdot 51}{2}=5100. \]
Q18
Let $(a,b,c,d)$ be an ordered quadruple of not necessarily distinct integers, each one of them in the set $\{0,1,2,3\}$. For how many such quadruples is it true that $a \cdot d - b \cdot c$ is odd? (For example, $(0,3,1,1)$ is one such quadruple, because $0 \cdot 1 - 3 \cdot 1 = -3$ is odd.)
让$(a,b,c,d)$为一个有序四元组,其中的元素(不一定不同)均来自集合$\{0,1,2,3\}$。有多少这样的四元组满足$a \cdot d - b \cdot c$为奇数?(例如,$(0,3,1,1)$是一个这样的四元组,因为$0 \cdot 1 - 3 \cdot 1 = -3$为奇数。)
Correct Answer: C
Answer (C): A product of two integers is odd if and only if both factors are odd. Therefore there are $2\cdot 2=4$ ordered pairs $(a,d)$ such that $a\cdot d$ is odd. For the remaining $16-4=12$ ordered pairs, $a\cdot d$ is even. The same calculations apply to $b\cdot c$. The difference is odd if and only if one of the terms is odd and the other is even. Therefore there are $4\cdot 12+12\cdot 4=96$ ordered quadruples that make $a\cdot d-b\cdot c$ odd.
答案(C):两个整数的乘积为奇数当且仅当两个因子都是奇数。因此共有 $2\cdot 2=4$ 个有序对 $(a,d)$ 使得 $a\cdot d$ 为奇数。对于剩下的 $16-4=12$ 个有序对,$a\cdot d$ 为偶数。同样的计算也适用于 $b\cdot c$。差为奇数当且仅当其中一个项为奇数而另一个项为偶数。因此共有 $4\cdot 12+12\cdot 4=96$ 个有序四元组使得 $a\cdot d-b\cdot c$ 为奇数。
Q19
As shown in the figure below, a regular dodecahedron (the polyhedron consisting of 12 congruent regular pentagonal faces) floats in space with two horizontal faces. Note that there is a ring of five slanted faces adjacent to the top face, and a ring of five slanted faces adjacent to the bottom face. How many ways are there to move from the top face to the bottom face via a sequence of adjacent faces so that each face is visited at most once and moves are not permitted from the bottom ring to the top ring?
如图所示,一个正十二面体(由12个全等正五边形面组成的多面体)在空间中漂浮,有两个水平面。注意,顶部面相邻有5个倾斜面组成的环,底部面相邻也有5个倾斜面组成的环。从顶部面到底部面,通过相邻面的序列移动,有多少种方法,使得每个面至多访问一次,且不允许从底部环移动到顶部环?
stem
Correct Answer: E
Answer (E): Shown below is a planar graph representation of the dodecahedron with the top face in the center and the edges of the bottom face forming the border of the figure. Starting from the top face (the inner pentagon in this figure), there are 5 possible moves down to the next level (the top ring, which consists of the unshaded pentagons in the figure). For the next few moves there are $1+2\cdot 4=9$ possibilities because one can move directly down to the next lower level (the bottom ring), or one can remain on the same level and make 1 to 4 moves in either direction around the top ring before moving down. When the path moves to the bottom ring, there are 2 possible faces to choose from. Then again there are 9 possibilities for how the path moves before reaching the bottom face. This gives a total of $5\cdot 9\cdot 2\cdot 9=810$ possible paths from the top face to the bottom face.
答案(E):如下所示,这是一个十二面体的平面图表示:顶面位于中心,而底面的边构成图形的边界。 从顶面开始(本图中的内五边形),向下移动到下一层(顶环,由图中未阴影的五边形组成)有 5 种可能的走法。接下来的几步共有 $1+2\cdot 4=9$ 种可能性,因为可以直接向下移动到下一层(底环),也可以停留在同一层,并在顶环上沿任一方向绕行 1 到 4 步后再向下移动。当路径移动到底环时,有 2 个可能的面可选。然后在到达底面之前,路径的移动方式又有 9 种可能。因此,从顶面到底面的路径总数为 $5\cdot 9\cdot 2\cdot 9=810$。
solution
Q20
Quadrilateral ABCD satisfies ∠ABC = ∠ACD = 90°, AC = 20, and CD = 30. Diagonals AC and BD intersect at point E, and AE = 5. What is the area of quadrilateral ABCD?
四边形ABCD满足∠ABC = ∠ACD = 90°,AC = 20,CD = 30。对角线AC和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\cdot 20\cdot 6+\frac12\cdot 20\cdot 30=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\cdot 20\cdot 6+\frac12\cdot 20\cdot 30=360. $$
solution
Q21
There exists a unique strictly increasing sequence of nonnegative integers $a_1 < a_2 < \dots < a_k$ such that $\frac{2^{289} + 1}{2^{17} + 1} = 2^{a_1} + 2^{a_2} + \dots + 2^{a_k}$. What is $k$?
存在唯一的严格递增的非负整数序列 $a_1 < a_2 < \dots < a_k$ 使得 $\frac{2^{289} + 1}{2^{17} + 1} = 2^{a_1} + 2^{a_2} + \dots + 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):注意,这个问题等价于求当左边写成二进制时,其中非零数字的个数。 更一般地,对奇数 $n$,考虑分式 $$ \frac{2^{n^2}+1}{2^n+1}. $$ 由等比数列求和公式, $$ \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$。
Q22
For how many positive integers $n \le 1000$ is $\left\lfloor \frac{998}{n} \right\rfloor + \left\lfloor \frac{999}{n} \right\rfloor + \left\lfloor \frac{1000}{n} \right\rfloor$ not divisible by 3? (Recall that $\lfloor x \rfloor$ is the greatest integer less than or equal to $x$.)
对于多少个正整数 $n \le 1000$,$\left\lfloor \frac{998}{n} \right\rfloor + \left\lfloor \frac{999}{n} \right\rfloor + \left\lfloor \frac{1000}{n} \right\rfloor$ 不能被 3 整除?(回忆 $\lfloor x \rfloor$ 是小于或等于 $x$ 的最大整数。)
Correct Answer: A
Answer (A): If $n$ is a divisor of $999$, then $\left\lfloor \frac{999}{n}\right\rfloor = 1 + \left\lfloor \frac{998}{n}\right\rfloor$. Otherwise, $\left\lfloor \frac{999}{n}\right\rfloor = \left\lfloor \frac{998}{n}\right\rfloor$. Similarly, $\left\lfloor \frac{1000}{n}\right\rfloor = 1 + \left\lfloor \frac{999}{n}\right\rfloor$ if $n$ is a divisor of $1000$, and $\left\lfloor \frac{1000}{n}\right\rfloor = \left\lfloor \frac{999}{n}\right\rfloor$ otherwise. Therefore if $n$ divides neither $999$ nor $1000$, then the given sum has the form $a+a+a=3a$, so it is a multiple of $3$. Further, if $n$ divides both $999$ and $1000$ (that is, if $n=1$), then the sum has the form $a+(a+1)+(a+2)=3a+3$, which is also a multiple of $3$. Thus in order for the sum not to be a multiple of $3$, $n$ must be a divisor of either $999$ or $1000$, but not both, so that the sum has the form $a+a+(a+1)=3a+1$ or $a+(a+1)+(a+1)=3a+2$. Because $999=3^3\cdot 37^1$ and $1000=2^3\cdot 5^3$, it follows that $999$ has $(3+1)(1+1)=8$ divisors and $1000$ has $(3+1)(3+1)=16$ divisors. As $n\ne 1$, the number of possible values for $n$ is $(8-1)+(16-1)=22$.
答案(A):如果 $n$ 是 $999$ 的因子,则 $\left\lfloor \frac{999}{n}\right\rfloor = 1 + \left\lfloor \frac{998}{n}\right\rfloor$。否则,$\left\lfloor \frac{999}{n}\right\rfloor = \left\lfloor \frac{998}{n}\right\rfloor$。类似地,若 $n$ 是 $1000$ 的因子,则 $\left\lfloor \frac{1000}{n}\right\rfloor = 1 + \left\lfloor \frac{999}{n}\right\rfloor$;否则,$\left\lfloor \frac{1000}{n}\right\rfloor = \left\lfloor \frac{999}{n}\right\rfloor$。 因此,若 $n$ 既不整除 $999$ 也不整除 $1000$,则所给的和形如 $a+a+a=3a$,所以它是 $3$ 的倍数。进一步,若 $n$ 同时整除 $999$ 和 $1000$(即 $n=1$),则该和形如 $a+(a+1)+(a+2)=3a+3$,同样是 $3$ 的倍数。 所以要使该和不是 $3$ 的倍数,$n$ 必须是 $999$ 或 $1000$ 的因子,但不能同时是两者的因子,从而该和分别形如 $a+a+(a+1)=3a+1$ 或 $a+(a+1)+(a+1)=3a+2$。由于 $999=3^3\cdot 37^1$ 且 $1000=2^3\cdot 5^3$,可知 $999$ 的因子个数为 $(3+1)(1+1)=8$,$1000$ 的因子个数为 $(3+1)(3+1)=16$。又因 $n\ne 1$,所以 $n$ 的可能取值个数为 $(8-1)+(16-1)=22$。
Q23
Let $T$ be the triangle in the coordinate plane with vertices $(0, 0)$, $(4, 0)$, and $(0, 3)$. Consider the following five isometries (rigid transformations) 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? (For example, a $180^\circ$ rotation, followed by a reflection across the $x$-axis, followed by a reflection across the $y$-axis will return $T$ to its original position, but a $90^\circ$ rotation, followed by a reflection across the $x$-axis, followed by another reflection across the $x$-axis will not return $T$ to its original position.)
让 $T$ 为坐标平面上的三角形,顶点为 $(0, 0)$、$(4, 0)$ 和 $(0, 3)$。考虑平面的以下五种等距变换(刚性变换):绕原点逆时针旋转 $90^\circ$、$180^\circ$ 和 $270^\circ$,反射过 $x$ 轴,反射过 $y$ 轴。其中 125 种由这些变换组成的三个变换序列(不一定不同)有多少种会使 $T$ 回到原位置?(例如,$180^\circ$ 旋转后反射过 $x$ 轴再反射过 $y$ 轴会使 $T$ 回到原位置,但 $90^\circ$ 旋转后反射过 $x$ 轴再反射过 $x$ 轴不会。)
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$ 回到原来的位置。
Q24
Let $n$ be the least positive integer greater than 1000 for which $\gcd(63, n + 120) = 21$ and $\gcd(n + 63, 120) = 60$. What is the sum of the digits of $n$?
让 $n$ 为大于 1000 的最小正整数,使得 $\gcd(63, n + 120) = 21$ 且 $\gcd(n + 63, 120) = 60$。$n$ 的各位数字之和是多少?
Correct Answer: C
Answer (C): The condition $\gcd(n+63,120)=60$ is true if and only if $n+63$ is divisible by $60$ but not $120$, which is equivalent to $n \equiv 57 \pmod{60}$ and $n \equiv 117 \pmod{120}.$ Similarly, the condition $\gcd(63,n+120)=21$ is true if and only if $n+120$ is divisible by $21$ but not $63$, which is equivalent to $n \equiv 6 \pmod{21}$ and $n \equiv 27 \text{ or } 48 \pmod{63}.$ From the congruences $n \equiv 117 \pmod{120}$ and $n \equiv 6 \pmod{21}$ it follows that $n \equiv 237 \pmod{840}$. Thus $n=237+840k$ for some integer $k$, and because $n$ was specified to be greater than $1000$, $k$ must be at least $1$. The condition $n \equiv 57 \pmod{60}$ holds for all such $n$. However, the condition $n \equiv 27$ or $48 \pmod{63}$ does not hold when $k=1$ and $n=1077$, but it does hold when $k=2$ and $n=1917$. The requested sum of digits of $n$ is $1+9+1+7=18$.
答案(C):条件$\gcd(n+63,120)=60$当且仅当$n+63$能被$60$整除但不能被$120$整除,这等价于 $n \equiv 57 \pmod{60}$ 以及 $n \equiv 117 \pmod{120}.$ 同理,条件$\gcd(63,n+120)=21$当且仅当$n+120$能被$21$整除但不能被$63$整除,这等价于 $n \equiv 6 \pmod{21}$ 以及 $n \equiv 27 \text{ 或 } 48 \pmod{63}.$ 由同余式$n \equiv 117 \pmod{120}$和$n \equiv 6 \pmod{21}$可得$n \equiv 237 \pmod{840}$。因此对某个整数$k$,有$n=237+840k$。又因题目指定$n>1000$,所以$k\ge 1$。对所有这样的$n$,条件$n \equiv 57 \pmod{60}$都成立。然而,当$k=1$且$n=1077$时,条件$n \equiv 27$或$48 \pmod{63}$不成立;但当$k=2$且$n=1917$时成立。所求$n$的各位数字和为$1+9+1+7=18$。
Q25
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 会选择三枚都重掷。因此,Jason 当且仅当满足:初始结果中每一对骰子点数和都至少为 7,并且至少有一枚骰子的点数不超过 3,才会重掷两枚骰子。 这些情况为: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}$。