/

AMC12 2023 A

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

AMC12 · 2023 (A)

Q1
Cities $A$ and $B$ are $45$ miles apart. Alicia lives in $A$ and Beth lives in $B$. Alicia bikes towards $B$ at 18 miles per hour. Leaving at the same time, Beth bikes toward $A$ at 12 miles per hour. How many miles from City $A$ will they be when they meet?
城市 $A$ 和 $B$ 相距 $45$ 英里。Alicia 住在 $A$,Beth 住在 $B$。Alicia 以每小时 $18$ 英里的速度向 $B$ 骑行。与此同时,Beth 以每小时 $12$ 英里的速度向 $A$ 骑行。他们相遇时距离城市 $A$ 有多少英里?
Correct Answer: E
This is a $d=st$ problem, so let $x$ be the time it takes to meet. We can write the following equation: \[12x+18x=45\] Solving gives us $x=1.5$. The $18x$ is Alicia so $18\times1.5=\boxed{\textbf{(E) 27}}$
这是一个 $d=st$ 问题,让 $x$ 为相遇所需时间。我们可以写出以下方程: \[12x+18x=45\] 解得 $x=1.5$。$18x$ 是 Alicia,所以 $18\times1.5=\boxed{\textbf{(E) 27}}$
Q2
The weight of $\frac{1}{3}$ of a large pizza together with $3 \frac{1}{2}$ cups of orange slices is the same as the weight of $\frac{3}{4}$ of a large pizza together with $\frac{1}{2}$ cup of orange slices. A cup of orange slices weighs $\frac{1}{4}$ of a pound. What is the weight, in pounds, of a large pizza?
一大块披萨的 $\frac{1}{3}$ 连同 $3 \frac{1}{2}$ 杯橙子片的总重量,等于一大块披萨的 $\frac{3}{4}$ 连同 $\frac{1}{2}$ 杯橙子片的总重量。一杯橙子片重 $\frac{1}{4}$ 磅。一大块披萨的重量是多少磅?
Correct Answer: A
Use a system of equations. Let $x$ be the weight of a pizza and $y$ be the weight of a cup of orange slices. We have \[\frac{1}{3}x+\frac{7}{2}y=\frac{3}{4}x+\frac{1}{2}y.\] Rearranging, we get \begin{align*} \frac{5}{12}x&=3y, \\ x&=\frac{36}{5}y. \end{align*} Plugging in $\frac{1}{4}$ pounds for $y$ by the given gives $\frac{9}{5}=\boxed{\textbf{(A) }1\frac{4}{5}}.$
使用方程组。设 $x$ 为披萨的重量,$y$ 为一杯橙子片的重量。 我们有 \[\frac{1}{3}x+\frac{7}{2}y=\frac{3}{4}x+\frac{1}{2}y.\] 整理得 \begin{align*} \frac{5}{12}x&=3y, \\ x&=\frac{36}{5}y. \end{align*} 代入已知 $y=\frac{1}{4}$ 磅,得 $\frac{9}{5}=\boxed{\textbf{(A) }1\frac{4}{5}}.$
Q3
How many positive perfect squares less than $2023$ are divisible by $5$?
小于 $2023$ 的正完全平方数中,能被 $5$ 整除的有多少个?
Correct Answer: A
Since $\left \lfloor{\sqrt{2023}}\right \rfloor = 44$, there are $\left \lfloor{\frac{44}{5}}\right \rfloor = \boxed{\textbf{(A) 8}}$ perfect squares less than 2023 that are divisible by 5.
由于 $\left \lfloor{\sqrt{2023}}\right \rfloor = 44$,小于 $2023$ 且能被 $5$ 整除的完全平方数有 $\left \lfloor{\frac{44}{5}}\right \rfloor = \boxed{\textbf{(A) 8}}$ 个。
Q4
How many digits are in the base-ten representation of $8^5 \cdot 5^{10} \cdot 15^5$?
$8^5 \cdot 5^{10} \cdot 15^5$ 的十进制表示中有多少位数字?
Correct Answer: E
Prime factorizing this gives us $2^{15}\cdot3^{5}\cdot5^{15}=10^{15}\cdot3^5=243\cdot10^{15}$. $10^{15}$ has $16$ digits and $243$ = $2.43*10^{2}$ gives us $3$ more digits. $16+2=\text{\boxed{\textbf{(E) }18}}$ $2.43*10^{17}$ has $18$ digits
质因数分解得 $2^{15}\cdot3^{5}\cdot5^{15}=10^{15}\cdot3^5=243\cdot10^{15}$。 $10^{15}$ 有 $16$ 位数字,$243 = 2.43*10^{2}$ 增加 $3$ 位数字。$16+2=\text{\boxed{\textbf{(E) }18}}$ $2.43*10^{17}$ 有 $18$ 位数字
Q5
Janet rolls a standard $6$-sided die $4$ times and keeps a running total of the numbers she rolls. What is the probability that at some point, her running total will equal $3$?
Janet 掷一次标准的 $6$ 面骰子 $4$ 次,并保持掷骰数字的累加总和。她的累加总和某时刻等于 $3$ 的概率是多少?
Correct Answer: B
There are $3$ cases where the running total will equal $3$: one roll; two rolls; or three rolls: Case 1: The chance of rolling a running total of $3$, namely $(3)$ in exactly one roll is $\frac{1}{6}$. Case 2: The chance of rolling a running total of $3$ in exactly two rolls, namely $(1, 2)$ and $(2, 1)$ is $\frac{1}{6}\cdot\frac{1}{6}\cdot2=\frac{1}{18}$. Case 3: The chance of rolling a running total of 3 in exactly three rolls, namely $(1, 1, 1)$ is $\frac{1}{6}\cdot\frac{1}{6}\cdot\frac{1}{6}=\frac{1}{216}$. Using the rule of sum we have $\frac{1}{6}+\frac{1}{18}+\frac{1}{216}=\boxed{\textbf{(B) }\frac{49}{216}}$.
累加总和等于 $3$ 有 $3$ 种情况:一次掷骰;两次掷骰;或三次掷骰: 情况 1: 恰好一次掷骰得到累加总和 $3$,即 $(3)$,概率 $\frac{1}{6}$。 情况 2: 恰好两次掷骰得到累加总和 $3$,即 $(1, 2)$ 和 $(2, 1)$,概率 $\frac{1}{6}\cdot\frac{1}{6}\cdot2=\frac{1}{18}$。 情况 3: 恰好三次掷骰得到累加总和 $3$,即 $(1, 1, 1)$,概率 $\frac{1}{6}\cdot\frac{1}{6}\cdot\frac{1}{6}=\frac{1}{216}$。 用加法原理,总概率 $\frac{1}{6}+\frac{1}{18}+\frac{1}{216}=\boxed{\textbf{(B) }\frac{49}{216}}$。
Q6
Points $A$ and $B$ lie on the graph of $y=\log_{2}x$. The midpoint of $\overline{AB}$ is $(6, 2)$. What is the positive difference between the $x$-coordinates of $A$ and $B$?
点 $A$ 和 $B$ 位于 $y=\log_{2}x$ 的图像上。线段 $\overline{AB}$ 的中点为 $(6, 2)$。$A$ 和 $B$ 的 $x$ 坐标的正差是多少?
Correct Answer: D
Let $A(6+m,2+n)$ and $B(6-m,2-n)$, since $(6,2)$ is their midpoint. Thus, we must find $2m$. We find two equations due to $A,B$ both lying on the function $y=\log_{2}x$. The two equations are then $\log_{2}(6+m)=2+n$ and $\log_{2}(6-m)=2-n$. Now add these two equations to obtain $\log_{2}(6+m)+\log_{2}(6-m)=4$. By logarithm rules, we get $\log_{2}((6+m)(6-m))=4$. By raising 2 to the power of both sides, we obtain $(6+m)(6-m)=16$. We then get \[36-m^2=16 \rightarrow m^2=20 \rightarrow m=2\sqrt{5}\]. Since we're looking for $2m$, we obtain $(2)(2\sqrt{5})=\boxed{\textbf{(D) }4\sqrt{5}}$
设 $A(6+m,2+n)$ 和 $B(6-m,2-n)$,因为 $(6,2)$ 是它们的中点。因此,我们需要求 $2m$。由于 $A,B$ 都位于函数 $y=\log_{2}x$ 上,我们得到两个方程:$\log_{2}(6+m)=2+n$ 和 $\log_{2}(6-m)=2-n$。将这两个方程相加,得到 $\log_{2}(6+m)+\log_{2}(6-m)=4$。根据对数法则,得到 $\log_{2}((6+m)(6-m))=4$。两边取 $2$ 的幂,得到 $(6+m)(6-m)=16$。从而 $[36-m^2=16 \rightarrow m^2=20 \rightarrow m=2\sqrt{5}]$。我们需要 $2m$,因此 $(2)(2\sqrt{5})=\boxed{\textbf{(D) }4\sqrt{5}}$
Q7
A digital display shows the current date as an $8$-digit integer consisting of a $4$-digit year, followed by a $2$-digit month, followed by a $2$-digit date within the month. For example, Arbor Day this year is displayed as $20230428.$ For how many dates in $2023$ does each digit appear an even number of times in the $8$-digital display for that date?
一个数字显示屏将当前日期显示为一个由 $8$ 位数字组成的整数,包括 $4$ 位年份、紧接着的 $2$ 位月份、以及月份内的 $2$ 位日期。例如,今年树日显示为 $20230428$。在 $2023$ 年的多少个日期中,$8$ 位数字显示中每个数字出现的次数都是偶数?
Correct Answer: E
Do careful casework by each month. Make sure to start with 2023. In the month and the date, we need a $0$, a $3$, and two digits repeated (which has to be $1$ and $2$ after consideration). After the casework, we get $\boxed{\textbf{(E)}~9}$. For curious readers, the numbers (in chronological order) are:
按每个月仔细分类讨论。确保从 $2023$ 开始。在月份和日期中,我们需要一个 $0$、一个 $3$,以及两个重复的数字(考虑后必须是 $1$ 和 $2$)。分类讨论后,得到 $\boxed{\textbf{(E)}~9}$。 对于好奇的读者,按时间顺序的数字是:
Q8
Maureen is keeping track of the mean of her quiz scores this semester. If Maureen scores an $11$ on the next quiz, her mean will increase by $1$. If she scores an $11$ on each of the next three quizzes, her mean will increase by $2$. What is the mean of her quiz scores currently?
莫琳正在记录本学期测验成绩的平均分。如果莫琳在下一次测验中得 $11$ 分,她的平均分将增加 $1$ 分。如果她在接下来的三场测验中每场都得 $11$ 分,她的平均分将增加 $2$ 分。目前她的测验成绩平均分是多少?
Correct Answer: D
Let $a$ represent the amount of tests taken previously and $x$ the mean of the scores taken previously. We can write the following equations: \[\frac{ax+11}{a+1}=x+1\qquad (1)\] \[\frac{ax+33}{a+3}=x+2\qquad (2)\] Multiplying equation $(1)$ by $(a+1)$ and solving, we get: \[ax+11=ax+a+x+1\] \[11=a+x+1\] \[a+x=10\qquad (3)\] Multiplying equation $(2)$ by $(a+3)$ and solving, we get: \[ax+33=ax+2a+3x+6\] \[33=2a+3x+6\] \[2a+3x=27\qquad (4)\] Solving the system of equations for $(3)$ and $(4)$, we find that $a=3$ and $x=\boxed{\textbf{(D) }7}$.
设 $a$ 表示之前参加的测试次数,$x$ 表示之前成绩的平均分。 我们可以写出以下方程: \[\frac{ax+11}{a+1}=x+1\qquad (1)\] \[\frac{ax+33}{a+3}=x+2\qquad (2)\] 将方程 $(1)$ 乘以 $(a+1)$ 并解得: \[ax+11=ax+a+x+1\] \[11=a+x+1\] \[a+x=10\qquad (3)\] 将方程 $(2)$ 乘以 $(a+3)$ 并解得: \[ax+33=ax+2a+3x+6\] \[33=2a+3x+6\] \[2a+3x=27\qquad (4)\] 解 $(3)$ 和 $(4)$ 的方程组,得到 $a=3$ 和 $x=\boxed{\textbf{(D) }7}$。
Q9
A square of area $2$ is inscribed in a square of area $3$, creating four congruent triangles, as shown below. What is the ratio of the shorter leg to the longer leg in the shaded right triangle?
一个面积为 $2$ 的正方形内接在一个面积为 $3$ 的正方形中,形成了四个全等的三角形,如下图所示。阴影直角三角形的短腿与长腿的比是多少?
stem
Correct Answer: C
The side lengths of the inner square and outer square are $\sqrt{2}$ and $\sqrt{3}$ respectively. Let the shorter side of our triangle be $x$, thus the longer leg is $\sqrt{3}-x$. Hence, by the Pythagorean Theorem, we have \begin{align*} (\sqrt{3}-x)^2+x^2&=(\sqrt{2})^2 \\ 3-2\sqrt{3}x+x^2+x^2&=2 \\ 2x^2-2\sqrt{3}x+1&=0. \end{align*} By the quadratic formula, we find that $x=\frac{\sqrt{3}\pm1}{2}$, so the answer is $\frac{\sqrt{3}-1}{\sqrt{3}+1}=\boxed{\textbf{(C) }2-\sqrt3}.$
内正方形的边长为 $\sqrt{2}$,外正方形的边长为 $\sqrt{3}$。设三角形的短边为 $x$,则长腿为 $\sqrt{3}-x$。 因此,根据勾股定理,有 \begin{align*} (\sqrt{3}-x)^2+x^2&=(\sqrt{2})^2 \\ 3-2\sqrt{3}x+x^2+x^2&=2 \\ 2x^2-2\sqrt{3}x+1&=0. \end{align*} 使用二次公式,得到 $x=\frac{\sqrt{3}\pm1}{2}$,因此答案是 $\frac{\sqrt{3}-1}{\sqrt{3}+1}=\boxed{\textbf{(C) }2-\sqrt3}$。
Q10
Positive real numbers $x$ and $y$ satisfy $y^3=x^2$ and $(y-x)^2=4y^2$. What is $x+y$?
正实数 $x$ 和 $y$ 满足 $y^3=x^2$ 和 $(y-x)^2=4y^2$。$x+y$ 等于多少?
Correct Answer: D
Because $y^3=x^2$, set $x=a^3$, $y=a^2$ ($a\neq 0$). Put them in $(y-x)^2=4y^2$ we get $(a^2(a-1))^2=4a^4$ which implies $a^2-2a+1=4$. Solve the equation to get $a=3$ or $-1$. Since $x$ and $y$ are positive, $a=3$ and $x+y=3^3+3^2=\boxed{\textbf{(D)} 36}$.
因为 $y^3=x^2$,设 $x=a^3$,$y=a^2$ ($a\neq 0$)。将它们代入 $(y-x)^2=4y^2$,得到 $(a^2(a-1))^2=4a^4$,从而 $a^2-2a+1=4$。解方程得到 $a=3$ 或 $-1$。由于 $x$ 和 $y$ 为正,$a=3$,$x+y=3^3+3^2=\boxed{\textbf{(D)} 36}$。
Q11
What is the degree measure of the acute angle formed by lines with slopes $2$ and $\frac{1}{3}$?
斜率为 $2$ 和 $\frac{1}{3}$ 的两条直线所形成的锐角的度量是多少度?
Correct Answer: C
Remind that $\text{slope}=\dfrac{\Delta y}{\Delta x}=\tan \theta$ where $\theta$ is the angle between the slope and $x$-axis. $k_1=2=\tan \alpha$, $k_2=\dfrac{1}{3}=\tan \beta$. The angle formed by the two lines is $\alpha-\beta$. $\tan(\alpha-\beta)=\dfrac{\tan\alpha-\tan\beta}{1+\tan\alpha\tan\beta}=\dfrac{2-1/3}{1+2\cdot 1/3}=1$. Therefore, $\alpha-\beta=\boxed{\textbf{(C)} 45^\circ}$.
回忆斜率 $=\dfrac{\Delta y}{\Delta x}=\tan \theta$,其中 $\theta$ 是斜率与 $x$ 轴的夹角。$k_1=2=\tan \alpha$,$k_2=\dfrac{1}{3}=\tan \beta$。两条直线形成的夹角为 $\alpha-\beta$。$\tan(\alpha-\beta)=\dfrac{\tan\alpha-\tan\beta}{1+\tan\alpha\tan\beta}=\dfrac{2-1/3}{1+2\cdot 1/3}=1$。因此,$\alpha-\beta=\boxed{\textbf{(C)} 45^\circ}$。
Q12
What is the value of \[2^3 - 1^3 + 4^3 - 3^3 + 6^3 - 5^3 + \dots + 18^3 - 17^3?\]
求 $2^3 - 1^3 + 4^3 - 3^3 + 6^3 - 5^3 + \dots + 18^3 - 17^3$ 的值。
Correct Answer: D
To solve this problem, we will be using difference of cube, sum of squares and sum of arithmetic sequence formulas. \[2^3-1^3+4^3-3^3+6^3-5^3+...+18^3-17^3\] $=(2-1)(2^2+1 \cdot 2+1^2)+(4-3)(4^2+4 \cdot 3+3^2)+(6-5)(6^2+6 \cdot 5+5^2)+...+(18-17)(18^2+18 \cdot 17+17^2)$ $=(2^2+1 \cdot 2+1^2)+(4^2+4 \cdot 3+3^2)+(6^2+6 \cdot 5+5^2)+...+(18^2+18 \cdot 17+17^2)$ $=1^2+2^2+3^2+4^2+5^2+6^2...+17^2+18^2+1 \cdot 2+3 \cdot 4+5 \cdot 6+...+17 \cdot 18$ $=\frac{18(18+1)(36+1)}{6}+1 \cdot 2+3 \cdot 4+5 \cdot 6+...+17 \cdot 18$ we could rewrite the second part as $\sum_{n=1}^{9}(2n-1)(2n)$ $(2n-1)(2n)=4n^2-2n$ $\sum_{n=1}^{9}4n^2=4(\frac{9(9+1)(18+1)}{6})$ $\sum_{n=1}^{9}-2n=-2(\frac{9(9+1)}{2})$ Hence, $1 \cdot 2+3 \cdot 4+5 \cdot 6+...+17 \cdot 18 = 4(\frac{9(9+1)(18+1)}{6})-2(\frac{9(9+1)}{2})$ Adding everything up: $2^3-1^3+4^3-3^3+6^3-5^3+...+18^3-17^3$ $=\frac{18(18+1)(36+1)}{6}+4(\frac{9(9+1)(18+1)}{6})-2(\frac{9(9+1)}{2})$ $=3(19)(37)+6(10)(19)-9(10)$ $=2109+1140-90$ $=\boxed{\textbf{(D) } 3159}$
使用立方差、平方和和等差数列求和公式。 \[2^3-1^3+4^3-3^3+6^3-5^3+...+18^3-17^3\] $=(2-1)(2^2+1 \cdot 2+1^2)+(4-3)(4^2+4 \cdot 3+3^2)+(6-5)(6^2+6 \cdot 5+5^2)+...+(18-17)(18^2+18 \cdot 17+17^2)$ $=(2^2+1 \cdot 2+1^2)+(4^2+4 \cdot 3+3^2)+(6^2+6 \cdot 5+5^2)+...+(18^2+18 \cdot 17+17^2)$ $=1^2+2^2+3^2+4^2+5^2+6^2...+17^2+18^2+1 \cdot 2+3 \cdot 4+5 \cdot 6+...+17 \cdot 18$ $=\frac{18(18+1)(36+1)}{6}+1 \cdot 2+3 \cdot 4+5 \cdot 6+...+17 \cdot 18$ 第二部分可改写为 $\sum_{n=1}^{9}(2n-1)(2n)$ $(2n-1)(2n)=4n^2-2n$ $\sum_{n=1}^{9}4n^2=4(\frac{9(9+1)(18+1)}{6})$ $\sum_{n=1}^{9}-2n=-2(\frac{9(9+1)}{2})$ 因此,$1 \cdot 2+3 \cdot 4+5 \cdot 6+...+17 \cdot 18 = 4(\frac{9(9+1)(18+1)}{6})-2(\frac{9(9+1)}{2})$ 总和:$=\frac{18(18+1)(36+1)}{6}+4(\frac{9(9+1)(18+1)}{6})-2(\frac{9(9+1)}{2})$ $=3(19)(37)+6(10)(19)-9(10)$ $=2109+1140-90=\boxed{\textbf{(D) } 3159}$
Q13
In a table tennis tournament, every participant played every other participant exactly once. Although there were twice as many right-handed players as left-handed players, the number of games won by left-handed players was $40\%$ more than the number of games won by right-handed players. (There were no ties and no ambidextrous players.) What is the total number of games played?
在一场乒乓球锦标赛中,每位选手与其他每位选手恰好对战一次。虽然右手选手是左手选手的两倍,但左手选手赢得的比赛数比右手选手多 $40\%$。(没有平局,也没有双手选手。)总共进行了多少场比赛?
Correct Answer: B
We know that the total amount of games must be the sum of games won by left and right handed players. Then, we can write $g = l + r$, and since $l = 1.4r$, $g = 2.4r$. Given that $r$ and $g$ are both integers, $g/2.4$ also must be an integer. From here we can see that $g$ must be divisible by 12, leaving only answers B and D. Now we know the formula for how many games are played in this tournament is $n(n-1)/2$, the sum of the first $n-1$ numbers. Now, setting 36 and 48 equal to the equation will show that two consecutive numbers must have a product of 72 or 96. Clearly, $72=8*9$, so the answer is $\boxed{\textbf{(B) }36}$.
总比赛数是左右手选手赢得比赛数的总和。设 $g = l + r$,且 $l = 1.4r$,则 $g = 2.4r$。$r$ 和 $g$ 均为整数,故 $g/2.4$ 必须为整数,即 $g$ 必须被 $12$ 整除,故选项只剩 B 和 D。锦标赛总比赛数公式为 $\frac{n(n-1)}{2}$。设 $36$ 和 $48$ 等于该公式,则需找连续整数积为 $72$ 或 $96$。显然 $72=8\times9$,故总比赛数为 $\boxed{\textbf{(B) }36}$。
Q14
How many complex numbers satisfy the equation $z^5=\overline{z}$, where $\overline{z}$ is the conjugate of the complex number $z$?
有几个复数满足方程 $z^5=\overline{z}$,其中 $\overline{z}$ 是复数 $z$ 的共轭?
Correct Answer: E
When $z^5=\overline{z}$, there are two conditions: either $z=0$ or $z\neq 0$. When $z\neq 0$, since $|z^5|=|\overline{z}|$, $|z|=1$. $z^5\cdot z=z^6=\overline{z}\cdot z=|z|^2=1$. Consider the $r(\cos \theta +i\sin \theta)$ form, when $z^6=1$, there are 6 different solutions for $z$. Therefore, the number of complex numbers satisfying $z^5=\bar{z}$ is $\boxed{\textbf{(E)} 7}$.
当 $z^5=\overline{z}$ 时,有两种情况:$z=0$ 或 $z\neq 0$。当 $z\neq 0$ 时,由 $|z^5|=|\overline{z}|$,得 $|z|=1$。则 $z^5\cdot z=z^6=\overline{z}\cdot z=|z|^2=1$。用 $r(\cos \theta +i\sin \theta)$ 表示,当 $z^6=1$ 时,有 $6$ 个不同解。因此,满足 $z^5=\bar{z}$ 的复数个数为 $\boxed{\textbf{(E)} 7}$。
Q15
Usain is walking for exercise by zigzagging across a $100$-meter by $30$-meter rectangular field, beginning at point $A$ and ending on the segment $\overline{BC}$. He wants to increase the distance walked by zigzagging as shown in the figure below $(APQRS)$. What angle $\theta = \angle PAB=\angle QPC=\angle RQB=\cdots$ will produce a length that is $120$ meters? (This figure is not drawn to scale. Do not assume that he zigzag path has exactly four segments as shown; there could be more or fewer.)
Usain 通过在 $100$ 米长 $30$ 米宽的矩形场地内之字形行走锻炼,从点 $A$ 开始,结束在线段 $\overline{BC}$ 上。他想通过如图所示($APQRS$)之字形路径增加行走距离。什么角度 $\theta = \angle PAB=\angle QPC=\angle RQB=\cdots$ 会使路径长度为 $120$ 米?(图未按比例绘制,不要假设之字形路径恰好有四段;可能更多或更少。)
stem
Correct Answer: A
By "unfolding" $APQRS$ into a straight line, we get a right angled triangle $ABS'$. It follows that \begin{align*} \cos(\theta)&=\frac{100}{120} \\ \theta&=\boxed{\textbf{(A) } \arccos\left(\frac{5}{6}\right)}. \end{align*}
通过将 $APQRS$ "展开"成直线,得到直角三角形 $ABS'$。 因此 $\cos(\theta)=\frac{100}{120}$,$\theta=\boxed{\textbf{(A) } \arccos\left(\frac{5}{6}\right)}$。
solution
Q16
Consider the set of complex numbers $z$ satisfying $|1+z+z^{2}|=4$. The maximum value of the imaginary part of $z$ can be written in the form $\tfrac{\sqrt{m}}{n}$, where $m$ and $n$ are relatively prime positive integers. What is $m+n$?
考虑满足 $|1+z+z^{2}|=4$ 的复数集 $z$。$z$ 的虚部的最大值可以写成形式 $\tfrac{\sqrt{m}}{n}$,其中 $m$ 和 $n$ 是互质的正整数。求 $m+n$?
Correct Answer: B
First, substitute in $z=a+bi$. \[|1+(a+bi)+(a+bi)^2|=4\] \[|(1+a+a^2-b^2)+ (b+2ab)i|=4\] \[(1+a+a^2-b^2)^2+ (b+2ab)^2=16\] \[(1+a+a^2-b^2)^2+ b^2(1+4a+4a^2)=16\] Let $p=b^2$ and $q=1+a+a^2$ \[(q-p)^2+ p(4q-3)=16\] \[p^2-2pq+q^2 + 4pq -3p=16\] We are trying to maximize $b=\sqrt p$, so we'll turn the equation into a quadratic to solve for $p$ in terms of $q$. \[p^2+(2q-3)p+(q^2-16)=0\] \[p=\frac{(-2q+3)\pm \sqrt{-12q+73}}{2}\] We want to maximize $p$. Since $q$ is always negatively contributing to $p$'s value, we want to minimize $q$. Due to the trivial inequality: $q=1+a+a^2=(a+\frac 12)^2+\frac{3}4 \geq \frac{3}4$ If we plug $q$'s minimum value in, we get that $p$'s maximum value is \[p=\frac{(-2(\frac 34)+3)+ \sqrt{-12(\frac 34)+73}}{2}=\frac{\frac 32+ 8}{2}=\frac{19}{4}\] Then \[b=\frac{\sqrt{19}}{2}\] and \[m+n=\boxed{\textbf{(B)}~21}\]
首先,将 $z=a+bi$ 代入。 \[|1+(a+bi)+(a+bi)^2|=4\] \[|(1+a+a^2-b^2)+ (b+2ab)i|=4\] \[(1+a+a^2-b^2)^2+ (b+2ab)^2=16\] \[(1+a+a^2-b^2)^2+ b^2(1+4a+4a^2)=16\] 令 $p=b^2$,$q=1+a+a^2$ \[(q-p)^2+ p(4q-3)=16\] \[p^2-2pq+q^2 + 4pq -3p=16\] 我们试图最大化 $b=\sqrt p$,因此将方程转化为关于 $p$ 的二次方程,以 $q$ 表示 $p$。 \[p^2+(2q-3)p+(q^2-16)=0\] \[p=\frac{(-2q+3)\pm \sqrt{-12q+73}}{2}\] 我们希望最大化 $p$。由于 $q$ 总是对 $p$ 的值产生负贡献,我们希望最小化 $q$。 由于平凡不等式: $q=1+a+a^2=(a+\frac 12)^2+\frac{3}4 \geq \frac{3}4$ 如果我们代入 $q$ 的最小值,我们得到 $p$ 的最大值为 \[p=\frac{(-2(\frac 34)+3)+ \sqrt{-12(\frac 34)+73}}{2}=\frac{\frac 32+ 8}{2}=\frac{19}{4}\] 则 \[b=\frac{\sqrt{19}}{2}\] 且 \[m+n=\boxed{\textbf{(B)}~21}\]
Q17
Flora the frog starts at 0 on the number line and makes a sequence of jumps to the right. In any one jump, independent of previous jumps, Flora leaps a positive integer distance $m$ with probability $\frac{1}{2^m}$. What is the probability that Flora will eventually land at 10?
青蛙 Flora 从数轴上的 0 开始,向右进行一系列跳跃。在任意一次跳跃中,与之前的跳跃无关,Flora 以概率 $\frac{1}{2^m}$ 跳跃正整数距离 $m$。 Flora 最终落在 10 上的概率是多少?
Correct Answer: E
Initially, the probability of landing at $10$ and landing past $10$ (summing the infinte series) are exactly the same. Landing before 10 repeats this initial condition, with a different irrelevant scaling factor. Therefore, the probability must be $\boxed{\textbf{(E)}~\frac12}$.
最初,落在 10 上的概率和超过 10 的概率(求无穷级数)完全相等。落在 10 之前会重复这个初始条件,只是有一个不同的无关缩放因子。因此,概率一定是 $\boxed{\textbf{(E)}~\frac12}$。
Q18
Circle $C_1$ and $C_2$ each have radius $1$, and the distance between their centers is $\frac{1}{2}$. Circle $C_3$ is the largest circle internally tangent to both $C_1$ and $C_2$. Circle $C_4$ is internally tangent to both $C_1$ and $C_2$ and externally tangent to $C_3$. What is the radius of $C_4$?
圆 $C_1$ 和 $C_2$ 半径均为 1,其圆心间距离为 $\frac{1}{2}$。圆 $C_3$ 是与 $C_1$ 和 $C_2$ 都内切的最大的圆。圆 $C_4$ 与 $C_1$ 和 $C_2$ 都内切,并且与 $C_3$ 外切。$C_4$ 的半径是多少?
stem
Correct Answer: D
Let $O$ be the center of the midpoint of the line segment connecting both the centers, say $A$ and $B$. Let the point of tangency with the inscribed circle and the right larger circles be $T$. Then $OT = BO + BT = BO + AT - \frac{1}{2} = \frac{1}{4} + 1 - \frac{1}{2} = \frac{3}{4}.$ Since $C_4$ is internally tangent to $C_1$, center of $C_4$, $C_1$ and their tangent point must be on the same line. Now, if we connect centers of $C_4$, $C_3$ and $C_1$/$C_2$, we get a right angled triangle. Let the radius of $C_4$ equal $r$. With the pythagorean theorem on our triangle, we have \[\left(r+\frac{3}{4}\right)^2+\left(\frac{1}{4}\right)^2=(1-r)^2\] Solving this equation gives us \[r = \boxed{\textbf{(D) } \frac{3}{28}}\]
令 $O$ 为连接两个圆心 $A$ 和 $B$ 的线段中点的中心。 令与内切圆和右侧较大圆的切点为 $T$。 则 $OT = BO + BT = BO + AT - \frac{1}{2} = \frac{1}{4} + 1 - \frac{1}{2} = \frac{3}{4}$。 由于 $C_4$ 与 $C_1$ 内切,$C_4$ 的中心、$C_1$ 及其切点必须在同一直线上。 现在,如果我们连接 $C_4$、$C_3$ 和 $C_1$/$C_2$ 的圆心,我们得到一个直角三角形。 令 $C_4$ 的半径为 $r$。利用勾股定理于我们的三角形,我们有 \[\left(r+\frac{3}{4}\right)^2+\left(\frac{1}{4}\right)^2=(1-r)^2\] 解此方程得到 \[r = \boxed{\textbf{(D) } \frac{3}{28}}\]
solution
Q19
What is the product of all solutions to the equation \[\log_{7x}2023\cdot \log_{289x}2023=\log_{2023x}2023\]
方程 \[\log_{7x}2023\cdot \log_{289x}2023=\log_{2023x}2023\] 的所有解的乘积是多少?
Correct Answer: C
For $\log_{7x}2023\cdot \log_{289x}2023=\log_{2023x}2023$, transform it into $\dfrac{\ln 289+\ln 7}{\ln 7 + \ln x}\cdot \dfrac{\ln 289+\ln 7}{\ln 289 + \ln x}=\dfrac{\ln 289+\ln 7}{\ln 289+\ln 7+\ln x}$. Replace $\ln x$ with $y$. Because we want to find the product of all solutions of $x$, it is equivalent to finding the exponential of the sum of all solutions of $y$. Change the equation to standard quadratic equation form, the term with 1 power of $y$ is canceled. By using Vieta, we see that since there does not exist a $by$ term, $\sum y=0$ and $\prod x=e^0=\boxed{\textbf{(C)} 1}$.
对于 $\log_{7x}2023\cdot \log_{289x}2023=\log_{2023x}2023$,将其转化为 $\dfrac{\ln 289+\ln 7}{\ln 7 + \ln x}\cdot \dfrac{\ln 289+\ln 7}{\ln 289 + \ln x}=\dfrac{\ln 289+\ln 7}{\ln 289+\ln 7+\ln x}$。将 $\ln x$ 替换为 $y$。因为我们想要找到所有 $x$ 解的乘积,这等价于找到所有 $y$ 解之和的指数。将方程改为标准二次方程形式,一次项的系数为零。利用 Vieta 定理,我们看到由于不存在 $by$ 项,$\sum y=0$,且 $\prod x=e^0=\boxed{\textbf{(C)} 1}$。
Q20
Rows 1, 2, 3, 4, and 5 of a triangular array of integers are shown below. Each row after the first row is formed by placing a 1 at each end of the row, and each interior entry is 1 greater than the sum of the two numbers diagonally above it in the previous row. What is the units digits of the sum of the 2023 numbers in the 2023rd row?
一个整数三角形的第 1、2、3、4 和 5 行如下所示。 每行之后的行在行首尾放置 1,内部每个条目比前一行对角线上方的两个数的和大 1。求第 2023 行 2023 个数的和的个位数是多少?
stem
Correct Answer: C
First, let $R(n)$ be the sum of the $n$th row. Now, with some observation and math instinct, we can guess that $R(n) = 2^n - n$. Now we try to prove it by induction, $R(1) = 2^n - n = 2^1 - 1 = 1$ (works for base case) $R(k) = 2^k - k$ $R(k+1) = 2^{k+1} - (k + 1) = 2(2^k) - k - 1$ By definition from the question, the next row is always$:$ Double the sum of last row (Imagine each number from last row branches off toward left and right to the next row), plus # of new row, minus 2 (minus leftmost and rightmost's 1) Which gives us $:$ $2(2^k - k) + (k + 1) - 2 = 2(2^k) - k - 1$ Hence, proven Last, simply substitute $n = 2023$, we get $R(2023) = 2^{2023} - 2023$ Last digit of $2^{2023}$ is $8$, $8-3 = \boxed{\textbf{(C) } 5}$
首先,令 $R(n)$ 为第 $n$ 行的和。现在,通过一些观察和数学直觉,我们可以猜测 $R(n) = 2^n - n$。 现在我们用归纳法证明它, $R(1) = 2^n - n = 2^1 - 1 = 1$(基例成立) $R(k) = 2^k - k$ $R(k+1) = 2^{k+1} - (k + 1) = 2(2^k) - k - 1$ 根据题目定义,下一行总是: 前一行和的两倍(想象前一行每个数向左右分支到下一行),加上新行的数量,减去 2(减去最左和最右的 1) 这给出: $2(2^k - k) + (k + 1) - 2 = 2(2^k) - k - 1$ 故证明。 最后,简单代入 $n = 2023$,得到 $R(2023) = 2^{2023} - 2023$ $2^{2023}$ 的个位数是 8,$8-3 = \boxed{\textbf{(C) } 5}$
Q21
If $A$ and $B$ are vertices of a polyhedron, define the distance $d(A,B)$ to be the minimum number of edges of the polyhedron one must traverse in order to connect $A$ and $B$. For example, if $\overline{AB}$ is an edge of the polyhedron, then $d(A, B) = 1$, but if $\overline{AC}$ and $\overline{CB}$ are edges and $\overline{AB}$ is not an edge, then $d(A, B) = 2$. Let $Q$, $R$, and $S$ be randomly chosen distinct vertices of a regular icosahedron (regular polyhedron made up of 20 equilateral triangles). What is the probability that $d(Q, R) > d(R, S)$?
如果 $A$ 和 $B$ 是多面体的顶点,定义距离 $d(A,B)$ 为连接 $A$ 和 $B$ 所需穿越的多面体边的最小数量。例如,如果 $\overline{AB}$ 是多面体的边,则 $d(A, B) = 1$,但如果 $\overline{AC}$ 和 $\overline{CB}$ 是边而 $\overline{AB}$ 不是边,则 $d(A, B) = 2$。让 $Q$、$R$ 和 $S$ 是从正二十面体(由 20 个等边三角形组成的正多面体)中随机选择的不同的顶点。$d(Q, R) > d(R, S)$ 的概率是多少?
Correct Answer: A
To find the total amount of vertices we first find the amount of edges, and that is $\frac{20 \times 3}{2}$. Next, to find the amount of vertices we can use Euler's characteristic, $V - E + F = 2$, and therefore the amount of vertices is $12$ So there are $\binom{12}{3} = 220$ ways to choose 3 distinct points. Now, the furthest distance we can get from one point to another point in an icosahedron is 3. Which gives us a range of $1 \leq d(Q, R), d(R, S) \leq 3$ With some case work, we get two cases: Case 1: $d(Q, R) = 3; d(R, S) = 1, 2$ Since we have only one way to choose Q, that is, the opposite point from R, we have one option for Q and any of the other points could work for S. Then, we get $12 \times 1 \times 10 = 120$ (ways to choose R × ways to choose Q × ways to choose S) Case 2: $d(Q, R) = 2; d(R, S) = 1$ We can visualize the icosahedron as 4 rows, first row with 1 vertex, second row with 5 vertices, third row with 5 vertices and fourth row with 1 vertex. We set R as the one vertex on the first row, and we have 12 options for R. Then, Q can be any of the 5 points on the third row and finally S can be one of the 5 points on the second row. Therefore, we have $12 \times 5 \times 5 = 300$ (ways to choose R × ways to choose Q × ways to choose S) In total, we have $420$ ways, but we must divide by $3!$ to account for permutations, giving us $70/220 = \boxed{\textbf{(A) } 7/22}.$
首先,计算顶点总数。我们先求边的数量,为 $\frac{20 \times 3}{2}$。然后,使用欧拉特征式 $V - E + F = 2$,因此顶点数为 $12$。 因此,选择 3 个不同点的方案数为 $\binom{12}{3} = 220$。 在二十面体中,一点到另一点的最大距离为 3,因此 $1 \leq d(Q, R), d(R, S) \leq 3$。 通过分类讨论,有两种情况: 情况 1: $d(Q, R) = 3$;$d(R, S) = 1, 2$ 对于 $Q$,只有与 $R$ 对顶的一个点,因此 $Q$ 只有 1 种选择,$S$ 可以是其他任意点。 因此,有 $12 \times 1 \times 10 = 120$ 种方式(选择 $R$ 的方式 × 选择 $Q$ 的方式 × 选择 $S$ 的方式)。 情况 2: $d(Q, R) = 2$;$d(R, S) = 1$ 可以将二十面体可视化为 4 行:第一行 1 个顶点,第二行 5 个,第三行 5 个,第四行 1 个。将 $R$ 设为第一行的顶点,有 12 种选择。然后,$Q$ 可以是第三行的 5 个点之一,$S$ 可以是第二行的 5 个点之一。 因此,有 $12 \times 5 \times 5 = 300$ 种方式。 总计 $420$ 种方式,但需除以 $3!$ 以考虑排列,得到 $70/220 = \boxed{\textbf{(A) } 7/22}$。
Q22
Let $f$ be the unique function defined on the positive integers such that \[\sum_{d\mid n}d\cdot f\left(\frac{n}{d}\right)=1\] for all positive integers $n$. What is $f(2023)$?
设 $f$ 是定义在正整数上的唯一函数,使得对所有正整数 $n$,\[\sum_{d\mid n}d\cdot f\left(\frac{n}{d}\right)=1\]。求 $f(2023)$。
Correct Answer: B
First, we note that $f(1) = 1$, since the only divisor of $1$ is itself. Then, let's look at $f(p)$ for $p$ a prime. We see that \[\sum_{d \mid p} d \cdot f\left(\frac{p}{d}\right) = 1\] \[1 \cdot f(p) + p \cdot f(1) = 1\] \[f(p) = 1 - p \cdot f(1)\] \[f(p) = 1-p\] Nice. Now consider $f(p^k)$, for $k \in \mathbb{N}$. \[\sum_{d \mid p^k} d \cdot f\left(\frac{p^k}{d}\right) = 1\] \[1 \cdot f(p^k) + p \cdot f(p^{k-1}) + p^2 \cdot f(p^{k-2}) + \dotsc + p^k f(1) = 1\]. It can be (strongly) inductively shown that $f(p^k) = f(p) = 1-p$. Here's how. We already showed $k=1$ works. Suppose it holds for $k = n$, then \[1 \cdot f(p^n) + p \cdot f(p^{n-1}) + p^2 \cdot f(p^{n-2}) + \dotsc + p^n f(1) = 1 \implies f(p^m) = 1-p \; \forall \; m \leqslant n\] For $k = n+1$, we have \[1 \cdot f(p^{n+1}) + p \cdot f(p^{n}) + p^2 \cdot f(p^{n-1}) + \dotsc + p^{n+1} f(1) = 1\], then using $f(p^m) = 1-p \; \forall \; m \leqslant n$, we simplify to \[1 \cdot f(p^{n+1}) + p \cdot (1-p) + p^2 \cdot (1-p) + \dotsc + p^n \cdot (1-p) + p^{n+1} f(1) = 1\] \[f(p^{n+1}) + \sum_{i=1}^n p^i (1-p) + p^{n+1} = 1\] \[f(p^{n+1}) + p(1 - p^n) + p^{n+1} = 1\] \[f(p^{n+1}) + p = 1 \implies f(p^{n+1}) = 1-p\]. Very nice! Now, we need to show that this function is multiplicative, i.e. $f(pq) = f(p) \cdot f(q)$ for $\textbf{distinct}$ $p,q$ prime. It's pretty standard, let's go through it quickly. \[\sum_{d \mid pq} d \cdot f\left(\frac{pq}{d}\right) = 1\] \[1 \cdot f(pq) + p \cdot f(q) + q \cdot f(p) + pq \cdot f(1) = 1\] Using our formulas from earlier, we have \[f(pq) + p(1-q) + q(1-p) + pq = 1 \implies f(pq) = 1 - p(1-q) - q(1-p) - pq = (1-p)(1-q) = f(p) \cdot f(q)\] Great! We're almost done now. Let's actually plug in $2023 = 7 \cdot 17^2$ into the original formula. \[\sum_{d \mid 2023} d \cdot f\left(\frac{2023}{d}\right) = 1\] \[1 \cdot f(2023) + 7 \cdot f(17^2) + 17 \cdot f(7 \cdot 17) + 7 \cdot 17 \cdot f(17) + 17^2 \cdot f(7) + 7 \cdot 17^2 \cdot f(1) = 1\] Let's use our formulas! We know \[f(7) = 1-7 = -6\] \[f(17) = 1-17 = -16\] \[f(7 \cdot 17) = f(7) \cdot f(17) = (-6) \cdot (-16) = 96\] \[f(17^2) = f(17) = -16\] So plugging ALL that in, we have \[f(2023) = 1 - \left(7 \cdot (-16) + 17 \cdot (-6) \cdot (-16) + 7 \cdot 17 \cdot (-16) + 17^2 \cdot (-6) + 7 \cdot 17^2\right)\] which, be my guest simplifying, is $\boxed{\textbf{(B)} \ 96}$
首先,注意到 $f(1) = 1$,因为 1 的唯一除数是自身。 然后,考虑素数 $p$ 的 $f(p)$。有 \[\sum_{d \mid p} d \cdot f\left(\frac{p}{d}\right) = 1\] \[1 \cdot f(p) + p \cdot f(1) = 1\] \[f(p) = 1 - p \cdot f(1)\] \[f(p) = 1-p\] 很好。 现在考虑 $f(p^k)$,$k \in \mathbb{N}$。 \[\sum_{d \mid p^k} d \cdot f\left(\frac{p^k}{d}\right) = 1\] \[1 \cdot f(p^k) + p \cdot f(p^{k-1}) + p^2 \cdot f(p^{k-2}) + \dotsc + p^k f(1) = 1\]。 可以通过强归纳法证明 $f(p^k) = f(p) = 1-p$。 已知 $k=1$ 成立。假设对 $k = n$ 成立,即 $f(p^m) = 1-p$ 对所有 $m \leqslant n$。 对于 $k = n+1$,有 \[1 \cdot f(p^{n+1}) + p \cdot f(p^{n}) + p^2 \cdot f(p^{n-1}) + \dotsc + p^{n+1} f(1) = 1\],代入归纳假设,化简得 \[f(p^{n+1}) + p = 1 \implies f(p^{n+1}) = 1-p\]。 很好!现在证明该函数是乘法的,即对不同素数 $p,q$,$f(pq) = f(p) \cdot f(q)$。 \[\sum_{d \mid pq} d \cdot f\left(\frac{pq}{d}\right) = 1\] \[1 \cdot f(pq) + p \cdot f(q) + q \cdot f(p) + pq \cdot f(1) = 1\] 代入已知公式,得 $f(pq) = (1-p)(1-q) = f(p) \cdot f(q)$。 现在,将 $2023 = 7 \cdot 17^2$ 代入原公式,并使用已知值计算 $f(2023) = \boxed{\textbf{(B)} \ 96}$。
Q23
How many ordered pairs of positive real numbers $(a,b)$ satisfy the equation \[(1+2a)(2+2b)(2a+b) = 32ab?\]
有几个正实数有序对 $(a,b)$ 满足方程 \[(1+2a)(2+2b)(2a+b) = 32ab?\]
Correct Answer: B
Using the AM-GM inequality on the two terms in each factor on the left-hand side, we get \[(1+2a)(2+2b)(2a+b) \ge 8\sqrt{2a \cdot 4b \cdot 2ab}= 32ab,\] This means the equality condition must be satisfied. Therefore, we must have $1 = 2a = b$, so the only solution is $\boxed{\textbf{(B) }1}$.
对左侧每个因式中的两项使用 AM-GM 不等式,得 \[(1+2a)(2+2b)(2a+b) \ge 8\sqrt{2a \cdot 4b \cdot 2ab}= 32ab,\] 这意味着必须取等号。因此,必须有 $1 = 2a = b$,所以唯一解为 $\boxed{\textbf{(B) }1}$。
Q24
Let $K$ be the number of sequences $A_1$, $A_2$, $\dots$, $A_n$ such that $n$ is a positive integer less than or equal to $10$, each $A_i$ is a subset of $\{1, 2, 3, \dots, 10\}$, and $A_{i-1}$ is a subset of $A_i$ for each $i$ between $2$ and $n$, inclusive. For example, $\{\}$, $\{5, 7\}$, $\{2, 5, 7\}$, $\{2, 5, 7\}$, $\{2, 5, 6, 7, 9\}$ is one such sequence, with $n = 5$.What is the remainder when $K$ is divided by $10$?
设 $K$ 为满足以下条件的序列 $A_1$、$A_2$、…、$A_n$ 的数量,其中 $n$ 是小于或等于 10 的正整数,每个 $A_i$ 是集合 $\{1, 2, 3, \dots, 10\}$ 的子集,且对每个 $i$ 从 2 到 $n$(包含),$A_{i-1}$ 是 $A_i$ 的子集。例如,$\{\}$、$\{5, 7\}$、$\{2, 5, 7\}$、$\{2, 5, 7\}$、$\{2, 5, 6, 7, 9\}$ 是一个这样的序列,$n = 5$。$K$ 除以 10 的余数是多少?
Correct Answer: C
Consider any sequence with $n$ terms. Every number has such choices: never appear, appear the first time in the first spot, appear the first time in the second spot ..., and appear the first time in the $n$th spot, which means every number has $(n+1)$ choices to show up in the sequence. Consequently, for each sequence with length $n$, there are $(n+1)^{10}$ possible ways. Thus, the desired value is $\sum_{n=1}^{10}(n+1)^{10}\equiv \boxed{\textbf{(C) } 5}\pmod{10}$.
考虑长度为 $n$ 的任意序列。每个数有以下选择:永不出现、在第 1 位首次出现、在第 2 位首次出现、…、在第 $n$ 位首次出现,因此每个数有 $(n+1)$ 种选择。故长度为 $n$ 的序列有 $(n+1)^{10}$ 种。 因此,所求值为 $\sum_{n=1}^{10}(n+1)^{10} \equiv \boxed{\textbf{(C) } 5}\pmod{10}$。
Q25
There is a unique sequence of integers $a_1, a_2, \cdots a_{2023}$ such that \[\tan2023x = \frac{a_1 \tan x + a_3 \tan^3 x + a_5 \tan^5 x + \cdots + a_{2023} \tan^{2023} x}{1 + a_2 \tan^2 x + a_4 \tan^4 x \cdots + a_{2022} \tan^{2022} x}\]whenever $\tan 2023x$ is defined. What is $a_{2023}?$
存在唯一的整数序列 $a_1, a_2, \cdots a_{2023}$,使得只要 $\tan 2023x$ 定义,则 \[\tan2023x = \frac{a_1 \tan x + a_3 \tan^3 x + a_5 \tan^5 x + \cdots + a_{2023} \tan^{2023} x}{1 + a_2 \tan^2 x + a_4 \tan^4 x \cdots + a_{2022} \tan^{2022} x}\]。求 $a_{2023}$?
Correct Answer: C
\begin{align*} \cos 2023 x + i \sin 2023 x &= (\cos x + i \sin x)^{2023}\\ &= \cos^{2023} x + \binom{2023}{1} \cos^{2022} x (i\sin x) + \binom{2023}{2} \cos^{2021} x (i \sin x)^{2} +\binom{2023}{3} \cos^{2020} x (i \sin x)^{3}\\ &+ \dots + \binom{2023}{2022} \cos x (i \sin x)^{2022} + (i \sin x)^{2023}\\ &= \cos^{2023} x + i \binom{2023}{1} \cos^{2022} x \sin x - \binom{2023}{2} \cos^{2021} x \sin^{2} x - i\binom{2023}{3} \cos^{2020} x \sin^{3} x + \dots\\ &- \binom{2023}{2022} \cos x \sin^{2022} x - i \sin^{2023} x\\ \end{align*} By equating real and imaginary parts: \[\cos 2023 x = \cos^{2023} x - \binom{2023}{2} \cos^{2021} x \sin^{2} x + \dots - \binom{2023}{2022} \cos x \sin^{2022} x\] \[\sin 2023 x = \binom{2023}{1} \cos^{2022} x \sin x - \binom{2023}{3} \cos^{2020} x \sin^{3} x + \dots - \sin^{2023} x\] \begin{align*} \tan2023x &= \frac{ \sin2023x }{ \cos2023x } = \frac{ \binom{2023}{1} \cos^{2022} x \sin x - \binom{2023}{3} \cos^{2020} x \sin^{3} x + \dots - \sin^{2023} x }{ \cos^{2023} x - \binom{2023}{2} \cos^{2021} x \sin^{2} x + \dots - \binom{2023}{2022} \cos x \sin^{2022} x }\\ &= \frac{ \binom{2023}{1} \frac{\cos^{2022} x \sin x}{\cos^{2023} x} - \binom{2023}{3} \frac{\cos^{2020} x \sin^{3} x}{\cos^{2023} x} + \dots - \frac{\sin^{2023} x}{\cos^{2023} x} }{ \frac{\cos^{2023} x}{\cos^{2023} x} - \binom{2023}{2} \frac{\cos^{2021} x \sin^{2} x}{\cos^{2023} x} + \dots - \binom{2023}{2022} \frac{\cos x \sin^{2022} x}{\cos^{2023} x} }\\ &= \frac{ \binom{2023}{1} \tan x - \binom{2023}{3} \tan^{3}x + \dots - \tan^{2023}x }{ 1 - \binom{2023}{2} \tan^{2}x + \dots - \binom{2023}{2022} \tan^{2022} x }\\ \end{align*} \[a_{2023} = \boxed{\textbf{(C)}-1}\] This problem is the same as problem 7.64 in the Art of Problem Solving textbook Precalculus chapter 7 that asks to prove $\tan{nx} = \frac{\binom{n}{1}\tan{x} - \binom{n}{3}\tan^{3}{x} + \binom{n}{5}\tan^{5}{x} - \binom{n}{7}\tan^{7}{x} + \dots}{1 - \binom{n}{2}\tan^{2}{x} + \binom{n}{4}\tan^{4}{x} - \binom{n}{6}\tan^{6}{x} + \dots}$
使用复指数形式: \[\cos 2023 x + i \sin 2023 x = (\cos x + i \sin x)^{2023}\] 展开后,分离实部和虚部,得到 $\sin 2023x$ 和 $\cos 2023x$ 的表达式。然后, \[\tan2023x = \frac{\sin2023x}{\cos2023x}\] 化简后,分母和分子均为 $\cos^{2023} x$ 的倍数,消去后得到 \[\tan2023x = \frac{ \binom{2023}{1} \tan x - \binom{2023}{3} \tan^{3}x + \dots - \tan^{2023}x }{ 1 - \binom{2023}{2} \tan^{2}x + \dots - \binom{2023}{2022} \tan^{2022} x }\] 因此,$a_{2023} = \boxed{\textbf{(C)}-1}$。