/

AMC12 2024 B

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

AMC12 · 2024 (B)

Q1
In a long line of people arranged left to right, the 1013th person from the left is also the 1010th person from the right. How many people are in the line?
在一排从左到右排列的人群中,从左数第1013个人也是从右数第1010个人。这排有多少人?
Correct Answer: B
If the person is the 1013th from the left, that means there is 1012 people to their left. If the person is the 1010th from the right, that means there is 1009 people to their right. Therefore, there are $1012 + 1 + 1009 = \boxed{\textbf{(B) } 2022}$ people in line.
如果这个人是从左数第1013个,意味着他左边有1012个人。 如果这个人是从右数第1010个,意味着他右边有1009个人。 因此,总人数为$1012 + 1 + 1009 = \boxed{\textbf{(B) } 2022}$。
Q2
What is $10! - 7! \cdot 1!$ ?
$10! - 7! \cdot 1!$ 等于多少?
Correct Answer: A
$10! = 10 \cdot 9 \cdot 8 \cdot 7! = 720 \cdot 7!$ $6! \cdot 7! = 720 \cdot 7!$ Therefore, the equation is equal to $720 \cdot 7! - 720 \cdot 7! = (B)\ 0$ [ONLY FOR CERTAIN CHINESE TESTPAPERS] $0 - 5! = (A)\ -120$
$10! = 10 \cdot 9 \cdot 8 \cdot 7! = 720 \cdot 7!$ $6! \cdot 7! = 720 \cdot 7!$ 因此,该式等于$720 \cdot 7! - 720 \cdot 7! = (B)\ 0$ [仅适用于某些中国试卷] $0 - 5! = (A)\ -120$
Q3
For how many integer values of $x$ is $|2x| \leq 7 \pi$
有且有多少个整数$x$满足$|2x| \leq 7 \pi$
Correct Answer: E
$\pi = 3.14159\dots$ is slightly less than $\dfrac{22}{7} = 3.\overline{142857}$. So $7\pi \approx 21.9$ The inequality expands to be $-21.9 \le 2x \le 21.9$. We find that $x$ can take the integer values between $-10$ and $10$ inclusive. There are $\boxed{\text{E. }21}$ such values. Note that if you did not know whether $\pi$ was greater than or less than $\dfrac{22}{7}$, then you might perform casework. In the case that $\pi > \dfrac{22}{7}$, the valid solutions are between $-11$ and $11$ inclusive: $23$ solutions. Since, $23$ is not an answer choice, we can be confident that $\pi < \dfrac{22}{7}$, and that $\boxed{\text{E. } 21}$ is the correct answer. Test advice: If you are in the test and do not know if $\frac{22}{7}$ is bigger or smaller than $\pi$, you can use the extremely sophisticated method of just dividing $\dfrac{22}{7}$ via long division. Once you get to $3.142$ you realise that you don't need to divide further since $\pi = 3.1416$ when rounded to 4 decimal places.Therefore, you do not include $11$ and $-11$ and the answer is 21.
$\\pi = 3.14159\\dots$略小于$\\dfrac{22}{7} = 3.\\overline{142857}$。所以$7\\pi \\approx 21.9$ 不等式展开为$-21.9 \\le 2x \\le 21.9$。我们发现$x$可以取从$-10$到$10$的整数值,包括两端。有$\\boxed{\\text{E. }21}$个这样的值。 注意,如果你不知道$\\pi$是否大于或小于$\\dfrac{22}{7}$,可以进行分类讨论。如果$\\pi > \\dfrac{22}{7}$,有效解在$-11$到$11$之间,包括两端:23个解。由于23不是答案选项,我们可以确信$\\pi < \\dfrac{22}{7}$,答案是$\\boxed{\\text{E. } 21}$。 考试建议:如果你在考试中不知道$\\frac{22}{7}$比$\\pi$大还是小,可以用长除法除$\\dfrac{22}{7}$。一旦得到$3.142$,你就意识到无需进一步除法,因为$\\pi = 3.1416$(四位小数取整)。因此,不包括$11$和$-11$,答案是21。
Q4
Balls numbered 1, 2, 3, ... are deposited in 5 bins, labeled A, B, C, D, and E, using the following procedure. Ball 1 is deposited in bin A, and balls 2 and 3 are deposited in bin B. The next 3 balls are deposited in bin C, the next 4 in bin D, and so on, cycling back to bin A after balls are deposited in bin E. (For example, balls numbered 22, 23, ..., 28 are deposited in bin B at step 7 of this process.) In which bin is ball 2024 deposited?
编号为1、2、3、...的小球被存入5个标有A、B、C、D和E的箱子中,使用以下程序。小球1存入箱子A,小球2和3存入箱子B。接下来的3个小球存入箱子C,接下来的4个存入箱子D,依此类推,在存入箱子E后循环回到箱子A。(例如,第7步将编号22、23、...、28的小球存入箱子B。)小球2024存入哪个箱子?
Correct Answer: D
Consider the triangular array of numbers: \[1\] \[2, 3\] \[4, 5, 6\] \[7, 8, 9, 10\] \[11, 12, 13, 14, 15\] \[\vdots\]. The numbers in a row congruent to $1 \bmod{5}$ will be in bucket A. Similarly, the numbers in a row congruent to $2, 3, 4, 0 \bmod{5}$ will be in buckets B, C, D, and E respectively. Note that the $n^\text{th}$ row ends with the $n^\text{th}$ triangle number, $\frac{n(n+1)}{2}$. We must find values of $n$ that make $\frac{n(n+1)}{2}$ close to $2024$. \[\frac{n(n+1)}{2} \approx 2024\] \[n(n+1) \approx 4048\] \[n^2 \approx 4048\] \[n \approx 63\] Trying $n = 63$ we find that $\frac{n(n+1)}{2} = 2016$. Since $2016$ will be the last ball in row $63$, ball $2024$ will be in row $64$. Since $64 \equiv 4 \bmod{5}$, ball $2024$ will be placed in bucket $\boxed{\text{D. } D}$.
考虑三角形数组: \[1\\] \[2, 3\\] \[4, 5, 6\\] \[7, 8, 9, 10\\] \[11, 12, 13, 14, 15\\] \[\\vdots\\]。 模5余1的行的数字放入桶A。类似地,模5余2、3、4、0的行分别放入桶B、C、D和E。第$n$行的最后一个数字是第$n$三角数$\\frac{n(n+1)}{2}$。 我们需要找到使$\\frac{n(n+1)}{2}$接近2024的$n$。 \[\\frac{n(n+1)}{2} \\approx 2024\\] \[n(n+1) \\approx 4048\\] \[n^2 \\approx 4048\\] \[n \\approx 63\\] 试$n=63$,$\\frac{n(n+1)}{2}=2016$。既然2016是第63行的最后一个球,小球2024在第64行。由于$64 \\equiv 4 \\pmod{5}$,小球2024放入桶$\\boxed{\\text{D. } D}$。
Q5
In the following expression, Melanie changed some of the plus signs to minus signs: \[1+3+5+7+...+97+99\] When the new expression was evaluated, it was negative. What is the least number of plus signs that Melanie could have changed to minus signs?
在以下表达式中,Melanie将一些加号改为减号: \[1+3+5+7+...+97+99\\] 新表达式计算后为负数。Melanie最少改动了多少个加号为减号?
Correct Answer: B
Recall that the sum of the first $n$ odd numbers is $n^2$. Thus \[1 + 3 + 5 + 7+ \dots + 97 + 99 = 50^2 = 2500.\] If we want to minimize the number of sign flips to make the number negative, we must flip the signs corresponding to the values with largest absolute value. This will result in the inequality \[1 + 3 + 5 +\dots + (2n - 3) + (2n - 1) - (2n + 1) - (2n + 3)-\dots - 97 - 99 < 0.\] The positive section of the sum will contribute $n^2$, and the negative section will contribute $-(2500-n^2) = (n^2 - 2500)$. The inequality simplifies to \[n^2 + (n^2 - 2500) < 0\] \[2n^2 < 2500\] \[n^2 < 1250\] The greatest positive value of $n$ satisfying the inequality is $n = 35$, corresponding to $35$ positive numbers, and $\boxed{\text{B. } 15}$ negatives. ALEX
回想前$n$个奇数的和为$n^2$。因此\[1 + 3 + 5 + 7+ \\dots + 97 + 99 = 50^2 = 2500\\]。 要使数字为负,最小化符号翻转次数,必须翻转绝对值最大的值对应的符号。这将导致不等式\[1 + 3 + 5 +\\dots + (2n - 3) + (2n - 1) - (2n + 1) - (2n + 3)-\\dots - 97 - 99 < 0\\]。 正部分贡献$n^2$,负部分贡献$-(2500-n^2) = (n^2 - 2500)$。不等式简化为 \[n^2 + (n^2 - 2500) < 0\\] \[2n^2 < 2500\\] \[n^2 < 1250\\] 满足不等式的最大正整数$n=35$,对应35个正数,和$\\boxed{\\text{B. } 15}$个负数。 ALEX
Q6
The national debt of the United States is on track to reach $5\times10^{13}$ dollars by $2033$. How many digits does this number of dollars have when written as a numeral in base $5$? (The approximation of $\log_{10} 5$ as $0.7$ is sufficient for this problem)
美国国债预计到2033年将达到$5\times10^{13}$美元。这个美元数额用5进制书写时有几位?(本题中近似$\log_{10} 5 \approx 0.7$即可)
Correct Answer: B
Generally, the number of digits of number $n$ in base $b$ is \[\lfloor \log_b n \rfloor + 1.\] In this question, it is $\lfloor \log_{5} (5\times 10^{13})\rfloor+1$. Note that \begin{align*} \log_{5} (5\times 10^{13}) &= 1+\frac{13}{\log_{10} 5} \\ &\approx 1+\frac{13}{0.7} \\ &\approx 19.5 \end{align*} Hence, our answer is $\fbox{\textbf{(B)} 20}$
一般地,数字$n$在$b$进制中的位数为 \[\lfloor \log_b n \rfloor + 1.\] 本题中为$\lfloor \log_{5} (5\times 10^{13})\rfloor+1$。 注意到 \begin{align*} \log_{5} (5\times 10^{13}) &= 1+\frac{13}{\log_{10} 5} \\ &\approx 1+\frac{13}{0.7} \\ &\approx 19.5 \end{align*} 因此,答案为$\fbox{\textbf{(B)} 20}$
Q7
In the figure below $WXYZ$ is a rectangle with $WX=4$ and $WZ=8$. Point $M$ lies $\overline{XY}$, point $A$ lies on $\overline{YZ}$, and $\angle WMA$ is a right angle. The areas of $\triangle WXM$ and $\triangle WAZ$ are equal. What is the area of $\triangle WMA$? Note: On certain tests that took place in China, the problem asked for the area of $\triangle MAY$.
下图中$WXYZ$是一个长方形,$WX=4$,$WZ=8$。点$M$在$\overline{XY}$上,点$A$在$\overline{YZ}$上,且$\angle WMA$为直角。$\triangle WXM$与$\triangle WAZ$的面积相等。求$\triangle WMA$的面积。 注:某些在中国举行的考试中,该题询问的是$\triangle MAY$的面积。
stem
Correct Answer: C
We know that $WX = 4$, $WZ = 8$, so $YZ = 4$ and $YX = 8$. Since $\angle WMA = 90^\circ$, triangles $WXM$ and $MYA$ are similar. Therefore, $\frac{WX}{MY} = \frac{XM}{YA}$, which gives $\frac{4}{8 - XM} = \frac{XM}{4 - ZA}$. We also know that the areas of triangles $WXM$ and $WAZ$ are equal, so $WX \cdot XM = WZ \cdot ZA$, which implies $4 \cdot XM = 8 \cdot ZA$. Substituting this into the previous equation, we get $\frac{4}{8 - 2ZA} = \frac{2ZA}{4 - ZA}$, yielding $ZA = 1$ and $XM = 2$. Thus, \[\triangle WMA = 4 \cdot 8 - \frac{4 \cdot 2}{2} - \frac{8 \cdot 1}{2} - \frac{6 \cdot 3}{2} = \boxed{\textbf{(C) }15}\]
已知$WX = 4$,$WZ = 8$,所以$YZ = 4$且$YX = 8$。由于$\angle WMA = 90^\circ$,$\triangle WXM$与$\triangle MYA$相似。因此,$\frac{WX}{MY} = \frac{XM}{YA}$,即$\frac{4}{8 - XM} = \frac{XM}{4 - ZA}$。还知道$\triangle WXM$与$\triangle WAZ$面积相等,故$WX \cdot XM = WZ \cdot ZA$,即$4 \cdot XM = 8 \cdot ZA$。代入前式,得$\frac{4}{8 - 2ZA} = \frac{2ZA}{4 - ZA}$,解得$ZA = 1$,$XM = 2$。于是, \[\triangle WMA = 4 \cdot 8 - \frac{4 \cdot 2}{2} - \frac{8 \cdot 1}{2} - \frac{6 \cdot 3}{2} = \boxed{\textbf{(C) }15}\]
Q8
What value of $x$ satisfies \[\frac{\log_2x \cdot \log_3x}{\log_2x+\log_3x}=2?\]
什么$x$满足 \[\frac{\log_2x \cdot \log_3x}{\log_2x+\log_3x}=2?\]
Correct Answer: C
We have log2⁡x⋅log3⁡x=2(log2⁡x+log3⁡x)1=2(log2⁡x+log3⁡x)log2⁡x⋅log3⁡x1=2(1log3⁡x+1log2⁡x)1=2(logx⁡3+logx⁡2)logx⁡6=12x12=6x=36 so $\boxed{\textbf{(C) }36}$
我们有 $\log_2 x \cdot \log_3 x = 2(\log_2 x + \log_3 x)$ $\frac{1}{\log_2 x \cdot \log_3 x} = 2\left(\frac{1}{\log_3 x} + \frac{1}{\log_2 x}\right)$ $\frac{1}{\log_2 x \cdot \log_3 x} = 2(\log_x 3 + \log_x 2)$ $\log_x 6 = \frac{1}{2}$ $x^{1/2} = 6$ $x = 36$ 所以$\boxed{\textbf{(C) }36}$
Q9
A dartboard is the region $B$ in the coordinate plane consisting of points $(x, y)$ such that $|x| + |y| \le 8$. A target $T$ is the region where $(x^2 + y^2 - 25)^2 \le 49$. A dart is thrown and lands at a random point in B. The probability that the dart lands in $T$ can be expressed as $\frac{m}{n} \cdot \pi$, where $m$ and $n$ are relatively prime positive integers. What is $m + n$?
飞镖盘是坐标平面上的区域$B$,由满足$|x| + |y| \le 8$的点$(x, y)$组成。靶心$T$是满足$(x^2 + y^2 - 25)^2 \le 49$的区域。飞镖随机落在$B$中的一点。飞镖落在$T$中的概率可表示为$\frac{m}{n} \cdot \pi$,其中$m$与$n$互质。求$m + n$?
Correct Answer: B
Inequalities of the form $|x|+|y| \le 8$ are well-known and correspond to a square in space with centre at origin and vertices at $(8, 0)$, $(-8, 0)$, $(0, 8)$, $(0, -8)$. The diagonal length of this square is clearly $16$, so it has an area of \[\frac{1}{2} \cdot 16 \cdot 16 = 128\] Now, \[(x^2 + y^2 - 25)^2 \le 49\] Converting to polar form, \[r^2 - 25 \le 7 \implies r \le \sqrt{32},\] and \[r^2 - 25 \ge -7\implies r\ge \sqrt{18}.\] The intersection of these inequalities is the circular region $T$ for which every circle in $T$ has a radius between $\sqrt{18}$ and $\sqrt{32}$, inclusive. The area of such a region is thus $\pi(32-18)=14\pi.$ The requested probability is therefore $\frac{14\pi}{128} = \frac{7\pi}{64},$ yielding $(m,n)=(7,64).$ We have $m+n=7+64=\boxed{\textbf{(B)}\ 71}.$
形如$|x|+|y| \le 8$的不等式对应于以原点为中心、顶点在$(8, 0)$、$(-8, 0)$、$(0, 8)$、$(0, -8)$的正方形。 该正方形的对角线长显然为$16$,面积为 \[\frac{1}{2} \cdot 16 \cdot 16 = 128\] 现在, \[(x^2 + y^2 - 25)^2 \le 49\] 转为极坐标形式, \[r^2 - 25 \le 7 \implies r \le \sqrt{32},\] 且 \[r^2 - 25 \ge -7\implies r\ge \sqrt{18}.\] 这些不等式的交集即为$T$区域,其中每个圆的半径在$\sqrt{18}$到$\sqrt{32}$之间(包含端点)。此类区域面积为$\pi(32-18)=14\pi$。所需概率为$\frac{14\pi}{128} = \frac{7\pi}{64}$,故$(m,n)=(7,64)$。$m+n=7+64=\boxed{\textbf{(B)}\ 71}$。
Q10
A list of $9$ real numbers consists of $1$, $2.2$, $3.2$, $5.2$, $6.2$, and $7$, as well as $x$, $y$ , and $z$ with $x$ $\le$ $y$ $\le$ $z$. The range of the list is $7$, and the mean and the median are both positive integers. How many ordered triples ($x$, $y$, $z$) are possible?
一个包含9个实数的列表含有$1$、$2.2$、$3.2$、$5.2$、$6.2$和$7$,以及$x$、$y$、$z$,其中$x \le y \le z$。列表的极差为$7$,均值和中位数均为正整数。可能有序三元组$(x, y, z)$有多少个?
Correct Answer: C
$\textbf{First Case}$ We start off by knowing that there must exist an ordered pair (0,y,z) and a big term 7 such that the range is satisfied and the median could also be satisfied. Because x≤y≤z, we say x=0. Then, we get the sum 24.8. We need 24.8+y+z9∈Z. This means that we need the nearest multiple of 9, which is 36, and we get y+z=11.2. We need one of these to be the median, WLOG say y. Then, y∈{4,5}. So if y=4, we get z=7.2, and if y=5, we get 6.2. We see that if z=6.2, the range will still remain as 7, and therefore the one ordered triple (0,5,6.2) satisfies this. We know that the median can be y, so we have y∈{4,5}. We do casework on 4 and 5. $\textbf{Case 1}$ Say y=4. Then, because we already know there exists an ordered triple where z is not the largest, there must exist at least one ordered triple where z is, so we say z−x=7. We also know that the mean must be divisible by 9. Quickly summing each number up we get 24.8. The next number divisible by 9 is 36. We add y to get 28.8. We then know x+z=36−28.8=7.2. The smallest values give x=0.1 and z=7.1. This satisfies our constraints. We don't want any errors, so we check the next sum, which is 45. We get then 7.2=x+z and z−x=7. This gives x=4.6 and z=11.6. This is a contradiction, as x≤y≤z, and the values incrementally become too large, and therefore we only have one ordered triple for this case, which is (0.1,4,7.1) $\textbf{Case 2}$ We now check y=5. This makes our sum 29.8. The nearest multiple of 9 is 36, again. This gives us 6.2=x+z and z−x=7. Solving gives us -0.4 and 6.6. This however doesn't work, as 6.6 is not the greatest value. We decide to check the next multiple of 9, which is 45. This gives us 15.2=x+z and z−x=7. This gives us x=4.1 and z=11.1. This also doesn't work, as x becomes incrementally larger, and therefore there are no ordered triples that satisfy this. $\textbf{Last Case}$ We have one more case, and that is x is not the first number, but z is the last, meaning z−1=7, and z=8. This means that 24.8+x+y+z9∈Z. So, if z=8, we get 32.8. We again see that we need the nearest multiple of 9 which is 36, and we get 3.2=x+y. We see that x and y still need to be a integer median and 3.2 is too small, so 36 cannot work. We try 45, and see 12.2=x+y. After some trial and error, we see that x=6 and y=6.2, giving us the ordered triple (6,6.2,8). Continuing as before shows us that x again incrementally increases, and therefore we have only one ordered triple. We have $\boxed{\textbf{(C) }3}$ ordered triples. These are (0.1,4,7.1), (0,5,6.2), and (6,6.2,8).
$\textbf{第一种情况}$ 我们知道必须存在有序对$(0,y,z)$和一个大项$7$,使得极差满足且中位数也满足。由于$x≤y≤z$,设$x=0$。则和为$24.8$。需要$\frac{24.8+y+z}{9}∈\mathbb{Z}$,即需要最近的9的倍数$36$,得$y+z=11.2$。中位数为$y$(不失一般性),则$y∈\{4,5\}$。若$y=4$,则$z=7.2$;若$y=5$,则$z=6.2$。若$z=6.2$,极差仍为$7$,故有序三元组$(0,5,6.2)$满足。 中位数可为$y$,故$y∈\{4,5\}$。对$4$和$5$分类讨论。 $\textbf{情况1}$ 设$y=4$。已知存在$z$不为最大值的有序三元组,故至少存在$z$为最大值的情况,设$z-x=7$。均值须被9整除。快速求和得$24.8$。下个9的倍数为$36$。加$y$得$28.8$。则$x+z=36-28.8=7.2$。最小值给$x=0.1$,$z=7.1$,满足约束。 检查下个和$45$,得$x+z=7.2$且$z-x=7$,解得$x=4.6$,$z=11.6$,矛盾,因$x≤y≤z$且值过大,故此情况仅一有序三元组$(0.1,4,7.1)$。 $\textbf{情况2}$ 现查$y=5$,和为$29.8$。最近9倍数仍$36$,得$x+z=6.2$,$z-x=7$,解得$-0.4$和$6.6$,但$6.6$非最大值,不行。 查下个$45$,得$x+z=15.2$,$z-x=7$,$x=4.1$,$z=11.1$,也不行,因$x$过大,故无有序三元组。 $\textbf{最后情况}$ 再一情况:$x$非首项但$z$为末项,即$z-1=7$,$z=8$。则$\frac{24.8+x+y+z}{9}∈\mathbb{Z}$。$z=8$时和$32.8$。最近9倍数$36$,$x+y=3.2$,太小,中位数整数不行。试$45$,$x+y=12.2$。经试错,$x=6$,$y=6.2$,得$(6,6.2,8)$。继续如前$x$增大,故仅一有序三元组。 有$\boxed{\textbf{(C) }3}$有序三元组:$(0.1,4,7.1)$、$(0,5,6.2)$、$(6,6.2,8)$。
Q11
Let $x_n = \sin^2(n^{\circ})$. What is the mean of $x_1,x_2,x_3,\dots,x_{90}$?
设 $x_n = \sin^2(n^{\circ})$。$x_1,x_2,x_3,\dots,x_{90}$ 的平均值是多少?
Correct Answer: E
Add up $x_1$ with $x_{89}$, $x_2$ with $x_{88}$, and $x_i$ with $x_{90-i}$. Notice \[x_i+x_{90-i}=\sin^2(i^{\circ})+\sin^2((90-i)^{\circ})=\sin^2(i^{\circ})+\cos^2(i^{\circ})=1\] by the Pythagorean identity. Since we can pair up $1$ with $89$ and keep going until $44$ with $46$, we get \[x_1+x_2+\dots+x_{90}=44+x_{45}+x_{90}=44+\left(\frac{\sqrt{2}}{2}\right)^2+1^2=\frac{91}{2}\] Hence the mean is $\boxed{\textbf{(E) }\frac{91}{180}}$
将 $x_1$ 与 $x_{89}$、$x_2$ 与 $x_{88}$、$x_i$ 与 $x_{90-i}$ 两两相加。注意到 \[x_i+x_{90-i}=\sin^2(i^{\circ})+\sin^2((90-i)^{\circ})=\sin^2(i^{\circ})+\cos^2(i^{\circ})=1\] 由勾股恒等式可得。由于可以将 $1$ 与 $89$ 配对,一直到 $44$ 与 $46$,我们得到 \[x_1+x_2+\dots+x_{90}=44+x_{45}+x_{90}=44+\left(\frac{\sqrt{2}}{2}\right)^2+1^2=\frac{91}{2}\] 因此平均值为 $\boxed{\textbf{(E) }\frac{91}{180}}$
Q12
Suppose $z$ is a complex number with positive imaginary part, with real part greater than $1$, and with $|z| = 2$. In the complex plane, the four points $0$, $z$, $z^{2}$, and $z^{3}$ are the vertices of a quadrilateral with area $15$. What is the imaginary part of $z$?
设 $z$ 是一个虚部为正、实部大于 $1$ 且 $|z| = 2$ 的复数。在复平面上,四个点 $0$、$z$、$z^{2}$ 和 $z^{3}$ 是四边形的顶点,该四边形的面积为 $15$。$z$ 的虚部是多少?
Correct Answer: D
By making a rough estimate of where $z$, $z^2$, and $z^3$ are on the complex plane, we can draw a pretty accurate diagram (like above.) Here, points $Z_1$, $Z_2$, and $Z_3$ lie at the coordinates of $z$, $z^2$, and $z^3$ respectively, and $O$ is the origin. We're given $|z|=2$, so $|z^2|=|z|^2=4$ and $|z^3|=|z|^3 = 8$. This gives us $OZ_1=2$, $OZ_2=4$, and $OZ_3=8$. Additionally, we know that $\angle{Z_1OZ_2}\cong\angle{Z_2OZ_3}$ (since every power of $z$ rotates around the origin by the same angle.) We set these angles equal to $\theta$. We have that [OZ1Z2Z3]=[OZ1Z2]+[OZ2Z3]=12⋅2⋅4sin⁡θ+12⋅4⋅8sin⁡θ=4sin⁡θ+16sin⁡θ=20sin⁡θ Since this is equal to $15$, we have $20\sin\theta=15$, so $\sin\theta=\frac{3}{4}$. Thus, $\text{Im}(z)=|z|\sin(\theta)=2(\frac{3}{4})=\boxed{\textbf{(D) }\frac{3}{2}}$.
通过粗略估计 $z$、$z^2$ 和 $z^3$ 在复平面上的位置,我们可以画出一个相当准确的图(如上所示)。 这里,点 $Z_1$、$Z_2$ 和 $Z_3$ 分别位于 $z$、$z^2$ 和 $z^3$ 的坐标处,$O$ 是原点。 已知 $|z|=2$,因此 $|z^2|=|z|^2=4$,且 $|z^3|=|z|^3 = 8$。这给出 $OZ_1=2$、$OZ_2=4$ 和 $OZ_3=8$。 此外,我们知道 $\angle{Z_1OZ_2}\cong\angle{Z_2OZ_3}$(因为 $z$ 的每一幂都在原点周围旋转相同的角度)。我们设这些角度等于 $\theta$。 我们有 $[OZ1Z2Z3]=[OZ1Z2]+[OZ2Z3]=\frac{1}{2}\cdot2\cdot4\sin\theta+\frac{1}{2}\cdot4\cdot8\sin\theta=4\sin\theta+16\sin\theta=20\sin\theta$ 由于这等于 $15$,我们有 $20\sin\theta=15$,所以 $\sin\theta=\frac{3}{4}$。 因此,$\text{Im}(z)=|z|\sin(\theta)=2\left(\frac{3}{4}\right)=\boxed{\textbf{(D) }\frac{3}{2}}$。
Q13
There are real numbers $x,y,h$ and $k$ that satisfy the system of equations\[x^2 + y^2 - 6x - 8y = h\]\[x^2 + y^2 - 10x + 4y = k\]What is the minimum possible value of $h+k$?
存在实数 $x,y,h$ 和 $k$ 满足方程组\[x^2 + y^2 - 6x - 8y = h\]\[x^2 + y^2 - 10x + 4y = k\]$h+k$ 的最小可能值是多少?
Correct Answer: C
Adding up the first and second equation, we get: \begin{align*} h + k &= 2x^2 + 2y^2 - 16x - 4y \\ &= 2x^2 - 16x + 2y^2 - 4y \\ &= 2(x^2 - 8x) + 2(y^2 - 2y) \\ &= 2(x^2 - 8x + 16) - (2)(16) + 2(y^2 - 2y + 1) - (2)(1) \\ &= 2(x - 4)^2 + 2(y - 1)^2 - 34 \end{align*} All squared values must be greater than or equal to $0$. As we are aiming for the minimum value, we set the two squared terms to be $0$. This leads to $\min(h + k) = 0 + 0 - 34 = \boxed{\textbf{(C)} -34}$
将第一第二个方程相加,得到: \begin{align*} h + k &= 2x^2 + 2y^2 - 16x - 4y \\ &= 2x^2 - 16x + 2y^2 - 4y \\ &= 2(x^2 - 8x) + 2(y^2 - 2y) \\ &= 2(x^2 - 8x + 16) - (2)(16) + 2(y^2 - 2y + 1) - (2)(1) \\ &= 2(x - 4)^2 + 2(y - 1)^2 - 34 \end{align*} 所有平方项必须大于或等于 $0$。为了求最小值,我们将两个平方项设为 $0$。 这导致 $\min(h + k) = 0 + 0 - 34 = \boxed{\textbf{(C)} -34}$
Q14
How many different remainders can result when the $100$th power of an integer is divided by $125$?
整数的 $100$ 次幂除以 $125$ 可能得到的不同的余数有多少个?
Correct Answer: B
First note that the Euler's totient function of $125$ is $100$. We can set up two cases, which depend on whether a number is relatively prime to $125.$ If $n$ is relatively prime to $125$, then $n^{100} \equiv 1 \pmod{125}$ because of Euler's Totient Theorem. If $n$ is not relatively prime to $125$, it must have a factor of $5$. Express $n$ as $5m$, where $m$ is some integer. Then $n^{100} \equiv (5m)^{100} \equiv 5^{100}\cdot m^{100} \equiv 125 \cdot 5^{97} \cdot m^{100} \equiv 0 \pmod{125}$. Therefore, $n^{100}$ can only be congruent to $0$ or $1 \pmod{125}$. Our answer is $\boxed{2}$.
首先注意到 $125$ 的欧拉函数是 $100$。我们可以建立两种情况,取决于该数是否与 $125$ 互质。 如果 $n$ 与 $125$ 互质,则由欧拉定理,$n^{100} \equiv 1 \pmod{125}$。 如果 $n$ 与 $125$ 不互质,则它必有 $5$ 的因子。设 $n = 5m$,其中 $m$ 是某整数。然后 $n^{100} \equiv (5m)^{100} \equiv 5^{100}\cdot m^{100} \equiv 125 \cdot 5^{97} \cdot m^{100} \equiv 0 \pmod{125}$。 因此,$n^{100}$ 模 $125$ 只能同余于 $0$ 或 $1$。答案是 $\boxed{2}$。
Q15
A triangle in the coordinate plane has vertices $A(\log_21,\log_22)$, $B(\log_23,\log_24)$, and $C(\log_27,\log_28)$. What is the area of $\triangle ABC$?
坐标平面上有一个三角形,其顶点为 $A(\log_21,\log_22)$、$B(\log_23,\log_24)$ 和 $C(\log_27,\log_28)$。$\triangle ABC$ 的面积是多少?
Correct Answer: B
We rewrite: $A(0,1)$ $B(\log _{2} 3, 2)$ $C(\log _{2} 7, 3)$. From here we setup Shoelace Theorem and obtain: $\frac{1}{2}(2(\log _{2} 3) - log _{2} 7)$. Following log properties and simplifying gives $\boxed{\textbf{(B) }\log_2 \frac{3}{\sqrt{7}}}$.
我们改写为: $A(0,1)$ $B(\log _{2} 3, 2)$ $C(\log _{2} 7, 3)$。 在此基础上使用鞋带公式,得到: $\frac{1}{2}(2(\log _{2} 3) - \log _{2} 7)$。 根据对数性质并化简,得到 $\boxed{\textbf{(B) }\log_2 \frac{3}{\sqrt{7}}}$。
Q16
A group of $16$ people will be partitioned into $4$ indistinguishable $4$-person committees. Each committee will have one chairperson and one secretary. The number of different ways to make these assignments can be written as $3^{r}M$, where $r$ and $M$ are positive integers and $M$ is not divisible by $3$. What is $r$?
有 $16$ 个人将被分成 $4$ 个不可区分的 $4$ 人委员会。每个委员会将有一位主席和一位秘书。进行这些分配的不同方式的数量可以写成 $3^{r}M$,其中 $r$ 和 $M$ 是正整数,且 $M$ 不可被 $3$ 整除。$r$ 是多少?
Correct Answer: A
There are ${16 \choose 4}$ ways to choose the first committee, ${12 \choose 4}$ ways to choose the second, ${8 \choose 4}$ for the third, and ${4 \choose 4}=1$ for the fourth. Since the committees are indistinguishable, we need to divide the product by $4!$. Thus the $16$ people can be grouped in \[\frac{1}{4!}{16 \choose 4}{12 \choose 4}{8 \choose 4}{4 \choose 4}=\frac{16!}{(4!)^5}\] ways. In each committee, there are $4 \cdot 3=12$ ways to choose the chairperson and secretary, so $12^4$ ways for all $4$ committees. Therefore, there are \[\frac{16!}{(4!)^5}12^4\] total possibilities. Since $16!$ contains $6$ factors of $3$, $(4!)^5$ contains $5$, and $12^4$ contains $4$, $r=6-5+4=\boxed{\textbf{(A) }5}$.
选择第一个委员会有 ${16 \choose 4}$ 种方式,选择第二个有 ${12 \choose 4}$ 种,选择第三个有 ${8 \choose 4}$ 种,选择第四个有 ${4 \choose 4}=1$ 种。由于委员会不可区分,需要除以 $4!$。因此,将 $16$ 个人分组的方式数为 \[\frac{1}{4!}{16 \choose 4}{12 \choose 4}{8 \choose 4}{4 \choose 4}=\frac{16!}{(4!)^5}\] 在每个委员会中,选择主席和秘书有 $4 \cdot 3=12$ 种方式,因此 $4$ 个委员会共有 $12^4$ 种方式。因此,总的可能性为 \[\frac{16!}{(4!)^5}12^4\] 由于 $16!$ 包含 $6$ 个 $3$ 的因子,$(4!)^5$ 包含 $5$ 个,$12^4$ 包含 $4$ 个,因此 $r=6-5+4=\boxed{\textbf{(A) }5}$。
Q17
Integers $a$ and $b$ are randomly chosen without replacement from the set of integers with absolute value not exceeding $10$. What is the probability that the polynomial $x^3 + ax^2 + bx + 6$ has $3$ distinct integer roots?
从绝对值不超过 $10$ 的整数集合中,不放回地随机选择整数 $a$ 和 $b$。多项式 $x^3 + ax^2 + bx + 6$ 具有 $3$ 个不同整数根的概率是多少?
Correct Answer: C
Since $-10 \le a,b \le 10$, there are 21 integers to choose from, and $P(21,2) = 21 \times 20 = 420$ equally likely ordered pairs $(a,b)$. Applying Vieta's formulas, $x_1 \cdot x_2 \cdot x_3 = -6$ $x_1 + x_2+ x_3 = -a$ $x_1 \cdot x_2 + x_1 \cdot x_3 + x_3 \cdot x_2 = b$ Cases: (1) $(x_1,x_2,x_3) = (-1,1,6) , b = -1, a=-6$ valid (2) $(x_1,x_2,x_3) = ( 1,2,-3) , b = -7, a=0$ valid (3) $(x_1,x_2,x_3) = (1,-2,3) , b = -5, a=-2$ valid (4) $(x_1,x_2,x_3) = (-1,2,3) , b = 1, a=-4$ valid (5) $(x_1,x_2,x_3) = (-1,-2,-3) , b = 11$ invalid the total event space is $21 \cdot (21- 1)$ (choice of select a times choice of selecting b given no-replacement) hence, our answer is $\frac{4}{21 \cdot 20} = \boxed{\textbf{(C) }\frac{1}{105}}$
由于 $-10 \le a,b \le 10$,共有 $21$ 个整数,选择有序对 $(a,b)$ 的方式有 $P(21,2) = 21 \times 20 = 420$ 种等可能的有序对。 应用 Vieta 公式, $x_1 \cdot x_2 \cdot x_3 = -6$ $x_1 + x_2+ x_3 = -a$ $x_1 \cdot x_2 + x_1 \cdot x_3 + x_3 \cdot x_2 = b$ 情况: (1) $(x_1,x_2,x_3) = (-1,1,6) , b = -1, a=-6$ 有效 (2) $(x_1,x_2,x_3) = ( 1,2,-3) , b = -7, a=0$ 有效 (3) $(x_1,x_2,x_3) = (1,-2,3) , b = -5, a=-2$ 有效 (4) $(x_1,x_2,x_3) = (-1,2,3) , b = 1, a=-4$ 有效 (5) $(x_1,x_2,x_3) = (-1,-2,-3) , b = 11$ 无效 总事件空间是 $21 \cdot (21- 1)$(选择 $a$ 的方式乘以给定不放回选择 $b$ 的方式) 因此,答案是 $\frac{4}{21 \cdot 20} = \boxed{\textbf{(C) }\frac{1}{105}}$
Q18
The Fibonacci numbers are defined by $F_1 = 1, F_2 = 1,$ and $F_n = F_{n-1} + F_{n-2}$ for $n \geq 3.$ What is \[{\frac{F_2}{F_1}} + {\frac{F_4}{F_2}} + {\frac{F_6}{F_3}} + ... + {\frac{F_{20}}{F_{10}}}?\]
斐波那契数列定义为 $F_1 = 1, F_2 = 1,$ 且 $F_n = F_{n-1} + F_{n-2}$ 对于 $n \geq 3$。求 \[{\frac{F_2}{F_1}} + {\frac{F_4}{F_2}} + {\frac{F_6}{F_3}} + ... + {\frac{F_{20}}{F_{10}}}?\]
Correct Answer: B
The first $20$ terms are $F_n = 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765$ So the answer is $1 + 3 + 4 + 7 + 11 + 18 + 29 + 47 + 76 + 123 = \boxed{(B) 319}$. - Do not do this unless you have no other option or no time to find a smarter way
前 $20$ 项为 $F_n = 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765$ 因此答案是 $1 + 3 + 4 + 7 + 11 + 18 + 29 + 47 + 76 + 123 = \boxed{(B) 319}$。 - 除非没有其他选择或没有时间找到更聪明的方法,否则不要这样做
Q19
Equilateral $\triangle ABC$ with side length $14$ is rotated about its center by angle $\theta$, where $0 < \theta < 60^{\circ}$, to form $\triangle DEF$. See the figure. The area of hexagon $ADBECF$ is $91\sqrt{3}$. What is $\tan\theta$?
边长为 $14$ 的正三角形 $\triangle ABC$ 绕其中心旋转角度 $\theta$,其中 $0 < \theta < 60^{\circ}$,形成 $\triangle DEF$。见图。六边形 $ADBECF$ 的面积为 $91\sqrt{3}$。求 $\tan\theta$?
stem
Correct Answer: B
Let O be circumcenter of the equilateral triangle Easily get $OF = \frac{14\sqrt{3}}{3}$ $2 \cdot (\triangle(OFC) + \triangle(OCE)) = OF^2 \cdot \sin(\theta) + OF^2 \cdot \sin(120 - \theta)$ \[= \frac{14^2 \cdot 3}{9} ( \sin(\theta) + \sin(120 - \theta) )\] \[= \frac{196}{3} ( \sin(\theta) + \sin(120 - \theta) )\] \[= 2 \cdot {\frac{1}{3} } \cdot(ADBECF) = 2\cdot \frac{91\sqrt{3}}{3}\] \[\sin(\theta) + \sin(120 - \theta) = \frac{13\sqrt{3}}{14}\] \[\sin(\theta) + \frac{ \sqrt{3}}{2}\cos( \theta) +\frac{ \sqrt{1}}{2}\sin( \theta) = \frac{13\sqrt{3}}{14}\] \[\sqrt{3} \sin( \theta) + \cos( \theta) = \frac{13 }{7}\] \[\cos( \theta) = \frac{13 }{7} - \sqrt{3} \sin( \theta)\] \[\frac{169 }{49} - \frac{26\sqrt{3} }{7} \sin( \theta) + 4 \sin( \theta)^2 = 1\] \[\sin( \theta) = \frac{5\sqrt{3} }{14} or \frac{4\sqrt{3} }{7}\] $\frac{4\sqrt{3} }{7}$ is invalid given $\theta \leq 60^\circ$ , $\sin(\theta ) < \sin( 60^\circ ) = \frac{\sqrt{3} }{2} = \frac{\sqrt{3} \cdot 3.5}{7}$ \[\cos( \theta) = \frac{11 }{14}\] \[\tan( \theta) = \frac{5\sqrt{3} }{11} \boxed{B }\]
设 O 为正三角形的 circumcenter 容易得到 $OF = \frac{14\sqrt{3}}{3}$ $2 \cdot (\triangle(OFC) + \triangle(OCE)) = OF^2 \cdot \sin(\theta) + OF^2 \cdot \sin(120 - \theta)$ \[= \frac{14^2 \cdot 3}{9} ( \sin(\theta) + \sin(120 - \theta) )\] \[= \frac{196}{3} ( \sin(\theta) + \sin(120 - \theta) )\] \[= 2 \cdot {\frac{1}{3} } \cdot(ADBECF) = 2\cdot \frac{91\sqrt{3}}{3}\] \[\sin(\theta) + \sin(120 - \theta) = \frac{13\sqrt{3}}{14}\] \[\sin(\theta) + \frac{ \sqrt{3}}{2}\cos( \theta) +\frac{ \sqrt{1}}{2}\sin( \theta) = \frac{13\sqrt{3}}{14}\] \[\sqrt{3} \sin( \theta) + \cos( \theta) = \frac{13 }{7}\] \[\cos( \theta) = \frac{13 }{7} - \sqrt{3} \sin( \theta)\] \[\frac{169 }{49} - \frac{26\sqrt{3} }{7} \sin( \theta) + 4 \sin( \theta)^2 = 1\] \[\sin( \theta) = \frac{5\sqrt{3} }{14} or \frac{4\sqrt{3} }{7}\] $\frac{4\sqrt{3} }{7}$ 在 $\theta \leq 60^\circ$ 时无效,$\sin(\theta ) < \sin( 60^\circ ) = \frac{\sqrt{3} }{2} = \frac{\sqrt{3} \cdot 3.5}{7}$ \[\cos( \theta) = \frac{11 }{14}\] \[\tan( \theta) = \frac{5\sqrt{3} }{11} \boxed{B }\]
Q20
Suppose $A$, $B$, and $C$ are points in the plane with $AB=40$ and $AC=42$, and let $x$ be the length of the line segment from $A$ to the midpoint of $\overline{BC}$. Define a function $f$ by letting $f(x)$ be the area of $\triangle ABC$. Then the domain of $f$ is an open interval $(p,q)$, and the maximum value $r$ of $f(x)$ occurs at $x=s$. What is $p+q+r+s$?
假设 $A$、$B$ 和 $C$ 是平面上的点,$AB=40$,$AC=42$,设 $x$ 是从 $A$ 到 $\overline{BC}$ 中点的线段长度。定义函数 $f$,使得 $f(x)$ 是 $\triangle ABC$ 的面积。那么 $f$ 的定义域是一个开区间 $(p,q)$,最大值 $r$ 在 $x=s$ 处取得。求 $p+q+r+s$?
Correct Answer: C
Let the midpoint of $BC$ be $M$, and let the length $BM = CM = a$. We know there are limits to the value of $x$, and these limits can probably be found through the triangle inequality. But the triangle inequality relates the third side length $BC$ to $AC$ and $AB$, and doesn't contain any information about the median. Therefore we're going to have to write the side $BC$ in terms of $x$ and then use the triangle inequality to find bounds on $x$. We use Stewart's theorem to relate $BC$ to the median $AM$: $man + dad = bmb + cnc$. In this case $m = \frac{a}2$, $n=\frac{a}2$, $a = m+n$, $d = x$, $b = 42$, $c = 40$. Therefore we get the equation $2a^3 + 2ax^2 = a \cdot 42^2 + a \cdot 40^2$ $2a^2 + 2x^2 = 42^2 + 40^2$. Notice that since $20-21-29$ is a pythagorean triple, this means $2a^2 + 2x^2 = 58^2$. \[\implies a^2 = \frac{58^2}{2}-x^2\] \[\implies a = \sqrt{\frac{58^2}{2}-x^2}\] By triangle inequality, $2a+40>42 \implies a>1$ and $40+42>2a \implies a<41$ Let's tackle the first inequality: \[\sqrt{\frac{58^2}{2}-x^2}>1 \implies x^2 < \frac{58^2}{2}-1\] \[\implies x^2 < \frac{40^2+42^2}{2}-1 \implies x^2<41^2\] Here we use the property that $\frac{x^2+(x+2)^2}{2}-1 = (x+1)^2$. Therefore in this case, $x<41$. For the second inequality, \[\sqrt{\frac{58^2}{2}-x^2} < 41 \implies x^2 > \frac{58^2}{2}-41^2\] \[\implies x^2 > \frac{58^2}{2}-1 + 1 - 41^2\] \[\implies x^2 > 41^2 + 1 - 41^2 \implies x^2 > 1 \implies x > 1\] Therefore we have $1<x<41$, so the domain of $f(x)$ is $(1,41)$. The area of this triangle is $\frac{1}{2} 42 \cdot 40 \cdot \sin(\theta)$. The maximum value of the area occurs when the triangle is right, i.e. $\theta = 90^{\circ}$. Then the area is $\frac{1}{2} \cdot 40 \cdot 42 = 840$. The length of the median of a right triangle is half the length of it's hypotenuse, which squared is $40^2+42^2 = 58^2$. Thus the length of $x$ is $29$. Our final answer is $1+41+840+29 = \boxed{\textbf{911 } (C)}$
设 $BC$ 的中点为 $M$,$BM = CM = a$。我们知道 $x$ 的值有界限,这些界限可能通过三角不等式找到。但三角不等式涉及第三边长 $BC$ 与 $AC$ 和 $AB$ 的关系,不包含关于中线的任何信息。因此我们需要用 $x$ 表示边 $BC$,然后用三角不等式找到 $x$ 的界限。 使用 Stewart 定理将 $BC$ 与中线 $AM$ 关联:$man + dad = bmb + cnc$。在本例中 $m = \frac{a}2$,$n=\frac{a}2$,$a = m+n$,$d = x$,$b = 42$,$c = 40$。 因此得到方程 $2a^3 + 2ax^2 = a \cdot 42^2 + a \cdot 40^2$ $2a^2 + 2x^2 = 42^2 + 40^2$。 注意到 $20-21-29$ 是勾股三元组,这意味着 $2a^2 + 2x^2 = 58^2$。 \[\implies a^2 = \frac{58^2}{2}-x^2\] \[\implies a = \sqrt{\frac{58^2}{2}-x^2}\] 由三角不等式,$2a+40>42 \implies a>1$ 且 $40+42>2a \implies a<41$ 处理第一个不等式:\[\sqrt{\frac{58^2}{2}-x^2}>1 \implies x^2 < \frac{58^2}{2}-1\] \[\implies x^2 < \frac{40^2+42^2}{2}-1 \implies x^2<41^2\] 这里使用性质 $\frac{x^2+(x+2)^2}{2}-1 = (x+1)^2$。 因此在本例中,$x<41$。 对于第二个不等式,\[\sqrt{\frac{58^2}{2}-x^2} < 41 \implies x^2 > \frac{58^2}{2}-41^2\] \[\implies x^2 > \frac{58^2}{2}-1 + 1 - 41^2\] \[\implies x^2 > 41^2 + 1 - 41^2 \implies x^2 > 1 \implies x > 1\] 因此我们有 $1<x<41$,所以 $f(x)$ 的定义域是 $(1,41)$。 该三角形的面积是 $\frac{1}{2} 42 \cdot 40 \cdot \sin(\theta)$。面积的最大值发生在直角三角形时,即 $\theta = 90^{\circ}$。此时面积为 $\frac{1}{2} \cdot 40 \cdot 42 = 840$。直角三角形的中线长度为其斜边的一半,其平方为 $40^2+42^2 = 58^2$。因此 $x$ 的长度为 $29$。 最终答案是 $1+41+840+29 = \boxed{\textbf{911 } (C)}$
Q21
The measures of the smallest angles of three different right triangles sum to $90^\circ$. All three triangles have side lengths that are primitive Pythagorean triples. Two of them are $3-4-5$ and $5-12-13$. What is the perimeter of the third triangle?
三个不同的直角三角形的最小角度的度量和为$90^\circ$。这三个三角形都有原始勾股三元组作为边长。其中两个是$3-4-5$和$5-12-13$。第三条三角形的周长是多少?
Correct Answer: C
Let $\alpha$ and $\beta$ be the smallest angles of the $3-4-5$ and $5-12-13$ triangles respectively. We have \[\tan(\alpha)=\frac{3}{4} \text{ and } \tan(\beta)=\frac{5}{12}\] Then \[\tan(\alpha+\beta)=\frac{\frac{3}{4}+\frac{5}{12}}{1-\frac{3}{4}\cdot\frac{5}{12}}=\frac{56}{33}\] Let $\theta$ be the smallest angle of the third triangle. Consider \[\tan{90^\circ}=\tan((\alpha+\beta)+\theta)=\frac{\frac{56}{33}+\tan{\theta}}{1-\frac{56}{33}\cdot\tan{\theta}}\] In order for this to be undefined, we need \[1-\frac{56}{33}\cdot\tan{\theta}=0\] so \[\tan{\theta}=\frac{33}{56}\] Hence the base side lengths of the third triangle are $33$ and $56$. By the Pythagorean Theorem, the hypotenuse of the third triangle is $65$, so the perimeter is $33+56+65=\boxed{\textbf{(C) }154}$.
设$\alpha$和$\beta$分别为$3-4-5$和$5-12-13$三角形的最小角度。我们有 \[\tan(\alpha)=\frac{3}{4} \text{ and } \tan(\beta)=\frac{5}{12}\] 则 \[\tan(\alpha+\beta)=\frac{\frac{3}{4}+\frac{5}{12}}{1-\frac{3}{4}\cdot\frac{5}{12}}=\frac{56}{33}\] 设$\theta$为第三条三角形的最小角度。考虑 \[\tan{90^\circ}=\tan((\alpha+\beta)+\theta)=\frac{\frac{56}{33}+\tan{\theta}}{1-\frac{56}{33}\cdot\tan{\theta}}\] 为了使之未定义,我们需要 \[1-\frac{56}{33}\cdot\tan{\theta}=0\] 所以 \[\tan{\theta}=\frac{33}{56}\] 因此第三条三角形的底边长为$33$和$56$。由勾股定理,斜边为$65$,周长为$33+56+65=\boxed{\textbf{(C) }154}$。
Q22
Let $\triangle{ABC}$ be a triangle with integer side lengths and the property that $\angle{B} = 2\angle{A}$. What is the least possible perimeter of such a triangle?
设$\triangle{ABC}$为一个具有整数边长的三角形,且$\angle{B} = 2\angle{A}$。这样的三角形的最小可能周长是多少?
Correct Answer: C
Let $AB=c$, $BC=a$, $AC=b$. According to the law of sines, \[\frac{b}{a}=\frac{\sin \angle B}{\sin \angle A}=2\cos \angle A\] According to the law of cosines, \[\cos \angle A=\frac{b^2+c^2-a^2}{2bc}\] Hence, \[\frac{b}{a}=\frac{b^2+c^2-a^2}{bc}\] This simplifies to $b^2=a(a+c)$. We want to find the positive integer solution $(a, b, c)$ to this equation such that $a, b, c$ forms a triangle, and $a+b+c$ is minimized. We proceed by casework on the value of $b$. Remember that $a<a+c$. Case $1$: $b=1$ Clearly, this case yields no valid solutions. Case $2$: $b=2$ For this case, we must have $a=1$ and $c=3$. However, $(1, 2, 3)$ does not form a triangle. Hence this case yields no valid solutions. Case $3$: $b=3$ For this case, we must have $a=1$ and $c=8$. However, $(1, 3, 8)$ does not form a triangle. Hence this case yields no valid solutions. Case $4$: $b=4$ For this case, $a=1$ and $c=15$, or $a=2$ and $c=6$. As one can check, this case also yields no valid solutions Case $5$: $b=5$ For this case, we must have $a=1$ and $c=24$. There are no valid solutions Case $6$: $b=6$ For this case, $a=2$ and $c=16$, or $a=4$ and $c=5$, or $a=3$ and $c=9$. The only valid solution for this case is $(4, 6, 5)$, which yields a perimeter of $15$. When $b\ge 7$, it is easy to see that $a+c>7$. Hence $a+b+c>14$, which means $a+b+c\ge15$. Therefore, the answer is $\boxed{\textbf{(C) }15}$
设$AB=c$,$BC=a$,$AC=b$。根据正弦定律, \[\frac{b}{a}=\frac{\sin \angle B}{\sin \angle A}=2\cos \angle A\] 根据余弦定律, \[\cos \angle A=\frac{b^2+c^2-a^2}{2bc}\] 因此, \[\frac{b}{a}=\frac{b^2+c^2-a^2}{bc}\] 这简化为$b^2=a(a+c)$。我们要找到正整数解$(a, b, c)$,使得$a, b, c$构成三角形,且$a+b+c$最小。我们按$b$的值进行分类讨论。请记住$a<a+c$。 情况$1$:$b=1$ 显然,此情况无有效解。 情况$2$:$b=2$ 此情况,必须有$a=1$且$c=3$。但是$(1, 2, 3)$不构成三角形。因此此情况无有效解。 情况$3$:$b=3$ 此情况,必须有$a=1$且$c=8$。但是$(1, 3, 8)$不构成三角形。因此此情况无有效解。 情况$4$:$b=4$ 此情况,$a=1$且$c=15$,或$a=2$且$c=6$。可以检查,此情况也无有效解。 情况$5$:$b=5$ 此情况,必须有$a=1$且$c=24$。无有效解。 情况$6$:$b=6$ 此情况,$a=2$且$c=16$,或$a=4$且$c=5$,或$a=3$且$c=9$。此情况的唯一有效解是$(4, 6, 5)$,周长为$15$。 当$b\ge 7$时,很容易看出$a+c>7$。因此$a+b+c>14$,即$a+b+c\ge15$。因此答案是$\boxed{\textbf{(C) }15}$
Q23
A right pyramid has regular octagon $ABCDEFGH$ with side length $1$ as its base and apex $V.$ Segments $\overline{AV}$ and $\overline{DV}$ are perpendicular. What is the square of the height of the pyramid?
一个直角金字塔以边长为$1$的正八边形$ABCDEFGH$为底面,顶点为$V$。线段$\overline{AV}$和$\overline{DV}$互相垂直。金字塔高度的平方是多少?
Correct Answer: B
To find the height of the pyramid, we need the length from the center of the octagon (denote as $I$) to its vertices and the length of AV. From symmetry, we know that $\overline{AV} = \overline{DV}$, therefore $\triangle{AVD}$ is a 45-45-90 triangle. Denote $\overline{AV}$ as $x$ so that $\overline{AD} = x\sqrt{2}$. Doing some geometry on the isosceles trapezoid $ABCD$ (we know this from the fact that it is a regular octagon) reveals that $\overline{AD}=1+2(\sqrt{2}/2)=1+\sqrt{2}$ and $\overline{AV}=(\overline{AD})/\sqrt{2}=(\sqrt{2}+2)/2$. To find the length $\overline{IA}$, we cut the octagon into 8 triangles, each with a smallest angle of 45 degrees. Using the law of cosines on $\triangle{AIB}$ we find that ${\overline{IA}}^2=(2+\sqrt{2})/2$. Finally, using the pythagorean theorem, we can find that ${\overline{IV}}^2={\overline{AV}}^2-{\overline{IA}}^2= {((\sqrt{2}+2)/2)}^2 - (2+\sqrt{2})/2 = \boxed{(1+\sqrt{2})/2}$ which is answer choice $\boxed{B}$.
要找到金字塔的高度,我们需要八边形中心(记为$I$)到其顶点的距离以及$AV$的长度。 由对称性,我们知道$\overline{AV} = \overline{DV}$,因此$\triangle{AVD}$是45-45-90三角形。设$\overline{AV}$为$x$,则$\overline{AD} = x\sqrt{2}$。在等腰梯形$ABCD$上做一些几何计算(我们知道这是正八边形),发现$\overline{AD}=1+2(\sqrt{2}/2)=1+\sqrt{2}$,且$\overline{AV}=(\overline{AD})/\sqrt{2}=(\sqrt{2}+2)/2$。 要找到$\overline{IA}$的长度,我们将八边形分成8个三角形,每个最小角度为45度。在$\triangle{AIB}$上使用余弦定律,我们发现${\overline{IA}}^2=(2+\sqrt{2})/2$。 最后,使用勾股定理,我们可以找到${\overline{IV}}^2={\overline{AV}}^2-{\overline{IA}}^2= {((\sqrt{2}+2)/2)}^2 - (2+\sqrt{2})/2 = \boxed{(1+\sqrt{2})/2}$,这是答案选项$\boxed{B}$。
Q24
What is the number of ordered triples $(a,b,c)$ of positive integers, with $a\le b\le c\le 9$, such that there exists a (non-degenerate) triangle $\triangle ABC$ with an integer inradius for which $a$, $b$, and $c$ are the lengths of the altitudes from $A$ to $\overline{BC}$, $B$ to $\overline{AC}$, and $C$ to $\overline{AB}$, respectively? (Recall that the inradius of a triangle is the radius of the largest possible circle that can be inscribed in the triangle.)
正整数有序三元组$(a,b,c)$的数量,其中$a\le b\le c\le 9$,使得存在一个(非退化)三角形$\triangle ABC$,其整数内切圆半径,且$a$、$b$、$c$分别是$A$到$\overline{BC}$、$B$到$\overline{AC}$、$C$到$\overline{AB}$的高的长度是多少?(回忆三角形的内切圆半径是能内接于该三角形的最大圆的半径。)
Correct Answer: B
First we derive the relationship between the inradius of a triangle $r$, and its three altitudes $a, b, c$. Using an area argument, we can get the following well known result \[\left(\frac{AB+BC+AC}{2}\right)r=A\] where $AB, BC, AC$ are the side lengths of $\triangle ABC$, and $A$ is the triangle's area. Substituting $A=\frac{1}{2}\cdot AB\cdot c$ into the above we get \[\frac{r}{c}=\frac{AB}{AB+BC+AC}\] Similarly, we can get \[\frac{r}{b}=\frac{AC}{AB+BC+AC}\] \[\frac{r}{a}=\frac{BC}{AB+BC+AC}\] Hence, 1r=1a+1b+1c Note that there exists a unique, non-degenerate triangle with altitudes $a, b, c$ if and only if $\frac{1}{a}, \frac{1}{b}, \frac{1}{c}$ are the side lengths of a non-degenerate triangle, i.e., $\frac{1}{b}+\frac{1}{c}>\frac{1}{a}$. With this in mind, it remains to find all positive integer solutions $(r, a, b, c)$ to the above such that $\frac{1}{b}+\frac{1}{c}>\frac{1}{a}$, and $a\le b\le c\le 9$. We do this by doing casework on the value of $r$. Since $r$ is a positive integer, $r\ge 1$. Since $a\le b\le c\le 9$, $\frac{1}{r}\ge \frac{1}{3}$, so $r\le3$. The only possible values for $r$ are 1, 2, and 3. Case 1: $r=1$ For this case, we can't have $a\ge 4$, since $\frac{1}{a}+\frac{1}{b}+\frac{1}{c}$ would be too small. When $a=3$, we must have $b=c=3$. When $a\le2$, we would have $\frac{1}{b}+\frac{1}{c}\le\frac{1}{a}$, which doesn't work. Hence this case only yields one valid solution $(1, 3, 3, 3)$ Case 2: $r=2$ For this case, we can't have $a\ge 7$, for the same reason as in Case 1. When $a=6$, we must have $b=c=6$. When $a=5$, we must have $b=5, c=10$ or $b=10, c=5$. Regardless, $10$ appears, so it is not a valid solution. When $a\le4$, $\frac{1}{b}+\frac{1}{c}\le\frac{1}{a}$. Hence, this case also only yields one valid solution $(2, 6, 6, 6)$ Case 3: $r=3$ The only possible solution is $(3, 9, 9, 9)$, and clearly it is a valid solution. Hence the only valid solutions are $(1, 3, 3, 3), (2, 6, 6, 6), (3, 9, 9, 9)$, and our answer is $\boxed{\textbf{(B) }3}$
首先我们推导三角形内切圆半径$r$与其三条高$a, b, c$之间的关系。 使用面积论证,我们得到以下著名结果 \[\left(\frac{AB+BC+AC}{2}\right)r=A\] 其中$AB, BC, AC$是$\triangle ABC$的边长,$A$是三角形的面积。将$A=\frac{1}{2}\cdot AB\cdot c$代入上述公式,我们得到 \[\frac{r}{c}=\frac{AB}{AB+BC+AC}\] 类似地,我们可以得到 \[\frac{r}{b}=\frac{AC}{AB+BC+AC}\] \[\frac{r}{a}=\frac{BC}{AB+BC+AC}\] 因此, \[\frac{1}{r}=\frac{1}{a}+\frac{1}{b}+\frac{1}{c}\] 注意,只有当$\frac{1}{a}, \frac{1}{b}, \frac{1}{c}$是某个非退化三角形的边长时,才存在唯一非退化三角形具有高$a, b, c$,即$\frac{1}{b}+\frac{1}{c}>\frac{1}{a}$。 考虑到这一点,我们需要找到所有满足上述条件的正整数解$(r, a, b, c)$,使得$\frac{1}{b}+\frac{1}{c}>\frac{1}{a}$,且$a\le b\le c\le 9$。我们按$r$的值进行分类讨论。 由于$r$是正整数,$r\ge 1$。由于$a\le b\le c\le 9$,$\frac{1}{r}\ge \frac{1}{3}$,所以$r\le3$。$r$的可能值为1、2和3。 情况1:$r=1$ 此情况,不能有$a\ge 4$,因为$\frac{1}{a}+\frac{1}{b}+\frac{1}{c}$会太小。当$a=3$时,必须有$b=c=3$。当$a\le2$时,$\frac{1}{b}+\frac{1}{c}\le\frac{1}{a}$,不行。因此此情况只有一个有效解$(1, 3, 3, 3)$。 情况2:$r=2$ 此情况,不能有$a\ge 7$,原因同情况1。当$a=6$时,必须有$b=c=6$。当$a=5$时,必须有$b=5, c=10$或$b=10, c=5$。无论如何,$10$出现,所以不是有效解。当$a\le4$时,$\frac{1}{b}+\frac{1}{c}\le\frac{1}{a}$。因此,此情况也只有一个有效解$(2, 6, 6, 6)$。 情况3:$r=3$ 唯一可能解是$(3, 9, 9, 9)$,显然是有效解。 因此唯一有效解是$(1, 3, 3, 3), (2, 6, 6, 6), (3, 9, 9, 9)$,答案是$\boxed{\textbf{(B) }3}$
Q25
Pablo will decorate each of $6$ identical white balls with either a striped or a dotted pattern, using either red or blue paint. He will decide on the color and pattern for each ball by flipping a fair coin for each of the $12$ decisions he must make. After the paint dries, he will place the $6$ balls in an urn. Frida will randomly select one ball from the urn and note its color and pattern. The events "the ball Frida selects is red" and "the ball Frida selects is striped" may or may not be independent, depending on the outcome of Pablo's coin flips. The probability that these two events are independent can be written as $\frac mn,$ where $m$ and $n$ are relatively prime positive integers. What is $m?$ (Recall that two events $A$ and $B$ are independent if $P(A \text{ and }B)$ = $P(A)$ $P(B)$
Pablo将用条纹或点状图案,用红色或蓝色颜料装饰6个相同的白球。他通过为每个球的12个决定各抛一次公平硬币来决定颜色和图案。颜料干后,他将6个球放入一个瓮中。Frida将随机从瓮中选出一个球并记下其颜色和图案。事件“Frida选出的球是红色的”和“Frida选出的球是条纹的”可能独立也可能不独立,取决于Pablo抛硬币的结果。这两个事件独立的概率可以写成$\frac mn$,其中$m$和$n$互质正整数。$m$是多少?(回忆两个事件$A$和$B$独立当且仅当$P(A \text{ and }B)$ = $P(A)$ $P(B)$
Correct Answer: A
Let $a$ be the number of balls that are both striped and red, $x$ be the number of balls that are striped but blue, and $y$ be the number of balls that are red but dotted. Then there must be $6-a-x-y$ balls that are dotted and blue. Let $A$ be the event, "the ball Frida selects is red", and $B$ be the event, "the ball Frida selects is striped". $A$ and $B$ are independent if and only if $\frac{a}{6}=\frac{a+x}{6}\cdot\frac{a+y}{6}$, i.e., \[6a=(a+x)(a+y)\] Before we continue, I'd like to clarify that the sample space $S$, under which we are computing probability that $A$ and $B$ are independent, consists of $4^6$ total outcomes, each equally likely. Notice that once given $a, x, y$, there are ${6\choose a}{6-a \choose x}{6-a-x \choose y}=\frac{6!}{a!x!y!(6-a-x-y)!}$ corresponding outcomes. Now, it remains to find all nonnegative integer solutions $(a, x, y)$ to the above equation such that $a+x+y<6$, add up all the corresponding outcomes, and then divide by $4^6$. We can find the solutions relatively easily by doing casework on $a=0, 1, 2, 3, 4, 5, 6$. Long story short, one finds the solutions to be \[(0, 0, 0), (0, 0, 1)\cdots (0, 0, 6)\] \[(0, 1, 0), (0, 2, 0)\cdots (0, 6, 0)\] \[(1, 5, 0), (1, 0, 5), (1, 2, 1), (1, 1, 2)\] \[(2, 4, 0), (2, 0, 4) (2, 2, 1), (2, 1, 2)\] \[(3, 3, 0), (3, 0, 3)\] \[(4, 2, 0), (4, 0, 2)\] \[(5, 1, 0), (5, 0, 1)\] \[(6, 0, 0)\] There are little tricks we can use to make the process of adding up the corresponding outcomes faster. First, we notice that the first, second, and last row of solutions contributes $2^7=128$ outcomes. Then we can take advantage of the symmetry between $x, y$ to add up the rest of the outcomes. In the end we get \[128+2(6+180+15+180+20+15+6)=972\] Hence, the probability is $\frac{972}{4^6}=\frac{243}{2^{10}}$. Therefore, the answer is $\boxed{\textbf{(A) } 243}$
设$a$为既条纹又红色的球数,$x$为条纹但蓝色的球数,$y$为红色但点状的球数。那么必须有$6-a-x-y$个点状且蓝色的球。 设$A$为事件“Frida选出的球是红色的”,$B$为事件“Frida选出的球是条纹的”。$A$和$B$独立当且仅当$\frac{a}{6}=\frac{a+x}{6}\cdot\frac{a+y}{6}$,即 \[6a=(a+x)(a+y)\] 在继续之前,我想澄清样本空间$S$,我们计算$A$和$B$独立的概率,由$4^6$个总结果组成,每个等可能。注意,一旦给出$a, x, y$,有${6\choose a}{6-a \choose x}{6-a-x \choose y}=\frac{6!}{a!x!y!(6-a-x-y)!}$个对应结果。 现在,剩下找到上述方程的所有非负整数解$(a, x, y)$,使得$a+x+y<6$,将所有对应结果相加,然后除以$4^6$。我们可以通过按$a=0, 1, 2, 3, 4, 5, 6$分类讨论相对容易地找到解。长话短说,发现解为 \[(0, 0, 0), (0, 0, 1)\cdots (0, 0, 6)\] \[(0, 1, 0), (0, 2, 0)\cdots (0, 6, 0)\] \[(1, 5, 0), (1, 0, 5), (1, 2, 1), (1, 1, 2)\] \[(2, 4, 0), (2, 0, 4) (2, 2, 1), (2, 1, 2)\] \[(3, 3, 0), (3, 0, 3)\] \[(4, 2, 0), (4, 0, 2)\] \[(5, 1, 0), (5, 0, 1)\] \[(6, 0, 0)\] 我们可以使用一些小技巧来加快加总对应结果的过程。首先,我们注意到第一、第二和最后一行解贡献$2^7=128$个结果。然后我们可以利用$x, y$的对称性来加总其余结果。最终我们得到 \[128+2(6+180+15+180+20+15+6)=972\] 因此,概率是$\frac{972}{4^6}=\frac{243}{2^{10}}$。因此,答案是$\boxed{\textbf{(A) } 243}$