AMC10 2021 B
AMC10 2021 B · Q25
AMC10 2021 B · Q25. It mainly tests Functions basics, Inequalities with floors/ceilings (basic).
Let $S$ be the set of lattice points in the coordinate plane, both of whose coordinates are integers between $1$ and $30,$ inclusive. Exactly $300$ points in $S$ lie on or below a line with equation $y=mx.$ The possible values of $m$ lie in an interval of length $\frac ab,$ where $a$ and $b$ are relatively prime positive integers. What is $a+b?$
设$S$为坐标平面中坐标均为1到30(包含)整数的格点。恰有$300$个$S$中的点位于直线$y=mx$上或下方。$m$的可能值位于长度为$\frac ab$的区间,其中$a$和$b$互质。求$a+b$?
(A)
31
31
(B)
47
47
(C)
62
62
(D)
72
72
(E)
85
85
Answer
Correct choice: (E)
正确答案:(E)
Solution
First, we find a numerical representation for the number of lattice points in $S$ that are under the line $y=mx.$ For any value of $x,$ the highest lattice point under $y=mx$ is $\lfloor mx \rfloor.$ Because every lattice point from $(x, 1)$ to $(x, \lfloor mx \rfloor)$ is under the line, the total number of lattice points under the line is $\sum_{x=1}^{30}(\lfloor mx \rfloor).$
Now, we proceed by finding lower and upper bounds for $m.$ To find the lower bound, we start with an approximation. If $300$ lattice points are below the line, then around $\frac{1}{3}$ of the area formed by $S$ is under the line. By using the formula for a triangle's area, we find that when $x=30, y \approx 20.$ Solving for $m$ assuming that $(30, 20)$ is a point on the line, we get $m = \frac{2}{3}.$ Plugging in $m$ to $\sum_{x=1}^{30}(\lfloor mx \rfloor),$ we get:
\[\sum_{x=1}^{30}(\lfloor \frac{2}{3}x \rfloor) = 0 + 1 + 2 + 2 + 3 + \cdots + 18 + 18 + 19 + 20\]
We have a repeat every $3$ values (every time $y=\frac{2}{3}x$ goes through a lattice point). Thus, we can use arithmetic sequences to calculate the value above:
\[\sum_{x=1}^{30}(\lfloor \frac{2}{3}x \rfloor) = 0 + 1 + 2 + 2 + 3 + \cdots + 18 + 18 + 19 + 20\]\[=\frac{20(21)}{2} + 2 + 4 + 6 + \cdots + 18\]\[=210 + \frac{20}{2}\cdot 9\]\[=300\]
This means that $\frac{2}{3}$ is a possible value of $m.$ Furthermore, it is the lower bound for $m.$ This is because $y=\frac{2}{3}x$ goes through many points (such as $(21, 14)$). If $m$ was lower, $y=mx$ would no longer go through some of these points, and there would be less than $300$ lattice points under it.
Now, we find an upper bound for $m.$ Imagine increasing $m$ slowly and rotating the line $y=mx,$ starting from the lower bound of $m=\frac{2}{3}.$The upper bound for $m$ occurs when $y=mx$ intersects a lattice point again (look at this problem to get a better idea of what's happening: https://artofproblemsolving.com/wiki/index.php/2011_AMC_10B_Problems/Problem_24).
In other words, we are looking for the first $m > \frac{2}{3}$ that is expressible as a ratio of positive integers $\frac{p}{q}$ with $q \le 30.$ For each $q=1,\dots,30$, the smallest multiple of $\frac{1}{q}$ which exceeds $\frac{2}{3}$ is $1, \frac{2}{2}, \frac{3}{3}, \frac{3}{4}, \frac{4}{5}, \cdots , \frac{19}{27}, \frac{19}{28}, \frac{20}{29}, \frac{21}{30}$ respectively, and the smallest of these is $\frac{19}{28}.$
Alternatively, see the method of finding upper bounds in solution 2.
The lower bound is $\frac{2}{3}$ and the upper bound is $\frac{19}{28}.$ Their difference is $\frac{1}{84},$ so the answer is $1 + 84 = \boxed{85}.$
首先,求$S$中线$y=mx$下格点数。对于任$x$,最高格点为$\lfloor mx \rfloor$。从$(x, 1)$到$(x, \lfloor mx \rfloor)$均在下方,总数$\sum_{x=1}^{30}(\lfloor mx \rfloor)$。
求$m$的下上界。$300$点约占$S$面积$\frac{1}{3}$。三角形面积公式,$x=30$时$y\approx 20$,$m=\frac{2}{3}$。代入
\[\sum_{x=1}^{30}(\lfloor \frac{2}{3}x \rfloor) = 0 + 1 + 2 + 2 + 3 + \cdots + 18 + 18 + 19 + 20\]
每3值重复,利用等差数列:
\[=\frac{20(21)}{2} + 2 + 4 + 6 + \cdots + 18 =210 + \frac{20}{2}\cdot 9=300\]
故$\frac{2}{3}$为可能值,且为下界。因$y=\frac{2}{3}x$过许多格点如$(21,14)$,$m$更小则少于$300$点。
上界:从$m=\frac{2}{3}$起增$m$,旋转直线,至下个过格点的$m$(参考2011 AMC 10B Problem 24)。即首大于$\frac{2}{3}$的$\frac{p}{q}$,$q\le30$。对$q=1..30$,最小超过者为$1, \frac{2}{2}, \frac{3}{3}, \frac{3}{4}, \frac{4}{5}, \cdots , \frac{19}{27}, \frac{19}{28}, \frac{20}{29}, \frac{21}{30}$,最小$\frac{19}{28}$。
下界$\frac{2}{3}$,上界$\frac{19}{28}$,差$\frac{1}{84}$,答案$1 + 84 = \boxed{85}$。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.