/

AMC12 2011 B

AMC12 2011 B · Q23

AMC12 2011 B · Q23. It mainly tests Basic counting (rules of product/sum), Casework.

A bug travels in the coordinate plane, moving only along the lines that are parallel to the $x$-axis or $y$-axis. Let $A = (-3, 2)$ and $B = (3, -2)$. Consider all possible paths of the bug from $A$ to $B$ of length at most $20$. How many points with integer coordinates lie on at least one of these paths?
一只虫子在坐标平面中移动,只能沿与 $x$ 轴或 $y$ 轴平行的直线移动。设 $A = (-3, 2)$,$B = (3, -2)$。考虑从 $A$ 到 $B$ 的所有长度不超过 $20$ 的可能路径。至少位于其中一条路径上的整数坐标点共有多少个?
(A) 161 161
(B) 185 185
(C) 195 195
(D) 227 227
(E) 255 255
Answer
Correct choice: (C)
正确答案:(C)
Solution
We declare a point $(x, y)$ to make up for the extra steps that the bug has to move. If the point $(x, y)$ satisfies the property that $|x - 3| + |y + 2| + |x + 3| + |y - 2| \le 20$, then it is in the desirable range because $|x - 3| + |y + 2|$ is the length of the shortest path from $(x,y)$ to $(3, -2)$ and $|x + 3| + |y - 2|$ is the length of the shortest path from $(x,y)$ to $(-3, 2)$. If $-3\le x \le 3$, then $-7\le y \le 7$ satisfy the property. there are $15 \times 7 = 105$ lattice points here. else let $3< x \le 8$ (and for $-8 \le x < -3$ because it is symmetrical) We set 8 as the upper bound for x because the shortest distance from $(-3, 2)$ to $(x, y)$ added to the shortest distance from $(x, y)$ to $(3, -2)$ is $|x - 3| + |y + 2| + |x + 3| + |y - 2|$. Since the minimum value for the difference between the y-coordinates is at $y = 0$, we get $2x + 4 = 20$ or $-2x + 4 = 20$. Thus, the upper and lower bounds for $x$ are $8$ and $-8$, respectively. Now we test each value for x satisfying $3< x \le 8$ and double the result because of symmetry. For $x = 4$, the possibles values of y are such that $|2y| \le 12$ for a total of $13$ lattice points, for $x = 5$, the possibles values of y are such that $|2y| \le 10$ for a total of $11$ lattice points, for $x = 6$, the possibles values of y are such that $|2y| \le 8$ for a total of $9$ lattice points, for $x = 7$, the possibles values of y are such that $|2y| \le 6$ for a total of $7$ lattice points, for $x = 8$, the possibles values of y are such that $|2y| \le 4$ for a total of $5$ lattice points, Hence, there are a total of $105 + 2 ( 13 + 11 + 9 + 7 + 5) = \boxed{(C) 195}$ lattice points. One may also obtain the result by using Pick's Theorem(how?). $i = a - \frac{b}{2} - 1$ (Suggestion)
我们令点 $(x, y)$ 用来补足虫子必须走的额外步数。若点 $(x, y)$ 满足 $|x - 3| + |y + 2| + |x + 3| + |y - 2| \le 20$,则它在所求范围内,因为 $|x - 3| + |y + 2|$ 是从 $(x,y)$ 到 $(3, -2)$ 的最短路径长度,而 $|x + 3| + |y - 2|$ 是从 $(x,y)$ 到 $(-3, 2)$ 的最短路径长度。 若 $-3\le x \le 3$,则满足条件的 $y$ 为 $-7\le y \le 7$。这里共有 $15 \times 7 = 105$ 个格点。 否则令 $3< x \le 8$(对 $-8 \le x < -3$ 也同理,因为对称)。取 $8$ 为 $x$ 的上界是因为从 $(-3, 2)$ 到 $(x, y)$ 的最短距离加上从 $(x, y)$ 到 $(3, -2)$ 的最短距离为 $|x - 3| + |y + 2| + |x + 3| + |y - 2|$。由于 $y$ 坐标差的最小值在 $y = 0$ 处取得,得到 $2x + 4 = 20$ 或 $-2x + 4 = 20$,因此 $x$ 的上下界分别为 $8$ 与 $-8$。 现在对每个满足 $3< x \le 8$ 的 $x$ 逐一检验,并利用对称性将结果乘以 2。 当 $x = 4$ 时,$y$ 的可能值满足 $|2y| \le 12$,共 $13$ 个格点; 当 $x = 5$ 时,$y$ 的可能值满足 $|2y| \le 10$,共 $11$ 个格点; 当 $x = 6$ 时,$y$ 的可能值满足 $|2y| \le 8$,共 $9$ 个格点; 当 $x = 7$ 时,$y$ 的可能值满足 $|2y| \le 6$,共 $7$ 个格点; 当 $x = 8$ 时,$y$ 的可能值满足 $|2y| \le 4$,共 $5$ 个格点。 因此总共有 $105 + 2 ( 13 + 11 + 9 + 7 + 5) = \boxed{(C) 195}$ 个格点。 也可以用 Pick 定理得到结果(如何?)。 $i = a - \frac{b}{2} - 1$(提示)
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.