/

AMC12 2025 B

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

AMC12 · 2025 (B)

Q1
The instructions on a $350$-gram bag of coffee beans say that proper brewing of a large mug of pour-over coffee requires $20$ grams of coffee beans. What is the greatest number of properly brewed large mugs of coffee that can be made from the coffee beans in that bag?
一袋350克的咖啡豆上的说明写着,冲泡一大杯手冲咖啡需要20克咖啡豆。从这袋咖啡豆中能冲泡出的最多正确冲泡的大杯咖啡数量是多少?
Correct Answer: B
$\frac{350}{20}$ is $17.5$. We round down to find the maximum he can make (he cannot brew half of a cup), so the answer is $\boxed{\text{(B) }17}$.
$\frac{350}{20}=17.5$。向下取整以找到最大能冲泡的数量(不能冲泡半杯),因此答案是 $\boxed{\text{(B) }17}$。
Q2
Jerry wrote down the ones digit of each of the first $2025$ positive squares: $1, 4, 9, 6, 5, 6, \dots$. What is the sum of all the numbers Jerry wrote down?
杰瑞写下了前2025个正整数平方数的个位数:1, 4, 9, 6, 5, 6, \dots。杰瑞写下的所有数字之和是多少?
Correct Answer: D
By a modulo $10$ argument, the ones digits repeat with period $10$ in the following order: \[1,4,9,6,5,6,9,4,1,0\] The sum of the numbers can be verified to be $45$. There are $202$ periods that occur from $1$ to $2025$, and there are five extra numbers, those being $1,4,9,6,5$, corresponding to $2021,2022,2023,2024,2025$. The sum of these numbers is $25$. Hence, the total is \[202\cdot 45+25=9090+25=\boxed{\textbf{(D)}~9115}\]
通过模10论证,个位数以周期10重复,顺序为: \[1,4,9,6,5,6,9,4,1,0\] 这些数字的和为45。 从1到2025有202个周期,多出5个数,对应2021至2025的1,4,9,6,5,和为25。 总和为 \[202\cdot 45+25=9090+25=\boxed{\textbf{(D)}~9115}\]
Q3
What is the value of $i(i-1)(i-2)(i-3)$, where $i = \sqrt{-1}$?
当 $i = \sqrt{-1}$ 时,$i(i-1)(i-2)(i-3)$ 的值是多少?
Correct Answer: D
We find that $i(i-3)=-1-3i$ and $(i-1)(i-2)=-1-3i+2=1-3i$, so i(i−1)(i−2)(i−3)=i(i−3)⋅(i−1)(i−2)=(−1−3i)(1−3i)=−(1+3i)(1−3i)=−(12−(3i)2)=−(1+9)=(D) −10
我们发现 $i(i-3)=-1-3i$,$(i-1)(i-2)=-1-3i+2=1-3i$,因此 $i(i-1)(i-2)(i-3)=(-1-3i)(1-3i)=-(1+3i)(1-3i)=-(1^2-(3i)^2)=-(1+9)=-10$,即(D) −10。
Q4
The value of the two-digit number $\underline{a}~\underline{b}$ in base seven equals the value of the two-digit number $\underline{b}~\underline{a}$ in base nine. What is $a+b?$
七进制两位的数 $\underline{a}~\underline{b}$ 的值为九进制两位的数 $\underline{b}~\underline{a}$ 的值。$a+b$ 是多少?
Correct Answer: A
By definition of bases, $\underline{a}~\underline{b}$ base seven is equal to $7a+b$, and $\underline{b}~\underline{a}$ base nine is equal to $9b+a$. Therefore, we must have $7a+b=9b+a$, or $6a=8b$, or $3a=4b$. But in base seven, we must have $a,b<7$. Testing cases yields $a=4,b=3$ as the only solution. Their sum is $\boxed{\textbf{(A)}~7}$. The first equation comes from the following idea. In base $10$, a two-digit number can be represented as $10$ times the tens digit plus the units digit, or $10^1 \cdot a + 10^0 \cdot b$. If we insert the base numbers into this expression for $\underline{a}~\underline{b}$ and $\underline{b}~\underline{a}$, we get $7^1 \cdot a + b = 9^1 \cdot b + a$. The rest of the solution is above.
根据进制定义,七进制 $\underline{a}~\underline{b}$ 为 $7a+b$,九进制 $\underline{b}~\underline{a}$ 为 $9b+a$。因此 $7a+b=9b+a$,即 $6a=8b$,或 $3a=4b$。由于在七进制中 $a,b<7$,测试得唯一解 $a=4,b=3$,和为 $\boxed{\textbf{(A)}~7}$。 第一方程来自:在十进制中,两位数为 $10$ 倍十位数加个位数,即 $10^1 \cdot a + 10^0 \cdot b$。代入进制得 $7^1 \cdot a + b = 9^1 \cdot b + a$。其余解如上。
Q5
Positive integers $x$ and $y$ satisfy the equation $57x+ 22y = 400$. What is the least possible value of $x+y$?
正整数 $x$ 和 $y$ 满足方程 $57x+ 22y = 400$。$x+y$ 的最小可能值是多少?
Correct Answer: E
Let $x+y = a$. Then we have the equation \[35x + 22a = 400.\] Because the other two terms are divisible by $5$, $22a$ must be divisible by $5$ too. Specifically, $a$ is divisible by $5$. Let $a=5b$ and substitute: \[35x + 110b = 400\] \[7x + 22b = 80.\] After some analysis, we find that if $b=3$, $x = 2$. In fact, this is the only solution with positive integer solutions. Therefore, $a = x+y = 5 \cdot 3 = \boxed{\textbf{(E) }15}$.
令 $x+y = a$。则方程为 \[35x + 22a = 400.\] 由于其余两项能被5整除,$22a$ 也须被5整除,即 $a$ 能被5整除。令 $a=5b$ 代入: \[35x + 110b = 400\] \[7x + 22b = 80.\] 分析后,当 $b=3$ 时 $x = 2$。这是唯一正整数解。因此 $a = x+y = 5 \cdot 3 = \boxed{\textbf{(E) }15}$。
Q6
Emmy says to Max, "I ordered 36 math club sweatshirts today." Max asks, "How much did each shirt cost?" Emmy responds, "I'll give you a hint. The total cost was $\$ \underline A~\underline B~\underline B.\underline B~\underline A$, where $A$ and $B$ are digits and $A \neq 0$." After a pause, Max says, "That was a good price." What is $A + B$?
Emmy 对 Max 说:“我今天订了 36 件数学俱乐部卫衣。” Max 问:“每件衬衫多少钱?” Emmy 回答:“我给你一个提示。总费用是 $\$$ \underline A~\underline B~\underline B.\underline B~\underline A$,其中 $A$ 和 $B$ 是数字且 $A \neq 0$。”停顿片刻后,Max 说:“这价格不错。” $A + B$ 是多少?
Correct Answer: C
The problem is essentially telling us that $\underline A~\underline B~\underline B.\underline B~\underline A$ is divisible by $36$, so it is divisible by $9$. Then, by the divisibility by $9$ condition, \[A+B+B+B+A=2A+3B\equiv 0\pmod{9}\] This means that $A$ must be divisible by $3$, or otherwise $2A+3B$ would not be divisible by $3$ and thus $9$. Since $A\ne0$, we must have one of $A=3,6,9$. But $A$ must be even or else the entire number would not be even and thus would not be divisible by $4$. Hence $A=6$. Then, $2\cdot 6+3B\equiv 0\pmod{9}$, so $4+B\equiv 0\pmod{3}$, and thus $B\equiv 2\pmod{3}$. This yields $B=2,5,8$, of which $B=5$ is the only number that allows $\underline A~\underline B~\underline B.\underline B~\underline A$ to be divisible by $4$. Thus the answer is $6+5=\boxed{\textbf{(C)}~11}$.
本题本质上告诉我们 $\underline A~\underline B~\underline B.\underline B~\underline A$ 能被 $36$ 整除,因此能被 $9$ 整除。由 $9$ 的整除性条件, \[A+B+B+B+A=2A+3B\equiv 0\pmod{9}\] 这意味着 $A$ 必须能被 $3$ 整除,否则 $2A+3B$ 不能被 $3$ 整除,从而也不能被 $9$ 整除。由于 $A\ne0$,我们必须有 $A=3,6,9$ 中的一个。 但是 $A$ 必须是偶数,否则整个数不是偶数,从而不能被 $4$ 整除。因此 $A=6$。然后,$2\cdot 6+3B\equiv 0\pmod{9}$,即 $4+B\equiv 0\pmod{3}$,从而 $B\equiv 2\pmod{3}$。这给出 $B=2,5,8$,其中只有 $B=5$ 使得 $\underline A~\underline B~\underline B.\underline B~\underline A$ 能被 $4$ 整除。因此答案是 $6+5=\boxed{\textbf{(C)}~11}$。
Q7
What is the value of \[\sum_{n = 2}^{255}\frac{\log_{2}\left(1 + \tfrac{1}{n}\right)}{\left(\log_{2}n\right)\left(\log_{2}(n + 1)\right)}?\]
求 \[\sum_{n = 2}^{255}\frac{\log_{2}\left(1 + \tfrac{1}{n}\right)}{\left(\log_{2}n\right)\left(\log_{2}(n + 1)\right)}\] 的值。
Correct Answer: C
By logarithm rules, write ∑n=2255log2⁡(1+1n)(log2⁡n)(log2⁡(n+1))=∑n=2255log2⁡(n+1n)(log2⁡n)(log2⁡(n+1))=∑n=2255log2⁡(n+1)−log2⁡n(log2⁡n)(log2⁡(n+1))=∑n=2255(1log2⁡n−1log2⁡(n+1)) But this telescopes to $\frac{1}{\log_{2}2}-\frac{1}{\log_{2}256}=\frac{1}{1}-\frac{1}{8}=\boxed{\textbf{(C)}~\frac{7}{8}}$.
由对数法则,写成 ∑_{n=2}^{255}\frac{\log_{2}(1+1/n)}{(\log_{2}n)(\log_{2}(n+1))}=∑_{n=2}^{255}\frac{\log_{2}((n+1)/n)}{(\log_{2}n)(\log_{2}(n+1))}=∑_{n=2}^{255}\frac{\log_{2}(n+1)-\log_{2}n}{(\log_{2}n)(\log_{2}(n+1))}=∑_{n=2}^{255}\left(\frac{1}{\log_{2}n}-\frac{1}{\log_{2}(n+1)}\right) 这是一个伸缩和,为 $\frac{1}{\log_{2}2}-\frac{1}{\log_{2}256}=\frac{1}{1}-\frac{1}{8}=\boxed{\textbf{(C)}~\frac{7}{8}}$。
Q8
There are integers $a$ and $b$ such that the polynomial $x^3 - 5x^2 + ax + b$ has $4+\sqrt{5}$ as a root. What is $a+b$?
存在整数 $a$ 和 $b$,使得多项式 $x^3 - 5x^2 + ax + b$ 以 $4+\sqrt{5}$ 为根。求 $a+b$。
Correct Answer: C
Because every coefficient of our polynomial $f(x)$ is an integer, the conjugate of $4+\sqrt{5}$, $4-\sqrt{5}$ is also a root. Let the third and final root be $r_3$. Thanks to Vieta's Formulas, we know that the sum of the roots is \[(r_3) + (4+\sqrt{5}) + (4 - \sqrt{5}) = 5\] \[r_3 = -3.\] We now calculate $f(1) = (1+3)(1-4-\sqrt{5})(1-4+\sqrt{5})$. $(1-4-\sqrt{3})(1-4+\sqrt{3}) = (-3-\sqrt{5})(-3+\sqrt{5}) = 9 - 5 = 4.$ So $f(1) = 4 \cdot 4 = 16.$ Hence $f(1) = 16 = 1-5 + a + b$. Therefore, $a + b = \boxed{20}$.
因为我们的多项式 $f(x)$ 的每个系数都是整数,其共轭根 $4-\sqrt{5}$ 也是根。 设第三个根为 $r_3$。由 Vieta 公式,我们知道根的和为 \[(r_3) + (4+\sqrt{5}) + (4 - \sqrt{5}) = 5\] \[r_3 = -3.\] 我们计算 $f(1) = (1+3)(1-4-\sqrt{5})(1-4+\sqrt{5})$。 $(1-4-\sqrt{5})(1-4+\sqrt{5}) = (-3-\sqrt{5})(-3+\sqrt{5}) = 9 - 5 = 4$。 所以 $f(1) = 4 \cdot 4 = 16$。 因此 $f(1) = 16 = 1-5 + a + b$。故 $a + b = \boxed{20}$。
Q9
What is the tens digit of $6^{6^6}$?
$6^{6^6}$ 的十位数字是多少?
Correct Answer: C
We wish to find $6^{6^6}\pmod{100}$ and find the tens digit. By the Chinese Remainder Theorem, it suffices to find $6^{6^6}\pmod{4}$ and $6^{6^6}\pmod{25}$ and find the solution to the system. We know that $6^{6^6}\equiv 0\pmod{4}$, so we just need to find the remainder modulo $25$. By Euler’s Totient Theorem, $6^{6^6}\equiv 6^r\pmod{25}$, where $r\equiv 6^6\pmod{\varphi(25)=20}$. Hence we need to find $6^6\pmod{20}$. Now we again use the Chinese Remainder Theorem. We know that $6^6\equiv 0\pmod{4}$ and $6^6\equiv 1^6\equiv 1\pmod{5}$. Testing cases yields $6^6\equiv 16\pmod{20}$. Therefore, we know that $6^{6^6}\equiv 6^{16}\pmod{25}$. Now we can simplify: \[6^{6^6}\equiv 6^{16}\equiv (6^4)^4\equiv 1296^4\equiv (-4)^4\equiv 256\equiv 6\pmod{25}\] Solving the system $6^{6^6}\equiv 6\pmod{25}$ and $6^{6^6}\equiv 0\pmod{4}$ yields $6^{6^6}\equiv 56\pmod{100}$. Hence the answer is $\boxed{\textbf{(C)}~5}$.
我们希望求 $6^{6^6}\pmod{100}$ 并找出十位数字。由中国剩余定理,求 $6^{6^6}\pmod{4}$ 和 $6^{6^6}\pmod{25}$ 即可。我们知道 $6^{6^6}\equiv 0\pmod{4}$,所以只需求模 $25$ 的剩余。 由 Euler totient 定理,$6^{6^6}\equiv 6^r\pmod{25}$,其中 $r\equiv 6^6\pmod{\varphi(25)=20}$。故需求 $6^6\pmod{20}$。 再次用中国剩余定理。我们知道 $6^6\equiv 0\pmod{4}$ 且 $6^6\equiv 1^6\equiv 1\pmod{5}$。测试情况得出 $6^6\equiv 16\pmod{20}$。 因此,$6^{6^6}\equiv 6^{16}\pmod{25}$。现在简化: \[6^{6^6}\equiv 6^{16}\equiv (6^4)^4\equiv 1296^4\equiv (-4)^4\equiv 256\equiv 6\pmod{25}\] 解系统 $6^{6^6}\equiv 6\pmod{25}$ 和 $6^{6^6}\equiv 0\pmod{4}$ 得出 $6^{6^6}\equiv 56\pmod{100}$。故十位数字为 $\boxed{\textbf{(C)}~5}$。
Q10
The altitude to the hypotenuse of a $30^\circ{-}60^\circ{-}90^\circ$ is divided into two segments of lengths $x<y$ by the median to the shortest side of the triangle. What is the ratio $\tfrac{x}{x+y}$?
$30^\circ{-}60^\circ{-}90^\circ$ 三角形的斜边上的高被到最短边的中线分成两段 $x<y$。求 $\tfrac{x}{x+y}$ 的值。
Correct Answer: A
Without loss of generality, let $\triangle ABC$ have side-lengths $AB=2, BC=2\sqrt{3},$ and $AC=4.$ Let $D$ be the foot of the perpendicular from $B$ to $\overline{AC}, \ E$ be the midpoint of $\overline{AB},$ and $F$ be the intersection of $\overline{CE}$ and $\overline{BD}.$ Note that $\triangle ADB$ and $\triangle BDC$ are both $30^\circ{-}60^\circ{-}90^\circ$ triangles. From the side-length ratio, we get $AD=1$ and $DC=3.$ We obtain the following diagram: From here, we will proceed with mass points. Throughout this solution, we will use $W_P$ to denote the weight of point $P.$ Let $W_C=1.$ Since $3AD=DC,$ it follows that $W_A=3$ and $W_D=W_C+W_A=4.$ Since $AE=EB$ and $W_A=3,$ it follows that $W_B=3.$ Now we focus on $\overline{BD}:$ Since $W_B=3$ and $W_D=4,$ we have $\frac{DF}{FB}=\frac xy=\frac34.$ Therefore, the answer is \[\frac{x}{x+y}=\frac{3}{3+4}=\boxed{\textbf{(A) } \dfrac{3}{7}}.\]
不失一般性,令 $\triangle ABC$ 的边长为 $AB=2, BC=2\sqrt{3},$ 和 $AC=4$。令 $D$ 为从 $B$ 到 $\overline{AC}$ 的垂足,$E$ 为 $\overline{AB}$ 的中点,$F$ 为 $\overline{CE}$ 和 $\overline{BD}$ 的交点。注意 $\triangle ADB$ 和 $\triangle BDC$ 均为 $30^\circ{-}60^\circ{-}90^\circ$ 三角形。由边长比例,得 $AD=1$ 和 $DC=3$。 我们得到如下图: 此处我们使用质量点法。全篇中用 $W_P$ 表示点 $P$ 的质量。 令 $W_C=1$。由于 $3AD=DC$,有 $W_A=3$ 和 $W_D=W_C+W_A=4$。由于 $AE=EB$ 和 $W_A=3$,有 $W_B=3$。 现在关注 $\overline{BD}$:由于 $W_B=3$ 和 $W_D=4$,我们有 $\frac{DF}{FB}=\frac xy=\frac34$。因此答案为 \[\frac{x}{x+y}=\frac{3}{3+4}=\boxed{\textbf{(A) } \dfrac{3}{7}}.\]
solution
Q11
Nine athletes, no two of whom are the same height, try out for the basketball team. One at a time, they draw a wristband at random, without replacement, from a bag containing 3 blue bands, 3 red bands, and 3 green bands. They are divided into a blue group, a red group, and a green group. The tallest member of each group is named the group captain. What is the probability that the group captains are the three tallest athletes?
九名运动员,他们两人之间身高都不相同,参加篮球队选拔。他们依次从一个袋子里随机抽取腕带,不放回,袋子里有3条蓝色腕带、3条红色腕带和3条绿色腕带。他们被分成蓝色组、红色组和绿色组。每组中最高的成员被任命为小组长。三名小组长是这九名运动员中三名最高的运动员的概率是多少?
Correct Answer: C
We will arrange the nine athletes in a line, with the first three being in the blue group, the next three being in the red group, and the last three being in the green group. Suppose the three tallest athletes are named $A, B, C$, in some order. We have $3!$ ways to choose which group each of these athletes can be in. We then have $3 \cdot 3 \cdot 3$ ways to determine which of the three positions in that group they can take. From here, we must distribute the remaining six athletes in the remaining six spaces, which can be done in $6!$ ways. There are therefore $6 \cdot 27 \cdot 6!$ favorable outcomes. There are also $9!$ total ways to arrange the athletes with no restrictions. Our answer is $\frac{6 \cdot 27 \cdot 6!}{9!} = \frac{6 \cdot 27}{9 \cdot 8 \cdot 7} = \boxed{\textbf{(C) }\frac{9}{28}}.$
我们将九名运动员排成一排,前三名为蓝色组,接下来三名为红色组,最后三名为绿色组。假设三名最高的运动员分别命名为$A,B,C$,顺序任意。 这些运动员分配到各组有$3!$种方式。然后,在所分配的组中,他们有$3\cdot3\cdot3$种方式选择三个位置中的位置。从这里开始,将剩余的六名运动员分配到剩余的六个位置,有$6!$种方式。 因此,有$6\cdot27\cdot6!$种有利结果。总共有$9!$种无限制排列运动员的方式。答案是$\frac{6\cdot27\cdot6!}{9!}=\frac{6\cdot27}{9\cdot8\cdot7}=\boxed{\textbf{(C) }\frac{9}{28}}$。
Q12
The windshield wiper on the driver's side of a large bus is depicted below. Arm $\overline{AB}$ pivots back and forth around point $A$, sweeping out an arc of $60^{\circ}$, symmetric about the vertical line through $A$. The wiper blade $\overline{CD}$ is attached to $B$ at its midpoint and stays vertical as the arm moves. The arm is $3$ feet long, and the wiper blade is $3.5$ feet tall. What is the area of the windshield cleaned by the wiper, in square feet, to the nearest hundredth? (Assume that the windshield is a flat vertical surface.)
大型巴士驾驶侧的雨刮器如图所示。 臂$\overline{AB}$围绕点$A$来回摆动,扫过一个以$A$为中心垂直线的$60^{\circ}$对称弧。雨刮刀片$\overline{CD}$附着在$B$的中点,并随着臂的移动保持垂直。臂长3英尺,雨刮刀片高3.5英尺。雨刮器清洁的挡风玻璃面积有多少平方英尺,保留到小数点后两位?(假设挡风玻璃是一个平坦的垂直表面。)
stem
Correct Answer: C
The area cleaned by the wiper follows a thickened curve with vertical ends, where the curve is a $60^\circ$ arc with radius $3$. Since the sides are vertical, by Cavalieri's Principle, the area is equivalent to a rectangle with side lengths $3.5$ and the distance between the two vertical ends. Let $B'$ be the result of point $B$ at its leftmost point after it has swept $60^\circ$. Then $ABB'$ is equilateral so $BB' = AB = 3$. So the area is $3.5 \cdot 3 = \boxed{\textbf{(C) } 10.50}$. Note: if you aren't aware of Cavalieri's Principle, you can still recognize this by slicing the top curved part of the shape and moving it to the bottom, creating a rectangle with the same area as the original shape.
雨刮器清洁的面积是一个带有垂直端的加粗曲线,其中曲线是半径为3的$60^\circ$弧。由于两侧是垂直的,根据卡瓦列里原理,该面积等价于一个长宽分别为3.5和两个垂直端之间距离的矩形。设$B'$是点$B$扫过$60^\circ$后到达的最左点。那么$ABB'$是等边三角形,故$BB'=AB=3$。因此面积是$3.5\cdot3=\boxed{\textbf{(C) }10.50}$。 注:如果你不了解卡瓦列里原理,你仍然可以通过将形状顶部曲线部分切下并移动到底部来识别出,这会形成一个与原形状面积相同的矩形。
Q13
A circle has been divided into 6 sectors of different sizes. Then 2 of the sectors are painted red, 2 painted green, and 2 painted blue so that no two neighboring sectors are painted the same color. One such coloring is shown below. How many different colorings are possible?
一个圆被分成6个不同大小的扇形。然后其中2个扇形涂成红色,2个涂成绿色,2个涂成蓝色,使得没有两个相邻扇形涂成相同颜色。下面展示了一种这样的着色。 有多少种不同的着色方式?
stem
Correct Answer: D
Create an arbitrary six slice circular diagram. The first slice has 3 options, and the second has 2, third has 2, fourth has 2, fifth has 2, and the sixth has only 1 color to be chosen. Understand that if X is the set containing all possible cases of the circle, then X has a correlation to another set, call it K, which contains all the colors. This can be quite easily sought as a rotation of one element in X that accurately maps to another element in X is considered the same. In simpler terms, to account for overlapping cases in X, one must divide by 2 (as two colorings that are rotated are considered different, and we don't want that as it defeats the purpose of "unique"). Then, multiplying out we have 3×24=48. Dividing by 2 to account for overlap in X, we get 48/2 or $\boxed{\textbf{(D) } 24}$
画一个任意的六扇形圆形图。第一扇形有3种选择,第二种有2种,第三种有2种,第四种有2种,第五种有2种,第六种只有1种颜色可选。 理解如果$X$是包含所有可能圆形情况的集合,则$X$与另一个集合$K$相关,其中$K$包含所有颜色。这可以通过旋转$X$中的一个元素精确映射到$X$中的另一个元素来轻松求得,视为相同。 简单来说,为了考虑$X$中的重叠情况,必须除以2(因为两个旋转的着色被视为不同,但我们不希望这样,因为这违背了“独特”的目的)。 然后,乘积为$3\times24=48$。除以2以考虑$X$中的重叠,得$48/2$或$\boxed{\textbf{(D) }24}$
Q14
Consider a decreasing sequence of n positive integers \[x_1 > x_2 > \cdots > x_n\] that satisfies the following conditions: What is the greatest possible value of n?
考虑一个由$n$个正整数组成的降序列 \[x_1 > x_2 > \cdots > x_n\] 满足以下条件: $n$的最大可能值是多少?
Correct Answer: B
Since the mean of the first three terms is $2025$, their sum is $2025 * 3 = 6075$. Then, incorporating the fourth term makes the mean $2025-1=2024$, so their sum must be $2024 * 4 = 8096$, implying that the 4th term is $8096-6075=2021$ Doing the same for the 5th term, $2023 * 5= 10115$, 5th term is $10115-8096=2019$ Algebraically, we can model this pattern for the $k$th term = x as $(k-1)(2029-k) + x = (k)(2028-k)$ $2029k-2029-k^2+k+x=2028k-k^2$ $x=2029-2k$ So the maximum $k\le n$ for which $x$ is positive is 1014, giving our answer $n=\boxed{\textbf{(B) }1014}$
由于前三个项的平均数是$2025$,它们的和是$2025\times3=6075$。 然后,加入第四项使平均数为$2025-1=2024$,所以它们的和必须是$2024\times4=8096$,因此第4项是$8096-6075=2021$。 对第5项同样操作,$2023\times5=10115$,第5项是$10115-8096=2019$。 代数上,我们可以对第$k$项$x$建模为$(k-1)(2029-k)+x=(k)(2028-k)$ $2029k-2029-k^2+k+x=2028k-k^2$ $x=2029-2k$ 因此$x$为正的最大$k\le n$是1014,给出答案$n=\boxed{\textbf{(B) }1014}$
Q15
A container has a $1\times 1$ square bottom, a $3\times 3$ open square top, and four congruent trapezoidal sides, as shown. Starting when the container is empty, a hose that runs water at a constant rate takes $35$ minutes to fill the container up to the midline of the trapezoids. How many more minutes will it take to fill the remainder of the container?
一个容器底部是$1\times1$正方形,顶部是$3\times3$开口正方形,有四个全等的梯形侧面,如图所示。从容器为空开始,一根以恒定速率注水的软管需要35分钟将容器填充到梯形中线高度。 填充容器剩余部分还需要多少分钟?
stem
Correct Answer: D
Extend the edges pointing downwards to converge at a point $A$ to form a square pyramid. Consider 3 square pyramids, the large one formed by the top vertices of the original figure and $A$, the middle one formed by the medians running through the sides of the original figure and point $A$, and the smaller one formed by the bottom vertices of the original figure and point $A$. Note that all pyramids are similar since they are all essentially scaled by a certain factor. The median length is $\frac{3+1}{2}=2$ Using side length to volume ratios, find that the volumes must have ratios $1:8:27$ Then, you get that the ratio of the volume thus filled to the volume that we must fill is equivalent to $8-1:27-8 = 7:19$. Thus, it will take $\frac{19}{7}$ more time to fill the remaining volume giving us an answer of $\frac{19}{7} * 35 = \boxed{\textbf{(D) }95}$
将向下延伸的边缘延长到点$A$相交,形成一个正方锥。考虑3个正方锥:由原图顶部顶点和$A$形成的大锥,由原图侧面中线和点$A$形成的中锥,由原图底部顶点和点$A$形成的小锥。注意所有锥体都是相似的,因为它们本质上按一定因子缩放。 中线长度是$\frac{3+1}{2}=2$。 使用边长到体积的比例,发现体积比例为$1:8:27$。 然后,已填充体积与剩余体积的比例等价于$8-1:27-8=7:19$。 因此,填充剩余体积需要$\frac{19}{7}$倍时间,给出答案$\frac{19}{7}\times35=\boxed{\textbf{(D) }95}$
Q16
An analog clock starts at midnight and runs for $2025$ minutes before stopping. What is the tangent of the acute angle between the hour hand and the minute hand when the clock stops?
一个指针式时钟从午夜开始运行,运行了$2025$分钟后停止。时钟停止时,时针和分针之间的锐角的正切值为多少?
Correct Answer: B
When divided by $60$, $2025$ yields $33$, with a remainder of $45$. Since $33 \equiv 9 \pmod{24}$, the clock is now at $9:45$. At this time, the hour is $75\%$ over, so the hour hand is also $75\%$ of the way between $9$ and $10$. There are $360/12 = 30 ^\circ$ degrees between $9$ and $10$, and since the hour hand is $75\%$ of the way, it is $30^\circ \cdot \frac{3}{4} = \frac{45}{2}^\circ$ from the minute hand, which is pointing directly at $9$. We now just need to find $\tan{(45/2)}$. Let this be $x$. Using the tangent addition formula, we get that \[\tan{45} = \frac{x + x}{1 - x\cdot x}\] \[1 = \frac{2x}{1-x^2}\] \[x^2+2x-1 = 0.\] Using the Quadratic Formula, and knowing $x$ must be positive since $0 < x < 90$, we get $x = \tan{(45/2)}= \boxed{\sqrt{2}-1}$ Note: One could solve this quickly using the *tangent half angle identity*, which is $\tan(\frac{\theta}{2}) = \frac{\sin(\theta)}{1+\cos(\theta)} = \frac{1-\cos(\theta)}{\sin(\theta)}$ ~math660
$2025$除以$60$得商$33$,余数$45$。因为$33\equiv 9\pmod{24}$,此时钟指向$9:45$。 此时,时针已走过$75\%$的进度,即从$9$到$10$之间的$75\%$。$9$到$10$之间有$360/12 = 30 ^\circ$度,时针走了$30^\circ \cdot \frac{3}{4} = \frac{45}{2}^\circ$,而分针指向$9$。 现在只需求$\tan{(45/2)}$。设此值为$x$。使用正切加法公式,得到 \[\tan{45} = \frac{x + x}{1 - x\cdot x}\] \[1 = \frac{2x}{1-x^2}\] \[x^2+2x-1 = 0。\] 使用二次公式,且知$x$为正(因为$0 < x < 90$),得$x = \tan{(45/2)}= \boxed{\sqrt{2}-1}$ 注:也可以使用*正切半角公式*快速求解,即$\tan(\frac{\theta}{2}) = \frac{\sin(\theta)}{1+\cos(\theta)} = \frac{1-\cos(\theta)}{\sin(\theta)}$
Q17
Each of the $9$ squares in a ${3 \times 3}$ grid is to be colored red, blue, or yellow in such a way that each red square shares an edge with at least one blue square, each blue square shares an edge with at least one yellow square, and each yellow square shares an edge with at least one red square. Colorings that can be obtained from one another by rotations and/or reflections are considered the same. How many different colorings are possible?
一个$3 \times 3$网格的$9$个方格将被涂成红色、蓝色或黄色,使得每个红色方格与至少一个蓝色方格共享边,每个蓝色方格与至少一个黄色方格共享边,每个黄色方格与至少一个红色方格共享边。由旋转和/或反射得到的着色视为相同。可能的不同着色有多少种?
Correct Answer: C
Denote $1=\text{red}$, $2=\text{blue}$, $3=\text{yellow}$. We need $1\to 2\to 3\to 1$. WLOG place $1$ in the center $(0,0)$, $2$ on the left edge $(-1,0)$, $3$ on the top-left corner $(-1,1)$. \[\begin{bmatrix} 3 & 0 & 0 \\ 2 & 1 & 0 \\ 0 & 0 & 0 \end{bmatrix}\] $3$ must see $1$, so the top edge $(0,1)$ must also have $1$. Then, $1$ must see $2$, so the top-right corner $(1,1)$ becomes $2$, which must see $3$, so the right edge $(1,0)$ must have $3$. \[\begin{bmatrix} 3 & 1 & 2 \\ 2 & 1 & 3 \\ 0 & 0 & 0 \end{bmatrix}\] Now this bottom-right corner can vary either as $1$, $2$ or $3$. Cases on $(1,-1)$: If $1$: \[\begin{bmatrix} 3 & 1 & 2 \\ 2 & 1 & 3 \\ 3 & 2 & 1 \end{bmatrix}\] but the 3 needs a 1 and does not have it, so there are $0$ cases. If $2$: \[\begin{bmatrix} 3 & 1 & 2 \\ 2 & 1 & 3 \\ b & a & 2 \end{bmatrix}\] if $a=1$, $b$ can be $1$ or $3$. If $a=2$, $b=3$, but the 3 needs a 1 and can't get it. If $a=3$, $b=1,2$, so there are $4$ cases in total. If $3$: \[\begin{bmatrix} 3 & 1 & 2 \\ 2 & 1 & 3 \\ 2 & 1 & 3 \end{bmatrix}\] Since the 2 in the bottom left corner does not have a 3 nearby, there are $0$ cases. WLOG the center fixes a factor of $3$, so the answer is $4\cdot 3=\boxed{\textbf{(C) } 12}$.
记$1=\text{红}$,$2=\text{蓝}$,$3=\text{黄}$。需满足$1\to 2\to 3\to 1$。 不失一般性,将$1$置于中心$(0,0)$,$2$于左边$(-1,0)$,$3$于左上角$(-1,1)$。 \[\begin{bmatrix} 3 & 0 & 0 \\ 2 & 1 & 0 \\ 0 & 0 & 0 \end{bmatrix}\] $3$必须邻接$1$,故上边$(0,1)$必须为$1$。则$1$必须邻接$2$,故右上角$(1,1)$为$2$,其必须邻接$3$,故右边$(1,0)$为$3$。 \[\begin{bmatrix} 3 & 1 & 2 \\ 2 & 1 & 3 \\ 0 & 0 & 0 \end{bmatrix}\] 现在右下角可为$1$、$2$或$3$。 对$(1,-1)$分类讨论: 若为$1$: \[\begin{bmatrix} 3 & 1 & 2 \\ 2 & 1 & 3 \\ 3 & 2 & 1 \end{bmatrix}\] 但$3$无邻接$1$,故$0$种。 若为$2$: \[\begin{bmatrix} 3 & 1 & 2 \\ 2 & 1 & 3 \\ b & a & 2 \end{bmatrix}\] 若$a=1$,$b$可为$1$或$3$;若$a=2$,$b=3$,但$3$无邻接$1$;若$a=3$,$b=1,2$,共$4$种。 若为$3$: \[\begin{bmatrix} 3 & 1 & 2 \\ 2 & 1 & 3 \\ 2 & 1 & 3 \end{bmatrix}\] 左下角$2$无邻接$3$,故$0$种。 中心固定一种情况,对称有因子$3$,故答案$4\cdot 3=\boxed{\textbf{(C) } 12}$。
Q18
Awnik repeatedly plays a game that has a probability of winning of $\frac{1}{3}$. The outcomes of the games are independent. What is the expected value of the number of games he will play until he has both won and lost at least once?
Awnik反复玩一个获胜概率为$\frac{1}{3}$的游戏。各游戏结果独立。他玩到既赢过又输过至少一次的游戏数期望值为多少?
Correct Answer: D
Let the probability of a win be $p$ and the probability of a loss be $q$. If the first game is a win, then we must find the expected number of further games to get a loss, which will be $\frac{1}{q}$. In addition to the first game played, there will be $1+\frac{1}{q}$ games played. Therefore, the expected number of games needed to get a win on game $1$ and then a loss is $(p)\left(1+\frac{1}{q}\right).$ Similarly, if the first game is a loss, we need to the find the expected number of further games to get a win, which will be $\frac{1}{p}$. There will be a total of $1+\frac{1}{p}$ games played. Therefore, the expected number of games needed to get a loss on game $1$ and then a win is $(q)\left(1+\frac{1}{p}\right).$ The answer is \[(p)\left(1+\frac{1}{q}\right) + (q)\left(1+\frac{1}{p}\right)\] \[\left(\frac{1}{3}\right) \left(1+\frac{3}{2}\right) + \left(\frac{2}{3}\right)(1+3) = \frac{5}{6} + \frac{8}{3} = \boxed{\frac{7}{2}}.\]
设获胜概率为$p$,失败概率为$q$。若第一局赢,则需进一步求得失败的期望游戏数为$\frac{1}{q}$。加上第一局,共$1+\frac{1}{q}$局。故第一局赢后总期望为$(p)\left(1+\frac{1}{q}\right)$。 类似,若第一局输,则需进一步求得获胜的期望游戏数为$\frac{1}{p}$,总共$1+\frac{1}{p}$局。故第一局输后总期望为$(q)\left(1+\frac{1}{p}\right)$。 答案为 \[(p)\left(1+\frac{1}{q}\right) + (q)\left(1+\frac{1}{p}\right)\] \[\left(\frac{1}{3}\right) \left(1+\frac{3}{2}\right) + \left(\frac{2}{3}\right)(1+3) = \frac{5}{6} + \frac{8}{3} = \boxed{\frac{7}{2}}.\]
Q19
A rectangular grid of squares has $141$ rows and $91$ columns. Each square has room for two numbers. Horace and Vera each fill in the grid by putting the numbers from $1$ through $141 \times 91 = 12{,}831$ into the squares. Horace fills the grid horizontally: he puts $1$ through $91$ in order from left to right into row $1$, puts $92$ through $182$ into row $2$ in order from left to right, and continues similarly through row $141$. Vera fills the grid vertically: she puts $1$ through $141$ in order from top to bottom into column $1$, then $142$ through $282$ into column $2$ in order from top to bottom, and continues similarly through column $91$. How many squares get two copies of the same number?
一个矩形方格网格有$141$行和$91$列。每个方格可容纳两个数字。Horace和Vera各填充网格,将$1$到$141 \times 91 = 12{,}831$的数字放入方格。Horace横向填充:第$1$行从左到右放$1$到$91$,第$2$行放$92$到$182$,依此类推至第$141$行。Vera纵向填充:第$1$列从上到下放$1$到$141$,第$2$列放$142$到$282$,依此类推至第$91$列。有多少方格得到两个相同数字?
Correct Answer: C
Let's say $n$ is one of the numbers that got written twice in the same box. Suppose it is at column $x$ and row $y$. We will write an expression for $n$ in terms of $x$ and $y$ in two ways: from Horace's perspective and Vera's perspective. From Horace's perspective, $n = (y-1)(141) + x$. This is because there are $y-1$ full rows before $n$, and we then need $x$ more numbers to reach $n$. Similarly, Vera will say $n = (x-1)(91) + y$. We now have the Diophantine equation \[(y-1)(141) + x = (x-1)(91)+y\] \[141y-141+x = 91x-91+y\] \[140y=90x+50\] \[14y = 9x + 5\] One such solution is, of course, $x=y=1$. We find further solutions by adding $14$ to $x$ and $9$ to $y$. For example, the second solution is $(15,10)$. This continues until $(141,91)$ is reached. There are $\boxed{11}$ ordered pairs in this list.
设$n$是同一格写两次的数字。假设在第$x$列第$y$行。从Horace视角,$n = (y-1)(141) + x$,因为前$y-1$行满,加上$x$个。从Vera视角,$n = (x-1)(91)+y$。 得二元一次不定方程 \[(y-1)(141) + x = (x-1)(91)+y\] \[141y-141+x = 91x-91+y\] \[140y=90x+50\] \[14y = 9x + 5\] 一解为$x=y=1$。进一步解为$x$加$14$,$y$加$9$,如第二解$(15,10)$。直至达到$(141,91)$。共有$\boxed{11}$个有序对。
Q20
A frog hops along the number line according to the following rules: What is the probability that the frog reaches $4?$
一只青蛙沿数轴跳跃,按照以下规则: 青蛙到达$4$的概率是多少?
Correct Answer: E
We will solve this using states. Let $P_n$ be the probability of reaching $4$, given that you start from $n$. We want to find $P_0$. Of course, $P_4 = 1$. We also know that \[P_3 = \frac{1}{4}P_4 + \frac{1}{4}P_2\] \[P_2 = \frac{1}{4}P_3 + \frac{1}{4}P_1\] \[P_1 = \frac{1}{4}P_2 + \frac{1}{4}P_0\] \[P_0 = \frac{1}{2}P_1.\] Solving the system, we find that $P_1 = \frac{2}{97}$ and $P_0 = \boxed{\frac{1}{97}}.$
使用状态法。设$P_n$为从$n$出发到达$4$的概率。求$P_0$。显然$P_4 = 1$。另 \[P_3 = \frac{1}{4}P_4 + \frac{1}{4}P_2\] \[P_2 = \frac{1}{4}P_3 + \frac{1}{4}P_1\] \[P_1 = \frac{1}{4}P_2 + \frac{1}{4}P_0\] \[P_0 = \frac{1}{2}P_1.\] 解方程组,得$P_1 = \frac{2}{97}$,$P_0 = \boxed{\frac{1}{97}}$。
Q21
Two non-congruent triangles have the same area. Each triangle has sides of length $8$ and $9$, and the third side of each triangle has integer length. What is the sum of the lengths of the third sides?
有两个不相容的三角形,它们的面积相同。每个三角形都有边长为$8$和$9$,每个三角形的第三条边长为整数。第三条边的长度的和是多少?
Correct Answer: C
Let the angles between the $8$ and $9$ sides be $\theta_1$ and $\theta_2$. Relating the two triangles' areas, we get \[\frac{1}{2} \cdot 8 \cdot 9 \cdot \sin{\theta_1} = \frac{1}{2} \cdot 8 \cdot 9 \cdot \sin{\theta_2}\] \[\sin{\theta_1} = \sin{\theta_2}\] For this to be true, $\theta_1 + \theta_2 = 180.$ We will now apply Law of Cosines to get an expression for $s_1$ and $s_2$ in terms of $\theta_1$ and $\theta_2$. \[s_1^2 = 8^2 + 9^2 - (2)(8)(9)\cos(\theta_1)\] \[s_2^2 = 8^2 + 9^2 - (2)(8)(9)\cos(180-\theta_1).\] Noting that $\cos{\theta_1} = -\cos{(180 - \theta_1)}$, we can add the two equations to get that \[s_1^2 + s_2^2 = 290.\] We now need two perfect squares that add to $290$. After some analysis, we find $121 + 169 = 290$. Therefore, $s_1 = 11$ and $s_2 = 13$, so our answer is $11 + 13 = \boxed{24}.$ Note that the $\cos{\theta_1} = 1/6.$ Also, note that $289 + 1 = 290$, but $17$ and $1$ are not valid side lengths due to the Triangle Inequality.
设$8$和$9$边之间的夹角分别为$\theta_1$和$\theta_2$。将两个三角形的面积关联起来,得到 \[\frac{1}{2} \cdot 8 \cdot 9 \cdot \sin{\theta_1} = \frac{1}{2} \cdot 8 \cdot 9 \cdot \sin{\theta_2}\] \[\sin{\theta_1} = \sin{\theta_2}\] 要使之成立,$\theta_1 + \theta_2 = 180^\circ$。 现在应用余弦定律,得到$s_1$和$s_2$关于$\theta_1$和$\theta_2$的表达式。 \[s_1^2 = 8^2 + 9^2 - (2)(8)(9)\cos(\theta_1)\] \[s_2^2 = 8^2 + 9^2 - (2)(8)(9)\cos(180-\theta_1)。\] 注意到$\cos{\theta_1} = -\cos{(180 - \theta_1)}$,我们可以将两个方程相加得到 \[s_1^2 + s_2^2 = 290。\] 现在需要两个完全平方和为$290$。经过分析,发现$121 + 169 = 290$。因此,$s_1 = 11$且$s_2 = 13$,答案是$11 + 13 = \boxed{24}$。 注意$\cos{\theta_1} = 1/6$。还需注意$289 + 1 = 290$,但$17$和$1$由于三角不等式不是有效边长。
solution
Q22
What is the greatest possible area of the triangle in the complex plane with vertices $2z$, $(1+i)z$, and $(1-i)z$, where $z$ is a complex number satisfying $|4z - 2| = 1$?
在复平面中,顶点为$2z$、$(1+i)z$和$(1-i)z$的三角形,$z$是满足$|4z - 2| = 1$的复数,该三角形的最大可能面积是多少?
Correct Answer: C
Because we can factor $z$ from each vertex, the area of the triangle is equal to $|z|^2$ multiplied by the area of the triangle with vertices $2, 1+i, 1-i$. The vertical side of that triangle has length $2$ and the altitude to that side has length $1$, so the area is $1$. We now just need the maximum possible value of $|z|^2$. The equation $|4z-2| = 1$ can be rewritten as $|z-1/2| = 1/4$. Therefore, it exists as a circle with radius $1/4$ and center at $(1/2, 0)$ on the complex plane. The maximum possible magnitude of a complex number on this circle occurs with $\frac{3}{4}$, with magnitude $\frac{3}{4}$. We can justify this because the line connecting the origin and the complex number $\frac{3}{4}$ goes through the center of the circle. Our answer is then $\left(\frac{3}{4}\right)^2 = \boxed{\frac{9}{16}}.$
因为我们可以从每个顶点提取$z$,三角形的面积等于$|z|^2$乘以顶点为$2$、$1+i$、$1-i$的三角形的面积。 该三角形的垂直边长为$2$,到该边的垂线高度为$1$,所以面积为$1$。现在只需找到$|z|^2$的最大可能值。 方程$|4z-2| = 1$可以改写为$|z-1/2| = 1/4$。因此,它是复平面中心为$(1/2, 0)$、半径为$1/4$的圆。该圆上复数的最大模发生在$\frac{3}{4}$处,模为$\frac{3}{4}$。这是因为连接原点和复数$\frac{3}{4}$的直线穿过圆心。 答案于是$\left(\frac{3}{4}\right)^2 = \boxed{\frac{9}{16}}$。
Q23
Let $S$ be the set of all integers $z > 1$ such that for all pairs of nonnegative integers $(x, y)$ with $x < y < z$, the remainder when $2025x$ is divided by $z$ is less than the remainder when $2025y$ is divided by $z$. What is the sum of the elements of $S$?
设$S$为所有整数$z > 1$的集合,使得对于所有非负整数对$(x, y)$满足$x < y < z$,$2025x$除以$z$的余数小于$2025y$除以$z$的余数。$S$的元素之和是多少?
Correct Answer: E
Notice that there are $z$ distinct remainders modulo $z$. However, if we let $R(x)$ denote the remainder when $2025x$ is divided by $z$, we know that by the problem condition, \[R(0)<R(1)<R(2)<\cdots<R(z-1)\] But there are only $z$ distinct remainders, and each of the $z$ terms above must correspond to a distinct remainder, so we must have $R(k)=k$ for all $k=0,1,\dots,z-1$. Then $2025k\equiv k\pmod{z}$, so $2024k\equiv 0\pmod{z}$. Since $k$ can vary, this is equivalent to $2024\equiv 0\pmod{z}$, or $z\mid 2024$. Therefore, the values $z$ that satisfy the property are the factors of $2024$, so we simply need to find the sum of the factors of $2024$ and subtract $1$ at the end since $z\ne 1$. But $2024=2^3\cdot 11\cdot 23$, so the sum of the factors minus $1$ is \[(1+2+4+8)(1+11)(1+23)-1=15\cdot12\cdot24-1=4320-1=\boxed{\textbf{(E)}~4319 }.\]
注意到模$z$有$z$个不同的余数。但是,如果令$R(x)$表示$2025x$除以$z$的余数,根据题目条件, \[R(0)<R(1)<R(2)<\cdots<R(z-1)\] 但只有$z$个不同的余数,上面的$z$项必须对应不同的余数,因此必须有$R(k)=k$对所有$k=0,1,\dots,z-1$成立。那么$2025k\equiv k\pmod{z}$,所以$2024k\equiv 0\pmod{z}$。由于$k$可变,这等价于$2024\equiv 0\pmod{z}$,即$z\mid 2024$。 因此,满足性质的$z$是$2024$的因数,所以只需找到$2024$的因数和并减去$1$(因为$z\ne 1$)。但$2024=2^3\cdot 11\cdot 23$,因数和减$1$为 \[(1+2+4+8)(1+11)(1+23)-1=15\cdot12\cdot24-1=4320-1=\boxed{\textbf{(E)}~4319 }\]。
Q24
How many real numbers satisfy the equation $\sin(20\pi x) = \log_{20}(x)$?
有多少实数满足方程$\sin(20\pi x) = \log_{20}(x)$?
Correct Answer: D
Let $f(x)=\sin(20\pi x)$ and $g(x)=\log_{20}(x)$. Note that $g$ passes through $\left(\frac{1}{20},-1\right)$ and $(1,0)$ and $(20,1)$; these are the extrema and midpoint of $f$. We want to find the number of intersections of $f$ and $g$. Let an occurrence of sine passing under the $x$-axis a down-dip, and similarly define an up-dip. We find that the period of $f$ is $\frac{1}{10}$, so between $x=\frac{1}{20}$ and $x=1$ the number of periods is $9.5$. The first period indeed counts, so effectively we have $10$ down-dips in this interval. Each down-dip contributes $2$ to the total, so we have $20$ total intersections. From $x=1$ to $x=20$, there are $190$ periods, each of which also contributes $2$ to the total due to the up-dips. Therefore, this case contributes $380$ points to the total. But $(1,0)$ is counted in both cases, so the total is $20+380-1=\boxed{\textbf{(D) } 399}$.
设$f(x)=\sin(20\pi x)$和$g(x)=\log_{20}(x)$。注意$g$经过$\left(\frac{1}{20},-1\right)$、$(1,0)$和$(20,1)$;这些是$f$的极值和中点。我们要找到$f$和$g$的交点个数。 设正弦波穿过$x$轴下方的一次下潜为down-dip,类似定义up-dip。我们发现$f$的周期为$\frac{1}{10}$,所以从$x=\frac{1}{20}$到$x=1$有$9.5$个周期。第一个周期确实计入,所以有效有$10$个down-dip在此区间。每个down-dip贡献$2$个交点,总共$20$个。 从$x=1$到$x=20$,有$190$个周期,每个由于up-dip也贡献$2$个。因此,此区间贡献$380$个点。 但$(1,0)$被双重计数,总数为$20+380-1=\boxed{\textbf{(D) } 399}$。
Q25
Three concentric circles have radii $1$, $2$, and $3$. An equilateral triangle of side length $s$ has one vertex on each circle. What is $s^{2}$?
三个同心圆的半径分别为$1$、$2$和$3$。边长为$s$的等边三角形有一个顶点在每个圆上。求$s^{2}$。
Correct Answer: E
Let $\triangle ABC$ and center $O$ be such that $OA=1, OB=2, OC=3$. Suppose the length of the side of $ABC$ is $s$. Noticing that $OA + OB = OC$, we suspect that $OACB$ is a cyclic quadrilateral. If it was, we could apply Ptolemy's Theorem, which would say that \[CB \cdot OA + OB \cdot AC = OC \cdot AB\] \[s + 2s = 3s.\] Because Ptolemy's is true, $OACB$ is cyclic. Because it's cyclic, $\angle AOB = 180 - \angle BCA = 120$. Applying Law of Cosines on $AOB$, we get \[s^2 = 1^2 + 2^2 - 2 \cdot 1 \cdot 2 \cdot \cos{120}\] \[s^2 = 1 + 4 +2 = \boxed{7}.\]
设$\triangle ABC$和圆心$O$使得$OA=1$、$OB=2$、$OC=3$。设$ABC$的边长为$s$。注意到$OA + OB = OC$,我们怀疑$OACB$是循环四边形。如果是,我们可以应用托勒密定理,即 \[CB \cdot OA + OB \cdot AC = OC \cdot AB\] \[s + 2s = 3s。\] 因为托勒密定理成立,$OACB$是循环的。因为它是循环的,$\angle AOB = 180 - \angle BCA = 120^\circ$。在$AOB$上应用余弦定律,得到 \[s^2 = 1^2 + 2^2 - 2 \cdot 1 \cdot 2 \cdot \cos{120^\circ}\] \[s^2 = 1 + 4 +2 = \boxed{7}。\]