/

AMC12 2016 A

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

AMC12 · 2016 (A)

Q1
What is the value of $\dfrac{11!-10!}{9!}$?
$\dfrac{11!-10!}{9!}$ 的值是多少?
Correct Answer: B
Answer (B): $\dfrac{11!-10!}{9!}=\dfrac{10!(11-1)}{9!}=\dfrac{10\cdot 9!\cdot 10}{9!}=100$
答案(B): $\dfrac{11!-10!}{9!}=\dfrac{10!(11-1)}{9!}=\dfrac{10\cdot 9!\cdot 10}{9!}=100$
Q2
For what value of $x$ does $10^x \cdot 100^{2x} = 1000^5$?
当 $10^x \cdot 100^{2x} = 1000^5$ 时,$x$ 的值是多少?
Correct Answer: C
Answer (C): The equation can be written $10^x\cdot(10^2)^{2x}=(10^3)^5$ or $10^x\cdot10^{4x}=10^{15}$. Thus $10^{5x}=10^{15}$, so $5x=15$ and $x=3$.
答案(C):该方程可写为 $10^x\cdot(10^2)^{2x}=(10^3)^5$,或 $10^x\cdot10^{4x}=10^{15}$。因此 $10^{5x}=10^{15}$,所以 $5x=15$,得 $x=3$。
Q3
The remainder function can be defined for all real numbers $x$ and $y$ with $y\ne 0$ by $\mathrm{rem}(x,y)=x-y\left\lfloor \frac{x}{y}\right\rfloor,$ where $\left\lfloor \frac{x}{y}\right\rfloor$ denotes the greatest integer less than or equal to $\frac{x}{y}$. What is the value of $\mathrm{rem}\!\left(\frac{3}{8},-\frac{2}{5}\right)$?
余数函数对所有实数 $x$ 和 $y$(其中 $y\ne 0$)定义为 $\mathrm{rem}(x,y)=x-y\left\lfloor \frac{x}{y}\right\rfloor,$ 其中 $\left\lfloor \frac{x}{y}\right\rfloor$ 表示不大于 $\frac{x}{y}$ 的最大整数。求 $\mathrm{rem}\!\left(\frac{3}{8},-\frac{2}{5}\right)$ 的值。
Correct Answer: B
Answer (B): $\frac{3}{8}-\left(-\frac{2}{5}\right)\left[\frac{\frac{3}{8}}{-\frac{2}{5}}\right]=\frac{3}{8}+\frac{2}{5}\left[\frac{15}{-16}\right]=\frac{3}{8}+\frac{2}{5}(-1)=-\frac{1}{40}$
答案(B): $\frac{3}{8}-\left(-\frac{2}{5}\right)\left[\frac{\frac{3}{8}}{-\frac{2}{5}}\right]=\frac{3}{8}+\frac{2}{5}\left[\frac{15}{-16}\right]=\frac{3}{8}+\frac{2}{5}(-1)=-\frac{1}{40}$
Q4
The mean, median, and mode of the 7 data values $60, 100, x, 40, 50, 200, 90$ are all equal to $x$. What is the value of $x$?
7个数据 $60, 100, x, 40, 50, 200, 90$ 的平均数、中位数和众数都等于 $x$。求 $x$ 的值。
Correct Answer: D
Answer (D): The mean of the data values is $\dfrac{60+100+x+40+50+200+90}{7}=\dfrac{x+540}{7}=x.$ Solving this equation for $x$ gives $x=90$. Thus the data in nondecreasing order are $40,50,60,90,90,100,200$, so the median is $90$ and the mode is $90$, as required.
答案(D):数据的平均数为 $\dfrac{60+100+x+40+50+200+90}{7}=\dfrac{x+540}{7}=x.$ 解该方程得到 $x=90$。因此,按非递减顺序排列的数据为 $40,50,60,90,90,100,200$,所以中位数是 $90$,众数也是 $90$,符合要求。
Q5
Goldbach’s conjecture states that every even integer greater than $2$ can be written as the sum of two prime numbers (for example, $2016 = 13 + 2003$). So far, no one has been able to prove that the conjecture is true, and no one has found a counterexample to show that the conjecture is false. What would a counterexample consist of?
哥德巴赫猜想断言:每个大于 $2$ 的偶整数都可以写成两个素数之和(例如,$2016 = 13 + 2003$)。到目前为止,还没有人能够证明该猜想为真,也没有人找到反例来说明该猜想为假。一个反例应当由什么构成?
Correct Answer: E
Answer (E): A counterexample must satisfy the hypothesis of being an even integer greater than 2 but fail to satisfy the conclusion that it can be written as the sum of two prime numbers.
答案(E):反例必须满足“是一个大于 2 的偶整数”这一假设,但不满足“它可以写成两个素数之和”这一结论。
Q6
A triangular array of $2016$ coins has $1$ coin in the first row, $2$ coins in the second row, $3$ coins in the third row, and so on up to $N$ coins in the $N$th row. What is the sum of the digits of $N$?
由$2016$枚硬币组成的一个三角形排列:第一行有$1$枚硬币,第二行有$2$枚硬币,第三行有$3$枚硬币,依此类推,直到第$N$行有$N$枚硬币。问$N$的各位数字之和是多少?
Correct Answer: D
Answer (D): There are $$ 1+2+\cdots+N=\frac{N(N+1)}{2} $$ coins in the array. Therefore $N(N+1)=2\cdot 2016=4032$. Because $N(N+1)\approx N^2$, it follows that $N\approx \sqrt{4032}\approx \sqrt{2^{12}}=2^6=64$. Indeed, $63\cdot 64=4032$, so $N=63$ and the sum of the digits of $N$ is 9.
答案(D):该阵列中有 $$ 1+2+\cdots+N=\frac{N(N+1)}{2} $$ 枚硬币。因此 $N(N+1)=2\cdot 2016=4032$。由于 $N(N+1)\approx N^2$,可得 $N\approx \sqrt{4032}\approx \sqrt{2^{12}}=2^6=64$。确实,$63\cdot 64=4032$,所以 $N=63$,且 $N$ 的各位数字之和为 9。
Q7
Which of these describes the graph of $x^2(x+y+1)=y^2(x+y+1)$?
以下哪一项描述了方程 $x^2(x+y+1)=y^2(x+y+1)$ 的图像?
Correct Answer: D
Answer (D): The given equation is equivalent to $(x^2-y^2)(x+y+1)=0$, which is in turn equivalent to $(x+y)(x-y)(x+y+1)=0$. A product is 0 if and only if one of the factors is 0, so the graph is the union of the graphs of $x+y=0$, $x-y=0$, and $x+y+1=0$. These are three straight lines, two of which intersect at the origin and the third of which does not pass through the origin. Therefore the graph consists of three lines that do not all pass through a common point.
答案(D):所给方程等价于 $(x^2-y^2)(x+y+1)=0$,这又等价于 $(x+y)(x-y)(x+y+1)=0$。当且仅当其中一个因子为 0 时,乘积才为 0,因此其图像是 $x+y=0$、$x-y=0$ 和 $x+y+1=0$ 这三条直线图像的并集。这是三条直线,其中两条在原点相交,第三条不经过原点。因此,该图像由三条不全经过同一点的直线组成。
Q8
What is the area of the shaded region of the given $8\times 5$ rectangle?
给定的 $8\times 5$ 长方形中,阴影部分的面积是多少?
stem
Correct Answer: D
Answer (D): The diagonal of the rectangle from upper left to lower right divides the shaded region into four triangles. Two of them have a 1-unit horizontal base and altitude $\frac{1}{2}\cdot 5=2\frac{1}{2}$, and the other two have a 1-unit vertical base and altitude $\frac{1}{2}\cdot 8=4$. Therefore the total area is $2\cdot \frac{1}{2}\cdot 1\cdot 2\frac{1}{2}+2\cdot \frac{1}{2}\cdot 1\cdot 4=6\frac{1}{2}$.
答案(D):从左上到右下的矩形对角线把阴影区域分成四个三角形。其中两个的水平底边长为 1,高为 $\frac{1}{2}\cdot 5=2\frac{1}{2}$;另外两个的竖直底边长为 1,高为 $\frac{1}{2}\cdot 8=4$。因此总面积为 $2\cdot \frac{1}{2}\cdot 1\cdot 2\frac{1}{2}+2\cdot \frac{1}{2}\cdot 1\cdot 4=6\frac{1}{2}$。
Q9
The five small shaded squares inside this unit square are congruent and have disjoint interiors. The midpoint of each side of the middle square coincides with one of the vertices of the other four small squares as shown. The common side length is $\frac{a-\sqrt{2}}{b}$, where $a$ and $b$ are positive integers. What is $a+b$?
在这个单位正方形内有五个阴影小正方形,它们全等且内部互不重叠。如图所示,中间那个正方形的每一条边的中点都与另外四个小正方形的某个顶点重合。它们的公共边长为 $\frac{a-\sqrt{2}}{b}$,其中 $a$ 和 $b$ 为正整数。求 $a+b$。
stem
Correct Answer: E
Answer (E): Let $x$ be the common side length. Draw a diagonal between opposite corners of the unit square. The length of this diagonal is $\sqrt{2}$. The diagonal consists of two small-square diagonals and one small-square side length. Combining the previous two observations yields $2x\sqrt{2} + x = \sqrt{2}.$ Solving this equation for $x$ gives $x = \frac{4-\sqrt{2}}{7}$. The requested sum is $4 + 7 = 11$.
答案(E):设 $x$ 为公共边长。在单位正方形的相对顶点之间画一条对角线。这条对角线的长度为 $\sqrt{2}$。该对角线由两条小正方形的对角线和一条小正方形的边长组成。结合以上两点可得 $2x\sqrt{2} + x = \sqrt{2}.$ 解此方程得 $x = \frac{4-\sqrt{2}}{7}$。所求的和为 $4 + 7 = 11$。
solution
Q10
Five friends sat in a movie theater in a row containing 5 seats, numbered 1 to 5 from left to right. (The directions “left” and “right” are from the point of view of the people as they sit in the seats.) During the movie Ada went to the lobby to get some popcorn. When she returned, she found that Bea had moved two seats to the right, Ceci had moved one seat to the left, and Dee and Edie had switched seats, leaving an end seat for Ada. In which seat had Ada been sitting before she got up?
五个朋友坐在电影院同一排的5个座位上,座位从左到右编号为1到5。(“左”和“右”的方向以坐在座位上的人自身视角为准。)电影过程中,Ada去大厅买爆米花。她回来时发现:Bea向右移动了两个座位,Ceci向左移动了一个座位,Dee和Edie互换了座位,从而给Ada留下了一个靠边的座位。Ada起身前原来坐在哪个座位上?
Correct Answer: B
Answer (B): The total number of seats moved to the right among the five friends must equal the total number of seats moved to the left. One of Dee and Edie moved some number of seats to the right, and the other moved the same number of seats to the left. Because Bea moved two seats to the right and Ceci moved one seat to the left, Ada must also move one seat to the left upon her return. Because her new seat is an end seat and its number cannot be 5, it must be seat 1. Therefore Ada occupied seat 2 before she got up. The order before moving was Bea-Ada-Ceci-Dee-Edie (or Bea-Ada-Ceci-Edie-Dee), and the order after moving was Ada-Ceci-Bea-Edie-Dee (or Ada-Ceci-Bea-Dee-Edie).
答案(B):五位朋友向右移动的座位总数必须等于向左移动的座位总数。Dee 和 Edie 中有一人向右移动若干个座位,另一人向左移动相同的座位数。由于 Bea 向右移动了两个座位,而 Ceci 向左移动了一个座位,Ada 回来时也必须向左移动一个座位。因为她的新座位在最末端且其编号不能为 5,所以必定是 1 号座位。因此 Ada 起身前坐在 2 号座位上。移动前的顺序是 Bea-Ada-Ceci-Dee-Edie(或 Bea-Ada-Ceci-Edie-Dee),移动后的顺序是 Ada-Ceci-Bea-Edie-Dee(或 Ada-Ceci-Bea-Dee-Edie)。
Q11
Each of the 100 students in a certain summer camp can either sing, dance, or act. Some students have more than one talent, but no student has all three talents. There are 42 students who cannot sing, 65 students who cannot dance, and 29 students who cannot act. How many students have two of these talents?
某夏令营有100名学生,每个学生会唱歌、跳舞或表演中的至少一种。有些学生有不止一种才艺,但没有学生同时具备三种才艺。有42名学生不会唱歌,65名学生不会跳舞,29名学生不会表演。有多少名学生具备其中两种才艺?
Correct Answer: E
Answer (E): Because 42 students cannot sing, $100-42=58$ can sing. Similarly, $100-65=35$ can dance, and $100-29=71$ can act. This gives a total of $58+35+71=164$. However, the students with two talents have been counted twice in this sum. Because there are 100 students in all, $164-100=64$ students must have been counted twice.
答案(E):因为有42名学生不会唱歌,所以会唱歌的有$100-42=58$人。同理,会跳舞的有$100-65=35$人,会表演的有$100-29=71$人。总计为$58+35+71=164$。然而,有两种才能的学生在这个总和中被计算了两次。因为总共有100名学生,所以$164-100=64$名学生一定被重复计算了。
Q12
In $\triangle ABC$, $AB=6$, $BC=7$, and $CA=8$. Point $D$ lies on $\overline{BC}$, and $\overline{AD}$ bisects $\angle BAC$. Point $E$ lies on $\overline{AC}$, and $\overline{BE}$ bisects $\angle ABC$. The bisectors intersect at $F$. What is the ratio $AF:FD$?
在$\triangle ABC$中,$AB=6$,$BC=7$,$CA=8$。点$D$在$\overline{BC}$上,且$\overline{AD}$平分$\angle BAC$。点$E$在$\overline{AC}$上,且$\overline{BE}$平分$\angle ABC$。两条角平分线交于点$F$。求比值$AF:FD$。
stem
Correct Answer: C
Answer (C): Applying the Angle Bisector Theorem to $\triangle BAC$ gives $BD:DC=6:8$, so $BD=\frac{6}{6+8}\cdot 7=3$. Then applying the Angle Bisector Theorem to $\triangle ABD$ gives $AF:FD=6:3=2:1$.
答案(C):对 $\triangle BAC$ 应用角平分线定理,得 $BD:DC=6:8$,所以 $BD=\frac{6}{6+8}\cdot 7=3$。再对 $\triangle ABD$ 应用角平分线定理,得 $AF:FD=6:3=2:1$。
solution
Q13
Let $N$ be a positive multiple of $5$. One red ball and $N$ green balls are arranged in a line in random order. Let $P(N)$ be the probability that at least $\frac{3}{5}$ of the green balls are on the same side of the red ball. Observe that $P(5)=1$ and that $P(N)$ approaches $\frac{4}{5}$ as $N$ grows large. What is the sum of the digits of the least value of $N$ such that $P(N)<\frac{321}{400}$?
设 $N$ 为 $5$ 的正倍数。将 $1$ 个红球和 $N$ 个绿球按随机顺序排成一列。令 $P(N)$ 表示:至少有 $\frac{3}{5}$ 的绿球位于红球同一侧的概率。注意到 $P(5)=1$,且当 $N$ 趋于无穷大时,$P(N)$ 趋近于 $\frac{4}{5}$。求满足 $P(N)<\frac{321}{400}$ 的最小 $N$ 的各位数字之和。
Correct Answer: A
Answer (A): Let $N=5k$, where $k$ is a positive integer. There are $5k+1$ equally likely possible positions for the red ball in the line of balls. Number these $0,1,2,3,\ldots,5k-1,5k$ from one end. The red ball will not divide the green balls so that at least $\frac{3}{5}$ of them are on the same side if it is in position $2k+1,2k+2,\ldots,3k-1$. This includes $(3k-1)-2k=k-1$ positions. The probability that $\frac{3}{5}$ or more of the green balls will be on the same side is therefore $$1-\frac{k-1}{5k+1}=\frac{4k+2}{5k+1}.$$ Solving the inequality $\frac{4k+2}{5k+1}<\frac{321}{400}$ for $k$ yields $k>\frac{479}{5}=95\frac{4}{5}$. The value of $k$ corresponding to the required least value of $N$ is therefore $96$, so $N=480$. The sum of the digits of $N$ is $12$.
答案(A):设 $N=5k$,其中 $k$ 为正整数。红球在一排球中的可能位置共有 $5k+1$ 个,且等可能。从一端起将这些位置编号为 $0,1,2,3,\ldots,5k-1,5k$。当红球位于位置 $2k+1,2k+2,\ldots,3k-1$ 时,它不会把绿球分成使得至少有 $\frac{3}{5}$ 的绿球位于同一侧的情形。该区间包含 $(3k-1)-2k=k-1$ 个位置。因此,$\frac{3}{5}$ 或更多绿球在同一侧的概率为 $$1-\frac{k-1}{5k+1}=\frac{4k+2}{5k+1}.$$ 解不等式 $\frac{4k+2}{5k+1}<\frac{321}{400}$ 得 $k>\frac{479}{5}=95\frac{4}{5}$。满足所需的最小 $N$ 对应的 $k$ 为 $96$,所以 $N=480$。$N$ 的各位数字和为 $12$。
Q14
Each vertex of a cube is to be labeled with an integer from 1 through 8, with each integer being used once, in such a way that the sum of the four numbers on the vertices of a face is the same for each face. Arrangements that can be obtained from each other through rotations of the cube are considered to be the same. How many different arrangements are possible?
将立方体的每个顶点标上从 $1$ 到 $8$ 的整数,每个整数恰好使用一次,并且要求每个面上四个顶点数字之和对所有面都相同。通过旋转立方体可以互相得到的标号方案视为相同。问共有多少种不同的标号方案?
Correct Answer: C
Answer (C): The sum of the four numbers on the vertices of each face must be $\frac{1}{6}\cdot 3\cdot(1+2+\cdots+8)=18$. The only sets of four of the numbers that include 1 and have a sum of 18 are {1,2,7,8}, {1,3,6,8}, {1,4,5,8}, and {1,4,6,7}. Three of these sets contain both 1 and 8. Because two specific vertices can belong to at most two faces, the vertices of one face must be labeled with the numbers 1, 4, 6, 7, and two of the faces must include vertices labeled 1 and 8. Thus 1 and 8 must mark two adjacent vertices. The cube can be rotated so that the vertex labeled 1 is at the lower left front, and the vertex labeled 8 is at the lower right front. The numbers 4, 6, and 7 must label vertices on the left face. There are $3!=6$ ways to assign these three labels to the three remaining vertices of the left face. Then the numbers 5, 3, and 2 must label the vertices of the right face adjacent to the vertices labeled 4, 6, and 7, respectively. Hence there are 6 possible arrangements.
答案(C):每个面的四个顶点上的四个数之和必须是 $\frac{1}{6}\cdot 3\cdot(1+2+\cdots+8)=18$。包含 1 且和为 18 的四数组合只有 {1,2,7,8}、{1,3,6,8}、{1,4,5,8}、{1,4,6,7}。其中有三个组合同时包含 1 和 8。由于任意两个特定顶点最多只能同属于两个面,因此必有一个面的四个顶点标为 1、4、6、7,并且必须有两个面包含标为 1 和 8 的顶点。所以 1 和 8 必须标在两个相邻的顶点上。可以旋转立方体,使标为 1 的顶点在前下左,标为 8 的顶点在前下右。数 4、6、7 必须标在左侧面的顶点上。将这三个标签分配到左侧面剩余的三个顶点上有 $3!=6$ 种方法。接着,数 5、3、2 必须分别标在右侧面上与标为 4、6、7 的顶点相邻的顶点上。因此共有 6 种可能的排列。
Q15
Circles with centers $P$, $Q$, and $R$, having radii $1$, $2$, and $3$, respectively, lie on the same side of line $l$ and are tangent to $l$ at $P'$, $Q'$, and $R'$, respectively, with $Q'$ between $P'$ and $R'$. The circle with center $Q$ is externally tangent to each of the other two circles. What is the area of $\triangle PQR$?
半径分别为 $1$、$2$、$3$ 的三个圆,其圆心分别为 $P$、$Q$、$R$,位于直线 $l$ 的同一侧,并分别在 $P'$、$Q'$、$R'$ 处与直线 $l$ 相切,且 $Q'$ 位于 $P'$ 与 $R'$ 之间。以 $Q$ 为圆心的圆与另外两个圆都外切。求 $\triangle PQR$ 的面积。
Correct Answer: D
Answer (D): Let $X$ be the foot of the perpendicular from $P$ to $\overline{QQ'}$, and let $Y$ be the foot of the perpendicular from $Q$ to $\overline{RR'}$. By the Pythagorean Theorem, $P'Q' = PX = \sqrt{(2+1)^2 - (2-1)^2} = \sqrt{8}$ and $Q'R' = QY = \sqrt{(3+2)^2 - (3-2)^2} = \sqrt{24}.$ The required area can be computed as the sum of the areas of the two smaller trapezoids, $PQQ'P'$ and $QRR'Q'$, minus the area of the large trapezoid, $PRR'P'$: $\frac{1+2}{2}\sqrt{8} + \frac{2+3}{2}\sqrt{24} - \frac{1+3}{2}\left(\sqrt{8}+\sqrt{24}\right)=\sqrt{6}-\sqrt{2}.$
答案(D):令 $X$ 为从 $P$ 到 $\overline{QQ'}$ 的垂足,令 $Y$ 为从 $Q$ 到 $\overline{RR'}$ 的垂足。由勾股定理, $P'Q' = PX = \sqrt{(2+1)^2 - (2-1)^2} = \sqrt{8}$ 以及 $Q'R' = QY = \sqrt{(3+2)^2 - (3-2)^2} = \sqrt{24}.$ 所求面积可由两个较小梯形 $PQQ'P'$ 与 $QRR'Q'$ 的面积之和,减去大梯形 $PRR'P'$ 的面积得到: $\frac{1+2}{2}\sqrt{8} + \frac{2+3}{2}\sqrt{24} - \frac{1+3}{2}\left(\sqrt{8}+\sqrt{24}\right)=\sqrt{6}-\sqrt{2}.$
solution
Q16
The graphs of $y=\log_{3}x$, $y=\log_{x}3$, $y=\log_{\frac{1}{3}}x$, and $y=\log_{x}\frac{1}{3}$ are plotted on the same set of axes. How many points in the plane with positive $x$-coordinates lie on two or more of the graphs?
函数 $y=\log_{3}x$、$y=\log_{x}3$、$y=\log_{\frac{1}{3}}x$ 和 $y=\log_{x}\frac{1}{3}$ 的图像画在同一坐标系中。平面内有多少个 $x$ 坐标为正的点同时在其中两条或以上的图像上?
Correct Answer: D
Answer (D): Let $u=\log_3 x$. Then $\log_x 3=\frac{1}{u}$, $\log_{1/3} x=-u$, and $\log_x \frac{1}{3}=-\frac{1}{u}$. Thus each point at which two of the graphs of the given functions intersect in the $(x,y)$-plane corresponds to a point at which two of the graphs of $y=u$, $y=\frac{1}{u}$, $y=-u$, and $y=-\frac{1}{u}$ intersect in the $(u,y)$-plane. There are 5 such points $(u,y)$, namely $(0,0)$, $(1,1)$, $(-1,1)$, $(1,-1)$, and $(-1,-1)$. The corresponding points of intersection on the graphs of the given functions are $(1,0)$, $(3,1)$, $(\frac{1}{3},1)$, $(3,-1)$, and $(\frac{1}{3},-1)$.
答案(D):令 $u=\log_3 x$。则 $\log_x 3=\frac{1}{u}$,$\log_{1/3} x=-u$,且 $\log_x \frac{1}{3}=-\frac{1}{u}$。因此,在 $(x,y)$ 平面中给定函数的图像中任意两条曲线的交点,都对应于在 $(u,y)$ 平面中 $y=u$、$y=\frac{1}{u}$、$y=-u$ 和 $y=-\frac{1}{u}$ 这四条曲线中任意两条的交点。这样的点 $(u,y)$ 共有 5 个,分别是 $(0,0)$、$(1,1)$、$(-1,1)$、$(1,-1)$ 和 $(-1,-1)$。对应地,原函数图像上的交点为 $(1,0)$、$(3,1)$、$(\frac{1}{3},1)$、$(3,-1)$ 和 $(\frac{1}{3},-1)$。
solution
Q17
Let $ABCD$ be a square. Let $E$, $F$, $G$, and $H$ be the centers, respectively, of equilateral triangles with bases $AB$, $BC$, $CD$, and $DA$, each exterior to the square. What is the ratio of the area of square $EFGH$ to the area of square $ABCD$?
设 $ABCD$ 为正方形。分别在边 $AB$、$BC$、$CD$、$DA$ 上向正方形外侧作以这些边为底的等边三角形,其中心分别为 $E$、$F$、$G$、$H$。求正方形 $EFGH$ 的面积与正方形 $ABCD$ 的面积之比。
Correct Answer: B
Answer (B): Without loss of generality, let the square and equilateral triangles have side length 6. Then the height of the equilateral triangles is $3\sqrt{3}$, and the distance of each of the triangle centers, $E$, $F$, $G$, and $H$, to the square $ABCD$ is $\sqrt{3}$. It follows that the diagonal of square $ABCD$ has length $6\sqrt{2}$, and the diagonal of square $EFGH$ has length equal to the side length of square $ABCD$ plus twice the distance from the center of an equilateral triangle to square $ABCD$ or $6+2\sqrt{3}$. The required ratio of the areas of the two squares is equal to the square of the ratio of the lengths of the diagonals of the two squares, or $$\left(\frac{6+2\sqrt{3}}{6\sqrt{2}}\right)^2=\left(\frac{3+\sqrt{3}}{3\sqrt{2}}\right)^2=\frac{12+6\sqrt{3}}{18}=\frac{2+\sqrt{3}}{3}.$$
答案(B):不失一般性,设正方形和等边三角形的边长为 $6$。则等边三角形的高为 $3\sqrt{3}$,且各三角形的中心 $E$、$F$、$G$、$H$ 到正方形 $ABCD$ 的距离为 $\sqrt{3}$。因此,正方形 $ABCD$ 的对角线长为 $6\sqrt{2}$,而正方形 $EFGH$ 的对角线长度等于正方形 $ABCD$ 的边长加上等边三角形中心到正方形 $ABCD$ 的距离的两倍,即 $6+2\sqrt{3}$。所求两正方形面积之比等于它们对角线长度之比的平方,即 $$\left(\frac{6+2\sqrt{3}}{6\sqrt{2}}\right)^2=\left(\frac{3+\sqrt{3}}{3\sqrt{2}}\right)^2=\frac{12+6\sqrt{3}}{18}=\frac{2+\sqrt{3}}{3}.$$
Q18
For some positive integer $n$, the number $110n^3$ has $110$ positive integer divisors, including $1$ and the number $110n^3$. How many positive integer divisors does the number $81n^4$ have?
对于某个正整数 $n$,数 $110n^3$ 有 $110$ 个正整数因数(约数),其中包括 $1$ 和 $110n^3$ 本身。问:数 $81n^4$ 有多少个正整数因数?
Correct Answer: D
Answer (D): Let $110n^3=p_1^{r_1}p_2^{r_2}\cdots p_k^{r_k}$, where the $p_j$ are distinct primes and the $r_j$ are positive integers. Then $\tau(110n^3)$, the number of positive integer divisors of $110n^3$, is given by $\tau(110n^3)=(r_1+1)(r_2+1)\cdots(r_k+1)=110.$ Because $110=2\cdot5\cdot11$, it follows that $k=3$, $\{p_1,p_2,p_3\}=\{2,5,11\}$, and, without loss of generality, $r_1=1$, $r_2=4$, and $r_3=10$. Therefore $n^3=\dfrac{p_1\cdot p_2^4\cdot p_3^{10}}{110}=p_2^3\cdot p_3^9$, so $n=p_2\cdot p_3^3$. It follows that $81n^4=3^4\cdot p_2^4\cdot p_3^{12}$, and because $3$, $p_2$, and $p_3$ are distinct primes, $\tau(81n^4)=5\cdot5\cdot13=325$.
答案(D):设 $110n^3=p_1^{r_1}p_2^{r_2}\cdots p_k^{r_k}$,其中 $p_j$ 为互不相同的素数,$r_j$ 为正整数。则 $\tau(110n^3)$(即 $110n^3$ 的正因子个数)为 $\tau(110n^3)=(r_1+1)(r_2+1)\cdots(r_k+1)=110.$ 由于 $110=2\cdot5\cdot11$,可得 $k=3$,$\{p_1,p_2,p_3\}=\{2,5,11\}$,并且不失一般性地取 $r_1=1,\ r_2=4,\ r_3=10$。因此 $n^3=\dfrac{p_1\cdot p_2^4\cdot p_3^{10}}{110}=p_2^3\cdot p_3^9$,所以 $n=p_2\cdot p_3^3$。 从而 $81n^4=3^4\cdot p_2^4\cdot p_3^{12}$,又因为 $3、p_2、p_3$ 是互不相同的素数,所以 $\tau(81n^4)=5\cdot5\cdot13=325$。
Q19
Jerry starts at 0 on the real number line. He tosses a fair coin 8 times. When he gets heads, he moves 1 unit in the positive direction; when he gets tails, he moves 1 unit in the negative direction. The probability that he reaches 4 at some time during this process is $\frac{a}{b}$, where $a$ and $b$ are relatively prime positive integers. What is $a+b$? (For example, he succeeds if his sequence of tosses is HTHHHHHH.)
杰瑞从实数轴上的 0 开始。他掷一枚公平硬币 8 次。每次掷出正面就向正方向移动 1 个单位;每次掷出反面就向负方向移动 1 个单位。在这一过程中,他在某个时刻到达 4 的概率是 $\frac{a}{b}$,其中 $a$ 和 $b$ 是互质的正整数。求 $a+b$。(例如,如果他的掷币序列是 HTHHHHHH,则他成功。)
Correct Answer: B
Answer (B): Jerry arrives at 4 for the first time after an even number of tosses. Because Jerry tosses 8 coins, he arrives at 4 for the first time after either 4, 6, or 8 tosses. If Jerry arrives at 4 for the first time after 4 tosses, then he must have tossed HHHH. The probability of this occurring is $\frac{1}{16}$. If Jerry arrives at 4 for the first time after 6 tosses, he must have tossed 5 heads and 1 tail among the 6 tosses, and the 1 tail must have come among the first 4 tosses. Thus, there are 4 possible sequences of valid tosses, each with probability $\frac{1}{64}$, for a total of $\frac{4}{64}=\frac{1}{16}$. If Jerry arrives at 4 for the first time after 8 tosses, then he must have tossed 6 heads and 2 tails among the 8 tosses. Both tails must occur among the first 6 tosses; otherwise Jerry would have already reached 4 before the 8th toss. Further, at least 1 tail must occur in the first 4 tosses; otherwise Jerry would have already reached 4 after the 4th toss. Therefore there are $\binom{6}{2}-1=14$ sequences for which Jerry first arrives at 4 after 8 tosses, each with probability $\frac{1}{256}$, for a total of $\frac{14}{256}=\frac{7}{128}$. Thus the probability that Jerry reaches 4 at some time during the process is $\frac{1}{16}+\frac{1}{16}+\frac{7}{128}=\frac{23}{128}$. The requested sum is $23+128=151$.
答案(B):Jerry 第一次到达 4 一定发生在抛掷次数为偶数之后。因为 Jerry 一共抛 8 次硬币,所以他第一次到达 4 只能发生在抛了 4 次、6 次或 8 次之后。若 Jerry 第一次在抛 4 次后到达 4,则他必须抛出 HHHH,其概率为 $\frac{1}{16}$。若 Jerry 第一次在抛 6 次后到达 4,则 6 次中必须有 5 次正面、1 次反面,并且这 1 次反面必须出现在前 4 次之中。因此共有 4 种符合条件的抛掷序列,每种概率为 $\frac{1}{64}$,总概率为 $\frac{4}{64}=\frac{1}{16}$。若 Jerry 第一次在抛 8 次后到达 4,则 8 次中必须有 6 次正面、2 次反面。两次反面都必须出现在前 6 次之中;否则 Jerry 会在第 8 次之前就已经到达 4。此外,前 4 次中至少要出现 1 次反面;否则 Jerry 会在第 4 次后就已经到达 4。因此,使得 Jerry 第一次在抛 8 次后到达 4 的序列数为 $\binom{6}{2}-1=14$,每种概率为 $\frac{1}{256}$,总概率为 $\frac{14}{256}=\frac{7}{128}$。所以 Jerry 在过程中某个时刻到达 4 的概率为 $\frac{1}{16}+\frac{1}{16}+\frac{7}{128}=\frac{23}{128}$。所求的和为 $23+128=151$。
Q20
A binary operation $\diamond$ has the properties that $a\diamond(b\diamond c)=(a\diamond b)\cdot c$ and that $a\diamond a=1$ for all nonzero real numbers $a$, $b$, and $c$. (Here the dot $\cdot$ represents the usual multiplication operation.) The solution to the equation $2016\diamond(6\diamond x)=100$ can be written as $\frac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. What is $p+q$?
二元运算$\diamond$满足:对所有非零实数$a,b,c$,都有$a\diamond(b\diamond c)=(a\diamond b)\cdot c$,且$a\diamond a=1$。(这里的点号$\cdot$表示通常的乘法运算。)方程$2016\diamond(6\diamond x)=100$的解可写成$\frac{p}{q}$,其中$p,q$为互质的正整数。求$p+q$。
Correct Answer: A
Answer (A): From the given properties, $a\diamond 1=a\diamond(a\diamond a)=(a\diamond a)\cdot a=1\cdot a=a$ for all nonzero $a$. Then for nonzero $a$ and $b$, $a=a\diamond 1=a\diamond(b\diamond b)=(a\diamond b)\cdot b$. It follows that $a\diamond b=\dfrac{a}{b}$. Thus $$ 100=2016\diamond(6\diamond x)=2016\diamond \dfrac{6}{x}=\dfrac{2016}{\dfrac{6}{x}}=336x, $$ so $x=\dfrac{100}{336}=\dfrac{25}{84}$. The requested sum is $25+84=109$.
答案(A):由已知性质,$a\diamond 1=a\diamond(a\diamond a)=(a\diamond a)\cdot a=1\cdot a=a$(对所有非零$a$成立)。则对非零$a,b$,有 $a=a\diamond 1=a\diamond(b\diamond b)=(a\diamond b)\cdot b$。因此 $a\diamond b=\dfrac{a}{b}$。于是 $$ 100=2016\diamond(6\diamond x)=2016\diamond \dfrac{6}{x}=\dfrac{2016}{\dfrac{6}{x}}=336x, $$ 所以 $x=\dfrac{100}{336}=\dfrac{25}{84}$。所求和为 $25+84=109$。
Q21
A quadrilateral is inscribed in a circle of radius $200\sqrt{2}$. Three of the sides of this quadrilateral have length $200$. What is the length of its fourth side?
一个四边形内接于半径为 $200\sqrt{2}$ 的圆。这个四边形的三条边长度为 $200$。它的第四条边的长度是多少?
Correct Answer: E
Answer (E): Let $ABCD$ be the given cyclic quadrilateral with $AB=BC=CD=200$, and let $E$ and $F$ be the feet of the perpendicular segments from $B$ and $C$, respectively, to $AD$, as shown in the figure. Let the center of the circle be $O$, and let $\angle AOB=\angle BOC=\angle COD=\theta$. Because inscribed $\angle BAD$ is half the size of central $\angle BOD=2\theta$, it follows that $\angle BAD=\theta$. Let $M$ be the midpoint of $AB$. Then $\sin\left(\frac{\theta}{2}\right)=\frac{AM}{AO}=\frac{100}{200\sqrt{2}}=\frac{1}{2\sqrt{2}}$. Then $\cos\theta=1-2\sin^2\left(\frac{\theta}{2}\right)=\frac{3}{4}$. Hence $AE=AB\cos\theta=200\cdot\frac{3}{4}=150$, and $FD=150$ as well. Because $EF=BC=200$, the remaining side $AD=AE+EF+FD=150+200+150=500$.
答案(E):设$ABCD$为所给的圆内接四边形,且$AB=BC=CD=200$。如图,$E$与$F$分别为从$B$、$C$向$AD$作垂线的垂足。设圆心为$O$,并令$\angle AOB=\angle BOC=\angle COD=\theta$。由于圆周角$\angle BAD$等于对应圆心角$\angle BOD=2\theta$的一半,故$\angle BAD=\theta$。设$M$为$AB$的中点,则$\sin\left(\frac{\theta}{2}\right)=\frac{AM}{AO}=\frac{100}{200\sqrt{2}}=\frac{1}{2\sqrt{2}}$。于是$\cos\theta=1-2\sin^2\left(\frac{\theta}{2}\right)=\frac{3}{4}$。因此$AE=AB\cos\theta=200\cdot\frac{3}{4}=150$,同理$FD=150$。又因为$EF=BC=200$,所以剩余边$AD=AE+EF+FD=150+200+150=500$。
solution
Q22
How many ordered triples $(x,y,z)$ of positive integers satisfy $\mathrm{lcm}(x,y)=72$, $\mathrm{lcm}(x,z)=600$, and $\mathrm{lcm}(y,z)=900$?
有多少个正整数有序三元组 $(x,y,z)$ 满足 $\mathrm{lcm}(x,y)=72$,$\mathrm{lcm}(x,z)=600$,以及 $\mathrm{lcm}(y,z)=900$?
Correct Answer: A
Answer (A): Because $\mathrm{lcm}(x,y)=2^3\cdot 3^2$ and $\mathrm{lcm}(x,z)=2^3\cdot 3\cdot 5^2$, it follows that $5^2$ divides $z$, but neither $x$ nor $y$ is divisible by $5$. Furthermore, $y$ is divisible by $3^2$, and neither $x$ nor $z$ is divisible by $3^2$, but at least one of $x$ or $z$ is divisible by $3$. Finally, because $\mathrm{lcm}(y,z)=2^2\cdot 3^2\cdot 5^2$, at least one of $y$ or $z$ is divisible by $2^2$, but neither is divisible by $2^3$. However, $x$ must be divisible by $2^3$. Thus $x=2^3\cdot 3^j$, $y=2^k\cdot 3^2$, and $z=2^m\cdot 3^n\cdot 5^2$, where $\max(j,n)=1$ and $\max(k,m)=2$. There are 3 choices for $(j,n)$ and 5 choices for $(k,m)$, so there are 15 possible ordered triples $(x,y,z)$.
答案(A):因为 $\mathrm{lcm}(x,y)=2^3\cdot 3^2$ 且 $\mathrm{lcm}(x,z)=2^3\cdot 3\cdot 5^2$,可知 $5^2$ 整除 $z$,但 $x$ 和 $y$ 都不被 $5$ 整除。此外,$y$ 被 $3^2$ 整除,而 $x$ 与 $z$ 都不被 $3^2$ 整除,但 $x$ 或 $z$ 至少有一个被 $3$ 整除。最后,因为 $\mathrm{lcm}(y,z)=2^2\cdot 3^2\cdot 5^2$,所以 $y$ 或 $z$ 至少有一个被 $2^2$ 整除,但两者都不被 $2^3$ 整除。不过,$x$ 必须被 $2^3$ 整除。因此 $x=2^3\cdot 3^j$,$y=2^k\cdot 3^2$,$z=2^m\cdot 3^n\cdot 5^2$,其中 $\max(j,n)=1$ 且 $\max(k,m)=2$。$(j,n)$ 有 3 种选择,$(k,m)$ 有 5 种选择,所以有 15 个可能的有序三元组 $(x,y,z)$。
Q23
Three numbers in the interval $[0,1]$ are chosen independently and at random. What is the probability that the chosen numbers are the side lengths of a triangle with positive area?
在区间 $[0,1]$ 中独立且随机地选取三个数。求所选三个数能作为一个面积为正的三角形的三条边长的概率。
Correct Answer: C
Answer (C): Let the chosen numbers be $x$, $y$, and $z$. The set of possible ordered triples $(x,y,z)$ forms a solid unit cube, two of whose vertices are $(0,0,0)$ and $(1,1,1)$. The numbers fail to be the side lengths of a triangle with positive area if and only if one of the numbers is at least as great as the sum of the other two. The ordered triples that satisfy $z\ge x+y$ lie in the region on and above the plane $z=x+y$. The intersection of this region with the solid cube is a solid tetrahedron with vertices $(0,0,0)$, $(0,0,1)$, $(0,1,1)$, and $(1,0,1)$. The volume of this tetrahedron is $\frac16$. The intersections of the solid cube with the regions defined by the inequalities $y\ge x+z$ and $x\ge y+z$ are solid tetrahedra with the same volume. Because at most one of the inequalities $z>x+y$, $y>x+z$, and $x>y+z$ can be true for any choice of $x$, $y$, and $z$, the three tetrahedra have disjoint interiors. Thus the required probability is $1-3\cdot\frac16=\frac12$.
答案(C):设所选的三个数为 $x$、$y$、$z$。所有可能的有序三元组 $(x,y,z)$ 构成一个单位立方体,其中两个顶点为 $(0,0,0)$ 和 $(1,1,1)$。这三个数不能作为面积为正的三角形的三边,当且仅当其中一个数不小于另外两个数之和。满足 $z\ge x+y$ 的有序三元组位于平面 $z=x+y$ 及其上方区域。该区域与立方体的交集是一个实心四面体,顶点为 $(0,0,0)$、$(0,0,1)$、$(0,1,1)$、$(1,0,1)$。这个四面体的体积为 $\frac16$。由不等式 $y\ge x+z$ 和 $x\ge y+z$ 所定义的区域与立方体的交集也是体积相同的实心四面体。由于对任意 $x,y,z$,不等式 $z>x+y$、$y>x+z$、$x>y+z$ 至多只有一个能成立,这三个四面体的内部互不相交。因此所求概率为 $1-3\cdot\frac16=\frac12$。
Q24
There is a smallest positive real number $a$ such that there exists a positive real number $b$ such that all the roots of the polynomial $x^3-ax^2+bx-a$ are real. In fact, for this value of $a$ the value of $b$ is unique. What is this value of $b$?
存在一个最小的正实数 $a$,使得存在一个正实数 $b$,从而多项式 $x^3-ax^2+bx-a$ 的所有根都是实数。事实上,对于这个 $a$ 的取值,$b$ 的取值是唯一的。求这个 $b$ 的值。
Correct Answer: B
Answer (B): Because $a$ and $b$ are positive, all the roots must be positive. Let the roots be $r$, $s$, and $t$. Then $x^3-ax^2+bx-a=(x-r)(x-s)(x-t)=x^3-(r+s+t)x^2+(rs+st+tr)x-rst.$ Therefore $r+s+t=a=rst$. The Arithmetic Mean–Geometric Mean Inequality implies that $27rst\le (r+s+t)^3=(rst)^3$, from which $a=rst\ge 3\sqrt{3}$. Furthermore, equality is achieved if and only if $r=s=t=\sqrt{3}$. In this case $b=rs+st+tr=9$.
答案(B):因为 $a$ 和 $b$ 为正,所以所有根都必须为正。设根为 $r$、$s$、$t$。则 $x^3-ax^2+bx-a=(x-r)(x-s)(x-t)=x^3-(r+s+t)x^2+(rs+st+tr)x-rst.$ 因此 $r+s+t=a=rst$。算术-几何平均不等式给出 $27rst\le (r+s+t)^3=(rst)^3$,从而 $a=rst\ge 3\sqrt{3}$。并且当且仅当 $r=s=t=\sqrt{3}$ 时取等号。此时 $b=rs+st+tr=9$。
Q25
Let $k$ be a positive integer. Bernardo and Silvia take turns writing and erasing numbers on a blackboard as follows: Bernardo starts by writing the smallest perfect square with $k+1$ digits. Every time Bernardo writes a number, Silvia erases the last $k$ digits of it. Bernardo then writes the next perfect square, Silvia erases the last $k$ digits of it, and this process continues until the last two numbers that remain on the board differ by at least $2$. Let $f(k)$ be the smallest positive integer not written on the board. For example, if $k=1$, then the numbers that Bernardo writes are $16, 25, 36, 49,$ and $64$, and the numbers showing on the board after Silvia erases are $1, 2, 3, 4,$ and $6$, and thus $f(1)=5$. What is the sum of the digits of $f(2)+f(4)+f(6)+\cdots+f(2016)$?
设 $k$ 为正整数。Bernardo 和 Silvia 轮流在黑板上写数并擦除数字,规则如下:Bernardo 先写下最小的、具有 $k+1$ 位的完全平方数。每当 Bernardo 写下一个数,Silvia 就把它的末尾 $k$ 位数字擦掉。随后 Bernardo 写下下一个完全平方数,Silvia 再擦掉其末尾 $k$ 位,如此继续,直到黑板上最后保留下来的两个数之差至少为 $2$。定义 $f(k)$ 为黑板上从未出现过的最小正整数。比如当 $k=1$ 时,Bernardo 写下的数是 $16, 25, 36, 49, 64$;Silvia 擦除后黑板上显示的是 $1, 2, 3, 4, 6$,因此 $f(1)=5$。求 $f(2)+f(4)+f(6)+\cdots+f(2016)$ 的各位数字之和。
Correct Answer: E
Answer (E): Assume that $k=2j\ge 2$ is even. The smallest perfect square with $k+1$ digits is $10^k=(10^j)^2$. Thus the sequence of numbers written on the board after Silvia erases the last $k$ digits of each number is the sequence $$ 1=\left\lfloor\frac{(10^j)^2}{10^k}\right\rfloor,\ \left\lfloor\frac{(10^j+1)^2}{10^k}\right\rfloor,\ \ldots,\ \left\lfloor\frac{n^2}{10^k}\right\rfloor,\ \ldots $$ The sequence ends the first time that $$ \left\lfloor\frac{(n+1)^2}{10^k}\right\rfloor-\left\lfloor\frac{n^2}{10^k}\right\rfloor\ge 2; $$ before that, every two consecutive terms are either equal or they differ by $1$. Suppose that $$ \left\lfloor\frac{n^2}{10^k}\right\rfloor=a\quad\text{and}\quad \left\lfloor\frac{(n+1)^2}{10^k}\right\rfloor\ge a+2. $$ Then $n^2<(a+1)10^k$ and $(a+2)10^k\le (n+1)^2$. Thus $$ 10^k=(a+2)10^k-(a+1)10^k<(n+1)^2-n^2=2n+1. $$ It follows that $n=\frac{10^k}{2}+m$ for some positive integer $m$. Note that $$ \frac{n^2}{10^k}=\frac{1}{10^k}\left(\frac{10^k}{2}+m\right)^2 =\frac{1}{10^k}\left(\frac{10^{2k}}{4}+m\cdot 10^k+m^2\right) =\frac{10^k}{4}+m+\frac{m^2}{10^k}. $$ Because $k\ge 2$, it follows that $10^k$ is divisible by $4$, and so $$ \left\lfloor\frac{n^2}{10^k}\right\rfloor=\frac{10^k}{4}+m+\left\lfloor\frac{m^2}{10^k}\right\rfloor \quad\text{and}\quad \left\lfloor\frac{(n+1)^2}{10^k}\right\rfloor=\frac{10^k}{4}+m+1+\left\lfloor\frac{(m+1)^2}{10^k}\right\rfloor. $$ The difference will be at least $2$ for the first time when $$ \left\lfloor\frac{m^2}{10^k}\right\rfloor=0 \quad\text{and}\quad \left\lfloor\frac{(m+1)^2}{10^k}\right\rfloor\ge 1, $$ that is, for $m$ such that $m^2<10^k\le (m+1)^2$, equivalently, $m<10^j\le m+1$. Thus $m=10^j-1$ and then $$ f(k)=f(2j)=a+1=\left\lfloor\frac{n^2}{10^k}\right\rfloor+1=\frac{10^k}{4}+m+1=\frac{10^{2j}}{4}+10^j. $$ Therefore $$ \sum_{j=1}^{1008} f(2j)=\sum_{j=1}^{1008}\left(\frac{10^{2j}}{4}+10^j\right) =25\sum_{j=0}^{1007}10^{2j}+10\sum_{j=0}^{1007}10^j =252525\ldots 25+111\ldots 10. $$ Because there are no carries in the sum, the required sum of digits equals $1008\cdot(2+5)+1008\cdot 1=1008\cdot 8=8064$.
答案(E):设$k=2j\ge 2$为偶数。具有$k+1$位数的最小完全平方数是$10^k=(10^j)^2$。因此,当Silvia把每个数的末尾$k$位擦去后,黑板上写下的数列为 $$ 1=\left\lfloor\frac{(10^j)^2}{10^k}\right\rfloor,\ \left\lfloor\frac{(10^j+1)^2}{10^k}\right\rfloor,\ \ldots,\ \left\lfloor\frac{n^2}{10^k}\right\rfloor,\ \ldots $$ 当首次出现 $$ \left\lfloor\frac{(n+1)^2}{10^k}\right\rfloor-\left\lfloor\frac{n^2}{10^k}\right\rfloor\ge 2 $$ 时,该数列结束;在此之前,任意相邻两项要么相等,要么相差$1$。设 $$ \left\lfloor\frac{n^2}{10^k}\right\rfloor=a\quad\text{且}\quad \left\lfloor\frac{(n+1)^2}{10^k}\right\rfloor\ge a+2。 $$ 则$n^2<(a+1)10^k$且$(a+2)10^k\le (n+1)^2$。因此 $$ 10^k=(a+2)10^k-(a+1)10^k<(n+1)^2-n^2=2n+1。 $$ 从而$n=\frac{10^k}{2}+m$,其中$m$为某个正整数。注意 $$ \frac{n^2}{10^k}=\frac{1}{10^k}\left(\frac{10^k}{2}+m\right)^2 =\frac{1}{10^k}\left(\frac{10^{2k}}{4}+m\cdot 10^k+m^2\right) =\frac{10^k}{4}+m+\frac{m^2}{10^k}。 $$ 由于$k\ge 2$,可知$10^k$能被$4$整除,因此 $$ \left\lfloor\frac{n^2}{10^k}\right\rfloor=\frac{10^k}{4}+m+\left\lfloor\frac{m^2}{10^k}\right\rfloor \quad\text{且}\quad \left\lfloor\frac{(n+1)^2}{10^k}\right\rfloor=\frac{10^k}{4}+m+1+\left\lfloor\frac{(m+1)^2}{10^k}\right\rfloor。 $$ 当且仅当首次满足 $$ \left\lfloor\frac{m^2}{10^k}\right\rfloor=0 \quad\text{且}\quad \left\lfloor\frac{(m+1)^2}{10^k}\right\rfloor\ge 1 $$ 时,上述差值首次至少为$2$。也就是$m$满足$m^2<10^k\le (m+1)^2$,等价于$m<10^j\le m+1$。因此$m=10^j-1$,并且 $$ f(k)=f(2j)=a+1=\left\lfloor\frac{n^2}{10^k}\right\rfloor+1=\frac{10^k}{4}+m+1=\frac{10^{2j}}{4}+10^j。 $$ 于是 $$ \sum_{j=1}^{1008} f(2j)=\sum_{j=1}^{1008}\left(\frac{10^{2j}}{4}+10^j\right) =25\sum_{j=0}^{1007}10^{2j}+10\sum_{j=0}^{1007}10^j =252525\ldots 25+111\ldots 10。 $$ 由于相加时没有进位,所求的数字和为$1008\cdot(2+5)+1008\cdot 1=1008\cdot 8=8064$。