AMC10 2012 A
AMC10 2012 A · Q22
AMC10 2012 A · Q22. It mainly tests Quadratic equations, Arithmetic sequences basics.
The sum of the first m positive odd integers is 212 more than the sum of the first n positive even integers. What is the sum of all possible values of n?
前 m 个正奇数的和比前 n 个正偶数的和多 212。所有可能 n 值之和是多少?
(A)
255
255
(B)
256
256
(C)
257
257
(D)
258
258
(E)
259
259
Answer
Correct choice: (A)
正确答案:(A)
Solution
Answer (A): The sum of the first $k$ positive integers is $\frac{k(k+1)}{2}$. Therefore the sum of the first $k$ even integers is
$2+4+6+\cdots+2k = 2(1+2+3+\cdots+k)=2\cdot\frac{k(k+1)}{2}=k(k+1).$
The sum of the first $k$ odd integers is
$(1+2+3+\cdots+2k)-(2+4+6+\cdots+2k)=\frac{2k(2k+1)}{2}-k(k+1)=k^2.$
The given conditions imply that $m^2-212=n(n+1)$, which may be rewritten as $n^2+n+(212-m^2)=0$. The discriminant for $n$ in this quadratic equation is $1-4(212-m^2)=4m^2-847$, and this must be the square of an odd integer. Let $p^2=4m^2-847$, and rearrange this equation so that $(2m+p)(2m-p)=847$.
The only factor pairs for 847 are $847\cdot1$, $121\cdot7$, and $77\cdot11$. Equating these pairs to $2m+p$ and $2m-p$ yields $(m,p)=(212,423)$, $(32,57)$, and $(22,33)$. Note that the corresponding values of $n$ are found using $n=\frac{-1+p}{2}$, which yields 211, 28, and 16, respectively. The sum of the possible values of $n$ is 255.
答案(A):前 $k$ 个正整数的和为 $\frac{k(k+1)}{2}$。因此,前 $k$ 个偶整数的和为
$2+4+6+\cdots+2k = 2(1+2+3+\cdots+k)=2\cdot\frac{k(k+1)}{2}=k(k+1).$
前 $k$ 个奇整数的和为
$(1+2+3+\cdots+2k)-(2+4+6+\cdots+2k)=\frac{2k(2k+1)}{2}-k(k+1)=k^2.$
给定条件推出 $m^2-212=n(n+1)$,可改写为 $n^2+n+(212-m^2)=0$。该二次方程关于 $n$ 的判别式为 $1-4(212-m^2)=4m^2-847$,而它必须是某个奇整数的平方。令 $p^2=4m^2-847$,并将等式变形为 $(2m+p)(2m-p)=847$。
847 的因子对只有 $847\cdot1$、$121\cdot7$ 和 $77\cdot11$。将这些因子对分别对应到 $2m+p$ 与 $2m-p$,得到 $(m,p)=(212,423)$、$(32,57)$、$(22,33)$。注意相应的 $n$ 可由 $n=\frac{-1+p}{2}$ 求得,分别为 211、28、16。所有可能的 $n$ 的和为 255。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.