/

AMC10 2018 B

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

AMC10 · 2018 (B)

Q1
Kate bakes a 20-inch by 18-inch pan of cornbread. The cornbread is cut into pieces that measure 2 inches by 2 inches. How many pieces of cornbread does the pan contain?
Kate烤了一个20英寸×18英寸的玉米面包盘。玉米面包被切成2英寸×2英寸的块。这个盘子包含多少块玉米面包?
Correct Answer: A
The total area of cornbread is 20 · 18 = 360 in². Because each piece of cornbread has area 2·2 = 4 in², the pan contains 360 ÷ 4 = 90 pieces of cornbread.
玉米面包的总面积是20 · 18 = 360 in²。每块玉米面包的面积是2·2 = 4 in²,因此盘子包含360 ÷ 4 = 90块玉米面包。 或者切割时,长边有20 ÷ 2 = 10块,短边有18 ÷ 2 = 9块,所以总共有10 · 9 = 90块。
Q2
Sam drove 96 miles in 90 minutes. His average speed during the first 30 minutes was 60 mph (miles per hour), and his average speed during the second 30 minutes was 65 mph. What was his average speed, in mph, during the last 30 minutes?
Sam在90分钟内开车96英里。他前30分钟的平均速度是60 mph(英里每小时),第二30分钟的平均速度是65 mph。最后30分钟的平均速度是多少mph?
Correct Answer: D
Answer (D): Sam covered $\frac{1}{2}\cdot 60 = 30$ miles during the first 30 minutes and $\frac{1}{2}\cdot 65 = 32.5$ miles during the second 30 minutes, so he needed to cover $96 - 30 - 32.5 = 33.5$ miles during the last 30 minutes. Thus his average speed during the last 30 minutes was $\dfrac{33.5\ \text{miles}}{\frac{1}{2}\ \text{hour}} = 67\ \text{mph}.$
答案(D):Sam 在前 30 分钟行驶了 $\frac{1}{2}\cdot 60 = 30$ 英里,在第二个 30 分钟行驶了 $\frac{1}{2}\cdot 65 = 32.5$ 英里,因此他在最后 30 分钟需要行驶 $96 - 30 - 32.5 = 33.5$ 英里。于是他在最后 30 分钟的平均速度为 $\dfrac{33.5\ \text{英里}}{\frac{1}{2}\ \text{小时}} = 67\ \text{英里/小时}.$
Q3
In the expression \(( \times ) + ( \times )\) each blank is to be filled in with one of the digits 1, 2, 3, or 4, with each digit being used once. How many different values can be obtained?
在表达式\(( \times ) + ( \times )\)中,每个空白处填入数字1、2、3或4各一次。能得到多少不同的值?
Correct Answer: B
Answer (B): Both the multiplications and the addition can be performed in either order, so each possible value can be obtained by putting the 1 in the first position and one of the other three numbers in the second position. Therefore the only possible values are $(1 \times 2) + (3 \times 4) = 14,$ $(1 \times 3) + (2 \times 4) = 11,$ and $(1 \times 4) + (2 \times 3) = 10,$ so just 3 different values can be obtained.
答案(B):乘法和加法都可以以任意顺序进行,因此每一个可能的值都可以通过把 1 放在第一个位置,并把另外三个数中的一个放在第二个位置来得到。因此唯一可能的值是 $(1 \times 2) + (3 \times 4) = 14,$ $(1 \times 3) + (2 \times 4) = 11,$ 以及 $(1 \times 4) + (2 \times 3) = 10,$ 所以只能得到 3 个不同的值。
Q4
A three-dimensional rectangular box with dimensions \(X\), \(Y\), and \(Z\) has faces whose surface areas are 24, 24, 48, 48, 72, and 72 square units. What is \(X + Y + Z\)?
一个三维长方体盒子尺寸为\(X\)、\(Y\)和\(Z\),各个面的表面积为24、24、48、48、72和72平方单位。求\(X + Y + Z\)?
Correct Answer: B
Answer (B): Without loss of generality, assume that $X \le Y \le Z$. Then the geometric description of the problem can be translated into the system of equations, $XY=24$, $XZ=48$, and $YZ=72$. Dividing the second equation by the first yields $\frac{Z}{Y}=2$, so $Z=2Y$. Then $72=YZ=2Y^2$, so $Y^2=36$. Because $Y$ is positive, $Y=6$. It follows that $X=24 \div 6=4$ and $Z=72 \div 6=12$, so $X+Y+Z=22$.
答案(B):不失一般性,设 $X \le Y \le Z$。那么该问题的几何描述可转化为方程组:$XY=24$,$XZ=48$,以及 $YZ=72$。用第二个方程除以第一个方程得 $\frac{Z}{Y}=2$,所以 $Z=2Y$。于是 $72=YZ=2Y^2$,从而 $Y^2=36$。因为 $Y$ 为正,$Y=6$。因此 $X=24 \div 6=4$,且 $Z=72 \div 6=12$,所以 $X+Y+Z=22$。
Q5
How many subsets of \(\lbrace2, 3, 4, 5, 6, 7, 8, 9\rbrace\) contain at least one prime number?
集合\(\lbrace2, 3, 4, 5, 6, 7, 8, 9\rbrace\)有多少个子集至少包含一个质数?
Correct Answer: D
Answer (D): The number of qualifying subsets equals the difference between the total number of subsets of $\{2,3,4,5,6,7,8,9\}$ and the number of such subsets containing no prime numbers, which is the number of subsets of $\{4,6,8,9\}$. A set with $n$ elements has $2^n$ subsets, so the requested number is $2^8-2^4=256-16=240$.
答案(D):满足条件的子集数量等于集合 $\{2,3,4,5,6,7,8,9\}$ 的子集总数减去不包含任何素数的子集数量;而不包含任何素数的子集数量等于集合 $\{4,6,8,9\}$ 的子集数量。含有 $n$ 个元素的集合有 $2^n$ 个子集,因此所求为 $2^8-2^4=256-16=240$。
Q6
A box contains 5 chips, numbered 1, 2, 3, 4, and 5. Chips are drawn randomly one at a time without replacement until the sum of the values drawn exceeds 4. What is the probability that 3 draws are required?
一个盒子里有5个标有数字1、2、3、4和5的筹码。随机依次不放回地抽取筹码,直到抽取的数字之和超过4。需要3次抽取的概率是多少?
Correct Answer: D
Answer (D): Three draws will be required if and only if the first two chips drawn have a sum of 4 or less. The draws $(1,2)$, $(2,1)$, $(1,3)$, and $(3,1)$ are the only draws meeting this condition. There are $5\cdot 4=20$ possible two-chip draws, so the requested probability is $\frac{4}{20}=\frac{1}{5}$. (Note that all 20 possible two-chip draws are considered in determining the denominator, even though some draws will end after the first chip is drawn.)
答案(D):当且仅当前两次抽到的筹码之和不超过 $4$ 时,才需要抽第三次。满足该条件的抽取结果只有 $(1,2)$、$(2,1)$、$(1,3)$ 和 $(3,1)$。共有 $5\cdot 4=20$ 种可能的两次抽取结果,因此所求概率为 $\frac{4}{20}=\frac{1}{5}$。(注意:在确定分母时,会把全部 20 种两次抽取结果都计入,尽管有些情况下在抽到第一枚筹码后过程就会结束。)
Q7
In the figure below, \(N\) congruent semicircles are drawn along a diameter of a large semicircle, with their diameters covering the diameter of the large semicircle with no overlap. Let \(A\) be the combined area of the small semicircles and \(B\) be the area of the region inside the large semicircle but outside the small semicircles. The ratio \(A : B\) is \(1 : 18\). What is \(N\)?
如下图,沿着一个大半圆的直径画了$N$个全等的半圆,它们的直径覆盖了大半圆的直径,没有重叠。设$A$为小半圆的总面积,$B$为大半圆内部但小半圆外部的区域面积。比例$A:B=1:18$。$N$是多少?
stem
Correct Answer: D
Answer (D): Suppose without loss of generality that each small semicircle has radius 1; then the large semicircle has radius $N$. The area of each small semicircle is $\frac{\pi}{2}$, and the area of the large semicircle is $N^2\cdot\frac{\pi}{2}$. The combined area $A$ of the $N$ small semicircles is $N\cdot\frac{\pi}{2}$, and the area $B$ inside the large semicircle but outside the small semicircles is $N^2\cdot\frac{\pi}{2}-N\cdot\frac{\pi}{2}=(N^2-N)\cdot\frac{\pi}{2}$. Thus the ratio $A:B$ of the areas is $N:(N^2-N)$, which is $1:(N-1)$. Because this ratio is given to be $1:18$, it follows that $N-1=18$ and $N=19$.
答案(D):不失一般性,设每个小半圆的半径为 $1$,则大半圆的半径为 $N$。每个小半圆的面积为 $\frac{\pi}{2}$,大半圆的面积为 $N^2\cdot\frac{\pi}{2}$。$N$ 个小半圆的总面积 $A$ 为 $N\cdot\frac{\pi}{2}$,而大半圆内但在小半圆外的面积 $B$ 为 $N^2\cdot\frac{\pi}{2}-N\cdot\frac{\pi}{2}=(N^2-N)\cdot\frac{\pi}{2}$。 因此面积之比 $A:B$ 为 $N:(N^2-N)$,可化为 $1:(N-1)$。由于该比值给定为 $1:18$,可得 $N-1=18$,所以 $N=19$。
Q8
Sara makes a staircase out of toothpicks as shown: [This is a 3-step staircase and uses 18 toothpicks.] How many steps would be in a staircase that used 180 toothpicks?
Sara用牙签搭建了一个楼梯,如图所示:[这是一个3级楼梯,使用了18根牙签。] 使用180根牙签的楼梯有多少级?
stem
Correct Answer: C
Answer (C): In the staircase with $n$ steps, the number of vertical toothpicks is $1+2+3+\cdots+n+n=\dfrac{n(n+1)}{2}+n.$ There are an equal number of horizontal toothpicks, for a total of $n(n+1)+2n$ toothpicks. Solving $n(n+1)+2n=180$ with $n>0$ yields $n=12$.
答案(C):在有 $n$ 级台阶的楼梯中,竖直牙签的数量为 $1+2+3+\cdots+n+n=\dfrac{n(n+1)}{2}+n.$ 水平牙签的数量与竖直牙签相同,因此牙签总数为 $n(n+1)+2n$。在 $n>0$ 的条件下解方程 $n(n+1)+2n=180$,得到 $n=12$。
Q9
The faces of each of 7 standard dice are labeled with the integers from 1 to 6. Let \(p\) be the probability that when all 7 dice are rolled, the sum of the numbers on the top faces is 10. What other sum occurs with the same probability \(p\)?
有7个标准骰子,每个面标有1到6的整数。设$p$为当所有7个骰子掷出时,顶面数字之和为10的概率。哪一个其他和也以相同的概率$p$出现?
Correct Answer: D
Answer (D): Without loss of generality, one can assume that the numbers on opposite faces of each die add up to 7. In other words, the 1 is opposite the 6, the 2 is opposite the 5, and the 3 is opposite the 4. (In fact, standard dice are numbered in this way.) The top faces give a sum of 10 if and only if the bottom faces give a sum of 7·7 − 10 = 39. By symmetry, the probability that the top faces give a sum of 39 is also p. The distribution of the outcomes of the dice rolls has the bell-shaped graph shown below, so no other outcome has the same probability as 10 and 39.
答案(D):不失一般性,可以假设每个骰子相对两面的点数之和为 7。换句话说,1 的对面是 6,2 的对面是 5,3 的对面是 4。(事实上,标准骰子就是这样编号的。)顶面点数和为 10 当且仅当底面点数和为 7·7 − 10 = 39。由对称性,顶面点数和为 39 的概率也为 p。掷骰结果的分布呈现如下方所示的钟形曲线,因此不存在其他结果与 10 和 39 具有相同的概率。
solution
Q10
In the rectangular parallelepiped shown, \(AB = 3\), \(BC = 1\), and \(CG = 2\). Point \(M\) is the midpoint of \(\overline{FG}\). What is the volume of the rectangular pyramid with base \(BCHE\) and apex \(M\)?
在所示的直角平行六面体中,$AB=3$,$BC=1$,$CG=2$。点$M$是$\overline{FG}$的中点。底面$BCHE$、顶点$M$的直角锥体积是多少?
stem
Correct Answer: E
Answer (E): The volume of the rectangular pyramid with base $BCHE$ and apex $M$ equals the volume of the given rectangular parallelepiped, which is $6$, minus the combined volume of triangular prism $AEHDCB$, tetrahedron $BEFM$, and tetrahedron $CGHM$. Tetrahedra $BEFM$ and $CGHM$ each have three right angles at $F$ and $G$, respectively, and the edges of the tetrahedra emanating from $F$ and $G$ have lengths $2$, $3$, and $\frac{1}{2}$, so the volume of each of these tetrahedra is $\frac{1}{6}\cdot\left(2\cdot 3\cdot \frac{1}{2}\right)=\frac{1}{2}$. The volume of the triangular prism $AEHDCB$ is $3$ because it is half the volume of the rectangular parallelepiped. Therefore the requested volume is $6-3-\frac{1}{2}-\frac{1}{2}=2$.
答案(E):以 $BCHE$ 为底、$M$ 为顶点的长方锥体体积,等于所给长方体(长方平行六面体)的体积 $6$,减去三棱柱 $AEHDCB$、四面体 $BEFM$ 和四面体 $CGHM$ 的总体积。四面体 $BEFM$ 与 $CGHM$ 分别在 $F$ 与 $G$ 处各有三个直角,并且从 $F$ 与 $G$ 发出的三条棱长分别为 $2$、$3$ 和 $\frac{1}{2}$,因此每个四面体的体积为 $\frac{1}{6}\cdot\left(2\cdot 3\cdot \frac{1}{2}\right)=\frac{1}{2}$。三棱柱 $AEHDCB$ 的体积为 $3$,因为它是该长方体体积的一半。所以所求体积为 $6-3-\frac{1}{2}-\frac{1}{2}=2$。
solution
Q11
Which of the following expressions is never a prime number when \(p\) is a prime number?
当 \(p\) 是质数时,下列哪个表达式永远不是质数?
Correct Answer: C
Answer (C): If $p=3$, then $p^2+26=35=5\cdot 7$. If $p$ is a prime number other than 3, then $p=3k\pm 1$ for some positive integer $k$. In that case $$ p^2+26=(3k\pm 1)^2+26=9k^2\pm 6k+27=3(3k^2\pm 2k+9) $$ is a multiple of 3 and is not prime. The smallest counterexamples for the other choices are $5^2+16=41$, $7^2+24=73$, $5^2+46=71$, and $19^2+96=457$.
答案(C):如果$p=3$,则$p^2+26=35=5\cdot 7$。如果$p$是除3以外的素数,则对某个正整数$k$有$p=3k\pm 1$。在这种情况下 $$ p^2+26=(3k\pm 1)^2+26=9k^2\pm 6k+27=3(3k^2\pm 2k+9) $$ 是3的倍数,因此不是素数。其他选项的最小反例如下:$5^2+16=41$、$7^2+24=73$、$5^2+46=71$、以及$19^2+96=457$。
Q12
Line segment \(\overline{AB}\) is a diameter of a circle with AB = 24. Point C, not equal to A or B, lies on the circle. As point C moves around the circle, the centroid (center of mass) of \(\triangle ABC\) traces out a closed curve missing two points. To the nearest positive integer, what is the area of the region bounded by this curve?
线段 \(\overline{AB}\) 是圆的直径,AB = 24。点 C(不等于 A 或 B)位于圆上。当点 C 在圆周上移动时,\(\triangle ABC\) 的质心(形心)描出一条缺少两点的闭合曲线。该曲线围成的区域面积的四舍五入到最近正整数是多少?
Correct Answer: C
Answer (C): Let $O$ be the center of the circle. Triangle $ABC$ is a right triangle, and $O$ is the midpoint of the hypotenuse $AB$. Then $\overline{OC}$ is a radius, and it is also one of the medians of the triangle. The centroid is located one third of the way along the median from $O$ to $C$, so the centroid traces out a circle with center $O$ and radius $\frac{1}{3}\cdot 12=4$ (except for the two missing points corresponding to $C=A$ or $C=B$). The area of this smaller circle is then $\pi\cdot 4^2=16\pi \approx 16\cdot 3.14 \approx 50$.
答案(C):设 $O$ 为圆心。三角形 $ABC$ 是直角三角形,且 $O$ 是斜边 $AB$ 的中点。那么 $\overline{OC}$ 是一条半径,同时也是三角形的一条中线。重心位于从 $O$ 到 $C$ 的中线上距离 $O$ 方向的三分之一处,因此重心的轨迹是一条以 $O$ 为圆心、半径为 $\frac{1}{3}\cdot 12=4$ 的圆(但对应于 $C=A$ 或 $C=B$ 的两个点除外)。这个小圆的面积为 $\pi\cdot 4^2=16\pi \approx 16\cdot 3.14 \approx 50$。
Q13
How many of the first 2018 numbers in the sequence 101, 1001, 10001, ..., are divisible by 101?
数列 101、1001、10001、... 的前 2018 项中,有多少个数能被 101 整除?
Correct Answer: C
Answer (C): The numbers in the given sequence are of the form $10^n+1$ for $n=2,3,\ldots,2019$. If $n$ is even, say $n=2k$ for some positive integer $k$, then $10^n+1=100^k+1\equiv(-1)^k+1\pmod{101}$. Thus $10^n+1$ is divisible by $101$ if and only if $k$ is odd, which means $n=2,6,10,\ldots,2018$. There are $\frac14(2018-2)+1=505$ such values. On the other hand, if $n$ is odd, say $n=2k+1$ for some positive integer $k$, then $$ 10^n+1=10\cdot10^{n-1}+1=10\cdot100^k+1\equiv10\cdot(-1)^k+1\pmod{101}, $$ which is congruent to $9$ or $11$, and $10^n+1$ is not divisible by $101$ in this case.
答案(C):给定序列中的数都形如 $10^n+1$,其中 $n=2,3,\ldots,2019$。如果 $n$ 为偶数,设 $n=2k$($k$ 为正整数),则 $10^n+1=100^k+1\equiv(-1)^k+1\pmod{101}$。因此当且仅当 $k$ 为奇数时,$10^n+1$ 能被 $101$ 整除,这意味着 $n=2,6,10,\ldots,2018$。这样的 $n$ 的个数为 $\frac14(2018-2)+1=505$。另一方面,如果 $n$ 为奇数,设 $n=2k+1$($k$ 为正整数),则 $$ 10^n+1=10\cdot10^{n-1}+1=10\cdot100^k+1\equiv10\cdot(-1)^k+1\pmod{101}, $$ 其同余结果为 $9$ 或 $11$,因此此时 $10^n+1$ 不能被 $101$ 整除。
Q14
A list of 2018 positive integers has a unique mode, which occurs exactly 10 times. What is the least number of distinct values that can occur in the list?
一个包含 2018 个正整数的列表有一个唯一众数,该众数恰好出现 10 次。该列表中可能出现的最少不同值的个数是多少?
Correct Answer: D
Answer (D): The list has $2018-10=2008$ entries that are not equal to the mode. Because the mode is unique, each of these 2008 entries can occur at most 9 times. There must be at least $\left\lceil\frac{2008}{9}\right\rceil=224$ distinct values in the list that are different from the mode, because if there were fewer than this many such values, then the size of the list would be at most $9\cdot\left(\left\lceil\frac{2008}{9}\right\rceil-1\right)+10=2017<2018$. (The ceiling function notation $\lceil x\rceil$ represents the least integer greater than or equal to $x$.) Therefore the least possible number of distinct values that can occur in the list is 225. One list satisfying the conditions of the problem contains 9 instances of each of the numbers 1 through 223, 10 instances of the number 224, and one instance of 225.
答案(D):该列表中有 $2018-10=2008$ 个元素不等于众数。由于众数是唯一的,这 2008 个元素中的每一个最多出现 9 次。列表中与众数不同的不同取值至少有 $\left\lceil\frac{2008}{9}\right\rceil=224$ 个,因为如果这样的取值少于这个数量,那么列表长度至多为 $9\cdot\left(\left\lceil\frac{2008}{9}\right\rceil-1\right)+10=2017<2018$。(上取整符号 $\lceil x\rceil$ 表示不小于 $x$ 的最小整数。)因此,该列表中可能出现的不同取值的最小数量是 225。满足题目条件的一个列表是:数字 1 到 223 各出现 9 次,数字 224 出现 10 次,数字 225 出现 1 次。
Q15
A closed box with a square base is to be wrapped with a square sheet of wrapping paper. The box is centered on the wrapping paper with the vertices of the base lying on the midlines of the square sheet of paper, as shown in the figure on the left. The four corners of the wrapping paper are to be folded up over the sides and brought together to meet at the center of the top of the box, point A in the figure on the right. The box has base length \(w\) and height \(h\). What is the area of the sheet of wrapping paper?
一个底部为正方形的闭合盒子要用一张正方形包装纸包裹。盒子置于包装纸中央,底面的顶点位于包装纸正方形边中点处(如左图所示)。包装纸的四个角要向上折叠覆盖盒子侧面,并在盒子顶面中心点 A(右图)相遇。盒子底边长 \(w\),高 \(h\)。包装纸的面积是多少?
stem
Correct Answer: A
Answer (A): The figure shows that the distance $AO$ from a corner of the wrapping paper to the center is $$ \frac{w}{2}+h+\frac{w}{2}=w+h. $$ The side of the wrapping paper, $AB$ in the figure, is the hypotenuse of a $45-45-90^\circ$ right triangle, so its length is $\sqrt{2}\cdot AO=\sqrt{2}(w+h)$. Therefore the area of the wrapping paper is $$ \left(\sqrt{2}(w+h)\right)^2=2(w+h)^2. $$
答案(A):图中显示,从包装纸的一个角到中心的距离 $AO$ 为 $$ \frac{w}{2}+h+\frac{w}{2}=w+h. $$ 图中包装纸的一边 $AB$ 是一个 $45-45-90^\circ$ 直角三角形的斜边,因此其长度为 $\sqrt{2}\cdot AO=\sqrt{2}(w+h)$。因此,包装纸的面积为 $$ \left(\sqrt{2}(w+h)\right)^2=2(w+h)^2. $$
solution
Q16
Let \(a_1, a_2, \dots, a_{2018}\) be a strictly increasing sequence of positive integers such that \[a_1 + a_2 + \cdots + a_{2018} = 2018^{2018}.\] What is the remainder when \(a_1^3 + a_2^3 + \cdots + a_{2018}^3\) is divided by 6?
设 \(a_1, a_2, \dots, a_{2018}\) 是一个严格递增的正整数序列,使得 \[a_1 + a_2 + \cdots + a_{2018} = 2018^{2018}.\] 当 \(a_1^3 + a_2^3 + \cdots + a_{2018}^3\) 除以 6 的余数是多少?
Correct Answer: E
Answer (E): Let $n$ be an integer. Because $n^3-n=(n-1)n(n+1)$, it follows that $n^3-n$ has at least one prime factor of $2$ and one prime factor of $3$ and therefore is divisible by $6$. Thus $n^3\equiv n\pmod 6$. Then $$ a_1^3+a_2^3+\cdots+a_{2018}^3\equiv a_1+a_2+\cdots+a_{2018}\equiv 2018^{2018}\pmod 6. $$ Because $2018\equiv 2\pmod 6$, the powers of $2018$ modulo $6$ are alternately $2,4,2,4,\ldots$, so $2018^{2018}\equiv 4\pmod 6$. Therefore the remainder when $a_1^3+a_2^3+\cdots+a_{2018}^3$ is divided by $6$ is $4$.
答案(E):设 $n$ 为整数。因为 $n^3-n=(n-1)n(n+1)$,可知 $n^3-n$ 至少含有一个素因子 $2$ 和一个素因子 $3$,因此能被 $6$ 整除。于是 $n^3\equiv n\pmod 6$。因此 $$ a_1^3+a_2^3+\cdots+a_{2018}^3\equiv a_1+a_2+\cdots+a_{2018}\equiv 2018^{2018}\pmod 6. $$ 又因为 $2018\equiv 2\pmod 6$,所以 $2018$ 在模 $6$ 下的幂交替为 $2,4,2,4,\ldots$,从而 $2018^{2018}\equiv 4\pmod 6$。因此 $a_1^3+a_2^3+\cdots+a_{2018}^3$ 除以 $6$ 的余数是 $4$。
Q17
In rectangle \(PQRS\), \(PQ = 8\) and \(QR = 6\). Points \(A\) and \(B\) lie on \(\overline{PQ}\), points \(C\) and \(D\) lie on \(\overline{QR}\), points \(E\) and \(F\) lie on \(\overline{RS}\), and points \(G\) and \(H\) lie on \(\overline{SP}\) so that \(AP = BQ < 4\) and the convex octagon \(ABCDEFEGH\) is equilateral. The length of a side of this octagon can be expressed in the form \(k + m\sqrt{n}\), where \(k, m,\) and \(n\) are integers and \(n\) is not divisible by the square of any prime. What is \(k+m+n\)?
在矩形 \(PQRS\) 中,\(PQ = 8\),\(QR = 6\)。点 \(A\) 和 \(B\) 在 \(\overline{PQ}\) 上,点 \(C\) 和 \(D\) 在 \(\overline{QR}\) 上,点 \(E\) 和 \(F\) 在 \(\overline{RS}\) 上,点 \(G\) 和 \(H\) 在 \(\overline{SP}\) 上,使得 \(AP = BQ < 4\),且凸八边形 \(ABCDEFEGH\) 是等边的。这个八边形的边长可以表示为 \(k + m\sqrt{n}\) 的形式,其中 \(k, m, n\) 是整数,且 \(n\) 不能被任何质数的平方整除。求 \(k+m+n\)?
Correct Answer: B
Answer (B): Because $AP<4=\frac12 PQ$, it follows that $A$ is closer to $P$ than it is to $Q$ and that $A$ is between points $P$ and $B$. Because $AP=BQ$, $AH=BC$, and angles $APH$ and $BQC$ are right angles, $\triangle APH\cong\triangle BQC$. Thus $PH=QC$, and $PQCH$ is a rectangle. Because $CD=HG$, it follows that $HCDG$ is also a rectangle. Thus $GDRS$ is a rectangle and $DR=GS$, and it follows that $\triangle ERD\cong\triangle FSG$. Therefore segment $EF$ is centered in $RS$ just as congruent segment $AB$ is centered in $PQ$. Therefore $\triangle ERD\cong\triangle BQC$, and $CD$ is also centered in $QR$. Let $2x$ be the side length $AB=BC=CD=DE=EF=FG=GH=HA$ of the regular octagon; then $AP=BQ=4-x$ and $QC=RD=3-x$. Applying the Pythagorean Theorem to $\triangle BQC$ yields $(4-x)^2+(3-x)^2=(2x)^2$, which simplifies to $2x^2+14x-25=0$. Thus $x=\frac12\cdot(-7\pm3\sqrt{11})$, and because $x>0$, it follows that $2x=-7+3\sqrt{11}$. Hence $k+m+n=-7+3+11=7$.
答案(B):因为$AP<4=\frac12 PQ$,可知$A$到$P$比到$Q$更近,并且$A$位于点$P$与$B$之间。由于$AP=BQ$、$AH=BC$,且$\angle APH$与$\angle BQC$都是直角,所以$\triangle APH\cong\triangle BQC$。因此$PH=QC$,且$PQCH$是矩形。又因为$CD=HG$,可知$HCDG$也是矩形。于是$GDRS$是矩形且$DR=GS$,从而$\triangle ERD\cong\triangle FSG$。因此线段$EF$在$RS$中居中,正如全等线段$AB$在$PQ$中居中一样。因此$\triangle ERD\cong\triangle BQC$,并且$CD$也在$QR$中居中。设正八边形的边长$AB=BC=CD=DE=EF=FG=GH=HA$为$2x$;则$AP=BQ=4-x$,$QC=RD=3-x$。对$\triangle BQC$应用勾股定理得$(4-x)^2+(3-x)^2=(2x)^2$,化简为$2x^2+14x-25=0$。因此$x=\frac12\cdot(-7\pm3\sqrt{11})$,由于$x>0$,可得$2x=-7+3\sqrt{11}$。所以$k+m+n=-7+3+11=7$。
solution
Q18
Three young brother-sister pairs from different families need to take a trip in a van. These six children will occupy the second and third rows in the van, each of which has three seats. To avoid disruptions, siblings may not sit right next to each other in the same row, and no child may sit directly in front of his or her sibling. How many seating arrangements are possible for this trip?
三个不同家庭的年轻兄弟姐妹对需要乘坐一辆面包车旅行。这六个孩子将占据面包车的第二排和第三排,每排有三个座位。为了避免干扰,同一排中兄弟姐妹不得紧挨着坐,且没有孩子可坐在其兄弟姐妹正前方。有多少种座位安排方式?
Correct Answer: D
Answer (D): Let $X$, $Y$, and $Z$ denote the three different families in some order. Then the only possible arrangements are to have the second row be members of $XYZ$ and the third row be members of $ZXY$, or to have the second row be members of $XYZ$ and the third row be members of $YZX$. Note that these are not the same, because in the first case one sibling pair occupy the right-most seat in the second row and the left-most seat in the third row, whereas in the second case this does not happen. (Having members of $XYX$ in the second row does not work because then the third row must be members of $ZYZ$ to avoid consecutive members of $Z$; but in this case one of the $Y$ siblings would be seated directly in front of the other $Y$ sibling.) In each of these 2 cases there are $3! = 6$ ways to assign the families to the letters and $2^3 = 8$ ways to position the boy and girl within the seats assigned to the families. Therefore the total number of seating arrangements is $2 \cdot 6 \cdot 8 = 96$.
答案(D):设 $X$、$Y$、$Z$ 按某种顺序表示三个不同的家庭。则唯一可能的安排是:第二排为 $XYZ$,第三排为 $ZXY$;或者第二排为 $XYZ$,第三排为 $YZX$。注意这两种情况并不相同,因为第一种情况下有一对兄妹分别坐在第二排最右座和第三排最左座,而第二种情况下不会发生这种情况。(若第二排为 $XYX$ 则不行,因为为避免 $Z$ 家庭成员相邻,第三排必须为 $ZYZ$;但这样会导致一位 $Y$ 家的兄妹正好坐在另一位 $Y$ 家兄妹的正前方。)在这两种情况中的每一种里,将家庭分配给字母有 $3! = 6$ 种方式,而在分配给各家庭的座位中安排男孩与女孩有 $2^3 = 8$ 种方式。因此总的座位安排数为 $2 \cdot 6 \cdot 8 = 96$。
Q19
Joey and Chloe and their daughter Zoe all have the same birthday. Joey is 1 year older than Chloe, and Zoe is exactly 1 year old today. Today is the first of the 9 birthdays on which Chloe’s age will be an integral multiple of Zoe’s age. What will be the sum of the two digits of Joey’s age the next time his age is a multiple of Zoe’s age?
乔伊、克洛伊和他们的女儿佐伊都有相同的生日。乔伊比克洛伊大 1 岁,佐伊今天正好 1 岁。今天是克洛伊年龄是佐伊年龄整数倍的 9 个生日中的第一个。下次乔伊年龄是佐伊年龄整数倍时,乔伊年龄的两数字之和是多少?
Correct Answer: E
Answer (E): Let Chloe be $n$ years old today, so she is $n-1$ years older than Zoe. For integers $y \ge 0$, Chloe’s age will be a multiple of Zoe’s age $y$ years from now if and only if $$ \frac{n+y}{1+y}=1+\frac{n-1}{1+y} $$ is an integer, that is, $1+y$ is a divisor of $n-1$. Thus $n-1$ has exactly 9 positive integer divisors, so the prime factorization of $n-1$ has one of the two forms $p^2q^2$ or $p^8$. There are no two-digit integers of the form $p^8$, and the only one of the form $p^2q^2$ is $2^2 \cdot 3^2 = 36$. Therefore Chloe is 37 years old today, and Joey is 38. His age will be a multiple of Zoe’s age in $y$ years if and only if $1+y$ is a divisor of $38-1=37$. The nonnegative integer solutions for $y$ are 0 and 36, so the only other time Joey’s age will be a multiple of Zoe’s age will be when he is $38+36=74$ years old. The requested sum is $7+4=11$.
答案(E):设 Chloe 今天 $n$ 岁,则她比 Zoe 大 $n-1$ 岁。对整数 $y \ge 0$,当且仅当满足下式时,$y$ 年后 Chloe 的年龄会是 Zoe 年龄的整数倍: $$ \frac{n+y}{1+y}=1+\frac{n-1}{1+y} $$ 该式为整数,也就是 $1+y$ 是 $n-1$ 的一个因数。因此 $n-1$ 恰有 9 个正因数,所以 $n-1$ 的素因数分解形式只能是 $p^2q^2$ 或 $p^8$。不存在形如 $p^8$ 的两位整数,而形如 $p^2q^2$ 的唯一两位数是 $2^2\cdot 3^2=36$。因此 Chloe 今天 37 岁,Joey 38 岁。$y$ 年后他的年龄是 Zoe 年龄的整数倍,当且仅当 $1+y$ 是 $38-1=37$ 的因数。满足条件的非负整数 $y$ 为 0 和 36,所以 Joey 年龄再次成为 Zoe 年龄整数倍的唯一时刻是他 $38+36=74$ 岁时。所求的和为 $7+4=11$。
Q20
A function \(f\) is defined recursively by \(f(1) = f(2) = 1\) and \[f(n) = f(n-1) - f(n-2) + n\] for all integers \(n \geq 3\). What is \(f(2018)\)?
函数 \(f\) 通过如下递推定义:\(f(1) = f(2) = 1\),且 \[f(n) = f(n-1) - f(n-2) + n\] 对所有整数 \(n \geq 3\)。求 \(f(2018)\)?
Correct Answer: B
Answer (B): Applying the recursion for several steps leads to the conjecture that $$ f(n)= \begin{cases} n+2 & \text{if } n\equiv 0\pmod{6},\\ n & \text{if } n\equiv 1\pmod{6},\\ n-1 & \text{if } n\equiv 2\pmod{6},\\ n & \text{if } n\equiv 3\pmod{6},\\ n+2 & \text{if } n\equiv 4\pmod{6},\\ n+3 & \text{if } n\equiv 5\pmod{6}. \end{cases} $$ The conjecture can be verified using the strong form of mathematical induction with two base cases and six inductive steps. For example, if $n\equiv 2\pmod{6}$, then $n=6k+2$ for some nonnegative integer $k$ and $$ \begin{aligned} f(n) &= f(6k+2)\\ &= f(6k+1)-f(6k)+6k+2\\ &= (6k+1)-(6k+2)+6k+2\\ &= 6k+1\\ &= n-1. \end{aligned} $$ Therefore $f(2018)=f(6\cdot 336+2)=2018-1=2017.$
答案(B):将递推式应用若干步可得到如下猜想: $$ f(n)= \begin{cases} n+2 & \text{若 } n\equiv 0\pmod{6},\\ n & \text{若 } n\equiv 1\pmod{6},\\ n-1 & \text{若 } n\equiv 2\pmod{6},\\ n & \text{若 } n\equiv 3\pmod{6},\\ n+2 & \text{若 } n\equiv 4\pmod{6},\\ n+3 & \text{若 } n\equiv 5\pmod{6}. \end{cases} $$ 该猜想可用强数学归纳法验证:需要两个基例和六个归纳步骤。例如,若 $n\equiv 2\pmod{6}$,则对某个非负整数 $k$ 有 $n=6k+2$,并且 $$ \begin{aligned} f(n) &= f(6k+2)\\ &= f(6k+1)-f(6k)+6k+2\\ &= (6k+1)-(6k+2)+6k+2\\ &= 6k+1\\ &= n-1. \end{aligned} $$ 因此 $f(2018)=f(6\cdot 336+2)=2018-1=2017.$
Q21
Mary chose an even 4-digit number \(n\). She wrote down all the divisors of \(n\) in increasing order from left to right: 1, 2, ..., \(n/2\), \(n\). At some moment Mary wrote 323 as a divisor of \(n\). What is the smallest possible value of the next divisor written to the right of 323?
Mary 选择了一个偶数四位数 \(n\)。她将 \(n\) 的所有除数按从小到大的顺序从左到右写下:1, 2, ..., \(n/2\), \(n\)。在某个时刻 Mary 写下了 323 作为 \(n\) 的一个除数。323 右侧下一个除数的最小可能值为多少?
Correct Answer: C
Answer (C): Let $d$ be the next divisor of $n$ after $323$. Then $\gcd(d,323)\ne 1$, because otherwise $n\ge 323d>323^2>100^2=10000$, contrary to the fact that $n$ is a $4$-digit number. Therefore $d-323\ge \gcd(d,323)>1$. The prime factorization of $323$ is $17\cdot 19$. Thus the next divisor of $n$ is at least $323+17=340=17\cdot 20$. Indeed, $340$ will be the next number in Mary’s list when $n=17\cdot 19\cdot 20=6460$.
答案(C):设 $d$ 为 $n$ 在 $323$ 之后的下一个因数。则 $\gcd(d,323)\ne 1$,否则 $n\ge 323d>323^2>100^2=10000$,这与 $n$ 是一个四位数相矛盾。因此 $d-323\ge \gcd(d,323)>1$。$323$ 的素因数分解为 $17\cdot 19$。因此,$n$ 的下一个因数至少为 $323+17=340=17\cdot 20$。确实,当 $n=17\cdot 19\cdot 20=6460$ 时,$340$ 将是 Mary 列表中的下一个数。
Q22
Real numbers \(x\) and \(y\) are chosen independently and uniformly at random from the interval \([0, 1]\). Which of the following numbers is closest to the probability that \(x\), \(y\), and 1 are the side lengths of an obtuse triangle?
实数 \(x\) 和 \(y\) 从区间 \([0, 1]\) 中独立均匀随机选择。其中哪一个数最接近 \(x\)、\(y\) 和 1 作为钝三角形边长的概率?
Correct Answer: C
Answer (C): The set of all possible ordered pairs $(x,y)$ occupies the unit square $0\le x\le 1,\ 0\le y\le 1$ in the Cartesian plane. The numbers $x$, $y$, and $1$ are the side lengths of a triangle if and only if $x+y>1$, which means that $(x,y)$ lies above the line $y=1-x$. By a generalization of the Pythagorean Theorem, the triangle is obtuse if and only if, in addition, $x^2+y^2<1^2$, which means that $(x,y)$ lies inside the circle of radius $1$ centered at the origin. Within the unit square, the region inside the circle of radius $1$ centered at the origin has area $\frac{\pi}{4}$, and the region below the line $y=1-x$ has area $\frac{1}{2}$. Therefore the ordered pairs that meet the required conditions occupy a region with area $\frac{\pi}{4}-\frac{1}{2}=\frac{\pi-2}{4}$. The area of the unit square is $1$, so the required probability is also $\frac{\pi-2}{4}\approx \frac{1.14}{4}=0.285$, which is closest to $0.29$.
答案(C):所有可能的有序对$(x,y)$位于笛卡尔平面中的单位正方形内:$0\le x\le 1,\ 0\le y\le 1$。当且仅当$x+y>1$时,$x、y、1$能作为三角形的三边长度,这意味着$(x,y)$在直线$y=1-x$的上方。根据勾股定理的推广,该三角形为钝角三角形当且仅当还满足$x^2+y^2<1^2$,这意味着$(x,y)$位于以原点为圆心、半径为$1$的圆内。在单位正方形中,该四分之一圆的面积为$\frac{\pi}{4}$,而直线$y=1-x$下方区域的面积为$\frac{1}{2}$。因此满足条件的有序对所占区域面积为$\frac{\pi}{4}-\frac{1}{2}=\frac{\pi-2}{4}$。单位正方形面积为$1$,所以所求概率也是$\frac{\pi-2}{4}\approx \frac{1.14}{4}=0.285$,最接近$0.29$。
solution
Q23
How many ordered pairs \((a, b)\) of positive integers satisfy the equation \[a \cdot b + 63 = 20 \cdot \operatorname{lcm}(a, b) + 12 \cdot \operatorname{gcd}(a, b),\] where \(\operatorname{gcd}(a, b)\) denotes the greatest common divisor of \(a\) and \(b\), and \(\operatorname{lcm}(a, b)\) denotes their least common multiple?
有多少个正整数有序对 \((a, b)\) 满足方程 \[a \cdot b + 63 = 20 \cdot \operatorname{lcm}(a, b) + 12 \cdot \operatorname{gcd}(a, b),\] 其中 \(\operatorname{gcd}(a, b)\) 表示 \(a\) 和 \(b\) 的最大公约数,\(\operatorname{lcm}(a, b)\) 表示它们的最小公倍数?
Correct Answer: B
Answer (B): Recall that $a\cdot b=\gcd(a,b)\cdot\operatorname{lcm}(a,b)$. Let $x=\operatorname{lcm}(a,b)$ and $y=\gcd(a,b)$. The given equation is then $xy+63=20x+12y$, which can be rewritten as $$(x-12)(y-20)=240-63=177=3\cdot 59=1\cdot 177.$$ Because $x$ and $y$ are integers, one of the following must be true: - $x-12=1$ and $y-20=177$, - $x-12=177$ and $y-20=1$, - $x-12=3$ and $y-20=59$, - $x-12=59$ and $y-20=3$. Therefore $(x,y)$ must be $(13,197)$, $(189,21)$, $(15,79)$, or $(71,23)$. Because $x$ must be a multiple of $y$, only $(x,y)=(189,21)$ is possible. Therefore $\gcd(a,b)=21=7\cdot 3$, and $\operatorname{lcm}(a,b)=189=7\cdot 3^3$. Both $a$ and $b$ are divisible by $7$ but not by $7^2$; one of $a$ and $b$ is divisible by $3$ but not $3^2$, and the other is divisible by $3^3$ but not $3^4$; and neither is divisible by any other prime. Therefore one of them is $7\cdot 3=21$ and the other is $7\cdot 3^3=189$. There are 2 ordered pairs, $(a,b)=(21,189)$ and $(a,b)=(189,21)$.
答案(B):回忆 $a\cdot b=\gcd(a,b)\cdot\operatorname{lcm}(a,b)$。令 $x=\operatorname{lcm}(a,b)$,$y=\gcd(a,b)$。则题给方程为 $xy+63=20x+12y$,可改写为 $$(x-12)(y-20)=240-63=177=3\cdot 59=1\cdot 177.$$ 因为 $x$ 和 $y$ 是整数,以下情况之一必须成立: - $x-12=1$ 且 $y-20=177$; - $x-12=177$ 且 $y-20=1$; - $x-12=3$ 且 $y-20=59$; - $x-12=59$ 且 $y-20=3$。 因此 $(x,y)$ 必为 $(13,197)$、$(189,21)$、$(15,79)$ 或 $(71,23)$。由于 $x$ 必须是 $y$ 的倍数,只有 $(x,y)=(189,21)$ 可行。于是 $\gcd(a,b)=21=7\cdot 3$,且 $\operatorname{lcm}(a,b)=189=7\cdot 3^3$。$a$ 与 $b$ 都能被 $7$ 整除但不能被 $7^2$ 整除;其中一个能被 $3$ 整除但不能被 $3^2$ 整除,另一个能被 $3^3$ 整除但不能被 $3^4$ 整除;且二者都不含其他素因子。因此其中一个为 $7\cdot 3=21$,另一个为 $7\cdot 3^3=189$。有 2 个有序对:$(a,b)=(21,189)$ 与 $(a,b)=(189,21)$。
Q24
Let \(ABCDEF\) be a regular hexagon with side length 1. Denote by \(X\), \(Y\), and \(Z\) the midpoints of sides \(AB\), \(CD\), and \(EF\), respectively. What is the area of the convex hexagon whose interior is the intersection of the interiors of \(\triangle ACE\) and \(\triangle XYZ\)?
设 \(ABCDEF\) 是边长为 1 的正六边形。设 \(X\)、\(Y\) 和 \(Z\) 分别是边 \(AB\)、\(CD\) 和 \(EF\) 的中点。凸六边形的面积是多少,其内部是 \(\triangle ACE\) 和 \(\triangle XYZ\) 内部的交集?
Correct Answer: C
Answer (C): Let $O$ be the center of the regular hexagon. Points $B, O, E$ are collinear and $BE=BO+OE=2$. Trapezoid $FABE$ is isosceles, and $XZ$ is its midline. Hence $XZ=\frac{3}{2}$ and analogously $XY=ZY=\frac{3}{2}$. Denote by $U_1$ the intersection of $\overline{AC}$ and $XZ$ and by $U_2$ the intersection of $\overline{AC}$ and $XY$. It is easy to see that $\triangle AXU_1$ and $\triangle U_2XU_1$ are congruent $30-60-90$ right triangles. By symmetry the area of the convex hexagon enclosed by the intersection of $\triangle ACE$ and $\triangle XYZ$, shaded in the figure, is equal to the area of $\triangle XYZ$ minus $3$ times the area of $\triangle U_2XU_1$. The hypotenuse of $\triangle U_2XU_1$ is $XU_2=AX=\frac{1}{2}$, so the area of $\triangle U_2XU_1$ is $$ \frac{1}{2}\cdot\frac{\sqrt{3}}{4}\cdot\left(\frac{1}{2}\right)^2=\frac{1}{32}\sqrt{3}. $$ The area of the equilateral triangle $XYZ$ with side length $\frac{3}{2}$ is equal to $\frac{1}{4}\sqrt{3}\cdot\left(\frac{3}{2}\right)^2=\frac{9}{16}\sqrt{3}$. Hence the area of the shaded hexagon is $$ \frac{9}{16}\sqrt{3}-3\cdot\frac{1}{32}\sqrt{3} =3\sqrt{3}\left(\frac{3}{16}-\frac{1}{32}\right) =\frac{15}{32}\sqrt{3}. $$
答案(C):设 $O$ 为正六边形的中心。点 $B,O,E$ 共线,且 $BE=BO+OE=2$。梯形 $FABE$ 为等腰梯形,$XZ$ 是其中位线。因此 $XZ=\frac{3}{2}$,同理 $XY=ZY=\frac{3}{2}$。 记 $U_1$ 为 $\overline{AC}$ 与 $XZ$ 的交点,$U_2$ 为 $\overline{AC}$ 与 $XY$ 的交点。不难看出,$\triangle AXU_1$ 与 $\triangle U_2XU_1$ 是全等的 $30-60-90$ 直角三角形。 由对称性,图中阴影部分(由 $\triangle ACE$ 与 $\triangle XYZ$ 的交集围成的凸六边形)的面积等于 $\triangle XYZ$ 的面积减去 $3$ 个 $\triangle U_2XU_1$ 的面积。$\triangle U_2XU_1$ 的斜边为 $XU_2=AX=\frac{1}{2}$,因此 $\triangle U_2XU_1$ 的面积为 $$ \frac{1}{2}\cdot\frac{\sqrt{3}}{4}\cdot\left(\frac{1}{2}\right)^2=\frac{1}{32}\sqrt{3}. $$ 边长为 $\frac{3}{2}$ 的等边三角形 $XYZ$ 的面积为 $\frac{1}{4}\sqrt{3}\cdot\left(\frac{3}{2}\right)^2=\frac{9}{16}\sqrt{3}$。因此阴影六边形的面积为 $$ \frac{9}{16}\sqrt{3}-3\cdot\frac{1}{32}\sqrt{3} =3\sqrt{3}\left(\frac{3}{16}-\frac{1}{32}\right) =\frac{15}{32}\sqrt{3}. $$
solution
Q25
Let \(\lfloor x \rfloor\) denote the greatest integer less than or equal to \(x\). How many real numbers \(x\) satisfy the equation \[x^2 + 10{,}000 \lfloor x \rfloor = 10{,}000 x\]?
设 \(\lfloor x \rfloor\) 表示不超过 \(x\) 的最大整数。有多少个实数 \(x\) 满足方程 \[x^2 + 10{,}000 \lfloor x \rfloor = 10{,}000 x\]?
Correct Answer: C
Answer (C): Let $\{x\}=x-[x]$ denote the fractional part of $x$. Then $0\le \{x\}<1$. The given equation is equivalent to $x^2=10{,}000\{x\}$, that is, \[ \frac{x^2}{10{,}000}=\{x\}. \] Therefore if $x$ satisfies the equation, then \[ 0\le \frac{x^2}{10{,}000}<1. \] This implies that $x^2<10{,}000$, so $-100<x<100$. The figure shows a sketch of the graphs of \[ f(x)=\frac{x^2}{10{,}000}\qquad \text{and}\qquad g(x)=\{x\} \] for $-100<x<100$ on the same coordinate axes. The graph of $g$ consists of the 200 half-open line segments with slope 1 connecting the points $(k,0)$ and $(k+1,1)$ for $k=-100,-99,\ldots,98,99$. (The endpoints of these intervals that lie on the $x$-axis are part of the graph, but the endpoints with $y$-coordinate 1 are not.) It is clear that there is one intersection point for $x$ lying in each of the intervals $[-100,-99)$, $[-99,-98)$, $[-98,-97)$, $\ldots$, $[-1,0)$, $[0,1)$, $[1,2)$, $\ldots$, $[97,98)$, $[98,99)$ but no others. Thus the equation has 199 solutions.
答案(C):令 $\{x\}=x-[x]$ 表示 $x$ 的小数部分。则 $0\le \{x\}<1$。所给方程等价于 $x^2=10{,}000\{x\}$,即 \[ \frac{x^2}{10{,}000}=\{x\}. \] 因此若 $x$ 满足该方程,则 \[ 0\le \frac{x^2}{10{,}000}<1. \] 这推出 $x^2<10{,}000$,所以 $-100<x<100$。图中在同一坐标系下给出了当 $-100<x<100$ 时下列函数图像的示意: \[ f(x)=\frac{x^2}{10{,}000}\qquad \text{和}\qquad g(x)=\{x\}. \] 函数 $g$ 的图像由 200 条斜率为 1 的半开线段组成,它们连接点 $(k,0)$ 与 $(k+1,1)$,其中 $k=-100,-99,\ldots,98,99$。(这些区间在 $x$ 轴上的端点属于图像,但 $y$ 坐标为 1 的端点不属于图像。)显然,在每个区间 $[-100,-99)$、$[-99,-98)$、$[-98,-97)$、$\ldots$、$[-1,0)$、$[0,1)$、$[1,2)$、$\ldots$、$[97,98)$、$[98,99)$ 中,恰有一个 $x$ 使得两图相交,且无其他交点。因此该方程有 199 个解。
solution