AMC12 2009 B
AMC12 2009 B · Q22
AMC12 2009 B · Q22. It mainly tests Coordinate geometry, Counting divisors.
Parallelogram $ABCD$ has area $1,\!000,\!000$. Vertex $A$ is at $(0,0)$ and all other vertices are in the first quadrant. Vertices $B$ and $D$ are lattice points on the lines $y = x$ and $y = kx$ for some integer $k > 1$, respectively. How many such parallelograms are there? (A lattice point is any point whose coordinates are both integers.)
平行四边形 $ABCD$ 的面积为 $1,\!000,\!000$。顶点 $A$ 在 $(0,0)$,其余顶点都在第一象限。顶点 $B$ 和 $D$ 分别是直线 $y=x$ 与 $y=kx$(其中 $k>1$ 为整数)上的格点。这样的平行四边形有多少个?(格点指坐标均为整数的点。)
(A)
49
49
(B)
720
720
(C)
784
784
(D)
2009
2009
(E)
2048
2048
Answer
Correct choice: (C)
正确答案:(C)
Solution
The area of any parallelogram $ABCD$ can be computed as the size of the vector product of $\overrightarrow{AB}$ and $\overrightarrow{AD}$.
In our setting where $A=(0,0)$, $B=(s,s)$, and $D=(t,kt)$ this is simply $s\cdot kt - s\cdot t = (k-1)st$.
In other words, we need to count the triples of integers $(k,s,t)$ where $k>1$, $s,t>0$ and $(k-1)st = 1,\!000,\!000 = 2^6 5^6$.
These can be counted as follows: We have $6$ identical red balls (representing powers of $2$), $6$ blue balls (representing powers of $5$), and three labeled urns (representing the factors $k-1$, $s$, and $t$). The red balls can be distributed in ${8\choose 2} = 28$ ways, and for each of these ways, the blue balls can then also be distributed in $28$ ways. (See Distinguishability for a more detailed explanation.)
Thus there are exactly $28^2 = 784$ ways how to break $1,\!000,\!000$ into three positive integer factors, and for each of them we get a single parallelogram. Hence the number of valid parallelograms is $784 \longrightarrow \boxed{C}$.
Without the vector product the area of $ABCD$ can be computed for example as follows: If $B=(s,s)$ and $D=(t,kt)$, then clearly $C=(s+t,s+kt)$. Let $B'=(s,0)$, $C'=(s+t,0)$ and $D'=(t,0)$ be the orthogonal projections of $B$, $C$, and $D$ onto the $x$ axis. Let $[P]$ denote the area of the polygon $P$. We can then compute:
\begin{align*} [ABCD] & = [ADD'] + [DD'C'C] - [BB'C'C] - [ABB'] \\ & = \frac{kt^2}2 + \frac{s(s+2kt)}2 - \frac{t(2s+kt)}2 - \frac{s^2}2 \\ & = kst - st \\ & = (k-1)st. \end{align*}
The remainder of the solution is the same as the above.
任意平行四边形 $ABCD$ 的面积可以用向量积 $\overrightarrow{AB}$ 与 $\overrightarrow{AD}$ 的大小来计算。
在本题中 $A=(0,0)$,$B=(s,s)$,$D=(t,kt)$,面积为
$s\cdot kt - s\cdot t = (k-1)st$。
也就是说,我们需要统计整数三元组 $(k,s,t)$ 的个数,其中 $k>1$,$s,t>0$,且
$(k-1)st = 1,\!000,\!000 = 2^6 5^6$。
计数如下:把 $2^6$ 看作 $6$ 个相同的红球,把 $5^6$ 看作 $6$ 个相同的蓝球,并有三个带标签的盒子(对应因子 $k-1$、$s$、$t$)。红球的分配方式数为 ${8\choose 2}=28$,对每一种红球分配方式,蓝球也有 $28$ 种分配方式。
因此把 $1,\!000,\!000$ 分解为三个正整数因子的有序方式共有 $28^2=784$ 种,每一种对应唯一一个平行四边形。故满足条件的平行四边形个数为 $784 \longrightarrow \boxed{C}$。
不使用向量积也可如下计算面积:若 $B=(s,s)$、$D=(t,kt)$,则 $C=(s+t,s+kt)$。令 $B'=(s,0)$、$C'=(s+t,0)$、$D'=(t,0)$ 为 $B,C,D$ 在 $x$ 轴上的正交投影。记 $[P]$ 为多边形 $P$ 的面积,则
\begin{align*} [ABCD] & = [ADD'] + [DD'C'C] - [BB'C'C] - [ABB'] \\ & = \frac{kt^2}2 + \frac{s(s+2kt)}2 - \frac{t(2s+kt)}2 - \frac{s^2}2 \\ & = kst - st \\ & = (k-1)st. \end{align*}
其余部分同上。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.