/

AMC12 2001 A

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

AMC12 · 2001 (A)

Q1
The sum of two numbers is $S$. Suppose $3$ is added to each number and then each of the resulting numbers is doubled. What is the sum of the final two numbers?
两个数的和是 $S$。假设每个数都加上 $3$,然后将得到的结果每个都乘以 $2$。最后两个数的和是多少?
Correct Answer: E
Suppose the two numbers are $a$ and $b$, with $a+b=S$. Then the desired sum is $2(a+3)+2(b+3)=2(a+b)+12=2S +12$, which is answer $\boxed{\textbf{(E)}}$.
设这两个数为 $a$ 和 $b$,且 $a+b=S$。则所求的和为 $2(a+3)+2(b+3)=2(a+b)+12=2S +12$,因此答案是 $\boxed{\textbf{(E)}}$。
Q2
Let $P(n)$ and $S(n)$ denote the product and the sum, respectively, of the digits of the integer $n$. For example, $P(23) = 6$ and $S(23) = 5$. Suppose $N$ is a two-digit number such that $N = P(N)+S(N)$. What is the units digit of $N$?
设 $P(n)$ 和 $S(n)$ 分别表示整数 $n$ 的各位数字的积与和。例如,$P(23) = 6$ 且 $S(23) = 5$。假设 $N$ 是一个两位数,满足 $N = P(N)+S(N)$。$N$ 的个位数字是多少?
Correct Answer: E
Denote $a$ and $b$ as the tens and units digit of $N$, respectively. Then $N = 10a+b$. It follows that $10a+b=ab+a+b$, which implies that $9a=ab$. Since $a\neq0$, $b=9$. So the units digit of $N$ is $\boxed{\textbf{(E) }9}$.
设 $a$ 和 $b$ 分别为 $N$ 的十位数字和个位数字,则 $N = 10a+b$。于是 $10a+b=ab+a+b$,从而 $9a=ab$。由于 $a\neq0$,所以 $b=9$。因此 $N$ 的个位数字是 $\boxed{\textbf{(E) }9}$。
Q3
The state income tax where Kristin lives is charged at the rate of $p\%$ of the first $\$28000$ of annual income plus $(p + 2)\%$ of any amount above $\$28000$. Kristin noticed that the state income tax she paid amounted to $(p + 0.25)\%$ of her annual income. What was her annual income?
Kristin 所在州的所得税按如下方式征收:年收入的前 $\$28000$ 部分按 $p\%$ 征税,超过 $\$28000$ 的部分按 $(p + 2)\%$ 征税。Kristin 注意到她缴纳的州所得税相当于她年收入的 $(p + 0.25)\%$。她的年收入是多少?
Correct Answer: B
Let $A$, $T$ be Kristin's annual income and the income tax total, respectively. Notice that \begin{align*} T &= p\%\cdot28000 + (p + 2)\%\cdot(A - 28000) \\ &= [p\%\cdot28000 + p\%\cdot(A - 28000)] + 2\%\cdot(A - 28000) \\ &= p\%\cdot A + 2\%\cdot(A - 28000) \end{align*} We are also given that \[T = (p + 0.25)\%\cdot A = p\%\cdot A + 0.25\%\cdot A\] Thus, \[p\%\cdot A + 2\%\cdot(A - 28000) = p\%\cdot A + 0.25\%\cdot A\] \[2\%\cdot(A - 28000) = 0.25\%\cdot A\] Solve for $A$ to obtain $A = \boxed{\textbf{(B) }\$32000}$. Note: You may also assume p = 0 for easy calculation.
设 $A$ 和 $T$ 分别为 Kristin 的年收入与所得税总额。注意到 \begin{align*} T &= p\%\cdot28000 + (p + 2)\%\cdot(A - 28000) \\ &= [p\%\cdot28000 + p\%\cdot(A - 28000)] + 2\%\cdot(A - 28000) \\ &= p\%\cdot A + 2\%\cdot(A - 28000) \end{align*} 又已知 \[T = (p + 0.25)\%\cdot A = p\%\cdot A + 0.25\%\cdot A\] 因此, \[p\%\cdot A + 2\%\cdot(A - 28000) = p\%\cdot A + 0.25\%\cdot A\] \[2\%\cdot(A - 28000) = 0.25\%\cdot A\] 解得 $A = \boxed{\textbf{(B) }\$32000}$。 注:也可以令 $p = 0$ 以便计算。
Q4
The mean of three numbers is $10$ more than the least of the numbers and $15$ less than the greatest. The median of the three numbers is $5$. What is their sum?
三个数的平均数比其中最小的数大 $10$,且比其中最大的数小 $15$。这三个数的中位数是 $5$。它们的和是多少?
Correct Answer: D
Let $m$ be the mean of the three numbers. Then the least of the numbers is $m-10$ and the greatest is $m + 15$. The middle of the three numbers is the median, $5$. So $\dfrac{1}{3}[(m-10) + 5 + (m + 15)] = m$, which can be solved to get $m=10$. Hence, the sum of the three numbers is $3\cdot 10 = \boxed{\textbf{(D) }30}$.
设 $m$ 为这三个数的平均数,则最小的数为 $m-10$,最大的数为 $m + 15$。三个数中间的数为中位数 $5$。因此 $\dfrac{1}{3}[(m-10) + 5 + (m + 15)] = m$,解得 $m=10$。 所以三数之和为 $3\cdot 10 = \boxed{\textbf{(D) }30}$。
Q5
What is the product of all positive odd integers less than $10000$?
所有小于 $10000$ 的正奇整数的乘积是多少?
Correct Answer: D
$1 \cdot 3 \cdot 5 \cdots 9999 = \dfrac{1 \cdot 2 \cdot 3 \cdot 4 \cdots 10000}{2 \cdot 4 \cdot 6 \cdots 10000}= \dfrac{10000!}{2^{5000} \cdot 1 \cdot 2 \cdot 3 \cdots 5000}= \dfrac{10000!}{2^{5000}\cdot5000!}$ Therefore the answer is $\boxed{\textbf{(D)} \dfrac{10000!}{2^{5000} \cdot 5000!}}$.
$1 \cdot 3 \cdot 5 \cdots 9999 = \dfrac{1 \cdot 2 \cdot 3 \cdot 4 \cdots 10000}{2 \cdot 4 \cdot 6 \cdots 10000}= \dfrac{10000!}{2^{5000} \cdot 1 \cdot 2 \cdot 3 \cdots 5000}= \dfrac{10000!}{2^{5000}\cdot5000!}$ 因此答案是 $\boxed{\textbf{(D)} \dfrac{10000!}{2^{5000} \cdot 5000!}}$。
Q6
A telephone number has the form $\text{ABC-DEF-GHIJ}$, where each letter represents a different digit. The digits in each part of the number are in decreasing order; that is, $A > B > C$, $D > E > F$, and $G > H > I > J$. Furthermore, $D$, $E$, and $F$ are consecutive even digits; $G$, $H$, $I$, and $J$ are consecutive odd digits; and $A + B + C = 9$. Find $A$.
电话号码的形式是 $\text{ABC-DEF-GHIJ}$,其中每个字母代表不同的数字。号码每个部分的数字是递减的,即 $A > B > C$,$D > E > F$,且 $G > H > I > J$。此外,$D$、$E$、$F$ 是连续的偶数数字;$G$、$H$、$I$、$J$ 是连续的奇数数字;并且 $A + B + C = 9$。求 $A$ 的值。
Correct Answer: E
We start by noting that there are $10$ letters, meaning there are $10$ digits in total. Listing them all out, we have $0, 1, 2, 3, 4, 5, 6, 7, 8, 9$. Clearly, the most restrictive condition is the consecutive odd digits, so we create casework based on that. Case 1: $G$, $H$, $I$, and $J$ are $7$, $5$, $3$, and $1$ respectively. A cursory glance allows us to deduce that the smallest possible sum of $A + B + C$ is $11$ when $D$, $E$, and $F$ are $8$, $6$, and $4$ respectively, so this is out of the question. Case 2: $G$, $H$, $I$, and $J$ are $9$, $7$, $5$, and $3$ respectively. A cursory glance allows us to deduce the answer. Clearly, when $D$, $E$, and $F$ are $6$, $4$, and $2$ respectively, $A + B + C$ is $9$ when $A$, $B$, and $C$ are $8$, $1$, and $0$ respectively, giving us a final answer of $\boxed{\textbf{(E)}\ 8}$
我们先注意到共有 $10$ 个字母,这意味着总共用到了 $10$ 个数字。把它们全部列出为 $0, 1, 2, 3, 4, 5, 6, 7, 8, 9$。显然,限制最强的是“连续奇数数字”的条件,因此据此分类讨论。 情形 1:$G$, $H$, $I$, $J$ 分别为 $7$, $5$, $3$, $1$。 粗略观察可知,当 $D$, $E$, $F$ 分别为 $8$, $6$, $4$ 时,$A + B + C$ 的最小可能和为 $11$,因此不可能满足 $A + B + C = 9$,该情形排除。 情形 2:$G$, $H$, $I$, $J$ 分别为 $9$, $7$, $5$, $3$。 粗略观察即可得到答案。显然,当 $D$, $E$, $F$ 分别为 $6$, $4$, $2$ 时,若 $A$, $B$, $C$ 分别为 $8$, $1$, $0$,则 $A + B + C = 9$,因此最终答案为 $\boxed{\textbf{(E)}\ 8}$。
Q7
A charity sells 140 benefit tickets for a total of \$2001. Some tickets sell for full price (a whole dollar amount), and the rest sell for half price. How much money is raised by the full-price tickets?
一个慈善机构出售了140张募捐票,总收入为\$2001。有些票按全价出售(票价为整数美元),其余的票按半价出售。全价票筹集了多少钱?
Correct Answer: A
(A) Let $n$ be the number of full-price tickets and $p$ be the price of each in dollars. Then $np+(140-n)\cdot\frac{p}{2}=2001$, so $p(n+140)=4002$. Thus $n+140$ must be a factor of $4002=2\cdot3\cdot23\cdot29$. Since $0\le n\le140$, we have $140\le n+140\le280$, and the only factor of $4002$ that is in the required range for $n+140$ is $174=2\cdot3\cdot29$. Therefore, $n+140=174$, so $n=34$ and $p=23$. The money raised by the full-price tickets is $34\cdot23=782$ dollars.
(A)设 $n$ 为全价票的张数,$p$ 为每张票的价格(美元)。则 $np+(140-n)\cdot\frac{p}{2}=2001$,所以 $p(n+140)=4002$。 因此 $n+140$ 必须是 $4002=2\cdot3\cdot23\cdot29$ 的一个因子。由于 $0\le n\le140$,有 $140\le n+140\le280$,而在该范围内,$4002$ 唯一满足条件的因子是 $174=2\cdot3\cdot29$。所以 $n+140=174$,从而 $n=34$ 且 $p=23$。全价票筹得的金额为 $34\cdot23=782$ 美元。
Q8
Which of the cones listed below can be formed from a $252^\circ$ sector of a circle of radius $10$ by aligning the two straight sides?
下面哪个圆锥可以由半径为 $10$ 的圆的 $252^\circ$ 扇形通过对齐两条直边形成?
stem
Correct Answer: C
The blue lines will be joined together to form a single blue line on the surface of the cone, so $10$ will be the slant height of the cone. The red line will form the circumference of the base. We can compute its length and use it to determine the radius. The length of the red line is $\dfrac{252^{\circ}}{360^{\circ}}\cdot 2\pi \cdot 10 = \frac{7}{10} \cdot 2\pi \cdot 10 = 14\pi$. This is the circumference of a circle with radius $\frac{14\pi}{2\pi} = 7$. Therefore the correct answer is $\boxed{\textbf{(C)} \text{ A cone with slant height of } 10 \text{ and radius } 7}$.
蓝色线段将被拼合在一起,在圆锥侧面形成一条蓝色线段,因此 $10$ 将是圆锥的斜高。 红色弧将形成底面的周长。我们可以计算其长度并据此确定底面半径。 红色弧长为 $\dfrac{252^{\circ}}{360^{\circ}}\cdot 2\pi \cdot 10 = \frac{7}{10} \cdot 2\pi \cdot 10 = 14\pi$。这就是一个半径为 $\frac{14\pi}{2\pi}=7$ 的圆的周长。 因此正确答案是 $\boxed{\textbf{(C)} \text{ A cone with slant height of } 10 \text{ and radius } 7}$。
solution
Q9
Let $f$ be a function satisfying $f(xy) = \frac{f(x)}y$ for all positive real numbers $x$ and $y$. If $f(500) =3$, what is the value of $f(600)$?
设 $f$ 是一个满足 $f(xy) = \frac{f(x)}y$ 对于所有正实数 $x$ 和 $y$ 的函数。若 $f(500) =3$,则 $f(600)$ 的值为多少?
Correct Answer: C
Letting $x = 500$ and $y = \dfrac{6}{5}$ in the given equation, we get $f(600) = f(500\cdot\frac{6}{5}) = \frac{3}{\left(\frac{6}{5}\right)} = \boxed{\textbf{(C) } \frac{5}{2}}$.
在所给等式中令 $x=500$ 且 $y=\dfrac{6}{5}$,得到 $f(600)=f\left(500\cdot\frac{6}{5}\right)=\frac{3}{\left(\frac{6}{5}\right)}=\boxed{\textbf{(C) } \frac{5}{2}}$。
Q10
The plane is tiled by congruent squares and congruent pentagons as indicated. The percent of the plane that is enclosed by the pentagons is closest to
平面由全等的正方形和全等的五边形铺满,如图所示。五边形所覆盖的平面百分比最接近
stem
Correct Answer: D
Consider any single tile: If the side of the small square is $a$, then the area of the tile is $\left(3a\right)^2 = 9a^2$, with $4a^2$ covered by squares, and therefore $9a^2-4a^2 = 5a^2$ by pentagons. Hence exactly $\frac{5}{9}$ of any tile is covered by pentagons, and therefore pentagons cover $\frac{5}{9}$ of the plane. When expressed as a percentage, this is $55.\overline{5}\%$, and the closest integer to this value is $\boxed{\textbf{(D) }56}$.
考虑任意一个单独的拼块: 若小正方形的边长为 $a$,则该拼块的面积为 $\left(3a\right)^2=9a^2$,其中有 $4a^2$ 被正方形覆盖,因此被五边形覆盖的面积为 $9a^2-4a^2=5a^2$。 因此任意拼块中恰有 $\frac{5}{9}$ 的面积被五边形覆盖,从而五边形覆盖了平面的 $\frac{5}{9}$。写成百分数为 $55.\overline{5}\%$,最接近的整数为 $\boxed{\textbf{(D) }56}$。
solution
Q11
A box contains exactly five chips, three red and two white. Chips are randomly removed one at a time without replacement until all the red chips are drawn or all the white chips are drawn. What is the probability that the last chip drawn is white?
一个盒子中正好有五个筹码,三个红色、两个白色。随机逐个无放回取出筹码,直到所有红色筹码都被取出或所有白色筹码都被取出为止。最后一个取出的筹码是白色的概率是多少?
Correct Answer: D
Imagine that we draw all the chips in random order, i.e., we do not stop when the last chip of a color is drawn. To draw out all the white chips first, the last chip left must be red, and all previous chips can be drawn in any order. Since there are $3$ red chips, the probability that the last chip of the five is red (and so also the probability that the last chip drawn is white) is $\boxed{\textbf{(D) } \frac {3}{5}}$.
设想我们按随机顺序把所有筹码都取出,也就是说不在某种颜色的最后一个筹码被取出时停止。要使白色筹码先全部取完,则最后剩下的筹码必须是红色,而之前的筹码可以以任意顺序取出。由于有 $3$ 个红色筹码,五个筹码中最后一个是红色的概率(也就是最后取出的筹码是白色的概率)为 $\boxed{\textbf{(D) } \frac {3}{5}}$。
Q12
How many positive integers not exceeding $2001$ are multiples of $3$ or $4$ but not $5$?
不超过 $2001$ 的正整数中,有多少个数是 $3$ 或 $4$ 的倍数但不是 $5$ 的倍数?
Correct Answer: B
Out of the numbers $1$ to $12$ four are divisible by $3$ and three by $4$, counting $12$ twice. Hence $6$ out of these $12$ numbers are multiples of $3$ or $4$. The same is obviously true for the numbers $12k+1$ to $12k+12$ for any positive integer $k$. Hence out of the numbers $1$ to $60=5\cdot 12$ there are $5\cdot 6=30$ numbers that are divisible by $3$ or $4$. Out of these $30$, the numbers $10$, $15$, $20$, $30$, $40$, $45$ and $60$ are divisible by $5$. Therefore in the set $\{1,\dots,60\}$ there are precisely $30-6=24$ numbers that satisfy all criteria from the problem statement. Again, the same is obviously true for the set $\{60k+1,\dots,60k+60\}$ for any positive integer $k$. We have $1980/60 = 33$, hence there are $24\cdot 33 = 792$ good numbers among the numbers $1$ to $1980$. At this point we already know that the only answer that is still possible is $\boxed{\textbf{(B)}}$, as we only have $20$ numbers left. By examining the remaining $20$ by hand we can easily find out that exactly $9$ of them match all the criteria, giving us $792+9=\boxed{\textbf{(B) }801}$ good numbers. This is correct.
在 $1$ 到 $12$ 的数中,有 $4$ 个能被 $3$ 整除,有 $3$ 个能被 $4$ 整除,其中 $12$ 被重复计算一次。 因此这 $12$ 个数中有 $6$ 个是 $3$ 或 $4$ 的倍数。 对于任意正整数 $k$,从 $12k+1$ 到 $12k+12$ 的这 $12$ 个数也显然同样成立。 因此在 $1$ 到 $60=5\cdot 12$ 的数中,有 $5\cdot 6=30$ 个数能被 $3$ 或 $4$ 整除。在这 $30$ 个数中,$10$, $15$, $20$, $30$, $40$, $45$ 和 $60$ 能被 $5$ 整除。 因此在集合 $\{1,\dots,60\}$ 中,恰有 $30-6=24$ 个数满足题目所有条件。 同样地,对于任意正整数 $k$,集合 $\{60k+1,\dots,60k+60\}$ 也显然如此。 有 $1980/60 = 33$,因此在 $1$ 到 $1980$ 的数中有 $24\cdot 33 = 792$ 个符合条件的数。此时我们已经知道唯一仍可能的答案是 $\boxed{\textbf{(B)}}$,因为只剩下 $20$ 个数需要检查。 手动检查剩下的 $20$ 个数可知其中恰有 $9$ 个满足所有条件,因此共有 $792+9=\boxed{\textbf{(B) }801}$ 个符合条件的数。 这就是正确答案。
Q13
The parabola with equation $p(x) = ax^2+bx+c$ and vertex $(h,k)$ is reflected about the line $y=k$. This results in the parabola with equation $q(x) = dx^2+ex+f$. Which of the following equals $a+b+c+d+e+f$?
方程为 $p(x) = ax^2+bx+c$、顶点为 $(h,k)$ 的抛物线关于直线 $y=k$ 反射,得到方程为 $q(x) = dx^2+ex+f$ 的抛物线。以下哪一项等于 $a+b+c+d+e+f$?
Correct Answer: E
We write $p(x)$ as $a(x-h)^2+k$ (this is possible for any parabola). Then the reflection of $p(x)$ is $q(x) = -a(x-h)^2+k$. Then we find $p(x) + q(x) = 2k$. Since $p(1) = a+b+c$ and $q(1) = d+e+f$, we have $a+b+c+d+e+f = 2k$, so the answer is $\fbox{E}$.
将 $p(x)$ 写成 $a(x-h)^2+k$(任意抛物线都可以这样表示)。则 $p(x)$ 的反射为 $q(x) = -a(x-h)^2+k$。于是 $p(x) + q(x) = 2k$。由于 $p(1) = a+b+c$ 且 $q(1) = d+e+f$,所以 $a+b+c+d+e+f = 2k$,因此答案是 $\fbox{E}$。
Q14
Given the nine-sided regular polygon $A_1 A_2 A_3 A_4 A_5 A_6 A_7 A_8 A_9$, how many distinct equilateral triangles in the plane of the polygon have at least two vertices in the set $\{A_1,A_2,\dots,A_9\}$?
给定正九边形 $A_1 A_2 A_3 A_4 A_5 A_6 A_7 A_8 A_9$,在该多边形所在平面内,有多少个不同的等边三角形至少有两个顶点属于集合 $\{A_1,A_2,\dots,A_9\}$?
Correct Answer: D
Each of the $\binom{9}{2} = 36$ pairs of vertices determines $2$ equilateral triangles — one facing towards the center, and one outwards — for a total of $2 \cdot 36 = 72$ triangles. However, the $3$ triangles $A_1A_4A_7$, $A_2A_5A_8$, and $A_3A_6A_9$ are each counted $3$ times (once for each of the $\binom{3}{2} = 3$ possible pairs of vertices, all of which are vertices of the $9$-gon), whereas they should of course only be counted once, resulting in an overcount of $(3-1) \cdot 3 = 6$. Thus, there are $72-6 = \boxed{\text{(D) }66}$ distinct equilateral triangles.
每一对顶点(共有 $\binom{9}{2} = 36$ 对)都确定 $2$ 个等边三角形——一个朝向中心,另一个朝向外侧——因此共有 $2 \cdot 36 = 72$ 个三角形。然而,$3$ 个三角形 $A_1A_4A_7$, $A_2A_5A_8$, 和 $A_3A_6A_9$ 各被计算了 $3$ 次(对应于 $\binom{3}{2} = 3$ 种可能的顶点对,这些顶点对都在该正九边形上),但它们当然只应计数一次,因此多计了 $(3-1) \cdot 3 = 6$。所以不同的等边三角形共有 $72-6 = \boxed{\text{(D) }66}$ 个。
Q15
An insect lives on the surface of a regular tetrahedron with edges of length 1. It wishes to travel on the surface of the tetrahedron from the midpoint of one edge to the midpoint of the opposite edge. What is the length of the shortest such trip? (Note: Two edges of a tetrahedron are opposite if they have no common endpoint.)
一只昆虫生活在棱长为 $1$ 的正四面体表面上。它希望沿四面体表面从一条棱的中点走到与之相对的棱的中点。这样的最短路径长度是多少?(注:四面体的两条棱若没有公共端点,则称为相对棱。)
Correct Answer: B
Given any path on the surface, we can unfold the surface into a plane to get a path of the same length in the plane. Consider the net of a tetrahedron in the picture below. A pair of opposite points is marked by dots. It is obvious that in the plane the shortest path is just a segment that connects these two points. By symmetry (as the tetrahedron is regular, so all of its faces are equilateral triangles), its length is the same as the length of the tetrahedron's edge, i.e. $\boxed{\text{(B) }1}$.
对于表面上的任意路径,我们都可以将表面展开到平面上,得到一条在平面中长度相同的路径。考虑下图所示的四面体展开图,一对相对的点用点标出。显然在平面中最短路径就是连接这两点的线段。由对称性(正四面体的所有面都是等边三角形),该线段长度与四面体的棱长相同,即 $\boxed{\text{(B) }1}$。
solution
Q16
A spider has one sock and one shoe for each of its eight legs. In how many different orders can the spider put on its socks and shoes, assuming that, on each leg, the sock must be put on before the shoe?
一只蜘蛛为它的八条腿各有一只袜子和一只鞋。蜘蛛穿上袜子和鞋的不同顺序有多少种,假设每条腿上袜子必须在鞋子之前穿上?
Correct Answer: D
Suppose the spider tries to put on all $2 \cdot 8 = 16$ items in a random order, so that each of the $16!$ possible permutations is equally probable. This means that for any fixed leg, the probability that it will first put on the sock, and only then the shoe, is clearly $\frac{1}{2}$. Hence the probability that it will put on the shoe and sock in the correct order for all its legs is $\left(\frac{1}{2}\right)^8 = \frac{1}{2^{8}}$. Therefore the number of possible permutations is $\boxed{\text{(D) }\frac {16!}{2^8}}$.
假设蜘蛛尝试以随机顺序穿上全部 $2\cdot 8 = 16$ 件物品,因此 $16!$ 种排列中的每一种都等可能。这意味着对任意固定的一条腿,先穿袜子再穿鞋的概率显然是 $\frac{1}{2}$。因此,它在所有腿上都按正确顺序穿鞋袜的概率是 $\left(\frac{1}{2}\right)^8 = \frac{1}{2^{8}}$。所以满足条件的排列数为 $\boxed{\text{(D) }\frac {16!}{2^8}}$。
Q17
A point $P$ is selected at random from the interior of the pentagon with vertices $A = (0,2)$, $B = (4,0)$, $C = (2 \pi + 1, 0)$, $D = (2 \pi + 1,4)$, and $E=(0,4)$. What is the probability that $\angle APB$ is obtuse?
从五边形内部随机选取一点 $P$,五边形的顶点为 $A = (0,2)$,$B = (4,0)$,$C = (2 \pi + 1, 0)$,$D = (2 \pi + 1,4)$,以及 $E=(0,4)$。$\angle APB$ 为钝角的概率是多少?
Correct Answer: C
The angle $APB$ is obtuse if and only if $P$ lies inside the circle with diameter $AB$. (This follows for example from the fact that the inscribed angle is half of the central angle for the same arc.) The area of $AFB$ is $[AFB] = \frac {AF\cdot FB}2 = 4$, and the area of $ABCDE$ is $CD\cdot DE - [AFB] = 4\cdot (2\pi+1) - 4 = 8\pi$. From the Pythagorean theorem the length of $AB$ is $\sqrt{2^2 + 4^2} = 2\sqrt{5}$, thus the radius of the circle is $\sqrt{5}$, and the area of the half-circle that is inside $ABCDE$ is $\frac{ 5\pi }2$. Therefore the probability that $APB$ is obtuse is $\frac{ \frac{ 5\pi }2 }{ 8\pi } = \boxed{\text{(C) } \frac 5{16}}$.
角 $APB$ 为钝角当且仅当点 $P$ 位于以 $AB$ 为直径的圆内。(例如可由同弧所对的圆周角等于圆心角的一半推出。) 三角形 $AFB$ 的面积为 $[AFB] = \frac {AF\cdot FB}2 = 4$,而五边形 $ABCDE$ 的面积为 $CD\cdot DE - [AFB] = 4\cdot (2\pi+1) - 4 = 8\pi$。 由勾股定理,$AB$ 的长度为 $\sqrt{2^2 + 4^2} = 2\sqrt{5}$,因此该圆的半径为 $\sqrt{5}$,且落在 $ABCDE$ 内的半圆面积为 $\frac{ 5\pi }2$。 因此 $APB$ 为钝角的概率为 $\frac{ \frac{ 5\pi }2 }{ 8\pi } = \boxed{\text{(C) } \frac 5{16}}$。
solution
Q18
A circle centered at $A$ with a radius of 1 and a circle centered at $B$ with a radius of 4 are externally tangent. A third circle is tangent to the first two and to one of their common external tangents as shown. What is the radius of the third circle?
以 $A$ 为圆心半径为 1 的圆与以 $B$ 为圆心半径为 4 的圆外切。第三个圆与前两个圆以及它们的一条公共外公切线相切,如图所示。第三个圆的半径是多少?
stem
Correct Answer: D
In the triangle $ABC$ we have $AB = 1+4 = 5$ and $BC=4-1 = 3$, thus by the Pythagorean theorem we have $AC=4$. Let $r$ be the radius of the small circle, and let $s$ be the perpendicular distance from $S$ to $\overline{AC}$. Moreover, the small circle is tangent to both other circles, hence we have $SA=1+r$ and $SB=4+r$. We have $SA = \sqrt{s^2 + (1-r)^2}$ and $SB=\sqrt{(4-s)^2 + (4-r)^2}$. Hence we get the following two equations: \begin{align*} s^2 + (1-r)^2 & = (1+r)^2 \\ (4-s)^2 + (4-r)^2 & = (4+r)^2 \end{align*} Simplifying both, we get \begin{align*} s^2 & = 4r \\ (4-s)^2 & = 16r \end{align*} As in our case both $r$ and $s$ are positive, we can divide the second one by the first one to get $\left( \frac{4-s}s \right)^2 = 4$. Now there are two possibilities: either $\frac{4-s}s=-2$, or $\frac{4-s}s=2$. In the first case clearly $s<0$, which puts the center on the wrong side of $A$, so this is not the correct case. (Note: This case corresponds to the other circle that is tangent to both given circles and the common tangent line. By coincidence, due to the $4:1$ ratio between radii of $A$ and $B$, this circle turns out to have the same radius as circle $B$, with center directly left of center $B$, and tangent to $B$ directly above center $A$.) The second case solves to $s=\frac 43$. We then have $4r = s^2 = \frac {16}9$, hence $r = \boxed{\frac 49}$. More generally, for two large circles of radius $a$ and $b$, the radius $c$ of the small circle is $c = \frac{ab}{\left(\sqrt{a}+\sqrt{b}\right)^2} = \frac{1}{\left(1/\sqrt{a}+1/\sqrt{b}\right)^2}$. Equivalently, we have that $1/\sqrt{c} = 1/\sqrt{a} + 1/\sqrt{b}$. The horizontal line is the equivalent of a circle of curvature $0$, thus we can apply Descartes' Circle Formula. The four circles have curvatures $0, 1, \frac 14$, and $\frac 1r$. We have $2\left(0^2+1^2+\frac {1}{4^2}+\frac{1}{r^2}\right)=\left(0+1+\frac 14+\frac 1r\right)^2$ Simplifying, we get $\frac{34}{16}+\frac{2}{r^2}=\frac{25}{16}+\frac{5}{2r}+\frac{1}{r^2}$ \[\frac{1}{r^2}-\frac{5}{2r}+\frac{9}{16}=0\] \[\frac{16}{r^2}-\frac{40}{r}+9=0\] \[\left(\frac{4}{r}-9\right)\left(\frac{4}{r}-1\right)=0\] Obviously $r$ cannot equal $4$, therefore $r = \boxed{\frac 49}$. As in solution 1, in triangle $ABC$ we have $AB = 1+4 = 5$ and $BC=4-1 = 3$, thus by the Pythagorean theorem or pythagorean triples in general, we have $AC=4$. Let $r$ be the radius. Let $s$ be the perpendicular intersecting point $S$ and line $BC$. $AC=s$ because $s,$ both perpendicular radii, and $AC$ form a rectangle. We just have to find $AC$ in terms of $r$ and solve for $r$ now. From the Pythagorean theorem and subtracting to get lengths, we get $AC=s=4=\sqrt{(r+1)^2 - (1-r)^2} + \sqrt{(r+4)^2 - (4-r)^2}$, which is simply $4=\sqrt{4r}+\sqrt{16r} \implies \sqrt{r}=\frac{2}{3} \implies r= \boxed{\textbf{(D) } \frac{4}{9}}.$ https://youtu.be/zOwYoFOUg2U
在三角形 $ABC$ 中,$AB = 1+4 = 5$ 且 $BC=4-1 = 3$,因此由勾股定理得 $AC=4$。 设小圆的半径为 $r$,设从 $S$ 到 $\overline{AC}$ 的垂直距离为 $s$。另外,小圆与另外两个圆都相切,因此有 $SA=1+r$ 且 $SB=4+r$。 有 $SA = \sqrt{s^2 + (1-r)^2}$ 且 $SB=\sqrt{(4-s)^2 + (4-r)^2}$。因此得到方程组: \begin{align*} s^2 + (1-r)^2 & = (1+r)^2 \\ (4-s)^2 + (4-r)^2 & = (4+r)^2 \end{align*} 化简得 \begin{align*} s^2 & = 4r \\ (4-s)^2 & = 16r \end{align*} 由于本题中 $r$ 与 $s$ 都为正,可将第二式除以第一式得到 $\left( \frac{4-s}s \right)^2 = 4$。 于是有两种可能:$\frac{4-s}s=-2$ 或 $\frac{4-s}s=2$。 第一种情况下显然 $s<0$,会使圆心落在 $A$ 的错误一侧,因此不符合。 (注:这种情况对应于另一个同时与两已知圆及公切线相切的圆。由于 $A$ 与 $B$ 的半径比为 $4:1$,巧合地该圆的半径与圆 $B$ 相同,圆心在 $B$ 的正左方,并在 $A$ 的正上方与 $B$ 相切。) 第二种情况解得 $s=\frac 43$。于是 $4r = s^2 = \frac {16}9$,从而 $r = \boxed{\frac 49}$。 更一般地,对于两个大圆半径分别为 $a$ 与 $b$,小圆半径 $c$ 为 $c = \frac{ab}{\left(\sqrt{a}+\sqrt{b}\right)^2} = \frac{1}{\left(1/\sqrt{a}+1/\sqrt{b}\right)^2}$。 等价地,有 $1/\sqrt{c} = 1/\sqrt{a} + 1/\sqrt{b}$。 水平直线等价于曲率为 $0$ 的圆,因此可应用笛卡尔圆定理。 四个圆的曲率分别为 $0, 1, \frac 14$, 以及 $\frac 1r$。 有 $2\left(0^2+1^2+\frac {1}{4^2}+\frac{1}{r^2}\right)=\left(0+1+\frac 14+\frac 1r\right)^2$ 化简得 $\frac{34}{16}+\frac{2}{r^2}=\frac{25}{16}+\frac{5}{2r}+\frac{1}{r^2}$ \[\frac{1}{r^2}-\frac{5}{2r}+\frac{9}{16}=0\] \[\frac{16}{r^2}-\frac{40}{r}+9=0\] \[\left(\frac{4}{r}-9\right)\left(\frac{4}{r}-1\right)=0\] 显然 $r$ 不可能等于 $4$,因此 $r = \boxed{\frac 49}$。 如解法 1,在三角形 $ABC$ 中有 $AB = 1+4 = 5$ 且 $BC=4-1 = 3$,因此由勾股定理或勾股数组可得 $AC=4$。 设半径为 $r$。设 $s$ 为垂线与点 $S$ 及直线 $BC$ 的交点。由于 $s$、两条垂直半径与 $AC$ 构成矩形,所以 $AC=s$。现在只需用 $r$ 表示 $AC$ 并解出 $r$。由勾股定理并通过相减得到长度,有 $AC=s=4=\sqrt{(r+1)^2 - (1-r)^2} + \sqrt{(r+4)^2 - (4-r)^2}$,即 $4=\sqrt{4r}+\sqrt{16r} \implies \sqrt{r}=\frac{2}{3} \implies r= \boxed{\textbf{(D) } \frac{4}{9}}.$ https://youtu.be/zOwYoFOUg2U
solution
Q19
The polynomial $p(x) = x^3+ax^2+bx+c$ has the property that the average of its zeros, the product of its zeros, and the sum of its coefficients are all equal. The $y$-intercept of the graph of $y=p(x)$ is 2. What is $b$?
多项式 $p(x) = x^3+ax^2+bx+c$ 具有如下性质:它的零点的平均值、零点的乘积以及系数的和都相等。函数 $y=p(x)$ 的图像的 $y$ 轴截距为 2。求 $b$。
Correct Answer: A
We are given $c=2$. So the product of the roots is $-c = -2$ by Vieta's formulas. These also tell us that $\frac{-a}{3}$ is the average of the zeros, so $\frac{-a}3=-2 \implies a = 6$. We are also given that the sum of the coefficients is $-2$, so $1+6+b+2 = -2 \implies b=-11$. So the answer is $\fbox{A}$.
已知 $c=2$。由韦达定理,零点的乘积为 $-c=-2$。韦达定理还告诉我们零点的平均值为 $\frac{-a}{3}$,所以 $\frac{-a}3=-2 \implies a = 6$。又已知系数和为 $-2$,因此 $1+6+b+2 = -2 \implies b=-11$。答案为 $\fbox{A}$。
Q20
Points $A = (3,9)$, $B = (1,1)$, $C = (5,3)$, and $D=(a,b)$ lie in the first quadrant and are the vertices of quadrilateral $ABCD$. The quadrilateral formed by joining the midpoints of $\overline{AB}$, $\overline{BC}$, $\overline{CD}$, and $\overline{DA}$ is a square. What is the sum of the coordinates of point $D$?
点 $A = (3,9)$,$B = (1,1)$,$C = (5,3)$,以及 $D=(a,b)$ 位于第一象限,并且是四边形 $ABCD$ 的顶点。连接 $\overline{AB}$、$\overline{BC}$、$\overline{CD}$ 和 $\overline{DA}$ 的中点所形成的四边形是一个正方形。点 $D$ 的坐标之和是多少?
Correct Answer: C
We already know two vertices of the square: $(A+B)/2 = (2,5)$ and $(B+C)/2 = (3,2)$. There are only two possibilities for the other vertices of the square: either they are $(6,3)$ and $(5,6)$, or they are $(0,1)$ and $(-1,4)$. The second case would give us $D$ outside the first quadrant, hence the first case is the correct one. As $(6,3)$ is the midpoint of $CD$, we can compute $D=(7,3)$, and $7+3=\boxed{10}$.
我们已知该正方形的两个顶点:$(A+B)/2 = (2,5)$ 和 $(B+C)/2 = (3,2)$。 其余两个顶点只有两种可能:要么是 $(6,3)$ 与 $(5,6)$,要么是 $(0,1)$ 与 $(-1,4)$。第二种情况会使 $D$ 不在第一象限,因此应取第一种。由于 $(6,3)$ 是 $CD$ 的中点,可得 $D=(7,3)$,于是 $7+3=\boxed{10}$。
solution
Q21
Four positive integers $a$, $b$, $c$, and $d$ have a product of $8!$ and satisfy: \[\begin{array}{rl} ab + a + b & = 524 \\ bc + b + c & = 146 \\ cd + c + d & = 104 \end{array}\] What is $a-d$?
四个正整数 $a$, $b$, $c$, 和 $d$ 的乘积为 $8!$,且满足: \[\begin{array}{rl} ab + a + b & = 524 \\ bc + b + c & = 146 \\ cd + c + d & = 104 \end{array}\] 求 $a-d$。
Correct Answer: D
Using Simon's Favorite Factoring Trick, we can rewrite the three equations as follows: \begin{align*} (a+1)(b+1) & = 525 \\ (b+1)(c+1) & = 147 \\ (c+1)(d+1) & = 105 \end{align*} Let $(e,f,g,h)=(a+1,b+1,c+1,d+1)$. We get: \begin{align*} ef & = 3\cdot 5\cdot 5\cdot 7 \\ fg & = 3\cdot 7\cdot 7 \\ gh & = 3\cdot 5\cdot 7 \end{align*} Clearly $7^2$ divides $fg$. On the other hand, $7^2$ can not divide $f$, as it then would divide $ef$. Similarly, $7^2$ can not divide $g$. Hence $7$ divides both $f$ and $g$. This leaves us with only two cases: $(f,g)=(7,21)$ and $(f,g)=(21,7)$. The first case solves to $(e,f,g,h)=(75,7,21,5)$, which gives us $(a,b,c,d)=(74,6,20,4)$, but then $abcd \not= 8!$. We do not need to multiply, it is enough to note e.g. that the left hand side is not divisible by $7$. (Also, a - d equals $70$ in this case, which is way too large to fit the answer choices.) The second case solves to $(e,f,g,h)=(25,21,7,15)$, which gives us a valid quadruple $(a,b,c,d)=(24,20,6,14)$, and we have $a-d=24-14 =\boxed{10}$.
使用 Simon's Favorite Factoring Trick,可将三式改写为: \begin{align*} (a+1)(b+1) & = 525 \\ (b+1)(c+1) & = 147 \\ (c+1)(d+1) & = 105 \end{align*} 令 $(e,f,g,h)=(a+1,b+1,c+1,d+1)$,则有: \begin{align*} ef & = 3\cdot 5\cdot 5\cdot 7 \\ fg & = 3\cdot 7\cdot 7 \\ gh & = 3\cdot 5\cdot 7 \end{align*} 显然 $7^2$ 整除 $fg$。另一方面,$7^2$ 不可能整除 $f$,否则它也会整除 $ef$。同理,$7^2$ 也不可能整除 $g$。因此 $7$ 同时整除 $f$ 与 $g$。这只剩两种情况:$(f,g)=(7,21)$ 和 $(f,g)=(21,7)$。 第一种情况解得 $(e,f,g,h)=(75,7,21,5)$,从而 $(a,b,c,d)=(74,6,20,4)$,但此时 $abcd \not= 8!$。无需实际相乘,只需注意例如左边不被 $7$ 整除即可。(并且此时 $a-d=70$,也明显过大,不符合选项。) 第二种情况解得 $(e,f,g,h)=(25,21,7,15)$,从而得到有效的四元组 $(a,b,c,d)=(24,20,6,14)$,于是 $a-d=24-14 =\boxed{10}$。
Q22
In rectangle $ABCD$, points $F$ and $G$ lie on $AB$ so that $AF=FG=GB$ and $E$ is the midpoint of $\overline{DC}$. Also, $\overline{AC}$ intersects $\overline{EF}$ at $H$ and $\overline{EG}$ at $J$. The area of the rectangle $ABCD$ is $70$. Find the area of triangle $EHJ$.
在矩形 $ABCD$ 中,点 $F$ 和 $G$ 在 $AB$ 上,使得 $AF=FG=GB$,且 $E$ 是 $\overline{DC}$ 的中点。另有 $\overline{AC}$ 与 $\overline{EF}$ 交于 $H$,与 $\overline{EG}$ 交于 $J$。矩形 $ABCD$ 的面积为 $70$。求三角形 $EHJ$ 的面积。
Correct Answer: C
Note that the triangles $AFH$ and $CEH$ are similar, as they have the same angles. Hence $\frac {AH}{HC} = \frac{AF}{EC} = \frac 23$. Also, triangles $AGJ$ and $CEJ$ are similar, hence $\frac {AJ}{JC} = \frac {AG}{EC} = \frac 43$. We can now compute $[EHJ]$ as $[ACD]-[AHD]-[DEH]-[EJC]$. We have: - $[ACD]=\frac{[ABCD]}2 = 35$. - $[AHD]$ is $2/5$ of $[ACD]$, as these two triangles have the same base $AD$, and $AH$ is $2/5$ of $AC$, therefore also the height from $H$ onto $AD$ is $2/5$ of the height from $C$. Hence $[AHD]=14$. - $[HED]$ is $3/10$ of $[ACD]$, as the base $ED$ is $1/2$ of the base $CD$, and the height from $H$ is $3/5$ of the height from $A$. Hence $[HED]=\frac {21}2$. - $[JEC]$ is $3/14$ of $[ACD]$ for similar reasons, hence $[JEC]=\frac{15}2$. Therefore $[EHJ]=[ACD]-[AHD]-[DEH]-[EJC]=35-14-\frac {21}2-\frac{15}2 = \boxed{3}$.
注意到三角形 $AFH$ 与 $CEH$ 相似,因为它们有相同的角。故 $\frac {AH}{HC} = \frac{AF}{EC} = \frac 23$。 同样,三角形 $AGJ$ 与 $CEJ$ 相似,因此 $\frac {AJ}{JC} = \frac {AG}{EC} = \frac 43$。 现在可计算 $[EHJ]$ 为 $[ACD]-[AHD]-[DEH]-[EJC]$。有: - $[ACD]=\frac{[ABCD]}2 = 35$。 - $[AHD]$ 是 $[ACD]$ 的 $2/5$,因为这两个三角形底边同为 $AD$,且 $AH$ 是 $AC$ 的 $2/5$,因此从 $H$ 到 $AD$ 的高也为从 $C$ 到 $AD$ 的高的 $2/5$。故 $[AHD]=14$。 - $[HED]$ 是 $[ACD]$ 的 $3/10$,因为底边 $ED$ 是 $CD$ 的 $1/2$,且从 $H$ 的高是从 $A$ 的高的 $3/5$。故 $[HED]=\frac {21}2$。 - $[JEC]$ 由于类似原因是 $[ACD]$ 的 $3/14$,因此 $[JEC]=\frac{15}2$。 因此 $[EHJ]=[ACD]-[AHD]-[DEH]-[EJC]=35-14-\frac {21}2-\frac{15}2 = \boxed{3}$。
solution
Q23
A polynomial of degree four with leading coefficient 1 and integer coefficients has two zeros, both of which are integers. Which of the following can also be a zero of the polynomial?
一个四次多项式的首项系数为 1,且系数均为整数。它有两个零点,并且这两个零点都是整数。下列哪一个也可能是该多项式的零点?
Correct Answer: A
Let the polynomial be $P$ and let the two integer zeros be $z_1$ and $z_2$. We can then write $P(x)=(x-z_1)(x-z_2)(x^2+ax+b)$ for some integers $a$ and $b$. If a complex number $p+qi$ with $q\not=0$ is a root of $P$, it must be the root of $x^2+ax+b$, and the other root of $x^2+ax+b$ must be $p-qi$. We can then write $x^2+ax+b = (x-p-qi)(x-p+qi) = (x-p)^2 - (qi)^2 = x^2 - 2px + p^2 + q^2$. We can now examine each of the five given complex numbers, and find the one for which the values $-2p$ and $p^2+q^2$ are integers. This is $\boxed{\frac {1 + i \sqrt {11}}{2}}$, for which we have $-2p = -2\cdot\frac 12 = -1$ and $p^2+q^2 = \left( \frac 12 \right)^2 + \left( \frac {\sqrt{11}}2 \right)^2 = \frac 14 + \frac {11}4 = \frac {12}4 = 3$. (As an example, the polynomial $x^4 - 2x^3 + 4x^2 - 3x$ has zeroes $0$, $1$, and $\frac {1 \pm i \sqrt {11}}{2}$.)
设该多项式为 $P$,两个整数零点为 $z_1$ 和 $z_2$。则可写成 $P(x)=(x-z_1)(x-z_2)(x^2+ax+b)$,其中 $a$ 与 $b$ 为整数。 若复数 $p+qi$(其中 $q\not=0$)是 $P$ 的一个根,则它必为 $x^2+ax+b$ 的根,并且 $x^2+ax+b$ 的另一个根必须是 $p-qi$。 于是 $x^2+ax+b = (x-p-qi)(x-p+qi) = (x-p)^2 - (qi)^2 = x^2 - 2px + p^2 + q^2$。 现在检查给出的五个复数,找出使得 $-2p$ 与 $p^2+q^2$ 都为整数的那个。答案是 $\boxed{\frac {1 + i \sqrt {11}}{2}}$,因为此时 $-2p = -2\cdot\frac 12 = -1$,且 $p^2+q^2 = \left( \frac 12 \right)^2 + \left( \frac {\sqrt{11}}2 \right)^2 = \frac 14 + \frac {11}4 = \frac {12}4 = 3$。 (例如,多项式 $x^4 - 2x^3 + 4x^2 - 3x$ 的零点为 $0$、$1$、以及 $\frac {1 \pm i \sqrt {11}}{2}$。)
Q24
In $\triangle ABC$, $\angle ABC=45^\circ$. Point $D$ is on $\overline{BC}$ so that $2\cdot BD=CD$ and $\angle DAB=15^\circ$. Find $\angle ACB.$
在 $\triangle ABC$ 中,$\angle ABC=45^\circ$。点 $D$ 在 $\overline{BC}$ 上,使得 $2\cdot BD=CD$,且 $\angle DAB=15^\circ$。求 $\angle ACB$。
Correct Answer: D
Draw a good diagram! Now, let's call $BD=t$, so $DC=2t$. Given the rather nice angles of $\angle ABD = 45^\circ$ and $\angle ADC = 60^\circ$ as you can see, let's do trig. Drop an altitude from $A$ to $BC$; call this point $H$. We realize that there is no specific factor of $t$ we can call this just yet, so let $AH=kt$. Notice that in $\triangle{ABH}$ we get $BH=kt$. Using the 60-degree angle in $\triangle{ADH}$, we obtain $DH=\frac{\sqrt{3}}{3}kt$. The comparable ratio is that $BH-DH=t$. If we involve our $k$, we get: $kt(\frac{3}{3}-\frac{\sqrt{3}}{3})=t$. Eliminating $t$ and removing radicals from the denominator, we get $k=\frac{3+\sqrt{3}}{2}$. From there, one can easily obtain $HC=3t-kt=\frac{3-\sqrt{3}}{2}t$. Now we finally have a desired ratio. Since $\tan\angle ACH = 2+\sqrt{3}$ upon calculation, we know that $\angle ACH$ can be simplified. Indeed, if you know that $\tan(75)=2+\sqrt{3}$ or even take a minute or two to work out the sine and cosine using $\sin(x)^2+\cos(x)^2=1$, and perhaps the half- or double-angle formulas, you get $\boxed{75^\circ}$.
画出清晰的图!令 $BD=t$,则 $DC=2t$。由图可见 $\angle ABD = 45^\circ$ 且 $\angle ADC = 60^\circ$,因此用三角函数。过 $A$ 向 $BC$ 作高,垂足为 $H$。此时还无法给出 $t$ 的具体倍数,设 $AH=kt$。注意在 $\triangle{ABH}$ 中有 $BH=kt$。利用 $\triangle{ADH}$ 中的 $60$ 度角,得到 $DH=\frac{\sqrt{3}}{3}kt$。又因为 $BH-DH=t$,代入 $k$ 得: $kt(\frac{3}{3}-\frac{\sqrt{3}}{3})=t$。约去 $t$ 并将分母有理化,得 $k=\frac{3+\sqrt{3}}{2}$。于是 $HC=3t-kt=\frac{3-\sqrt{3}}{2}t$。现在得到所需比值。计算可得 $\tan\angle ACH = 2+\sqrt{3}$,因此 $\angle ACH$ 可化简。确实,若知道 $\tan(75)=2+\sqrt{3}$,或用 $\sin(x)^2+\cos(x)^2=1$ 以及半角/倍角公式计算正弦余弦,也可得到 $\boxed{75^\circ}$。
Q25
Consider sequences of positive real numbers of the form $x, 2000, y, \dots$ in which every term after the first is 1 less than the product of its two immediate neighbors. For how many different values of $x$ does the term $2001$ appear somewhere in the sequence?
考虑形如 $x, 2000, y, \dots$ 的正实数序列,其中从第二项起,每一项都等于其相邻两项的乘积减 1。问:有多少个不同的 $x$ 值,使得数 $2001$ 会在该序列的某一项中出现?
Correct Answer: D
It never hurts to compute a few terms of the sequence in order to get a feel how it looks like. In our case, the definition is that $\forall$ (for all) $n>1:~ a_n = a_{n-1}a_{n+1} - 1$. This can be rewritten as $a_{n+1} = \frac{a_n +1}{a_{n-1}}$. We have $a_1=x$ and $a_2=2000$, and we compute: \begin{align*} a_3 & = \frac{a_2+1}{a_1} = \frac{2001}x \\ a_4 & = \frac{a_3+1}{a_2} = \frac{ \dfrac{2001}x + 1 }{ 2000 } = \frac{2001 + x}{2000x} \\ a_5 & = \frac{a_4+1}{a_3} = \frac{ \frac{2001 + x}{2000x} + 1 }{ \frac{2001}x } = \frac{ \frac{2001 + 2001x}{2000x} }{ \frac{2001}x } = \frac{1+x}{2000} \\ a_6 & = \frac{a_5+1}{a_4} = \frac{ \frac{1+x}{2000} + 1 }{ \frac{2001 + x}{2000x} } = \frac{ \frac{2001+x}{2000} }{ \frac{2001 + x}{2000x} } = x \\ a_7 & = \frac{a_6+1}{a_5} = \frac{ x+1 }{ \frac{1+x}{2000} } = 2000 \end{align*} At this point we see that the sequence will become periodic: we have $a_6=a_1$, $a_7=a_2$, and each subsequent term is uniquely determined by the previous two. Hence if $2001$ appears, it has to be one of $a_1$ to $a_5$. As $a_2=2000$, we only have four possibilities left. Clearly $a_1=2001$ for $x=2001$, and $a_3=2001$ for $x=1$. The equation $a_4=2001$ solves to $x = \frac{2001}{2000\cdot 2001 - 1}$, and the equation $a_5=2001$ to $x=2000\cdot 2001 - 1$. No two values of $x$ we just computed are equal, and therefore there are $\boxed{4}$ different values of $x$ for which the sequence contains the value $2001$.
先计算该序列的若干项以了解其形式总是有帮助的。本题中定义为对所有 $n>1$:$ a_n = a_{n-1}a_{n+1} - 1$。可改写为 $a_{n+1} = \frac{a_n +1}{a_{n-1}}$。已知 $a_1=x$ 且 $a_2=2000$,计算: \begin{align*} a_3 & = \frac{a_2+1}{a_1} = \frac{2001}x \\ a_4 & = \frac{a_3+1}{a_2} = \frac{ \dfrac{2001}x + 1 }{ 2000 } = \frac{2001 + x}{2000x} \\ a_5 & = \frac{a_4+1}{a_3} = \frac{ \frac{2001 + x}{2000x} + 1 }{ \frac{2001}x } = \frac{ \frac{2001 + 2001x}{2000x} }{ \frac{2001}x } = \frac{1+x}{2000} \\ a_6 & = \frac{a_5+1}{a_4} = \frac{ \frac{1+x}{2000} + 1 }{ \frac{2001 + x}{2000x} } = \frac{ \frac{2001+x}{2000} }{ \frac{2001 + x}{2000x} } = x \\ a_7 & = \frac{a_6+1}{a_5} = \frac{ x+1 }{ \frac{1+x}{2000} } = 2000 \end{align*} 到这里可见该序列将变为周期性的:$a_6=a_1$,$a_7=a_2$,而每一项都由前两项唯一确定。 因此若 $2001$ 出现,它必须是 $a_1$ 到 $a_5$ 之一。由于 $a_2=2000$,只剩四种可能。显然当 $x=2001$ 时 $a_1=2001$,当 $x=1$ 时 $a_3=2001$。方程 $a_4=2001$ 解得 $x = \frac{2001}{2000\cdot 2001 - 1}$,方程 $a_5=2001$ 解得 $x=2000\cdot 2001 - 1$。 上述求得的 $x$ 值两两不同,因此使序列包含 $2001$ 的不同 $x$ 值共有 $\boxed{4}$ 个。