/

AMC12 2019 A

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

AMC12 · 2019 (A)

Q1
The area of a pizza with radius 4 inches is $N$ percent larger than the area of a pizza with radius 3 inches. What is the integer closest to $N$?
半径为 4 英寸的比萨的面积比半径为 3 英寸的比萨的面积大 $N$ 百分比。最接近 $N$ 的整数是多少?
Correct Answer: E
The area of the smaller pizza is $\pi \cdot 3^2 = 9\pi$ in$^2$. The area of the larger pizza is $\pi \cdot 4^2 = 16\pi$ in$^2$. The difference is $7\pi$ in$^2$. Therefore the larger pizza's area is $\frac{7\pi}{9\pi} = \frac{7}{9} = 0.777 \dots \approx 78\%$ larger.
小比萨的面积是 $\pi \cdot 3^2 = 9\pi$ 平方英寸。大比萨的面积是 $\pi \cdot 4^2 = 16\pi$ 平方英寸。差值为 $7\pi$ 平方英寸。因此大比萨的面积比小比萨大 $\frac{7\pi}{9\pi} = \frac{7}{9} = 0.777 \dots \approx 78\%$ 。
Q2
Suppose $a$ is 150% of $b$. What percent of $a$ is $3b$?
假设 $a$ 是 $b$ 的 150%。那么 $3b$ 是 $a$ 的百分之多少?
Correct Answer: D
Because $a = \frac{150}{100}b = \frac{3}{2}b$, it follows that $3b = 2a$, so $3b$ is 200% of $a$.
因为 $a = \frac{150}{100}b = \frac{3}{2}b$,因此 $3b = 2a$,所以 $3b$ 是 $a$ 的 200%。
Q3
A box contains 28 red balls, 20 green balls, 19 yellow balls, 13 blue balls, 11 white balls, and 9 black balls. What is the minimum number of balls that must be drawn from the box without replacement to guarantee that at least 15 balls of a single color will be drawn?
盒子中有 28 个红球、20 个绿球、19 个黄球、13 个蓝球、11 个白球和 9 个黑球。从盒子中不放回地抽取球,至少需要抽取多少个球才能保证抽到至少 15 个同一颜色的球?
Correct Answer: B
The greatest number of balls that can be drawn without getting 15 of one color is 14 red + 14 green + 14 yellow + 13 blue + 11 white + 9 black = 75 balls. The next ball drawn must be a 15th red, green, or yellow ball. Thus, 76 balls guarantee at least 15 of one color.
不得到 15 个同一颜色的球的最大抽取数量是 14 个红 + 14 个绿 + 14 个黄 + 13 个蓝 + 11 个白 + 9 个黑 = 75 个球。接下来的一个球一定是第 15 个红、绿或黄球。因此,76 个球保证至少 15 个同一颜色。
Q4
What is the greatest number of consecutive integers whose sum is 45?
和为 45 的连续整数最多有几个?
Correct Answer: D
Answer (D): The sum $(-44)+(-43)+\cdots+43+44+45=45$. This sum has 90 consecutive integers. There is no longer list because for the sum of consecutive integers to be positive, there must be more positive integers than negative integers. Further, if there are more than 90 consecutive integers as part of a list that sums to a positive number, then there must be a positive integer greater than 45 that is not cancelled out by its additive inverse.
答案(D):和为$(-44)+(-43)+\cdots+43+44+45=45$。这个和包含90个连续整数。不存在更长的列表,因为要使连续整数之和为正,正整数的个数必须多于负整数的个数。进一步,如果某个连续整数列表包含超过90个整数且其和为正,那么必然存在一个大于45的正整数没有被它的加法逆元抵消。
Q5
Two lines with slopes $\frac{1}{2}$ and 2 intersect at $(2,2)$. What is the area of the triangle enclosed by these two lines and the line $x + y = 10$?
两条斜率分别为 $\frac{1}{2}$ 和 2 的直线相交于点 $(2,2)$。这两条直线与直线 $x + y = 10$ 围成的三角形的面积是多少?
Correct Answer: C
Answer (C): Let $P(2,2)$ be the intersection point. The two lines have equations $y=\frac{1}{2}x+1$ and $y=2x-2$. They intersect $x+y=10$ at $A(6,4)$ and $B(4,6)$. Consider $\overline{AB}$ to be the base of the triangle; then the altitude of the triangle is the segment joining $(2,2)$ and $(5,5)$. By the Distance Formula, the area of $\triangle PAB$ is $\frac{1}{2}\cdot\sqrt{(6-4)^2+(4-6)^2}\cdot\sqrt{(5-2)^2+(5-2)^2}=\frac{1}{2}\cdot2\sqrt{2}\cdot3\sqrt{2}=6.$ Note: The area of the triangle with vertices $(2,2)$, $(6,4)$, and $(4,6)$ can be calculated in a number of other ways, such as by enclosing it in a $4\times4$ square with sides parallel to the coordinate axes and subtracting the areas of three right triangles; by splitting it into two triangles with the line $y=4$; by the shoelace formula: $\frac{1}{2}\cdot\left|(2\cdot4+6\cdot6+4\cdot2)-(6\cdot2+4\cdot4+2\cdot6)\right|=6;$ or by observing that there are $4$ lattice points in the interior of the triangle and $6$ lattice points on the boundary, and using Pick’s Formula: $4+\frac{6}{2}-1=6.$
答案(C):设 $P(2,2)$ 为交点。两条直线的方程为 $y=\frac{1}{2}x+1$ 和 $y=2x-2$。它们与 $x+y=10$ 的交点分别为 $A(6,4)$ 和 $B(4,6)$。取 $\overline{AB}$ 为三角形的底,则三角形的高为连接 $(2,2)$ 与 $(5,5)$ 的线段。由距离公式,$\triangle PAB$ 的面积为 $\frac{1}{2}\cdot\sqrt{(6-4)^2+(4-6)^2}\cdot\sqrt{(5-2)^2+(5-2)^2}=\frac{1}{2}\cdot2\sqrt{2}\cdot3\sqrt{2}=6.$ 注:顶点为 $(2,2)$、$(6,4)$、$(4,6)$ 的三角形面积还可用多种方法计算,例如:将其包含在边与坐标轴平行的 $4\times4$ 正方形中并减去三个直角三角形的面积;用直线 $y=4$ 将其分成两个三角形;使用鞋带公式: $\frac{1}{2}\cdot\left|(2\cdot4+6\cdot6+4\cdot2)-(6\cdot2+4\cdot4+2\cdot6)\right|=6;$ 或注意到三角形内部有 $4$ 个格点、边界上有 $6$ 个格点,并用皮克公式: $4+\frac{6}{2}-1=6.$
solution
Q6
The figure below shows line $\ell$ with a regular, infinite, recurring pattern of squares and line segments. How many of the following four kinds of rigid motion transformations of the plane in which this figure is drawn, other than the identity transformation, will transform this figure into itself? • some rotation around a point on line $\ell$ • some translation in the direction parallel to line $\ell$ • the reflection across line $\ell$ • some reflection across a line perpendicular to line $\ell$
下面的图形显示直线 $\ell$ 上有一个规则的、无限的、重复的正方形和线段图案。在这个图形所在的平面中,以下四种刚体运动变换(除了恒等变换外),有多少种会将这个图形变换成自身? • 绕直线 $\ell$ 上某点的某些旋转 • 平行于直线 $\ell$ 方向的某些平移 • 关于直线 $\ell$ 的反射 • 关于垂直于直线 $\ell$ 的直线的某些反射
stem
Correct Answer: C
A translation in the direction parallel to line $\ell$ by an amount equal to the distance between the left sides of successive squares above the line (or any integer multiple thereof), will take the figure to itself. The translation vector could be PQ in the figure below. In addition, a rotation of 180° around any point on line $\ell$ that is halfway between the bases on $\ell$ of a square above the line and a nearest square below the line, such as point R in the figure, will also take the figure to itself. Either of the given reflections, however, will result in a figure in which the “tails” attached to the squares above the line are on the left side of the squares instead of the right side. Therefore 2 of the listed non-identity transformations will transform this figure into itself.
平行于直线 $\ell$ 方向的平移,平移量等于线上面连续正方形左侧之间的距离(或其任何整数倍),会将图形映射到自身。平移向量可以是图中的 PQ。此外,绕直线 $\ell$ 上任意一点的 180° 旋转,该点位于线上面一个正方形底边与最近的线下面正方形底边中间的位置(如图中的点 R),也会将图形映射到自身。然而,给定的两种反射任一种都会导致线上面正方形附着的“尾巴”在正方形的左侧而不是右侧。因此,列出的非恒等变换中有 2 种会将此图形变换成自身。
solution
Q7
Melanie computes the mean $\mu$, the median $M$, and modes of the 365 values that are the dates in the months of 2019. Thus her data consist of 12 1s, 12 2s, ..., 12 28s, 11 29s, 11 30s, and 7 31s. Let $d$ be the median of the modes. Which of the following statements is true?
Melanie 计算了 2019 年各月日期的 365 个值的均值 $\mu$、中位数 $M$ 和众数。因此她的数据包括 12 个 1、12 个 2、...、12 个 28、11 个 29、11 个 30 和 7 个 31。让 $d$ 为众数的中位数。以下哪个陈述是正确的?
Correct Answer: E
Each of the values 1 through 28 is a mode, so $d = (14+15)/2 = 14.5$. There are $15\cdot12 = 180 < 365/2$ data values less than or equal to 15, and there are $16\cdot12 = 192 > 365/2$ values less than or equal to 16. Therefore more than half of the values are greater than or equal to 16 and more than half of the values are less than or equal to 16, so $M = 16$. To see the relationship between $\mu$ and 16, note that if every month had 31 days, then there would be 12 of each value from 1 to 31, and the mean would be 16; because the actual data are missing some of the larger values, $\mu < 16$. To see the relationship between $\mu$ and 14.5, note that if every month had 28 days, then there would be 12 of each value from 1 to 28, and the mean would be 14.5; because the actual data consist of all of these values together with some larger values, $\mu > 14.5$. Therefore $d = 14.5 < \mu < 16 = M$.
1 到 28 中的每个值都是众数,因此 $d = (14+15)/2 = 14.5$。小于或等于 15 的数据值有 $15\cdot12 = 180 < 365/2$ 个,小于或等于 16 的有 $16\cdot12 = 192 > 365/2$ 个。因此超过一半的值大于或等于 16,超过一半的值小于或等于 16,故 $M = 16$。要看 $\mu$ 与 16 的关系,注意如果每个月都有 31 天,则从 1 到 31 各有 12 个,均值为 16;因为实际数据缺少一些较大值,故 $\mu < 16$。要看 $\mu$ 与 14.5 的关系,注意如果每个月都有 28 天,则从 1 到 28 各有 12 个,均值为 14.5;因为实际数据包含所有这些值加上一些较大值,故 $\mu > 14.5$。因此 $d = 14.5 < \mu < 16 = M$。
Q8
For a set of four distinct lines in a plane, there are exactly $N$ distinct points that lie on two or more of the lines. What is the sum of all possible values of $N$?
对于平面内四条不同的直线集合,有恰好 $N$ 个不同的点位于两条或更多条直线上。所有可能的 $N$ 值之和是多少?
Correct Answer: D
Answer (D): There are several cases to consider. If all four lines are concurrent, then there is 1 intersection point. If three of the lines are concurrent and the fourth line is parallel to one of those three, then there are 3 intersection points. If three of the lines are concurrent and the fourth line is parallel to none of those three, then there are 4 intersection points. In the remaining cases no three lines are concurrent. If they are all parallel, then there are 0 intersection points. If only three of them are parallel, then there are again 3 intersection points. If two of them are parallel but no three are mutually parallel, then there are either again 4 intersection points, if the other two lines are parallel to each other; or 5 intersection points, if the other two lines intersect. In the final case, every line intersects every other line, giving 6 points of intersection. These are all the cases, so the requested sum is $1+3+4+0+5+6=19$.
答案(D):有几种情况需要考虑。 如果四条直线都共点,则有 1 个交点。 如果其中三条直线共点,且第四条直线与这三条中的某一条平行,则有 3 个交点。如果其中三条直线共点,而第四条直线与这三条都不平行,则有 4 个交点。 在其余情况下,不存在三条直线共点。若四条直线都互相平行,则有 0 个交点。 如果只有三条直线互相平行,则同样有 3 个交点。 如果有两条直线平行,但不存在三条直线两两平行,则:若另外两条直线也互相平行,则仍有 4 个交点;若另外两条直线相交,则有 5 个交点。 最后一种情况是,每条直线都与其他每条直线相交,从而得到 6 个交点。 这些就是全部情况,因此所求的和为 $1+3+4+0+5+6=19$。
Q9
A sequence of numbers is defined recursively by $a_1 = 1$, $a_2 = 3/7$, and $a_n = (a_{n-2} \cdot a_{n-1})/(2a_{n-2} - a_{n-1})$ for all $n \geq 3$. Then $a_{2019}$ can be written as $p/q$, where $p$ and $q$ are relatively prime positive integers. What is $p + q$?
一个数列由 $a_1 = 1$、$a_2 = 3/7$ 和对于所有 $n \geq 3$,$a_n = (a_{n-2} \cdot a_{n-1})/(2a_{n-2} - a_{n-1})$ 递归定义。那么 $a_{2019}$ 可以写成 $p/q$,其中 $p$ 和 $q$ 是互质的正整数。$p + q$ 是多少?
Correct Answer: E
Answer (E): The sequence begins $1,\ \frac{3}{7},\ \frac{3}{11},\ \frac{3}{15},\ \frac{3}{19},\ \cdots$. This pattern leads to the conjecture that $a_n=\frac{3}{4n-1}$. Checking the initial conditions $n=1$ and $n=2$, and observing that for $n\ge 3$, $$ \frac{\frac{3}{4(n-2)-1}\cdot \frac{3}{4(n-1)-1}}{2\cdot \frac{3}{4(n-2)-1}-\frac{3}{4(n-1)-1}} = \frac{\frac{3}{4n-9}\cdot \frac{3}{4n-5}}{\frac{6}{4n-9}-\frac{3}{4n-5}} = \frac{9}{6(4n-5)-3(4n-9)} = \frac{9}{12n-3} = \frac{3}{4n-1}, $$ confirms the conjecture. Therefore $a_{2019}=\frac{3}{4\cdot 2019-1}=\frac{3}{8075}$, and the requested sum is $3+8075=8078$.
答案(E):该数列从 $1,\ \frac{3}{7},\ \frac{3}{11},\ \frac{3}{15},\ \frac{3}{19},\ \cdots$ 开始。由此规律可猜想 $a_n=\frac{3}{4n-1}$。检验初始条件 $n=1$ 与 $n=2$,并注意当 $n\ge 3$ 时, $$ \frac{\frac{3}{4(n-2)-1}\cdot \frac{3}{4(n-1)-1}}{2\cdot \frac{3}{4(n-2)-1}-\frac{3}{4(n-1)-1}} = \frac{\frac{3}{4n-9}\cdot \frac{3}{4n-5}}{\frac{6}{4n-9}-\frac{3}{4n-5}} = \frac{9}{6(4n-5)-3(4n-9)} = \frac{9}{12n-3} = \frac{3}{4n-1}, $$ 从而验证了该猜想。因此 $a_{2019}=\frac{3}{4\cdot 2019-1}=\frac{3}{8075}$,所求和为 $3+8075=8078$。
Q10
The figure below shows 13 circles of radius 1 within a larger circle. All the intersections occur at points of tangency. What is the area of the region, shaded in the figure, inside the larger circle but outside all of the circles of radius 1?
下面的图形显示一个大圆内有 13 个半径为 1 的圆。所有交点均发生在相切点处。图形中阴影区域是大圆内部但所有半径为 1 的圆外部的区域面积是多少?
stem
Correct Answer: A
Answer (A): Let $A$, $B$, $C$, and $D$ be the centers of four of the circles as shown below, and let $P$ be the intersection of the diagonals of rhombus $ABDC$. Then $PC = 1$ and $AC = 2$, so $AP = \sqrt{3}$; similarly $PD = \sqrt{3}$. The radius of the large circle is therefore $1 + 2\sqrt{3}$. The requested area is $$ \pi(1 + 2\sqrt{3})^2 - 13\pi = 4\pi\sqrt{3}. $$
答案(A):设 $A$、$B$、$C$、$D$ 为如下图所示四个圆的圆心,并令 $P$ 为菱形 $ABDC$ 的两条对角线的交点。则 $PC = 1$ 且 $AC = 2$,所以 $AP = \sqrt{3}$;同理 $PD = \sqrt{3}$。因此大圆的半径为 $1 + 2\sqrt{3}$。所求面积为 $$ \pi(1 + 2\sqrt{3})^2 - 13\pi = 4\pi\sqrt{3}. $$
solution
Q11
For some positive integer $k$, the repeating base-$k$ representation of the (base-ten) fraction $\frac{7}{51}$ is $0.23_k = 0.23232323..._k$. What is $k$?
对于某个正整数$k$,分数$\frac{7}{51}$(十进制)的重复$k$进制表示为$0.23_k = 0.23232323..._k$。$k$是多少?
Correct Answer: D
Answer (D): The number $0.\overline{23}_k$ is the sum of an infinite geometric series with first term $\frac{2}{k}+\frac{3}{k^2}$ and common ratio $\frac{1}{k^2}$. Therefore the sum is \[ \frac{\frac{2}{k}+\frac{3}{k^2}}{1-\frac{1}{k^2}}=\frac{2k+3}{k^2-1}=\frac{7}{51}. \] Then $0=7k^2-102k-160=(k-16)(7k+10)$, and therefore $k=16$.
答案(D):数 $0.\overline{23}_k$ 是一个无穷等比级数的和,首项为 $\frac{2}{k}+\frac{3}{k^2}$,公比为 $\frac{1}{k^2}$。因此其和为 \[ \frac{\frac{2}{k}+\frac{3}{k^2}}{1-\frac{1}{k^2}}=\frac{2k+3}{k^2-1}=\frac{7}{51}. \] 于是 $0=7k^2-102k-160=(k-16)(7k+10)$,因此 $k=16$。
Q12
Positive real numbers $x \neq 1$ and $y \neq 1$ satisfy $\log_2 x = \log_y 16$ and $xy = 64$. What is $\left(\log_2 \frac{x}{y}\right)^2$?
正实数$x \neq 1$和$y \neq 1$满足$\log_2 x = \log_y 16$且$xy = 64$。求$\left(\log_2 \frac{x}{y}\right)^2$的值?
Correct Answer: B
Answer (B): Let $a=\log_2 x$ and $b=\log_2 y$. Then \[ \log_y 16 = 4\log_y 2 = \frac{4}{\log_2 y}=\frac{4}{b}, \] so the equation $\log_2 x=\log_y 16$ becomes $ab=4$. Because $xy=2^a\cdot 2^b=64$, it follows that $a+b=6$. Then \[ \left(\log_2\frac{x}{y}\right)^2=(\log_2 x-\log_2 y)^2 =(a-b)^2 =a^2+b^2-2ab =(a+b)^2-4ab =6^2-4\cdot 4 =20. \] Note: Solving the system of equations $\{ab=4,\ a+b=6\}$ gives $\{a,b\}=\{3\pm \sqrt5,\ 3\mp \sqrt5\}$, and $x=2^a$ and $y=2^b$ satisfy the conditions of the problem.
答案(B):令 $a=\log_2 x$,$b=\log_2 y$。则 \[ \log_y 16=4\log_y 2=\frac{4}{\log_2 y}=\frac{4}{b}, \] 所以方程 $\log_2 x=\log_y 16$ 变为 $ab=4$。由于 $xy=2^a\cdot 2^b=64$,可得 $a+b=6$。于是 \[ \left(\log_2\frac{x}{y}\right)^2=(\log_2 x-\log_2 y)^2 =(a-b)^2 =a^2+b^2-2ab =(a+b)^2-4ab =6^2-4\cdot 4 =20. \] 注:解方程组 $\{ab=4,\ a+b=6\}$ 得 $\{a,b\}=\{3\pm\sqrt5,\ 3\mp\sqrt5\}$,且 $x=2^a$、$y=2^b$ 满足题目条件。
Q13
How many ways are there to paint each of the integers 2, 3, ..., 9 either red, green, or blue so that each number has a different color from each of its proper divisors?
有几种方法可以将整数2, 3, ..., 9每个涂成红色、绿色或蓝色,使得每个数与其每个真约数的颜色都不同?
Correct Answer: E
Answer (E): The restriction amounts to the following constraints: 2, 4, and 8 get different colors; 2 and 6 get different colors; 3 and 6 get different colors; and 3 and 9 get different colors. There are $3!$ ways to assign the colors for 2, 4, and 8. Once this is done, there are 2 ways to assign the color for 6, then 2 ways for 3, and 2 ways for 9. Finally, there are 3 ways to assign the color for each of 5 and 7. Hence the total number of paintings is $3!\cdot 2^3 \cdot 3^2 = 432$.
答案(E):限制条件等价于以下约束:2、4、8 的颜色两两不同;2 与 6 颜色不同;3 与 6 颜色不同;以及 3 与 9 颜色不同。给 2、4、8 分配颜色共有 $3!$ 种方法。完成后,给 6 分配颜色有 2 种方法,然后给 3 有 2 种方法,给 9 也有 2 种方法。最后,给 5 和 7 各自分配颜色各有 3 种方法。因此,涂色总数为 $3!\cdot 2^3 \cdot 3^2 = 432$。
Q14
For a certain complex number $c$, the polynomial $P(x) = (x^2 - 2x + 2)(x^2 - cx + 4)(x^2 - 4x + 8)$ has exactly 4 distinct roots. What is $|c|$?
对于某个复数$c$,多项式$P(x) = (x^2 - 2x + 2)(x^2 - cx + 4)(x^2 - 4x + 8)$恰有4个不同根。求$|c|$?
Correct Answer: E
Answer (E): The roots of $x^2-2x+2$ are $1\pm i$, and the roots of $x^2-4x+8$ are $2\pm 2i=2(1\pm i)$. The two roots of $x^2-cx+4$ must be chosen from among those four numbers, and their product must be $4$. The only two pairs of possible roots with a product of $4$ are $\{1+i,\,2-2i\}$ and $\{1-i,\,2+2i\}$, and in each case the value of $c$ is the sum of the roots. Thus the only possible values of $c$ are $3\pm i$, and in both cases $\lvert c\rvert=\sqrt{10}$.
答案(E):$x^2-2x+2$ 的根是 $1\pm i$,$x^2-4x+8$ 的根是 $2\pm 2i=2(1\pm i)$。$x^2-cx+4$ 的两个根必须从这四个数中选取,并且它们的乘积必须为 $4$。乘积为 $4$ 的可能根对只有两组:$\{1+i,\,2-2i\}$ 和 $\{1-i,\,2+2i\}$;在每种情况下,$c$ 的值等于两根之和。因此 $c$ 的唯一可能取值为 $3\pm i$,并且两种情况下都有 $\lvert c\rvert=\sqrt{10}$。
Q15
Positive real numbers $a$ and $b$ have the property that $\sqrt{\log a} + \sqrt{\log b} + \log \sqrt{a} + \log \sqrt{b} = 100$, and all four terms on the left are positive integers, where $\log$ denotes the base 10 logarithm. What is $ab$?
正实数$a$和$b$满足$\sqrt{\log a} + \sqrt{\log b} + \log \sqrt{a} + \log \sqrt{b} = 100$,且左边四个项均为正整数,其中$\log$表示以10为底的对数。求$ab$?
Correct Answer: D
Answer (D): If $n$ is a positive integer such that $n=\sqrt{\log a}$, then $a=10^{n^2}$; and if $m$ is a positive integer such that $m=\log\sqrt{a}$, then $a=10^{2m}$. Thus if both expressions are positive integers, then $a=10^{4k^2}$ for some positive integer $k$, and $$ \sqrt{\log a}+\log\sqrt{a}=\sqrt{4k^2}+\log 10^{2k^2}=2k+2k^2. $$ A similar conclusion holds for $b$. The first few possible values of $a$ and $b$ are $10^4$, $10^{16}$, $10^{36}$, $10^{64}$, $10^{100}$, $10^{144}$, and $10^{196}$, and the corresponding values of $\sqrt{\log a}+\log\sqrt{a}$ and $\sqrt{\log b}+\log\sqrt{b}$ less than 100 are 4, 12, 24, 40, 60, and 84. Because the sum of all four terms is 100, it follows that $\{a,b\}=\{10^{64},10^{100}\}$, and $ab=10^{64}\cdot 10^{100}=10^{164}$.
答案(D):如果$n$是正整数且满足$n=\sqrt{\log a}$,则$a=10^{n^2}$;如果$m$是正整数且满足$m=\log\sqrt{a}$,则$a=10^{2m}$。因此若这两个表达式都是正整数,则对某个正整数$k$有$a=10^{4k^2}$,并且 $$ \sqrt{\log a}+\log\sqrt{a}=\sqrt{4k^2}+\log 10^{2k^2}=2k+2k^2. $$ 对$b$也有类似结论。$a$和$b$的前几个可能取值是$10^4$、$10^{16}$、$10^{36}$、$10^{64}$、$10^{100}$、$10^{144}$和$10^{196}$;对应的$\sqrt{\log a}+\log\sqrt{a}$与$\sqrt{\log b}+\log\sqrt{b}$中小于100的值分别为4、12、24、40、60和84。由于四项之和为100,可得$\{a,b\}=\{10^{64},10^{100}\}$,并且$ab=10^{64}\cdot 10^{100}=10^{164}$。
Q16
The numbers 1, 2, ..., 9 are randomly placed into the 9 squares of a $3 \times 3$ grid. Each square gets one number, and each of the numbers is used once. What is the probability that the sum of the numbers in each row and each column is odd?
数字1, 2, ..., 9被随机放置到一个$3 \times 3$网格的9个方格中。每个方格得到一个数字,且每个数字只使用一次。每个行和每个列的数字之和为奇数的概率是多少?
Correct Answer: B
Answer (B): The sum of three integers is odd exactly when either all of the integers are odd, or one is odd and two are even. Five of the numbers 1, 2, ..., 9 are odd, so at least one row must contain two or more odd numbers. Thus one row must contain three odd numbers and no even numbers, and the other two rows must contain one odd number and two even numbers. The same is true of the three columns. There are $3\times 3=9$ ways to choose which row and which column contain all odd numbers, and then the remaining four squares must have even numbers. There are $\binom{9}{4}=126$ ways in total to choose which squares have odd numbers and which have even numbers, so the desired probability is $\frac{9}{126}=\frac{1}{14}$.
答案(B):三个整数之和为奇数,当且仅当要么三个整数全为奇数,要么一个为奇数、两个为偶数。数字 $1,2,\ldots,9$ 中有 5 个是奇数,因此至少有一行必须包含不少于两个奇数。于是必有一行包含三个奇数且不含偶数,而另外两行各包含一个奇数和两个偶数。三列同理。选择哪一行和哪一列全为奇数共有 $3\times 3=9$ 种方式,此时剩下的四个格子必须为偶数。总共有 $\binom{9}{4}=126$ 种方式选择哪些格子放奇数、哪些放偶数,所以所求概率为 $\frac{9}{126}=\frac{1}{14}$。
Q17
Let $s_k$ denote the sum of the $k$th powers of the roots of the polynomial $x^3 - 5x^2 + 8x - 13$. In particular, $s_0 = 3$, $s_1 = 5$, and $s_2 = 9$. Let $a$, $b$, and $c$ be real numbers such that $s_{k+1} = a s_k + b s_{k-1} + c s_{k-2}$ for $k = 2, 3, \dots$. What is $a + b + c$?
设$s_k$表示多项式$x^3 - 5x^2 + 8x - 13$的根的$k$次幂之和。特别地,$s_0 = 3$,$s_1 = 5$,且$s_2 = 9$。设$a$,$b$,$c$为实数使得$s_{k+1} = a s_k + b s_{k-1} + c s_{k-2}$对$k = 2, 3, \dots$成立。求$a + b + c$?
Correct Answer: D
Answer (D): Let $r$ denote a root of the polynomial. Then $r^3 = 5r^2 - 8r + 13$. For $k \ge 2$ multiplying both sides by $r^{k-2}$ gives $r^{k+1} = 5r^k - 8r^{k-1} + 13r^{k-2}$. Summing this identity over all roots $r$ yields $s_{k+1} = 5s_k - 8s_{k-1} + 13s_{k-2}$. Thus $a + b + c = 5 - 8 + 13 = 10$.
答案(D):设 $r$ 为该多项式的一个根,则 $r^3 = 5r^2 - 8r + 13$。当 $k \ge 2$ 时,两边同乘 $r^{k-2}$ 得 $r^{k+1} = 5r^k - 8r^{k-1} + 13r^{k-2}$。对所有根 $r$ 将该恒等式求和,得到 $s_{k+1} = 5s_k - 8s_{k-1} + 13s_{k-2}$。因此 $a + b + c = 5 - 8 + 13 = 10$。
Q18
A sphere with center $O$ has radius 6. A triangle with sides of length 15, 15, and 24 is situated in space so that each of its sides is tangent to the sphere. What is the distance between $O$ and the plane determined by the triangle?
一个以$O$为球心的球半径为6。一个边长为15, 15, 24的三角形位于空间中,使得它的每条边都与该球相切。求$O$与该三角形确定的平面之间的距离。
Correct Answer: D
Answer (D): Let $\triangle ABC$ be the given triangle, with $AB=24$ and $AC=BC=15$, and let $D$ be the midpoint of $AB$. The length of the altitude to $AB$ is $CD=\sqrt{15^2-12^2}=9$. The area of $\triangle ABC$ is $\frac12\cdot24\cdot9=108$. The plane of the triangle intersects the sphere in a circle, which is the inscribed circle for $\triangle ABC$. Let $r$ and $I$ be the radius and the center of the inscribed circle, respectively. The semiperimeter of the triangle is $\frac12(AB+BC+AC)=27$, so $r=\frac{108}{27}=4$. In right triangle $DIO$ the hypotenuse $OD$ has length $6$ (the radius of the sphere) and $DI=r=4$, so $OI=\sqrt{36-16}=2\sqrt5$, the requested distance between the center of the sphere and the plane determined by $\triangle ABC$.
答案(D):设$\triangle ABC$为所给三角形,$AB=24$且$AC=BC=15$,令$D$为$AB$的中点。到$AB$的高为$CD=\sqrt{15^2-12^2}=9$。$\triangle ABC$的面积为$\frac12\cdot24\cdot9=108$。三角形所在平面与球相交成一圆,该圆即为$\triangle ABC$的内切圆。设$r$与$I$分别为内切圆半径与圆心。三角形的半周长为$\frac12(AB+BC+AC)=27$,因此$r=\frac{108}{27}=4$。在直角三角形$DIO$中,斜边$OD=6$(球的半径),且$DI=r=4$,所以$OI=\sqrt{36-16}=2\sqrt5$,这就是球心到由$\triangle ABC$确定的平面的距离。
solution
Q19
In $\triangle ABC$ with integer side lengths, $$\cos A = \frac{11}{16}, \quad \cos B = \frac{7}{8}, \quad \text{and} \quad \cos C = -\frac{1}{4}.$$ What is the least possible perimeter for $\triangle ABC$?
在具有整数边长的$\triangle ABC$中,$$\cos A = \frac{11}{16}, \quad \cos B = \frac{7}{8}, \quad \text{and} \quad \cos C = -\frac{1}{4}.$$$\triangle ABC$的最小可能周长是多少?
Correct Answer: A
Answer (A): The sines of the angles can be calculated using the Pythagorean Identity: $\sin A=\frac{3\sqrt{15}}{16},\quad \sin B=\frac{\sqrt{15}}{8}=\frac{2\sqrt{15}}{16},\quad \sin C=\frac{\sqrt{15}}{4}=\frac{4\sqrt{15}}{16}.$ The ratio of these values is $3:2:4$. By the Law of Sines, the side lengths are in the same ratio. The smallest triangle having this ratio has sides of lengths $3,2,$ and $4$; the requested least possible perimeter is $9$.
答案(A):角的正弦值可以用勾股恒等式计算: $\sin A=\frac{3\sqrt{15}}{16},\quad \sin B=\frac{\sqrt{15}}{8}=\frac{2\sqrt{15}}{16},\quad \sin C=\frac{\sqrt{15}}{4}=\frac{4\sqrt{15}}{16}.$ 这些数值的比为 $3:2:4$。由正弦定理可知,边长之比相同。满足该比例的最小三角形边长为 $3、2、4$;所求的最小周长为 $9$。
Q20
Real numbers between 0 and 1, inclusive, are chosen in the following manner. A fair coin is flipped. If it lands heads, then it is flipped again and the chosen number is 0 if the second flip is heads, and 1 if the second flip is tails. On the other hand, if the first coin flip is tails, then the number is chosen uniformly at random from the closed interval $[0, 1]$. Two random numbers $x$ and $y$ are chosen independently in this manner. What is the probability that $|x - y| > \frac{1}{2}$?
实数在0到1之间(包含端点)以以下方式选择。抛一次公平硬币。如果正面,则再抛一次,第二抛为正面则选0,反面则选1。另一方面,如果第一抛为反面,则从闭区间$[0, 1]$中均匀随机选择该数。独立选择两个随机数$x$和$y$。求$|x - y| > \frac{1}{2}$的概率?
Correct Answer: B
Answer (B): The probability that the first coin flip for both $x$ and $y$ is heads is $\frac{1}{4}$, and in half of these cases $|x-y|$ will be $0$ and in the other half of these cases $|x-y|$ will be $1$. This contributes $\frac{1}{4}\cdot\frac{1}{2}=\frac{1}{8}$ to the probability that $|x-y|>\frac{1}{2}$. The probability that the first coin flip for $x$ is heads and the first coin flip for $y$ is tails or vice versa is $\frac{1}{2}$. In such cases, one of the variables is $0$ or $1$, and the probability that $|x-y|>\frac{1}{2}$ is $\frac{1}{2}$. This contributes $\frac{1}{2}\cdot\frac{1}{2}=\frac{1}{4}$ to the probability that $|x-y|>\frac{1}{2}$. Finally, $\frac{1}{4}$ of the time both $x$ and $y$ will be chosen uniformly from $[0,1]$. In this case, the situation can be modeled by the following diagram, in which the area of the shaded region gives the probability that $|x-y|>\frac{1}{2}$. This contributes $\frac{1}{4}\cdot\frac{1}{4}=\frac{1}{16}$ to the probability that $|x-y|>\frac{1}{2}$. The requested probability is $\frac{1}{8}+\frac{1}{4}+\frac{1}{16}=\frac{7}{16}$.
答案(B):$x$ 和 $y$ 的第一次抛硬币都为正面的概率是 $\frac{1}{4}$。在这些情况的一半中,$|x-y|$ 会是 $0$,另一半中 $|x-y|$ 会是 $1$。因此对事件 $|x-y|>\frac{1}{2}$ 的概率贡献为 $\frac{1}{4}\cdot\frac{1}{2}=\frac{1}{8}$。 $x$ 第一次为正面且 $y$ 第一次为反面(或相反)的概率是 $\frac{1}{2}$。在这种情况下,其中一个变量为 $0$ 或 $1$,而 $|x-y|>\frac{1}{2}$ 的概率为 $\frac{1}{2}$。因此对事件 $|x-y|>\frac{1}{2}$ 的概率贡献为 $\frac{1}{2}\cdot\frac{1}{2}=\frac{1}{4}$。 最后,有 $\frac{1}{4}$ 的时间 $x$ 和 $y$ 都从区间 $[0,1]$ 上服从均匀分布选取。在这种情况下,可以用下图来建模,其中阴影区域的面积给出 $|x-y|>\frac{1}{2}$ 的概率。于是对事件 $|x-y|>\frac{1}{2}$ 的概率贡献为 $\frac{1}{4}\cdot\frac{1}{4}=\frac{1}{16}$。所求概率为 $\frac{1}{8}+\frac{1}{4}+\frac{1}{16}=\frac{7}{16}$。
solution
Q21
Let $$ z = \frac{1+i}{\sqrt{2}}. $$ What is $$ (z^{12} + z^{22} + z^{32} + \dots + z^{122}) \cdot \left( \frac{1}{z^{12}} + \frac{1}{z^{22}} + \frac{1}{z^{32}} + \dots + \frac{1}{z^{122}} \right) ? $$
设 $$ z = \frac{1+i}{\sqrt{2}}. $$ 何为 $$ (z^{12} + z^{22} + z^{32} + \dots + z^{122}) \cdot \left( \frac{1}{z^{12}} + \frac{1}{z^{22}} + \frac{1}{z^{32}} + \dots + \frac{1}{z^{122}} \right) ? $$
Correct Answer: C
Answer (C): Note that $z^2=i$, so $z^4=-1$. For $k=1,2,\ldots,6$, $$z^{(2k)^2}=(-1)^{k^2} \quad \text{and} \quad z^{(2k-1)^2}=z^{4k^2-4k+1}=(-1)^{k(k-1)}z=z.$$ Because $$\sum_{k=1}^{6}(-1)^{k^2}=0,$$ the first factor is $6z=3\sqrt{2}+3\sqrt{2}i$. Because $|z|=1$, the second factor is the conjugate, $3\sqrt{2}-3\sqrt{2}i$. The requested product is therefore the square of the modulus of $3\sqrt{2}+3\sqrt{2}i$, $$\left(3\sqrt{2}\right)^2+\left(3\sqrt{2}\right)^2=18+18=36.$$
答案(C):注意 $z^2=i$,所以 $z^4=-1$。对 $k=1,2,\ldots,6$, $$z^{(2k)^2}=(-1)^{k^2} \quad \text{且} \quad z^{(2k-1)^2}=z^{4k^2-4k+1}=(-1)^{k(k-1)}z=z.$$ 因为 $$\sum_{k=1}^{6}(-1)^{k^2}=0,$$ 第一个因子为 $6z=3\sqrt{2}+3\sqrt{2}i$。由于 $|z|=1$,第二个因子为其共轭 $3\sqrt{2}-3\sqrt{2}i$。因此所求乘积等于 $3\sqrt{2}+3\sqrt{2}i$ 的模的平方: $$\left(3\sqrt{2}\right)^2+\left(3\sqrt{2}\right)^2=18+18=36.$$
Q22
Circles $\omega$ and $\gamma$, both centered at $O$, have radii 20 and 17, respectively. Equilateral triangle $ABC$, whose interior lies in the interior of $\omega$ but in the exterior of $\gamma$, has vertex $A$ on $\omega$, and the line containing side $\overline{BC}$ is tangent to $\gamma$. Segments $\overline{AO}$ and $\overline{BC}$ intersect at $P$, and $\frac{BP}{CP} = 3$. Then $AB$ can be written in the form $\frac{m}{\sqrt{n}} - \frac{p}{\sqrt{q}}$ for positive integers $m, n, p, q$ with $\gcd(m, n) = \gcd(p, q) = 1$. What is $m + n + p + q$?
圆 $\omega$ 和 $\gamma$ 都以 $O$ 为圆心,半径分别为 20 和 17。正三角形 $ABC$ 的内部位于 $\omega$ 的内部但位于 $\gamma$ 的外部,顶点 $A$ 在 $\omega$ 上,边 $\overline{BC}$ 所在直线与 $\gamma$ 相切。线段 $\overline{AO}$ 和 $\overline{BC}$ 相交于 $P$,且 $\frac{BP}{CP} = 3$。则 $AB$ 可写成 $\frac{m}{\sqrt{n}} - \frac{p}{\sqrt{q}}$ 的形式,其中 $m, n, p, q$ 为正整数且 $\gcd(m, n) = \gcd(p, q) = 1$。求 $m + n + p + q$。
Correct Answer: E
Answer (E): Let $D$ and $Q$ be the projections of points $A$ and $O$ onto line $BC$, respectively, and let $s=AB$. It follows that $AD=\frac{s\sqrt3}{2}$. Because $\frac{BP}{CP}=3$ and $D$ is the midpoint of $BC$, it follows that $P$ is the midpoint of $CD$ and $DP=\frac{s}{4}$. It then follows from the Pythagorean Theorem that $$ AP=\sqrt{AD^2+DP^2}=\frac{s\sqrt{13}}{4}. $$ Note that $\triangle QOP\sim\triangle DAP$; therefore $\frac{OP}{OQ}=\frac{AP}{AD}$, so $$ OP=\frac{\frac{s\sqrt{13}}{4}}{\frac{s\sqrt3}{2}}\cdot 17=\frac{17\sqrt{13}}{2\sqrt3}. $$ Then $$ AP+OP=\frac{s\sqrt{13}}{4}+\frac{17\sqrt{13}}{2\sqrt3}=20, $$ which yields $$ s=\frac{80}{\sqrt{13}}-\frac{34}{\sqrt3}. $$ Therefore the requested answer is $80+13+34+3=130$.
答案(E):设 $D$ 和 $Q$ 分别为点 $A$ 和点 $O$ 在直线 $BC$ 上的垂足,并令 $s=AB$。 可得 $AD=\frac{s\sqrt3}{2}$。因为 $\frac{BP}{CP}=3$ 且 $D$ 是 $BC$ 的中点,所以 $P$ 是 $CD$ 的中点,且 $DP=\frac{s}{4}$。由勾股定理可得 $$ AP=\sqrt{AD^2+DP^2}=\frac{s\sqrt{13}}{4}. $$ 注意到 $\triangle QOP\sim\triangle DAP$;因此 $\frac{OP}{OQ}=\frac{AP}{AD}$,所以 $$ OP=\frac{\frac{s\sqrt{13}}{4}}{\frac{s\sqrt3}{2}}\cdot 17=\frac{17\sqrt{13}}{2\sqrt3}. $$ 于是 $$ AP+OP=\frac{s\sqrt{13}}{4}+\frac{17\sqrt{13}}{2\sqrt3}=20, $$ 从而得到 $$ s=\frac{80}{\sqrt{13}}-\frac{34}{\sqrt3}. $$ 因此所求答案为 $80+13+34+3=130$。
solution
Q23
Define binary operations $\diamond$ and $\diamond$ by $a \diamond b = a^{\log_7(b)}$ and $a \diamond b = a^{\frac{1}{\log_7(b)}}$ for all real numbers $a$ and $b$ for which these expressions are defined. The sequence $(a_n)$ is defined recursively by $a_3 = 3 \diamond 2$ and $a_n = (n \diamond (n-1)) \diamond a_{n-1}$ for all integers $n \ge 4$. To the nearest integer, what is $\log_7(a_{2019})$?
定义二元运算 $\diamond$ 和 $\diamond$ 如下: $$ a \diamond b = a^{\log_7(b)} $$ 和 $$ a \diamond b = a^{\frac{1}{\log_7(b)}} $$ 对所有这些表达式有定义的实数 $a$ 和 $b$。序列 $(a_n)$ 由 $a_3 = 3 \diamond 2$ 和 $$ a_n = (n \diamond (n-1)) \diamond a_{n-1} $$ 对所有整数 $n \ge 4$ 递归定义。四舍五入到最近整数,$\log_7(a_{2019})$ 是多少?
Correct Answer: D
Answer (D): Note that $a \diamond b = a^{\log_7(b)} = 7^{\log_7(a)\log_7(b)}.$ It follows that $\diamond$ operates with closure on the interval $(1,\infty)$ and is commutative and associative. Furthermore, the identity element for $\diamond$ is $7$, and the inverse of $a$ is $7^{\frac{1}{\log_7(a)}}$ for all $a>1$; denote the inverse of $a$ under $\diamond$ by $a^{-1}$. Note further that $a \heartsuit b = a^{\frac{1}{\log_7(b)}} = 7^{\log_7(a)\log_7\!\left(7^{\frac{1}{\log_7(b)}}\right)} = a \diamond b^{-1}.$ $s=\dfrac{80}{\sqrt{13}}-\dfrac{34}{\sqrt{3}}.$ Therefore the requested answer is $80+13+34+3=130$. Thus $\begin{aligned} \log_7(a_{2019}) &= \log_7((2019 \heartsuit 2018)\diamond\cdots\diamond(4\heartsuit 3)\diamond(3\heartsuit 2))\\ &= \log_7((2019\diamond 2018^{-1})\diamond\cdots\diamond(4\diamond 3^{-1})\diamond(3\diamond 2^{-1}))\\ &= \log_7(2019\diamond(2018^{-1}\diamond 2018)\diamond\cdots\diamond(3^{-1}\diamond 3)\diamond 2^{-1})\\ &= \log_7(2019\diamond 7\diamond\cdots\diamond 7\diamond 2^{-1})\\ &= \log_7(2019\diamond 2^{-1})\\ &= \log_7(2019^{\frac{1}{\log_7(2)}})\\ &= \dfrac{\log_7(2019)}{\log_7(2)}\\ &= \log_2(2019). \end{aligned}$ Because $2^{11}=2048$, the closest integer to $\log_2(2019)$ is $11$. (More precisely, $\log_2(2019)<\log_2(2048)=11$, and $2^{10.5}=2^{10}\cdot\sqrt{2}<1200\cdot 1.5=1800,$ so $\log_2(2019)>\log_2(1800)>10.5.)
答案(D):注意 $a \diamond b = a^{\log_7(b)} = 7^{\log_7(a)\log_7(b)}.$ 由此可知,$\diamond$ 在区间 $(1,\infty)$ 上封闭,且满足交换律与结合律。此外,$\diamond$ 的单位元是 $7$,并且对所有 $a>1$,$a$ 的逆元为 $7^{\frac{1}{\log_7(a)}}$;用 $a^{-1}$ 表示 $a$ 在 $\diamond$ 下的逆元。还要注意 $a \heartsuit b = a^{\frac{1}{\log_7(b)}} = 7^{\log_7(a)\log_7\!\left(7^{\frac{1}{\log_7(b)}}\right)} = a \diamond b^{-1}.$ $s=\dfrac{80}{\sqrt{13}}-\dfrac{34}{\sqrt{3}}.$ 因此所求答案为 $80+13+34+3=130$。 于是 $\begin{aligned} \log_7(a_{2019}) &= \log_7((2019 \heartsuit 2018)\diamond\cdots\diamond(4\heartsuit 3)\diamond(3\heartsuit 2))\\ &= \log_7((2019\diamond 2018^{-1})\diamond\cdots\diamond(4\diamond 3^{-1})\diamond(3\diamond 2^{-1}))\\ &= \log_7(2019\diamond(2018^{-1}\diamond 2018)\diamond\cdots\diamond(3^{-1}\diamond 3)\diamond 2^{-1})\\ &= \log_7(2019\diamond 7\diamond\cdots\diamond 7\diamond 2^{-1})\\ &= \log_7(2019\diamond 2^{-1})\\ &= \log_7(2019^{\frac{1}{\log_7(2)}})\\ &= \dfrac{\log_7(2019)}{\log_7(2)}\\ &= \log_2(2019). \end{aligned}$ 因为 $2^{11}=2048$,所以与 $\log_2(2019)$ 最接近的整数是 $11$。(更准确地说,$\log_2(2019)<\log_2(2048)=11$,并且 $2^{10.5}=2^{10}\cdot\sqrt{2}<1200\cdot 1.5=1800,$ 所以 $\log_2(2019)>\log_2(1800)>10.5。)
Q24
For how many integers $n$ between 1 and 50, inclusive, is $$ \frac{(n^2 - 1)!}{(n!)^n} $$ an integer? (Recall that $0! = 1$.)
在 1 到 50(包含)之间的整数 $n$ 中,有多少个使得 $$ \frac{(n^2 - 1)!}{(n!)^n} $$ 是整数?(回想 $0! = 1$)。
Correct Answer: D
Answer (D): Let $A_n=\dfrac{(n^2-1)!}{(n!)^n}.$ AMC 12A Solutions 15 First, note that $A_n$ is an integer when $n=1$. Next, observe that if $n$ is prime, then $A_n$ is not an integer because the numerator has $n-1$ factors of $n$ but the denominator has $n$ such factors. Note also that $A_4$ is not an integer, because the numerator, $15!$, has $7+3+1=11$ factors of $2$, whereas the denominator, $(4!)^4$, has $12$ factors of $2$. Therefore for $n\ge 2$, in order for $A_n$ to be an integer, a necessary condition is that $n$ be composite and greater than $4$. The following argument shows that this condition is also sufficient. First note that $\dfrac{n!}{n^2}=\dfrac{(n-1)!}{n}.$ If $n=ab$, where $a$ and $b$ are distinct positive integers greater than $1$, then $\dfrac{(n-1)!}{n}$ is an integer because both $a$ and $b$ appear as factors in $(n-1)!$. Otherwise $n=p^2$ for some odd prime $p$. In this case $p^2-1\ge 2p$, so $(n-1)!$ has at least two factors of $p$ and again $\dfrac{(n-1)!}{n}$ is an integer. Now the number $\dfrac{(n^2)!}{(n!)^{n+1}}$ is an integer because this expression counts the number of ways to separate $n^2$ objects into $n$ groups of size $n$ without regard to the ordering of the groups (which accounts for the extra factor of $n!$ in the denominator). By combining the previous two paragraphs, it follows that $A_n=\dfrac{(n^2-1)!}{(n!)^n}=\dfrac{(n^2)!}{(n!)^{n+1}}\cdot\dfrac{n!}{n^2}$ is an integer if and only if $n=1$ or $n$ is composite and greater than $4$. Thus the answer is $50$ minus $1$ minus the number of primes less than or equal to $50$, which is $49-15=34$.
答案(D):设 $A_n=\dfrac{(n^2-1)!}{(n!)^n}.$ AMC 12A 题解 15 首先,注意当 $n=1$ 时,$A_n$ 是整数。接着,观察到如果 $n$ 是素数,那么 $A_n$ 不是整数,因为分子中含有 $n-1$ 个因子 $n$,而分母中含有 $n$ 个这样的因子。还要注意 $A_4$ 也不是整数,因为分子 $15!$ 中含有 $7+3+1=11$ 个因子 $2$,而分母 $(4!)^4$ 中含有 $12$ 个因子 $2$。因此当 $n\ge 2$ 时,$A_n$ 为整数的必要条件是 $n$ 为合数且大于 $4$。下面的论证表明该条件也是充分的。 先注意 $\dfrac{n!}{n^2}=\dfrac{(n-1)!}{n}.$ 若 $n=ab$,其中 $a,b$ 为互不相同且都大于 $1$ 的正整数,则 $\dfrac{(n-1)!}{n}$ 为整数,因为 $a$ 和 $b$ 都作为因子出现在 $(n-1)!$ 中。否则 $n=p^2$,其中 $p$ 为某个奇素数。在这种情况下,$p^2-1\ge 2p$,所以 $(n-1)!$ 至少含有两个因子 $p$,因此 $\dfrac{(n-1)!}{n}$ 仍为整数。 现在数 $\dfrac{(n^2)!}{(n!)^{n+1}}$ 是整数,因为该表达式计数:将 $n^2$ 个对象分成 $n$ 组、每组大小为 $n$,且不考虑各组之间的顺序的方法数(这就解释了分母里额外的一个因子 $n!$)。 结合前两段可得 $A_n=\dfrac{(n^2-1)!}{(n!)^n}=\dfrac{(n^2)!}{(n!)^{n+1}}\cdot\dfrac{n!}{n^2}$ 为整数当且仅当 $n=1$,或 $n$ 为大于 $4$ 的合数。因此答案为 $50$ 减去 $1$ 再减去不超过 $50$ 的素数个数,即 $49-15=34$。
Q25
Let $\triangle A_0B_0C_0$ be a triangle whose angle measures are exactly 59.999°, 60°, and 60.001°. For each positive integer $n$ define $A_n$ to be the foot of the altitude from $A_{n-1}$ to line $B_{n-1}C_{n-1}$. Likewise, define $B_n$ to be the foot of the altitude from $B_{n-1}$ to line $A_{n-1}C_{n-1}$, and $C_n$ to be the foot of the altitude from $C_{n-1}$ to line $A_{n-1}B_{n-1}$. What is the least positive integer $n$ for which $\triangle A_nB_nC_n$ is obtuse?
设 $\triangle A_0B_0C_0$ 是一个角的度数恰好为 59.999°、60° 和 60.001° 的三角形。对每个正整数 $n$,定义 $A_n$ 为从 $A_{n-1}$ 到直线 $B_{n-1}C_{n-1}$ 的高足点。同样地,定义 $B_n$ 为从 $B_{n-1}$ 到直线 $A_{n-1}C_{n-1}$ 的高足点,$C_n$ 为从 $C_{n-1}$ 到直线 $A_{n-1}B_{n-1}$ 的高足点。求最小的正整数 $n$ 使得 $\triangle A_nB_nC_n$ 是钝角三角形。
Correct Answer: E
Answer (E): For any acute triangle $DEF$, the triangle $D'E'F'$ whose vertices are the feet of the respective altitudes is called its orthic triangle. Its angles are $180^\circ-2\angle D$, $180^\circ-2\angle E$, and $180^\circ-2\angle F$. To see this, note that $\angle FF'D$ and $\angle FD'D$ are right angles, so $D'$ and $F'$ lie on the circle with diameter $DF$. Therefore $DFD'F'$ is a cyclic quadrilateral and thus \[ \angle F'D'E = 180^\circ-\angle F'D'F = \angle D. \] Similarly, $\angle E'D'F = 180^\circ-\angle E'D'E = \angle D$. It follows that \[ \angle E'D'F' = 180^\circ-\angle F'D'E-\angle E'D'F = 180^\circ-2\angle D. \] In this problem $\triangle A_nB_nC_n$ is the orthic triangle of $\triangle A_{n-1}B_{n-1}C_{n-1}$. Thus if $\triangle A_iB_iC_i$ is acute for $0\le i\le n-1$, then $\triangle A_nB_nC_n$ has angles $180^\circ-2\angle A_{n-1}$, $180^\circ-2\angle B_{n-1}$, and $180^\circ-2\angle C_{n-1}$. It follows by mathematical induction that if $\triangle A_iB_iC_i$ is acute for $0\le i\le n-1$, the angles of $\triangle A_nB_nC_n$ are \[ \left(60+\frac{2^n}{1000}\right)^\circ,\quad 60^\circ,\quad \text{and}\quad \left(60-\frac{2^n}{1000}\right)^\circ. \] Thus it suffices to find the least positive integer $n$ such that \[ 60+\frac{2^n}{1000}>90, \] which is equivalent to $2^n>30{,}000$. Because $2^{14}=16{,}384$ and $2^{15}=32{,}768$, the requested value is $15$.
答案 (E):对任意锐角三角形 $DEF$,以各条高的垂足为顶点的三角形 $D'E'F'$ 称为它的垂足三角形(orthic triangle)。其内角分别为 $180^\circ-2\angle D$、$180^\circ-2\angle E$、$180^\circ-2\angle F$。为说明这一点,注意到 $\angle FF'D$ 和 $\angle FD'D$ 都是直角,因此 $D'$ 与 $F'$ 在以 $DF$ 为直径的圆上。于是 $DFD'F'$ 是圆内接四边形,从而 \[ \angle F'D'E = 180^\circ-\angle F'D'F = \angle D. \] 同理,$\angle E'D'F = 180^\circ-\angle E'D'E = \angle D$。因此 \[ \angle E'D'F' = 180^\circ-\angle F'D'E-\angle E'D'F = 180^\circ-2\angle D. \] 本题中,$\triangle A_nB_nC_n$ 是 $\triangle A_{n-1}B_{n-1}C_{n-1}$ 的垂足三角形。因此若对 $0\le i\le n-1$,$\triangle A_iB_iC_i$ 都是锐角三角形,则 $\triangle A_nB_nC_n$ 的角为 $180^\circ-2\angle A_{n-1}$、$180^\circ-2\angle B_{n-1}$、$180^\circ-2\angle C_{n-1}$。用数学归纳法可得:若对 $0\le i\le n-1$,$\triangle A_iB_iC_i$ 为锐角,则 $\triangle A_nB_nC_n$ 的三个角为 \[ \left(60+\frac{2^n}{1000}\right)^\circ,\quad 60^\circ,\quad \text{以及}\quad \left(60-\frac{2^n}{1000}\right)^\circ. \] 因此只需找满足 \[ 60+\frac{2^n}{1000}>90 \] 的最小正整数 $n$。这等价于 $2^n>30{,}000$。由于 $2^{14}=16{,}384$ 且 $2^{15}=32{,}768$,所求为 $15$。
solution