/

AMC12 2021 B

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

AMC12 · 2021 (B)

Q1
How many integer values of $x$ satisfy $|x|<3\pi$?
有几个整数 $x$ 满足 $|x|<3\pi$?
Correct Answer: D
Since $3\pi\approx9.42$, we multiply $9$ by $2$ for the integers from $1$ to $9$ and the integers from $-1$ to $-9$ and add $1$ to account for $0$ to get $\boxed{\textbf{(D)} ~19}$.
因为 $3\pi\approx9.42$,我们将 $9$ 乘以 $2$ 来计算从 $1$ 到 $9$ 和从 $-1$ 到 $-9$ 的整数,再加 $1$ 来计入 $0$,得到 $\boxed{\textbf{(D)} ~19}$。
Q2
At a math contest, $57$ students are wearing blue shirts, and another $75$ students are wearing yellow shirts. The $132$ students are assigned into $66$ pairs. In exactly $23$ of these pairs, both students are wearing blue shirts. In how many pairs are both students wearing yellow shirts?
在一次数学竞赛中,有 $57$ 名学生穿着蓝色衬衫,另外 $75$ 名学生穿着黄色衬衫。这 $132$ 名学生被分成 $66$ 对。在这些对中恰好有 $23$ 对两个学生都穿着蓝色衬衫。那么,有几对两个学生都穿着黄色衬衫?
Correct Answer: B
There are $46$ blue students paired with a blue partner. The other $11$ students wearing blue shirts must each be paired with a partner wearing a shirt of the opposite color. There are $64$ yellow students remaining. Therefore the requested number of pairs is $\tfrac{64}{2}=\boxed{\textbf{(B)} ~32}$
有 $46$ 名穿蓝色衬衫的学生与穿蓝色衬衫的伙伴配对。其余 $11$ 名穿蓝色衬衫的学生必须各自与穿不同颜色衬衫的学生配对。剩下 $64$ 名穿黄色衬衫的学生。因此,所求的对数是 $\tfrac{64}{2}=\boxed{\textbf{(B)} ~32}$
Q3
Suppose\[2+\frac{1}{1+\frac{1}{2+\frac{2}{3+x}}}=\frac{144}{53}.\]What is the value of $x?$
设\[2+\frac{1}{1+\frac{1}{2+\frac{2}{3+x}}}=\frac{144}{53}.\]求 $x$ 的值。
Correct Answer: A
Subtracting $2$ from both sides and taking reciprocals gives $1+\frac{1}{2+\frac{2}{3+x}}=\frac{53}{38}$. Subtracting $1$ from both sides and taking reciprocals again gives $2+\frac{2}{3+x}=\frac{38}{15}$. Subtracting $2$ from both sides and taking reciprocals for the final time gives $\frac{x+3}{2}=\frac{15}{8}$ or $x=\frac{3}{4} \implies \boxed{\text{(A) } 3/4}$.
两边减去 $2$ 后取倒数,得 $1+\frac{1}{2+\frac{2}{3+x}}=\frac{53}{38}$。再两边减去 $1$ 后取倒数,得 $2+\frac{2}{3+x}=\frac{38}{15}$。最后两边减去 $2$ 后取倒数,得 $\frac{x+3}{2}=\frac{15}{8}$,即 $x=\frac{3}{4} \implies \boxed{\text{(A) } 3/4}$。
Q4
Ms. Blackwell gives an exam to two classes. The mean of the scores of the students in the morning class is $84$, and the afternoon class's mean score is $70$. The ratio of the number of students in the morning class to the number of students in the afternoon class is $\frac{3}{4}$. What is the mean of the scores of all the students?
布莱克威尔女士给两个班级的学生出了一次考试。上午班学生的成绩平均分为 $84$,下午班的平均分为 $70$。上午班学生人数与下午班学生人数之比为 $\frac{3}{4}$。所有学生的成绩平均分是多少?
Correct Answer: C
Let there be $3x$ students in the morning class and $4x$ students in the afternoon class. The total number of students is $3x + 4x = 7x$. The average is $\frac{3x\cdot84 + 4x\cdot70}{7x}=76$. Therefore, the answer is $\boxed{\textbf{(C)} ~76}$.
设上午班有 $3x$ 名学生,下午班有 $4x$ 名学生。总学生数为 $3x + 4x = 7x$。平均分是 $\frac{3x\cdot84 + 4x\cdot70}{7x}=76$。因此,答案是 $\boxed{\textbf{(C)} ~76}$。
Q5
The point $P(a,b)$ in the $xy$-plane is first rotated counterclockwise by $90^\circ$ around the point $(1,5)$ and then reflected about the line $y = -x$. The image of $P$ after these two transformations is at $(-6,3)$. What is $b - a ?$
平面直角坐标系中,点 $P(a,b)$ 先绕点 $(1,5)$ 逆时针旋转 $90^\circ$,然后关于直线 $y = -x$ 作反射。经过这两个变换后,$P$ 的像位于 $(-6,3)$。求 $b - a$ 的值。
Correct Answer: D
The final image of $P$ is $(-6,3)$. We know the reflection rule for reflecting over $y=-x$ is $(x,y) \rightarrow (-y, -x)$. So before the reflection and after rotation the point is $(-3,6)$. By definition of rotation, the slope between $(-3,6)$ and $(1,5)$ must be perpendicular to the slope between $(a,b)$ and $(1,5)$. The first slope is $\frac{5-6}{1-(-3)} = \frac{-1}{4}$. This means the slope of $P$ and $(1,5)$ is $4$. Rotations also preserve distance to the center of rotation, and since we only "travelled" up and down by the slope once to get from $(-3,6)$ to $(1,5)$ it follows we shall only use the slope once to travel from $(1,5)$ to $P$. Therefore point $P$ is located at $(1+1, 5+4) = (2,9)$. The answer is $9-2 = 7 = \boxed{\textbf{(D)} ~7}$.
$P$ 的最终像是 $(-6,3)$。关于 $y=-x$ 反射的规则是 $(x,y) \rightarrow (-y, -x)$。因此,反射前旋转后的点是 $(-3,6)$。 根据旋转定义,点 $(-3,6)$ 与 $(1,5)$ 连线的斜率必须与 $(a,b)$ 与 $(1,5)$ 连线的斜率垂直。第一条连线的斜率为 $\frac{5-6}{1-(-3)} = \frac{-1}{4}$。因此,$P$ 与 $(1,5)$ 的连线斜率为 $4$。 旋转还保持到旋转中心的距离,由于从 $(-3,6)$ 到 $(1,5)$ 只沿斜率方向“移动”一次,因此从 $(1,5)$ 到 $P$ 也只需沿斜率移动一次。 因此点 $P$ 位于 $(1+1, 5+4) = (2,9)$。答案是 $9-2 = 7 = \boxed{\textbf{(D)} ~7}$。
Q6
An inverted cone with base radius $12 \mathrm{cm}$ and height $18 \mathrm{cm}$ is full of water. The water is poured into a tall cylinder whose horizontal base has radius of $24 \mathrm{cm}$. What is the height in centimeters of the water in the cylinder?
一个底面半径为$12 \mathrm{cm}$、高$18 \mathrm{cm}$的倒锥体装满了水。水被倒入一个高圆柱体中,该圆柱体的水平底面半径为$24 \mathrm{cm}$。圆柱体中水的液面高度是多少厘米?
Correct Answer: A
The volume of a cone is $\frac{1}{3} \cdot\pi \cdot r^2 \cdot h$ where $r$ is the base radius and $h$ is the height. The water completely fills up the cone so the volume of the water is $\frac{1}{3}\cdot18\cdot144\pi = 6\cdot144\pi$. The volume of a cylinder is $\pi \cdot r^2 \cdot h$ so the volume of the water in the cylinder would be $24\cdot24\cdot\pi\cdot h$. We can equate these two expressions because the water volume stays the same like this $24\cdot24\cdot\pi\cdot h = 6\cdot144\pi$. We get $4h = 6$ and $h=\frac{6}{4}$. So the answer is $\boxed{\textbf{(A)} ~1.5}.$
圆锥的体积公式为$\frac{1}{3} \cdot\pi \cdot r^2 \cdot h$,其中$r$是底面半径,$h$是高度。水完全充满锥体,因此水的体积为$\frac{1}{3}\cdot18\cdot144\pi = 6\cdot144\pi$。 圆柱的体积为$\pi \cdot r^2 \cdot h$,因此圆柱中水的体积为$24\cdot24\cdot\pi\cdot h$。 由于水的体积不变,我们可以设等式$24\cdot24\cdot\pi\cdot h = 6\cdot144\pi$。得到$4h = 6$,$h=\frac{6}{4}$。 因此答案为$\boxed{\textbf{(A)} ~1.5}$。
Q7
Let $N = 34 \cdot 34 \cdot 63 \cdot 270$. What is the ratio of the sum of the odd divisors of $N$ to the sum of the even divisors of $N$?
设$N = 34 \cdot 34 \cdot 63 \cdot 270$。$N$的奇约数之和与偶约数之和的比值为多少?
Correct Answer: C
Prime factorize $N$ to get $N=2^{3} \cdot 3^{5} \cdot 5\cdot 7\cdot 17^{2}$. For each odd divisor $n$ of $N$, there exist even divisors $2n, 4n, 8n$ of $N$, therefore the ratio is $1:(2+4+8)=\boxed{\textbf{(C)} ~1 : 14}$
将$N$质因数分解得到$N=2^{3} \cdot 3^{5} \cdot 5\cdot 7\cdot 17^{2}$。对于$N$的每个奇约数$n$,存在偶约数$2n, 4n, 8n$,因此比值为$1:(2+4+8)=\boxed{\textbf{(C)} ~1 : 14}$
Q8
Three equally spaced parallel lines intersect a circle, creating three chords of lengths $38,38,$ and $34$. What is the distance between two adjacent parallel lines?
三条等间距的平行线与一个圆相交,形成三条弦,长分别为$38,38,$和$34$。两条相邻平行线之间的距离是多少?
Correct Answer: B
Since two parallel chords have the same length ($38$), they must be equidistant from the center of the circle. Let the perpendicular distance of each chord from the center of the circle be $d$. Thus, the distance from the center of the circle to the chord of length $34$ is \[2d + d = 3d\] The distance between each of the chords is $2d$. Let the radius of the circle be $r$. Drawing radii to the points where the lines intersect the circle, we obtain two different right triangles: - One with base $\dfrac{38}{2} = 19$, height $d$, and hypotenuse $r$ ($\triangle RAO$ in the diagram) - Another with base $\dfrac{34}{2} = 17$, height $3d$, and hypotenuse $r$ ($\triangle LBO$ in the diagram) By the Pythagorean theorem, we obtain the following system of equations: \begin{align*} 19^2 + d^2 &= r^2, \\ 17^2 + (3d)^2 &= r^2. \end{align*} That is, \begin{align*} 361 + d^2 &= r^2, \\ 289 + 9d^2 &= r^2. \end{align*} Set the right-hand sides equal: \[ 361 + d^2 = 289 + 9d^2 \] \[ 361 - 289 = 9d^2 - d^2 \] \[ 72 = 8d^2 \] \[ d^2 = 9 \implies d = 3. \] Thus, \[ 2d = 6. \]
由于两条平行弦长度相等($38$),它们必须距离圆心等距。设每条弦距离圆心的垂直距离为$d$。因此,长度为$34$的弦距离圆心的距离为 \[2d + d = 3d\] 各弦之间的距离为$2d$。设圆的半径为$r$。 画出到交点处的半径,得到两个不同的直角三角形: - 一个底边$\dfrac{38}{2} = 19$,高$d$,斜边$r$(图中$\triangle RAO$) - 另一个底边$\dfrac{34}{2} = 17$,高$3d$,斜边$r$(图中$\triangle LBO$) 由勾股定理,得到方程组: \begin{align*} 19^2 + d^2 &= r^2, \\ 17^2 + (3d)^2 &= r^2. \end{align*} 即, \begin{align*} 361 + d^2 &= r^2, \\ 289 + 9d^2 &= r^2. \end{align*} 令右边相等: \[361 + d^2 = 289 + 9d^2\] \[361 - 289 = 9d^2 - d^2\] \[72 = 8d^2\] \[d^2 = 9 \implies d = 3.\] 因此, \[2d = 6.\]
solution
Q9
What is the value of\[\frac{\log_2 80}{\log_{40}2}-\frac{\log_2 160}{\log_{20}2}?\]
求\[\frac{\log_2 80}{\log_{40}2}-\frac{\log_2 160}{\log_{20}2}\]的值。
Correct Answer: D
\[\frac{\log_{2}{80}}{\log_{40}{2}}-\frac{\log_{2}{160}}{\log_{20}{2}}\] Note that $\log_{40}{2}=\frac{1}{\log_{2}{40}}$, and similarly $\log_{20}{2}=\frac{1}{\log_{2}{20}}$ \[= \log_{2}{80}\cdot \log_{2}{40}-\log_{2}{160}\cdot \log_{2}{20}\] \[=(\log_{2}{4}+\log_{2}{20})(\log_{2}{2}+\log_{2}{20})-(\log_{2}{8}+\log_{2}{20})\log_{2}{20}\] \[=(2+\log_{2}{20})(1+\log_{2}{20})-(3+\log_{2}{20})\log_{2}{20}\] Expanding, \[2+2\log_{2}{20}+\log_{2}{20}+(\log_{2}{20})^2-3\log_{2}{20}-(\log_{2}{20})^2\] All the log terms cancel, so the answer is $2\implies\boxed{\text{(D)}}$.
\[\frac{\log_{2}{80}}{\log_{40}{2}}-\frac{\log_{2}{160}}{\log_{20}{2}}\] 注意到$\log_{40}{2}=\frac{1}{\log_{2}{40}}$,类似地$\log_{20}{2}=\frac{1}{\log_{2}{20}}$ \[= \log_{2}{80}\cdot \log_{2}{40}-\log_{2}{160}\cdot \log_{2}{20}\] \[=( \log_{2}{4}+\log_{2}{20})( \log_{2}{2}+\log_{2}{20})-( \log_{2}{8}+\log_{2}{20})\log_{2}{20}\] \[=(2+\log_{2}{20})(1+\log_{2}{20})-(3+\log_{2}{20})\log_{2}{20}\] 展开后,$\[2+2\log_{2}{20}+\log_{2}{20}+(\log_{2}{20})^2-3\log_{2}{20}-(\log_{2}{20})^2\]$ 所有对数项抵消,答案为$2\implies\boxed{\text{(D)}}$。
Q10
Two distinct numbers are selected from the set $\{1,2,3,4,\dots,36,37\}$ so that the sum of the remaining $35$ numbers is the product of these two numbers. What is the difference of these two numbers?
从集合$\{1,2,3,4,\dots,36,37\}$中选出两个不同的数,使得剩余$35$个数的和等于这两个数的乘积。这两个数的差是多少?
Correct Answer: E
The sum of the first $n$ integers is given by $\frac{n(n+1)}{2}$, so $\frac{37(37+1)}{2}=703$. Therefore, $703-x-y=xy$ Rearranging, $xy+x+y=703$. We can factor this equation by SFFT to get $(x+1)(y+1)=704$ Looking at the possible divisors of $704 = 2^6\cdot11$, $22$ and $32$ are within the constraints of $0 < x \leq y \leq 37$ so we try those: $(x+1)(y+1) = 22\cdot32$ $x+1=22, y+1 = 32$ $x = 21, y = 31$ Therefore, the difference $y-x=31-21=\boxed{\textbf{(E) }10}$.
前$n$个整数的和为$\frac{n(n+1)}{2}$,因此$\frac{37(37+1)}{2}=703$。 因此,$703-x-y=xy$ 重排,$xy+x+y=703$。通过SFFT技巧因式分解得到 $(x+1)(y+1)=704$ 查看$704 = 2^6\cdot11$的因子对,$22$和$32$满足$0 < x \leq y \leq 37$的约束,因此尝试: $(x+1)(y+1) = 22\cdot32$ $x+1=22, y+1 = 32$ $x = 21, y = 31$ 因此,差$y-x=31-21=\boxed{\textbf{(E) }10}$。
Q11
Triangle $ABC$ has $AB=13,BC=14$ and $AC=15$. Let $P$ be the point on $\overline{AC}$ such that $PC=10$. There are exactly two points $D$ and $E$ on line $BP$ such that quadrilaterals $ABCD$ and $ABCE$ are trapezoids. What is the distance $DE?$
三角形 $ABC$ 有 $AB=13,BC=14$ 和 $AC=15$。让 $P$ 为 $\overline{AC}$ 上的点,使得 $PC=10$。线 $BP$ 上恰有两点 $D$ 和 $E$,使得四边形 $ABCD$ 和 $ABCE$ 是梯形。$DE$ 的距离是多少?
Correct Answer: D
Toss on the Cartesian plane with $A=(5, 12), B=(0, 0),$ and $C=(14, 0)$. Then $\overline{AD}\parallel\overline{BC}, \overline{AB}\parallel\overline{CE}$ by the trapezoid condition, where $D, E\in\overline{BP}$. Since $PC=10$, point $P$ is $\tfrac{10}{15}=\tfrac{2}{3}$ of the way from $C$ to $A$ and is located at $(8, 8)$. Thus line $BP$ has equation $y=x$. Since $\overline{AD}\parallel\overline{BC}$ and $\overline{BC}$ is parallel to the ground, we know $D$ has the same $y$-coordinate as $A$, except it'll also lie on the line $y=x$. Therefore, $D=(12, 12). \, \blacksquare$ To find the location of point $E$, we need to find the intersection of $y=x$ with a line parallel to $\overline{AB}$ passing through $C$. The slope of this line is the same as the slope of $\overline{AB}$, or $\tfrac{12}{5}$, and has equation $y=\tfrac{12}{5}x-\tfrac{168}{5}$. The intersection of this line with $y=x$ is $(24, 24)$. Therefore point $E$ is located at $(24, 24). \, \blacksquare$ The distance $DE$ is equal to the distance between $(12, 12)$ and $(24, 24)$, which is $\boxed{\textbf{(D) }12\sqrt2}$.
将三角形置于坐标平面上,令 $A=(5, 12), B=(0, 0),$ 和 $C=(14, 0)$。由梯形条件,$\overline{AD}\parallel\overline{BC}, \overline{AB}\parallel\overline{CE}$,其中 $D, E\in\overline{BP}$。由于 $PC=10$,点 $P$ 从 $C$ 到 $A$ 的 $\tfrac{10}{15}=\tfrac{2}{3}$ 处,位于 $(8, 8)$。因此线 $BP$ 的方程为 $y=x$。由于 $\overline{AD}\parallel\overline{BC}$ 且 $\overline{BC}$ 平行于地面,$D$ 与 $A$ 有相同 $y$ 坐标,且位于直线 $y=x$ 上。因此,$D=(12, 12)。\, \blacksquare$ 要找到点 $E$ 的位置,需要找到 $y=x$ 与通过 $C$ 且平行于 $\overline{AB}$ 的直线的交点。该直线的斜率与 $\overline{AB}$ 相同,为 $\tfrac{12}{5}$,方程为 $y=\tfrac{12}{5}x-\tfrac{168}{5}$。该直线与 $y=x$ 的交点为 $(24, 24)$。因此点 $E$ 位于 $(24, 24)。\, \blacksquare$ 距离 $DE$ 等于 $(12, 12)$ 和 $(24, 24)$ 之间的距离,为 $\boxed{\textbf{(D) }12\sqrt2}$。
Q12
Suppose that $S$ is a finite set of positive integers. If the greatest integer in $S$ is removed from $S$, then the average value (arithmetic mean) of the integers remaining is $32$. If the least integer in $S$ is also removed, then the average value of the integers remaining is $35$. If the greatest integer is then returned to the set, the average value of the integers rises to $40$. The greatest integer in the original set $S$ is $72$ greater than the least integer in $S$. What is the average value of all the integers in the set $S$?
假设 $S$ 是一个有限的正整数集。如果从 $S$ 中移除 $S$ 中的最大整数,则剩余整数的平均值(算术平均)为 $32$。如果再移除 $S$ 中的最小整数,则剩余整数的平均值为 $35$。如果将最大整数放回集合,则整数的平均值上升到 $40$。原集合 $S$ 中的最大整数比最小整数大 $72$。集合 $S$ 中所有整数的平均值是多少?
Correct Answer: D
We can then say that A+S(n)n+1=32, S(n)n=35, and B+S(n)n+1=40. Expanding gives us A+S(n)=32n+32, S(n)=35n, and B+S(n)=40n+40. Substituting S(n)=35n to all gives us A+35n=32n+32 and B+35n=40n+40. Solving for A and B gives A=−3n+32 and B=5n+40. We now need to find S(n)+A+Bn+2. We substitute everything to get 35n+(−3n+32)+(5n+40)n+2, or 37n+72n+2. Say that the answer to this is Z. Then, Z needs to be a number that makes n a positive integer. The only options that work is $\boxed{\textbf{(C) }36.6}$ and $\boxed{\textbf{(D) }36.8}$. However, if 36.6 is an option, we get n=3. So that means that A is 23 and B is 55, and S(n)=105. But if there is 3 terms, then the middle number is 105, but we said that B is the largest number in the set, so therefore our answer cannot be $\boxed{\textbf{(C) }36.6}$ and is instead $\boxed{\textbf{(D) }36.8}$ and now, we're finished! If A is smaller than B by 72 therefore from the equation on the top you can find out that N=8 using substitution the plug it in to the equation 37n+72n+2 then you will get that Z = $\boxed{\textbf{(D) }36.8}$.
我们可以表示为 $A+S(n)n+1=32, S(n)n=35,$ 和 $B+S(n)n+1=40$。 展开得 $A+S(n)=32n+32, S(n)=35n,$ 和 $B+S(n)=40n+40$。 代入 $S(n)=35n$ 得 $A+35n=32n+32$ 和 $B+35n=40n+40$。 解得 $A=-3n+32$ 和 $B=5n+40$。 现在需要找到 $S(n)+A+Bn+2$。代入得 $35n+(-3n+32)+(5n+40)n+2$,即 $37n+72n+2$。 假设答案为 $Z$。则 $Z$ 需使 $n$ 为正整数。唯一可行的选项是 $\boxed{\textbf{(C) }36.6}$ 和 $\boxed{\textbf{(D) }36.8}$。 但是,若选 $36.6$,则 $n=3$。这意味着 $A=23$,$B=55$,$S(n)=105$。但有 $3$ 个项,则中间数为 $105$,但我们说 $B$ 是集合中的最大数,因此答案不能是 $\boxed{\textbf{(C) }36.6}$,而是 $\boxed{\textbf{(D) }36.8}$,现在完成了! 由于 $A$ 比 $B$ 小 $72$,因此从上方方程可知 $N=8$,代入 $37n+72n+2$ 得 $Z = \boxed{\textbf{(D) }36.8}$。
Q13
How many values of $\theta$ in the interval $0<\theta\le 2\pi$ satisfy \[1-3\sin\theta+5\cos3\theta = 0?\]
区间 $0<\theta\le 2\pi$ 内有多少个 $\theta$ 满足 \[1-3\sin\theta+5\cos3\theta = 0?\]
Correct Answer: D
We rearrange to get \[5\cos3\theta = 3\sin\theta-1.\] We can graph two functions in this case: $y=5\cos{3x}$ and $y=3\sin{x} -1$. Using transformation of functions, we know that $5\cos{3x}$ is just a cosine function with amplitude $5$ and period $\frac{2\pi}{3}$. Similarly, $3\sin{x} -1$ is just a sine function with amplitude $3$ and shifted $1$ unit downward: So, we have $\boxed{\textbf{(D) }6}$ solutions.
重排得 \[5\cos3\theta = 3\sin\theta-1.\] 我们可以绘制两个函数:$y=5\cos{3x}$ 和 $y=3\sin{x} -1$。 利用函数变换,我们知道 $5\cos{3x}$ 是振幅为 $5$、周期为 $\frac{2\pi}{3}$ 的余弦函数。类似地,$3\sin{x} -1$ 是振幅为 $3$、向下平移 $1$ 单位的正弦函数: 因此有 $\boxed{\textbf{(D) }6}$ 个解。
solution
Q14
Let $ABCD$ be a rectangle and let $\overline{DM}$ be a segment perpendicular to the plane of $ABCD$. Suppose that $\overline{DM}$ has integer length, and the lengths of $\overline{MA},\overline{MC},$ and $\overline{MB}$ are consecutive odd positive integers (in this order). What is the volume of pyramid $MABCD?$
设 $ABCD$ 为矩形,$\overline{DM}$ 是垂直于 $ABCD$ 平面的线段。假设 $\overline{DM}$ 长度为整数,且 $\overline{MA},\overline{MC},$ 和 $\overline{MB}$ 的长度依次为连续的奇正整数(按此顺序)。金字塔 $MABCD$ 的体积是多少?
Correct Answer: A
Let $MA=a$ and $MD=d.$ It follows that $MC=a+2$ and $MB=a+4.$ As shown below, note that $\triangle MAD$ and $\triangle MBC$ are both right triangles. By the Pythagorean Theorem, we have \begin{alignat*}{6} AD^2 &= MA^2 - MD^2 &&= a^2 - d^2, \\ BC^2 &= MB^2 - MC^2 &&= (a+4)^2 - (a+2)^2. \end{alignat*} Since $AD=BC$ in rectangle $ABCD,$ we equate the expressions for $AD^2$ and $BC^2,$ then rearrange and factor: \begin{align*} a^2 - d^2 &= (a+4)^2 - (a+2)^2 \\ a^2 - d^2 &= 4a + 12 \\ a^2 - 4a - d^2 &= 12 \\ (a-2)^2 - d^2 &= 16 \\ (a+d-2)(a-d-2) &= 16. \end{align*} As $a+d-2$ and $a-d-2$ have the same parity, we get $a+d-2=8$ and $a-d-2=2,$ from which $(a,d)=(7,3).$ Applying the Pythagorean Theorem to right $\triangle MAD$ and right $\triangle MCD,$ we obtain $AD=2\sqrt{10}$ and $CD=6\sqrt2,$ respectively. Let the brackets denote areas. Together, the volume of pyramid $MABCD$ is \[\frac13\cdot [ABCD]\cdot MD = \frac13\cdot (AD\cdot CD)\cdot MD = \boxed{\textbf{(A) }24\sqrt5}.\]
令 $MA=a$ 和 $MD=d$。则 $MC=a+2$ 和 $MB=a+4$。 如下所示,注意 $\triangle MAD$ 和 $\triangle MBC$ 均为直角三角形。 由勾股定理,有 \begin{alignat*}{6} AD^2 &= MA^2 - MD^2 &&= a^2 - d^2, \\ BC^2 &= MB^2 - MC^2 &&= (a+4)^2 - (a+2)^2. \end{alignat*} 由于矩形 $ABCD$ 中 $AD=BC$,我们等式两边的表达式,然后重排并因式分解: \begin{align*} a^2 - d^2 &= (a+4)^2 - (a+2)^2 \\ a^2 - d^2 &= 4a + 12 \\ a^2 - 4a - d^2 &= 12 \\ (a-2)^2 - d^2 &= 16 \\ (a+d-2)(a-d-2) &= 16. \end{align*} 由于 $a+d-2$ 和 $a-d-2$ 同奇偶,我们取 $a+d-2=8$ 和 $a-d-2=2$,得 $(a,d)=(7,3)$。 对直角 $\triangle MAD$ 和直角 $\triangle MCD$ 应用勾股定理,得 $AD=2\sqrt{10}$ 和 $CD=6\sqrt2$。 令括号表示面积。金字塔 $MABCD$ 的体积为 \[\frac13\cdot [ABCD]\cdot MD = \frac13\cdot (AD\cdot CD)\cdot MD = \boxed{\textbf{(A) }24\sqrt5}.\]
solution
Q15
The figure is constructed from $11$ line segments, each of which has length $2$. The area of pentagon $ABCDE$ can be written as $\sqrt{m} + \sqrt{n}$, where $m$ and $n$ are positive integers. What is $m + n ?$
该图形由 $11$ 条长度均为 $2$ 的线段构成。五边形 $ABCDE$ 的面积可写为 $\sqrt{m} + \sqrt{n}$,其中 $m$ 和 $n$ 是正整数。$m + n$ 是多少?
stem
Correct Answer: D
Draw diagonals $AC$ and $AD$ to split the pentagon into three parts. We can compute the area for each triangle and sum them up at the end. For triangles $ABC$ and $ADE$, they each have area $2\cdot\frac{1}{2}\cdot\frac{4\sqrt{3}}{4}=\sqrt{3}$. For triangle $ACD$, we can see that $AC=AD=2\sqrt{3}$ and $CD=2$. Using Pythagorean Theorem, the altitude for this triangle is $\sqrt{11}$, so the area is $\sqrt{11}$. Adding each part up, we get $2\sqrt{3}+\sqrt{11}=\sqrt{12}+\sqrt{11} \implies \boxed{\textbf{(D)} ~23}$.
画对角线 $AC$ 和 $AD$ 将五边形分为三部分。我们可以计算每个三角形的面积并最后求和。对于三角形 $ABC$ 和 $ADE$,每个面积为 $2\cdot\frac{1}{2}\cdot\frac{4\sqrt{3}}{4}=\sqrt{3}$。对于三角形 $ACD$,可见 $AC=AD=2\sqrt{3}$ 和 $CD=2$。用勾股定理,该三角形的高为 $\sqrt{11}$,因此面积为 $\sqrt{11}$。各部分相加,得 $2\sqrt{3}+\sqrt{11}=\sqrt{12}+\sqrt{11} \implies \boxed{\textbf{(D)} ~23}$。
solution
Q16
Let $g(x)$ be a polynomial with leading coefficient $1,$ whose three roots are the reciprocals of the three roots of $f(x)=x^3+ax^2+bx+c,$ where $1<a<b<c.$ What is $g(1)$ in terms of $a,b,$ and $c?$
设 $g(x)$ 是一个首项系数为 $1$ 的多项式,其三个根是 $f(x)=x^3+ax^2+bx+c$ 的三个根的倒数,其中 $1<a<b<c$。$g(1)$ 用 $a,b,c$ 表示是什么?
Correct Answer: A
Note that $f(1/x)$ has the same roots as $g(x)$, if it is multiplied by some monomial so that the leading term is $x^3$ they will be equal. We have \[f(1/x) = \frac{1}{x^3} + \frac{a}{x^2}+\frac{b}{x} + c\] so we can see that \[g(x) = \frac{x^3}{c}f(1/x)\] Therefore \[g(1) = \frac{1}{c}f(1) = \boxed{\textbf{(A) }\frac{1+a+b+c}c}\]
注意到 $f(1/x)$ 的根与 $g(x)$ 相同,如果乘以某个单项式使首项为 $x^3$,它们就相等。我们有 \[f(1/x) = \frac{1}{x^3} + \frac{a}{x^2}+\frac{b}{x} + c\] 因此 \[g(x) = \frac{x^3}{c}f(1/x)\] 所以 \[g(1) = \frac{1}{c}f(1) = \boxed{\textbf{(A) }\frac{1+a+b+c}c}\]
Q17
Let $ABCD$ be an isosceles trapezoid having parallel bases $\overline{AB}$ and $\overline{CD}$ with $AB>CD.$ Line segments from a point inside $ABCD$ to the vertices divide the trapezoid into four triangles whose areas are $2, 3, 4,$ and $5$ starting with the triangle with base $\overline{CD}$ and moving clockwise as shown in the diagram below. What is the ratio $\frac{AB}{CD}?$
设 $ABCD$ 是一个等腰梯形,具有平行底边 $\overline{AB}$ 和 $\overline{CD}$,且 $AB>CD$。从梯形内部一点到顶点的线段将梯形分成四个三角形,其面积分别为 $2, 3, 4,$ 和 $5$,从底边 $\overline{CD}$ 的三角形开始顺时针方向如图所示。$ rac{AB}{CD}$ 的比值为多少?
stem
Correct Answer: B
Without the loss of generality, let $\mathcal T$ have vertices $A$, $B$, $C$, and $D$, with $AB = r$ and $CD = s$. Also denote by $P$ the point in the interior of $\mathcal T$. Let $X$ and $Y$ be the feet of the perpendiculars from $P$ to $AB$ and $CD$, respectively. Observe that $PX = \tfrac 8r$ and $PY = \tfrac 4s$. Now using the formula for the area of a trapezoid yields \[14 = \frac12\cdot XY\cdot (AB+CD) = \frac12\left(\frac 8r + \frac 4s\right)(r+s) = 6 + 2\cdot\frac rs + 4\cdot\frac sr.\] Thus, the ratio $\rho := \tfrac rs$ satisfies $\rho + 2\rho^{-1} = 4$; solving yields $\rho = \boxed{\textbf{(B)}\: 2+\sqrt{2}}$. (Observe that the given areas of $3$ and $5$ are irrelevant to the ratio $\frac{AB}{CD}$.)
不失一般性,设梯形 $\mathcal T$ 的顶点为 $A$, $B$, $C$, 和 $D$,$AB = r$,$CD = s$。设 $P$ 为梯形内部的点。 设 $X$ 和 $Y$ 分别为从 $P$ 到 $AB$ 和 $CD$ 的垂足。注意到 $PX = \tfrac 8r$ 和 $PY = \tfrac 4s$。现在使用梯形面积公式得到 \[14 = \frac12\cdot XY\cdot (AB+CD) = \frac12\left(\frac 8r + \frac 4s\right)(r+s) = 6 + 2\cdot\frac rs + 4\cdot\frac sr.\] 因此,比值 $\rho := \tfrac rs$ 满足 $\rho + 2\rho^{-1} = 4$;求解得到 $\rho = \boxed{\textbf{(B)}\: 2+\sqrt{2}}$。 (注意到给定的面积 $3$ 和 $5$ 与比值 $\frac{AB}{CD}$ 无关。)
Q18
Let $z$ be a complex number satisfying $12|z|^2=2|z+2|^2+|z^2+1|^2+31.$ What is the value of $z+\frac 6z?$
设 $z$ 是一个满足 $12|z|^2=2|z+2|^2+|z^2+1|^2+31$ 的复数。$z+\frac 6z$ 的值为多少?
Correct Answer: A
Using the fact $z\bar{z}=|z|^2$, the equation rewrites itself as \begin{align*} 12z\bar{z}&=2(z+2)(\bar{z}+2)+(z^2+1)(\bar{z}^2+1)+31 \\ -12z\bar{z}+2z\bar{z}+4(z+\bar{z})+8+z^2\bar{z}^2+(z^2+\bar{z}^2)+32&=0 \\ \left((z^2+2z\bar{z}+\bar{z}^2)+4(z+\bar{z})+4\right)+\left(z^2\bar{z}^2-12z\bar{z}+36\right)&=0 \\ (z+\bar{z}+2)^2+(z\bar{z}-6)^2&=0. \end{align*} As the two quantities in the parentheses are real, both quantities must equal $0$ so \[z+\frac6z=z+\bar{z}=\boxed{\textbf{(A) }-2}.\]
利用 $z\bar{z}=|z|^2$,方程改写为 \begin{align*} 12z\bar{z}&=2(z+2)(\bar{z}+2)+(z^2+1)(\bar{z}^2+1)+31 \\ -12z\bar{z}+2z\bar{z}+4(z+\bar{z})+8+z^2\bar{z}^2+(z^2+\bar{z}^2)+32&=0 \\ \left((z^2+2z\bar{z}+\bar{z}^2)+4(z+\bar{z})+4\right)+\left(z^2\bar{z}^2-12z\bar{z}+36\right)&=0 \\ (z+\bar{z}+2)^2+(z\bar{z}-6)^2&=0. \end{align*} 由于括号内的两个量都是实数,二者必须都等于 $0$,因此 \[z+\frac6z=z+\bar{z}=\boxed{\textbf{(A) }-2}.\]
Q19
Two fair dice, each with at least $6$ faces are rolled. On each face of each die is printed a distinct integer from $1$ to the number of faces on that die, inclusive. The probability of rolling a sum of $7$ is $\frac34$ of the probability of rolling a sum of $10,$ and the probability of rolling a sum of $12$ is $\frac{1}{12}$. What is the least possible number of faces on the two dice combined?
掷两个公平的骰子,每个骰子至少有 $6$ 个面。每个骰子的每个面上印有从 $1$ 到该骰子面数的不同整数。掷出和为 $7$ 的概率是掷出和为 $10$ 的概率的 $\frac34$,掷出和为 $12$ 的概率是 $\frac{1}{12}$。两骰子面数总和的最小可能值为多少?
Correct Answer: B
Suppose the dice have $a$ and $b$ faces, and WLOG $a\geq{b}$. Since each die has at least $6$ faces, there will always be $6$ ways to sum to $7$. As a result, there must be $\tfrac{4}{3}\cdot6=8$ ways to sum to $10$. There are at most nine distinct ways to get a sum of $10$, which are possible whenever $a,b\geq{9}$. To achieve exactly eight ways, $b$ must have $8$ faces, and $a\geq9$. Let $n$ be the number of ways to obtain a sum of $12$, then $\tfrac{n}{8a}=\tfrac{1}{12}\implies n=\tfrac{2}{3}a$. Since $b=8$, $n\leq8\implies a\leq{12}$. In addition to $3\mid{a}$, we only have to test $a=9,12$, of which both work. Taking the smaller one, our answer becomes $a+b=9+8=\boxed{\textbf{(B)}\ 17}$.
假设骰子有 $a$ 和 $b$ 个面,且不失一般性 $a\geq b$。由于每个骰子至少 $6$ 个面,和为 $7$ 总有 $6$ 种方式。因此,和为 $10$ 必须有 $\tfrac{4}{3}\cdot6=8$ 种方式。和为 $10$ 最多有九种不同方式,当 $a,b\geq{9}$ 时可能。要正好八种,$b$ 必须有 $8$ 个面,且 $a\geq9$。设 $n$ 为和为 $12$ 的方式数,则 $\tfrac{n}{8a}=\tfrac{1}{12}\implies n=\tfrac{2}{3}a$。由于 $b=8$,$n\leq8\implies a\leq{12}$。此外 $3\mid a$,只需测试 $a=9,12$,两者都可。取较小者,答案为 $a+b=9+8=\boxed{\textbf{(B)}\ 17}$。
Q20
Let $Q(z)$ and $R(z)$ be the unique polynomials such that\[z^{2021}+1=(z^2+z+1)Q(z)+R(z)\]and the degree of $R$ is less than $2.$ What is $R(z)?$
设 $Q(z)$ 和 $R(z)$ 是唯一多项式,使得\[z^{2021}+1=(z^2+z+1)Q(z)+R(z)\]且 $R$ 的度数小于 $2$。$R(z)$ 是什么?
Correct Answer: A
Let $z=s$ be a root of $z^2+z+1$ so that $s^2+s+1=0.$ It follows that \[(s-1)\left(s^2+s+1\right)=s^3-1=0,\] from which $s^3=1,$ but $s\neq1.$ Note that \begin{align*} s^{2021}+1 &= s^{3\cdot673+2}+1 \\ &= (s^3)^{673}\cdot s^2+1 \\ &= s^2+1 \\ &= \left(s^2+s+1\right)-s \\ &= -s. \end{align*} Since $z^{2021}+1=-z$ for each root $z=s$ of $z^2+z+1,$ the remainder when $z^{2021}+1$ is divided by $z^2+z+1$ is $R(z)=\boxed{\textbf{(A) }{-}z}.$
设 $z=s$ 是 $z^2+z+1$ 的根,即 $s^2+s+1=0$。则 \[(s-1)\left(s^2+s+1\right)=s^3-1=0,\] 由此 $s^3=1$,但 $s\neq1$。 注意到 \begin{align*} s^{2021}+1 &= s^{3\cdot673+2}+1 \\ &= (s^3)^{673}\cdot s^2+1 \\ &= s^2+1 \\ &= \left(s^2+s+1\right)-s \\ &= -s. \end{align*} 由于对于 $z^2+z+1$ 的每个根 $z=s$,有 $z^{2021}+1=-z$,因此 $z^{2021}+1$ 除以 $z^2+z+1$ 的余数是 $R(z)=\boxed{\textbf{(A) }{-}z}$。
Q21
Let $S$ be the sum of all positive real numbers $x$ for which\[x^{2^{\sqrt2}}=\sqrt2^{2^x}.\]Which of the following statements is true?
设 $S$ 是所有满足 \[x^{2^{\sqrt2}}=\sqrt2^{2^x}\] 的正实数 $x$ 的和。以下哪项陈述正确?
Correct Answer: D
Note that \begin{align*} x^{2^{\sqrt{2}}} &= {\sqrt{2}}^{2^x} \\ 2^{\sqrt{2}} \log_2 x &= 2^{x} \log_2 \sqrt{2}. \end{align*} (At this point we see by inspection that $x=\sqrt{2}$ is a solution.) We simplify the RHS, then take the base-$2$ logarithm for both sides: \begin{align*} 2^{\sqrt{2}} \log_2 x &= 2^{x-1} \\ \log_2{\left(2^{\sqrt{2}} \log_2 x\right)} &= x-1 \\ \sqrt{2} + \log_2 \log_2 x &= x-1 \\ \log_2 \log_2 x &= x - 1 - \sqrt{2}. \end{align*} The RHS is a line; the LHS is a concave curve that looks like a logarithm and has $x$ intercept at $(2,0).$ There are at most two solutions, one of which is $\sqrt{2}.$ But note that at $x=2,$ we have $\log_2 \log_2 {2} = 0 > 2 - 1 - \sqrt{2},$ meaning that the log log curve is above the line, so it must intersect the line again at a point $x > 2.$ Now we check $x=4$ and see that $\log_2 \log_2 {4} = 1 < 4 - 1 - \sqrt{2},$ which means at $x=4$ the line is already above the log log curve. Thus, the second solution lies in the interval $(2,4).$ The answer is $\boxed{\textbf{(D) }2\le S<6}.$
注意到 \begin{align*} x^{2^{\sqrt{2}}} &= {\sqrt{2}}^{2^x} \\ 2^{\sqrt{2}} \log_2 x &= 2^{x} \log_2 \sqrt{2}. \end{align*} (此时我们通过观察发现 $x=\sqrt{2}$ 是一个解。) 我们化简右边,然后对两边取以 $2$ 为底的对数: \begin{align*} 2^{\sqrt{2}} \log_2 x &= 2^{x-1} \\ \log_2{\left(2^{\sqrt{2}} \log_2 x\right)} &= x-1 \\ \sqrt{2} + \log_2 \log_2 x &= x-1 \\ \log_2 \log_2 x &= x - 1 - \sqrt{2}. \end{align*} 右边是一条直线;左边是一条凹曲线,看起来像对数,在 $(2,0)$ 处有 $x$ 截距。 最多有两个解,其中一个是 $\sqrt{2}$。但注意到在 $x=2$ 时,$\log_2 \log_2 {2} = 0 > 2 - 1 - \sqrt{2}$,意味着对数对数曲线在直线上方,因此它必须在 $x > 2$ 的某点再次与直线相交。现在我们检查 $x=4$,发现 $\log_2 \log_2 {4} = 1 < 4 - 1 - \sqrt{2}$,这意味着在 $x=4$ 时直线已经高于对数对数曲线。因此,第二个解位于区间 $(2,4)$ 内。 答案是 $\boxed{\textbf{(D) }2\le S<6}$。
Q22
Arjun and Beth play a game in which they take turns removing one brick or two adjacent bricks from one "wall" among a set of several walls of bricks, with gaps possibly creating new walls. The walls are one brick tall. For example, a set of walls of sizes $4$ and $2$ can be changed into any of the following by one move: $(3,2),(2,1,2),(4),(4,1),(2,2),$ or $(1,1,2).$ Arjun plays first, and the player who removes the last brick wins. For which starting configuration is there a strategy that guarantees a win for Beth?
Arjun 和 Beth 玩一个游戏,他们轮流从一组砖墙中移除一块砖或两块相邻的砖,移除来自同一“墙”,间隙可能创建新墙。墙高为一砖。例如,大小为 $4$ 和 $2$ 的墙组可以通过一步移动变为以下之一:$(3,2),(2,1,2),(4),(4,1),(2,2)$ 或 $(1,1,2)$。 Arjun 先手,取走最后一块砖的玩家获胜。对于以下哪种起始配置,Beth 有必胜策略?
stem
Correct Answer: E
We say that a game state is an N-position if it is winning for the next player (the player to move), and a P-position if it is winning for the other player. We are trying to find which of the given states is a P-position. First we note that symmetrical positions are P-positions, as the second player can win by mirroring the first player's moves. It follows that $(6, 1, 1)$ is an N-position, since we can win by moving to $(2, 2, 1, 1)$; this rules out $\textbf{(A)}$. We next look at $(6, 2, 1)$. The possible next states are \[(6, 2), (6, 1, 1), (6, 1), (5, 2, 1), (4, 2, 1, 1),(4, 2, 1), (3, 2, 2, 1), (3, 2, 1, 1), (2, 2, 2, 1).\] None of these are symmetrical, so we might reasonably suspect that they are all N-positions. Indeed, it just so happens that for all of these states except $(6, 2)$ and $(6, 1)$, we can win by moving to $(2, 2, 1, 1)$; it remains to check that $(6, 2)$ and $(6, 1)$ are N-positions. To save ourselves work, it would be nice if we could find a single P-position directly reachable from both $(6, 2)$ and $(6, 1)$. We notice that $(3, 2, 1)$ is directly reachable from both states, so it would suffice to show that $(3, 2, 1)$ is a P-position. Indeed, the possible next states are \[(3, 2), (3, 1, 1), (3, 1), (2, 2, 1), (2, 1, 1, 1), (2, 1, 1),\] which allow for the following refutations: \begin{align*} &(3, 2) \to (2, 2), && &&(3, 1, 1) \to (1, 1, 1, 1), && &&(3, 1) \to (1, 1), \\ &(2, 2, 1) \to (2, 2), && &&(2, 1, 1, 1) \to (1, 1, 1, 1), && &&(2, 1, 1) \to (1, 1). \end{align*} Hence, $(3, 2, 1)$ is a P-position, so $(6, 2)$ and $(6, 1)$ are both N-positions, along with all other possible next states from $(6, 2, 1)$ as noted before. Thus, $(6, 2, 1)$ is a P-position, so our answer is $\boxed{\textbf{(B)}}$. (For completeness, we could also rule out $\textbf{(C)}$, $\textbf{(D)}$ and $\textbf{(E)}$ as in Solution 2.)
我们说一个游戏状态是 N-位置,如果下一步玩家(当前轮到的玩家)能获胜,是 P-位置,如果另一个玩家能获胜。我们要找出给定的状态中哪个是 P-位置。 首先注意到对称位置是 P-位置,因为第二玩家可以通过镜像第一玩家的移动获胜。因此 $(6, 1, 1)$ 是 N-位置,因为可以移动到 $(2, 2, 1, 1)$ 获胜;这排除了 $\textbf{(A)}$。接下来看 $(6, 2, 1)$。可能的下一步状态是 \[(6, 2), (6, 1, 1), (6, 1), (5, 2, 1), (4, 2, 1, 1),(4, 2, 1), (3, 2, 2, 1), (3, 2, 1, 1), (2, 2, 2, 1).\] 这些都不是对称的,因此我们合理怀疑它们都是 N-位置。事实上,除了 $(6, 2)$ 和 $(6, 1)$ 外,所有这些状态都可以通过移动到 $(2, 2, 1, 1)$ 获胜;剩下检查 $(6, 2)$ 和 $(6, 1)$ 是 N-位置。 为了节省工作,如果能找到一个直接从 $(6, 2)$ 和 $(6, 1)$ 都能到达的单个 P-位置就好了。我们注意到 $(3, 2, 1)$ 可以直接从两个状态到达,因此只需证明 $(3, 2, 1)$ 是 P-位置即可。可能的下一步状态是 \[(3, 2), (3, 1, 1), (3, 1), (2, 2, 1), (2, 1, 1, 1), (2, 1, 1),\] 这些允许以下反驳: \begin{align*} &(3, 2) \to (2, 2), && &&(3, 1, 1) \to (1, 1, 1, 1), && &&(3, 1) \to (1, 1), \\ &(2, 2, 1) \to (2, 2), && &&(2, 1, 1, 1) \to (1, 1, 1, 1), && &&(2, 1, 1) \to (1, 1). \end{align*} 因此,$(3, 2, 1)$ 是 P-位置,所以 $(6, 2)$ 和 $(6, 1)$ 都是 N-位置,以及之前提到的从 $(6, 2, 1)$ 的所有其他可能下一步状态。因此,$(6, 2, 1)$ 是 P-位置,所以答案是 $\boxed{\textbf{(B)}}$。(完整起见,我们也可以如 Solution 2 排除 $\textbf{(C)}$、$\textbf{(D)}$ 和 $\textbf{(E)}$。)
Q23
Three balls are randomly and independently tossed into bins numbered with the positive integers so that for each ball, the probability that it is tossed into bin $i$ is $2^{-i}$ for $i=1,2,3,....$ More than one ball is allowed in each bin. The probability that the balls end up evenly spaced in distinct bins is $\frac pq,$ where $p$ and $q$ are relatively prime positive integers. (For example, the balls are evenly spaced if they are tossed into bins $3,17,$ and $10.$) What is $p+q?$
三个球被随机且独立地扔入编号为正整数的箱子中,对于每个球,扔入箱子 $i$ 的概率为 $2^{-i}$,$i=1,2,3,....$ 每个箱子允许多个球。球最终落在不同箱子中且均匀间隔的概率为 $\frac pq$,其中 $p$ 和 $q$ 互质正整数。(例如,如果球扔入箱子 $3,17$ 和 $10$,则均匀间隔。)求 $p+q$?
Correct Answer: A
"Evenly spaced" just means the bins form an arithmetic sequence. Suppose the middle bin in the sequence is $x$. There are $x-1$ different possibilities for the first bin, and these two bins uniquely determine the final bin. Now, the probability that these $3$ bins are chosen is $6\cdot 2^{-3x} = 6\cdot \frac{1}{8^x}$, so the probability $x$ is the middle bin is $6\cdot\frac{x-1}{8^x}$. Then, we want the sum \begin{align*} 6\sum_{x=2}^{\infty}\frac{x-1}{8^x} &= \frac{6}{8}\left[\frac{1}{8} + \frac{2}{8^2} + \frac{3}{8^3}\cdots\right]\\ &= \frac34\left[\left(\frac{1}{8} + \frac{1}{8^2} + \frac{1}{8^3}+\cdots \right) + \left(\frac{1}{8^2} + \frac{1}{8^3} + \frac{1}{8^4} + \cdots \right) + \cdots\right]\\ &= \frac34\left[\frac17\cdot \left(1 + \frac{1}{8} + \frac{1}{8^2} + \frac{1}{8^3} + \cdots \right)\right]\\ &= \frac34\cdot \frac{8}{49}\\ &= \frac{6}{49} \end{align*} The answer is $6+49=\boxed{\textbf{(A) }55}.$
“均匀间隔”仅意味着箱子编号形成等差数列。 假设数列中间箱子是 $x$。第一箱有 $x-1$ 种可能,这两个箱子唯一确定最后一个箱子。现在,选择这 $3$ 个箱子的概率是 $6\cdot 2^{-3x} = 6\cdot \frac{1}{8^x}$,因此 $x$ 是中间箱子的概率是 $6\cdot\frac{x-1}{8^x}$。然后,我们要计算和 \begin{align*} 6\sum_{x=2}^{\infty}\frac{x-1}{8^x} &= \frac{6}{8}\left[\frac{1}{8} + \frac{2}{8^2} + \frac{3}{8^3}\cdots\right]\\ &= \frac34\left[\left(\frac{1}{8} + \frac{1}{8^2} + \frac{1}{8^3}+\cdots \right) + \left(\frac{1}{8^2} + \frac{1}{8^3} + \frac{1}{8^4} + \cdots \right) + \cdots\right]\\ &= \frac34\left[\frac17\cdot \left(1 + \frac{1}{8} + \frac{1}{8^2} + \frac{1}{8^3} + \cdots \right)\right]\\ &= \frac34\cdot \frac{8}{49}\\ &= \frac{6}{49} \end{align*} 答案是 $6+49=\boxed{\textbf{(A) }55}$。
Q24
Let $ABCD$ be a parallelogram with area $15$. Points $P$ and $Q$ are the projections of $A$ and $C,$ respectively, onto the line $BD;$ and points $R$ and $S$ are the projections of $B$ and $D,$ respectively, onto the line $AC.$ See the figure, which also shows the relative locations of these points. Suppose $PQ=6$ and $RS=8,$ and let $d$ denote the length of $\overline{BD},$ the longer diagonal of $ABCD.$ Then $d^2$ can be written in the form $m+n\sqrt p,$ where $m,n,$ and $p$ are positive integers and $p$ is not divisible by the square of any prime. What is $m+n+p?$
设 $ABCD$ 是面积为 $15$ 的平行四边形。点 $P$ 和 $Q$ 分别是 $A$ 和 $C$ 在直线 $BD$ 上的投影;点 $R$ 和 $S$ 分别是 $B$ 和 $D$ 在直线 $AC$ 上的投影。见图,该图还显示了这些点的相对位置。 假设 $PQ=6$ 和 $RS=8$,设 $d$ 表示 $\overline{BD}$ 的长度,即 $ABCD$ 的较长对角线。然后 $d^2$ 可写成 $m+n\sqrt p$ 的形式,其中 $m,n,p$ 是正整数,且 $p$ 没有被任何质数的平方整除。求 $m+n+p$?
stem
Correct Answer: A
Let $X$ denote the intersection point of the diagonals $AC$ and $BD$. Remark that by symmetry $X$ is the midpoint of both $\overline{PQ}$ and $\overline{RS}$, so $XP = XQ = 3$ and $XR = XS = 4$. Now note that since $\angle APB = \angle ARB = 90^\circ$, quadrilateral $ARPB$ is cyclic, and so \[XR\cdot XA = XP\cdot XB,\]which implies $\tfrac{XA}{XB} = \tfrac{XP}{XR} = \tfrac34$. Thus let $x> 0$ be such that $XA = 3x$ and $XB = 4x$. Then Pythagorean Theorem on $\triangle APX$ yields $AP = \sqrt{AX^2 - XP^2} = 3\sqrt{x^2-1}$, and so\[[ABCD] = 2[ABD] = AP\cdot BD = 3\sqrt{x^2-1}\cdot 8x = 24x\sqrt{x^2-1}=15\]Solving this for $x^2$ yields $x^2 = \tfrac12 + \tfrac{\sqrt{41}}8$, and so\[(8x)^2 = 64x^2 = 64\left(\tfrac12 + \tfrac{\sqrt{41}}8\right) = 32 + 8\sqrt{41}.\]The requested answer is $32 + 8 + 41 = \boxed{\textbf{(A)} ~81}$.
设 $X$ 为对角线 $AC$ 和 $BD$ 的交点。注意到由对称性 $X$ 是 $\overline{PQ}$ 和 $\overline{RS}$ 的中点,因此 $XP = XQ = 3$ 和 $XR = XS = 4$。现在注意到由于 $\angle APB = \angle ARB = 90^\circ$,四边形 $ARPB$ 是圆内接的,因此 \[XR\cdot XA = XP\cdot XB,\] 这意味着 $\tfrac{XA}{XB} = \tfrac{XP}{XR} = \tfrac34$。 因此设 $x> 0$ 使得 $XA = 3x$ 和 $XB = 4x$。在 $\triangle APX$ 上用勾股定理得 $AP = \sqrt{AX^2 - XP^2} = 3\sqrt{x^2-1}$,因此 \[ [ABCD] = 2[ABD] = AP\cdot BD = 3\sqrt{x^2-1}\cdot 8x = 24x\sqrt{x^2-1}=15 \] 解此关于 $x^2$ 的方程得 $x^2 = \tfrac12 + \tfrac{\sqrt{41}}8$,因此 \[(8x)^2 = 64x^2 = 64\left(\tfrac12 + \tfrac{\sqrt{41}}8\right) = 32 + 8\sqrt{41}.\] 所求答案是 $32 + 8 + 41 = \boxed{\textbf{(A)} ~81}$。
Q25
Let $S$ be the set of lattice points in the coordinate plane, both of whose coordinates are integers between $1$ and $30,$ inclusive. Exactly $300$ points in $S$ lie on or below a line with equation $y=mx.$ The possible values of $m$ lie in an interval of length $\frac ab,$ where $a$ and $b$ are relatively prime positive integers. What is $a+b?$
设 $S$ 是坐标平面中坐标均为 $1$ 到 $30$(包含)整数的格点。恰有 $300$ 个点位于直线 $y=mx$ 上或下方。$m$ 的可能值位于长度为 $\frac ab$ 的区间中,其中 $a$ 和 $b$ 互质正整数。求 $a+b$?
Correct Answer: E
First, we find a numerical representation for the number of lattice points in $S$ that are under the line $y=mx.$ For any value of $x,$ the highest lattice point under $y=mx$ is $\lfloor mx \rfloor.$ Because every lattice point from $(x, 1)$ to $(x, \lfloor mx \rfloor)$ is under the line, the total number of lattice points under the line is $\sum_{x=1}^{30}(\lfloor mx \rfloor).$ Now, we proceed by finding lower and upper bounds for $m.$ To find the lower bound, we start with an approximation. If $300$ lattice points are below the line, then around $\frac{1}{3}$ of the area formed by $S$ is under the line. By using the formula for a triangle's area, we find that when $x=30, y \approx 20.$ Solving for $m$ assuming that $(30, 20)$ is a point on the line, we get $m = \frac{2}{3}.$ Plugging in $m$ to $\sum_{x=1}^{30}(\lfloor mx \rfloor),$ we get: \[\sum_{x=1}^{30}(\lfloor \frac{2}{3}x \rfloor) = 0 + 1 + 2 + 2 + 3 + \cdots + 18 + 18 + 19 + 20\] We have a repeat every $3$ values (every time $y=\frac{2}{3}x$ goes through a lattice point). Thus, we can use arithmetic sequences to calculate the value above: \[\sum_{x=1}^{30}(\lfloor \frac{2}{3}x \rfloor) = 0 + 1 + 2 + 2 + 3 + \cdots + 18 + 18 + 19 + 20\]\[=\frac{20(21)}{2} + 2 + 4 + 6 + \cdots + 18\]\[=210 + \frac{20}{2}\cdot 9\]\[=300\] This means that $\frac{2}{3}$ is a possible value of $m.$ Furthermore, it is the lower bound for $m.$ This is because $y=\frac{2}{3}x$ goes through many points (such as $(21, 14)$). If $m$ was lower, $y=mx$ would no longer go through some of these points, and there would be less than $300$ lattice points under it. Now, we find an upper bound for $m.$ Imagine increasing $m$ slowly and rotating the line $y=mx,$ starting from the lower bound of $m=\frac{2}{3}.$The upper bound for $m$ occurs when $y=mx$ intersects a lattice point again (look at this problem to get a better idea of what's happening: https://artofproblemsolving.com/wiki/index.php/2011_AMC_10B_Problems/Problem_24). In other words, we are looking for the first $m > \frac{2}{3}$ that is expressible as a ratio of positive integers $\frac{p}{q}$ with $q \le 30.$ For each $q=1,\dots,30$, the smallest multiple of $\frac{1}{q}$ which exceeds $\frac{2}{3}$ is $1, \frac{2}{2}, \frac{3}{3}, \frac{3}{4}, \frac{4}{5}, \cdots , \frac{19}{27}, \frac{19}{28}, \frac{20}{29}, \frac{21}{30}$ respectively, and the smallest of these is $\frac{19}{28}.$ Alternatively, see the method of finding upper bounds in solution 2. The lower bound is $\frac{2}{3}$ and the upper bound is $\frac{19}{28}.$ Their difference is $\frac{1}{84},$ so the answer is $1 + 84 = \boxed{85}.$
首先,我们找到 $S$ 中位于直线 $y=mx$ 下方的格点数的数值表示。对于任意 $x$,$y=mx$ 下方的最高格点是 $\lfloor mx \rfloor$。因为从 $(x, 1)$ 到 $(x, \lfloor mx \rfloor)$ 的每个格点都在直线下方,因此直线下方格点的总数是 $\sum_{x=1}^{30}(\lfloor mx \rfloor)$。 现在,我们通过寻找 $m$ 的上下界进行。对于下界,我们从近似开始。如果 $300$ 个格点在直线下方,则 $S$ 形成的区域约有 $\frac{1}{3}$ 在直线下方。使用三角形面积公式,当 $x=30$ 时 $y \approx 20$。假设 $(30, 20)$ 在直线上解 $m$ 得 $m = \frac{2}{3}$。代入 $\sum_{x=1}^{30}(\lfloor \frac{2}{3}x \rfloor)$,我们得到: \[\sum_{x=1}^{30}(\lfloor \frac{2}{3}x \rfloor) = 0 + 1 + 2 + 2 + 3 + \cdots + 18 + 18 + 19 + 20\] 每 $3$ 个值重复一次(每次 $y=\frac{2}{3}x$ 通过格点时)。因此,可以用等差数列计算上述值: \[\sum_{x=1}^{30}(\lfloor \frac{2}{3}x \rfloor) = 0 + 1 + 2 + 2 + 3 + \cdots + 18 + 18 + 19 + 20\]\[=\frac{20(21)}{2} + 2 + 4 + 6 + \cdots + 18\]\[=210 + \frac{20}{2}\cdot 9\]\[=300\] 这意味着 $\frac{2}{3}$ 是 $m$ 的可能值。而且它是下界。因为 $y=\frac{2}{3}x$ 通过许多点(如 $(21, 14)$)。如果 $m$ 更小,$y=mx$ 将不再通过这些点,下方格点将少于 $300$。 现在,寻找 $m$ 的上界。想象缓慢增加 $m$ 并旋转直线 $y=mx$,从下界 $m=\frac{2}{3}$ 开始。上界出现在 $y=mx$ 再次通过格点时(参见此题以更好地理解发生什么:https://artofproblemsolving.com/wiki/index.php/2011_AMC_10B_Problems/Problem_24)。 换言之,我们寻找第一个 $m > \frac{2}{3}$,可表示为分母 $q \le 30$ 的正整数比 $\frac{p}{q}$。对于每个 $q=1,\dots,30$,超过 $\frac{2}{3}$ 的 $\frac{1}{q}$ 的最小倍数分别是 $1, \frac{2}{2}, \frac{3}{3}, \frac{3}{4}, \frac{4}{5}, \cdots , \frac{19}{27}, \frac{19}{28}, \frac{20}{29}, \frac{21}{30}$,其中最小的是 $\frac{19}{28}$。 或者,见 solution 2 中的寻找上界方法。 下界是 $\frac{2}{3}$,上界是 $\frac{19}{28}$。它们的差是 $\frac{1}{84}$,因此答案是 $1 + 84 = \boxed{85}$。