/

AMC12 2010 B

AMC12 2010 B · Q19

AMC12 2010 B · Q19. It mainly tests Sequences & recursion (algebra), Arithmetic sequences basics.

A high school basketball game between the Raiders and Wildcats was tied at the end of the first quarter. The number of points scored by the Raiders in each of the four quarters formed an increasing geometric sequence, and the number of points scored by the Wildcats in each of the four quarters formed an increasing arithmetic sequence. At the end of the fourth quarter, the Raiders had won by one point. Neither team scored more than $100$ points. What was the total number of points scored by the two teams in the first half?
Raiders 队与 Wildcats 队的高中篮球比赛在第一节结束时打平。Raiders 队在四节中的得分构成一个递增的等比数列,Wildcats 队在四节中的得分构成一个递增的等差数列。第四节结束时,Raiders 队以 $1$ 分优势获胜。两队的总得分都不超过 $100$ 分。两队在上半场的总得分是多少?
(A) 30 30
(B) 31 31
(C) 32 32
(D) 33 33
(E) 34 34
Answer
Correct choice: (E)
正确答案:(E)
Solution
Let $a,ar,ar^{2},ar^{3}$ be the quarterly scores for the Raiders. We know $r > 1$ because the sequence is said to be increasing. We also know that each of $a, ar, ar^2, ar^3$ is an integer. We start by showing that $r$ must also be an integer. Suppose not, and say $r = m/n$ where $m>n>1$, and $\gcd(m,n)=1$. Then $n, n^2, n^3$ must all divide $a$ so $a=n^3k$ for some integer $k$. Then $S_R = n^3k + n^2mk + nm^2k + m^3k < 100$ and we see that even if $k=1$ and $n=2$, we get $m < 4$, which means that the only option for $r$ is $r=3/2$. A quick check shows that even this doesn't work. Thus $r$ must be an integer. Let $a, a+d, a+2d, a+3d$ be the quarterly scores for the Wildcats. Let $S_W = a+(a+d) + (a+2d)+(a+3d) = 4a+6d$. Let $S_R = a+ar+ar^2+ar^3 = a(1+r)(1+r^2)$. Then $S_R<100$ implies that $r<5$, so $r\in \{2, 3, 4\}$. The Raiders win by one point, so\[a(1+r)(1+r^2) = 4a+6d+1.\] - If $r=4$ we get $85a = 4a+6d+1$ which means $3(27a-2d) = 1$, which is not possible with the given conditions. - If $r=3$ we get $40a = 4a+6d+1$ which means $6(6a-d) = 1$, which is also not possible with the given conditions. - If $r=2$ we get $15a = 4a+6d+1$ which means $11a-6d = 1$. Reducing modulo 6 we get $a \equiv 5\pmod{6}$. Since $15a<100$ we get $a<7$. Thus $a=5$. It then follows that $d=9$. Then the quarterly scores for the Raiders are $5, 10, 20, 40$, and those for the Wildcats are $5, 14, 23, 32$. Also $S_R = 75 = S_W + 1$. The total number of points scored by the two teams in the first half is $5+10+5+14=\boxed{\textbf{(E)}\ 34}$. Note if you don't realize while taking the test that $r$ might not be an integer: since an answer is achieved through casework on the integer value of $r$ and since there is only one right answer, the proof of $r$ being an integer can be skipped on the test (it takes up time).
设 Raiders 队每节得分为 $a,ar,ar^{2},ar^{3}$。由于该数列递增,故 $r > 1$。并且 $a, ar, ar^2, ar^3$ 都是整数。先证明 $r$ 也必须是整数。 若 $r$ 不是整数,设 $r = m/n$,其中 $m>n>1$,且 $\gcd(m,n)=1$。则 $n, n^2, n^3$ 都必须整除 $a$,所以 $a=n^3k$($k$ 为整数)。于是 $S_R = n^3k + n^2mk + nm^2k + m^3k < 100$,即使取 $k=1$ 且 $n=2$,也得到 $m < 4$,从而 $r$ 唯一可能是 $r=3/2$。快速检验可知这也不成立。因此 $r$ 必为整数。 设 Wildcats 队每节得分为 $a, a+d, a+2d, a+3d$。令 $S_W = a+(a+d) + (a+2d)+(a+3d) = 4a+6d$。令 $S_R = a+ar+ar^2+ar^3 = a(1+r)(1+r^2)$。由 $S_R<100$ 得 $r<5$,所以 $r\in \{2, 3, 4\}$。Raiders 队多 $1$ 分,因此 \[a(1+r)(1+r^2) = 4a+6d+1.\] - 若 $r=4$,得 $85a = 4a+6d+1$,即 $3(27a-2d) = 1$,不可能。 - 若 $r=3$,得 $40a = 4a+6d+1$,即 $6(6a-d) = 1$,不可能。 - 若 $r=2$,得 $15a = 4a+6d+1$,即 $11a-6d = 1$。模 $6$ 化简得 $a \equiv 5\pmod{6}$。又因 $15a<100$,得 $a<7$,所以 $a=5$,进而 $d=9$。 于是 Raiders 队每节得分为 $5, 10, 20, 40$,Wildcats 队每节得分为 $5, 14, 23, 32$,且 $S_R = 75 = S_W + 1$。上半场两队总得分为 $5+10+5+14=\boxed{\textbf{(E)}\ 34}$。 注意:如果考试时没有意识到 $r$ 可能不是整数,由于最终答案通过对整数 $r$ 的分类讨论得到且只有一个正确答案,可以在考试中略去证明 $r$ 为整数的步骤(这会耗时)。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.