Difference between revisions of "2010 AMC 12B Problems/Problem 19"
(→Solution) |
Icyfire500 (talk | contribs) m (→Solution 3 (Quick Solve?)) |
||
(13 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
− | == Problem | + | {{duplicate|[[2010 AMC 12B Problems|2010 AMC 12B #19]] and [[2010 AMC 10B Problems|2010 AMC 10B #24]]}} |
+ | |||
+ | == Problem == | ||
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 <math>100</math> points. What was the total number of points scored by the two teams in the first half? | 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 <math>100</math> points. What was the total number of points scored by the two teams in the first half? | ||
<math>\textbf{(A)}\ 30 \qquad \textbf{(B)}\ 31 \qquad \textbf{(C)}\ 32 \qquad \textbf{(D)}\ 33 \qquad \textbf{(E)}\ 34</math> | <math>\textbf{(A)}\ 30 \qquad \textbf{(B)}\ 31 \qquad \textbf{(C)}\ 32 \qquad \textbf{(D)}\ 33 \qquad \textbf{(E)}\ 34</math> | ||
− | == Solution == | + | == Solution 1 == |
+ | Let <math>a,ar,ar^{2},ar^{3}</math> be the quarterly scores for the Raiders. We know <math>r > 1</math> because the sequence is said to be increasing. We also know that each of <math>a, ar, ar^2, ar^3</math> is an integer. We start by showing that '''<math>r</math> must also be an integer.''' | ||
+ | |||
+ | Suppose not, and say <math>r = m/n</math> where <math>m>n>1</math>, and <math>\gcd(m,n)=1</math>. Then <math>n, n^2, n^3</math> must all divide <math>a</math> so <math>a=n^3k</math> for some integer <math>k</math>. Then <math>S_R = n^3k + n^2mk + nm^2k + m^3k < 100</math> and we see that even if <math>k=1</math> and <math>n=2</math>, we get <math>m < 4</math>, which means that the only option for <math>r</math> is <math>r=3/2</math>. A quick check shows that even this doesn't work. Thus <math>r</math> must be an integer. | ||
+ | |||
+ | Let <math>a, a+d, a+2d, a+3d</math> be the quarterly scores for the Wildcats. Let <math>S_W = a+(a+d) + (a+2d)+(a+3d) = 4a+6d</math>. Let <math>S_R = a+ar+ar^2+ar^3 = a(1+r)(1+r^2)</math>. Then <math>S_R<100</math> implies that <math>r<5</math>, so <math>r\in \{2, 3, 4\}</math>. The Raiders win by one point, so<cmath>a(1+r)(1+r^2) = 4a+6d+1.</cmath> | ||
+ | *If <math>r=4</math> we get <math>85a = 4a+6d+1</math> which means <math>3(27a-2d) = 1</math>, which is not possible with the given conditions. | ||
+ | *If <math>r=3</math> we get <math>40a = 4a+6d+1</math> which means <math>6(6a-d) = 1</math>, which is also not possible with the given conditions. | ||
+ | *If <math>r=2</math> we get <math>15a = 4a+6d+1</math> which means <math>11a-6d = 1</math>. Reducing modulo 6 we get <math>a \equiv 5\pmod{6}</math>. Since <math>15a<100</math> we get <math>a<7</math>. Thus <math>a=5</math>. It then follows that <math>d=9</math>. | ||
+ | Then the quarterly scores for the Raiders are <math>5, 10, 20, 40</math>, and those for the Wildcats are <math>5, 14, 23, 32</math>. Also <math>S_R = 75 = S_W + 1</math>. The total number of points scored by the two teams in the first half is <math>5+10+5+14=\boxed{\textbf{(E)}\ 34}</math>. | ||
+ | |||
+ | Note if you don't realize while taking the test that <math>r</math> might not be an integer: since an answer is achieved through casework on the integer value of <math>r</math> and since there is only one right answer, the proof of <math>r</math> being an integer can be skipped on the test (it takes up time). | ||
+ | == Solution 2 == | ||
Let <math>a,ar,ar^{2},ar^{3}</math> be the quarterly scores for the Raiders. We know that the Raiders and Wildcats both scored the same number of points in the first quarter so let <math>a,a+d,a+2d,a+3d</math> be the quarterly scores for the Wildcats. The sum of the Raiders scores is <math>a(1+r+r^{2}+r^{3})</math> and the sum of the Wildcats scores is <math>4a+6d</math>. Now we can narrow our search for the values of <math>a,d</math>, and <math>r</math>. Because points are always measured in positive integers, we can conclude that <math>a</math> and <math>d</math> are positive integers. We can also conclude that <math>r</math> is a positive integer by writing down the equation: | Let <math>a,ar,ar^{2},ar^{3}</math> be the quarterly scores for the Raiders. We know that the Raiders and Wildcats both scored the same number of points in the first quarter so let <math>a,a+d,a+2d,a+3d</math> be the quarterly scores for the Wildcats. The sum of the Raiders scores is <math>a(1+r+r^{2}+r^{3})</math> and the sum of the Wildcats scores is <math>4a+6d</math>. Now we can narrow our search for the values of <math>a,d</math>, and <math>r</math>. Because points are always measured in positive integers, we can conclude that <math>a</math> and <math>d</math> are positive integers. We can also conclude that <math>r</math> is a positive integer by writing down the equation: | ||
Line 21: | Line 35: | ||
<cmath>5+10+5+14=34 \longrightarrow \boxed{\textbf{(E)}}</cmath> | <cmath>5+10+5+14=34 \longrightarrow \boxed{\textbf{(E)}}</cmath> | ||
+ | |||
+ | == Solution 3 (Quick Solve?) == | ||
+ | |||
+ | It should become apparent that the geometric ratio is less than or equal to <math>2</math> (try the first quarter <math>1</math>, ratio <math>3</math>). Obviously, the ratio is more than <math>1</math>, so we try the ratio of <math>2</math> | ||
+ | |||
+ | <math>1, 2, 4, 8</math> - The Raiders | ||
+ | |||
+ | <math>1, ?, ?, ?</math> - The Wildcats | ||
+ | |||
+ | To find the <math>?</math>s, we need the sum of the raiders, which is <math>15</math>. <math>15-1=14</math>, and <math>\frac{14}2=7</math>. So the last term is <math>7-1=6</math>. But, now we can't have integrated 2nd and 3rd quarter scores, so we stop. | ||
+ | |||
+ | <math>2, 4, 8, 16</math> - The Raiders, this also fails (try it out) | ||
+ | |||
+ | The same goes for <math>3, 6, 12, 24</math>, and <math>4, 8, 16, 32</math>. With <math>5, 10, 20, 40</math> we get: | ||
+ | |||
+ | <math>5, 10, 20, 40</math> - The Raiders | ||
+ | |||
+ | <math>5, ?, ?, ?</math> - The wildcats | ||
+ | |||
+ | <math>5+10+20+40=75</math>, <math>75-1=74</math>, <math>\frac{74}2=37</math>, <math>37-5=32</math> | ||
+ | |||
+ | <math>5, ?, ?, 32</math> - The Wildcats. | ||
+ | |||
+ | Now, we can finish the arithmetic progression: | ||
+ | |||
+ | <math>5, 14, 23, 32</math> - The Wildcats | ||
+ | |||
+ | Thus our answer is <math>5+10+5+14=34</math> | ||
+ | |||
+ | ~ firebolt360 | ||
+ | |||
+ | == Video Solution == | ||
+ | https://youtu.be/krRrPxRdgD0 | ||
+ | |||
+ | ~IceMatrix | ||
== See also == | == See also == | ||
{{AMC12 box|year=2010|num-b=18|num-a=20|ab=B}} | {{AMC12 box|year=2010|num-b=18|num-a=20|ab=B}} | ||
+ | {{AMC10 box|year=2010|num-b=23|num-a=25|ab=B}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 18:14, 25 March 2024
- The following problem is from both the 2010 AMC 12B #19 and 2010 AMC 10B #24, so both problems redirect to this page.
Contents
Problem
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 points. What was the total number of points scored by the two teams in the first half?
Solution 1
Let be the quarterly scores for the Raiders. We know because the sequence is said to be increasing. We also know that each of is an integer. We start by showing that must also be an integer.
Suppose not, and say where , and . Then must all divide so for some integer . Then and we see that even if and , we get , which means that the only option for is . A quick check shows that even this doesn't work. Thus must be an integer.
Let be the quarterly scores for the Wildcats. Let . Let . Then implies that , so . The Raiders win by one point, so
- If we get which means , which is not possible with the given conditions.
- If we get which means , which is also not possible with the given conditions.
- If we get which means . Reducing modulo 6 we get . Since we get . Thus . It then follows that .
Then the quarterly scores for the Raiders are , and those for the Wildcats are . Also . The total number of points scored by the two teams in the first half is .
Note if you don't realize while taking the test that might not be an integer: since an answer is achieved through casework on the integer value of and since there is only one right answer, the proof of being an integer can be skipped on the test (it takes up time).
Solution 2
Let be the quarterly scores for the Raiders. We know that the Raiders and Wildcats both scored the same number of points in the first quarter so let be the quarterly scores for the Wildcats. The sum of the Raiders scores is and the sum of the Wildcats scores is . Now we can narrow our search for the values of , and . Because points are always measured in positive integers, we can conclude that and are positive integers. We can also conclude that is a positive integer by writing down the equation:
Now we can start trying out some values of . We try , which gives
We need the smallest multiple of (to satisfy the <100 condition) that is . We see that this is , and therefore and .
So the Raiders' first two scores were and and the Wildcats' first two scores were and .
Solution 3 (Quick Solve?)
It should become apparent that the geometric ratio is less than or equal to (try the first quarter , ratio ). Obviously, the ratio is more than , so we try the ratio of
- The Raiders
- The Wildcats
To find the s, we need the sum of the raiders, which is . , and . So the last term is . But, now we can't have integrated 2nd and 3rd quarter scores, so we stop.
- The Raiders, this also fails (try it out)
The same goes for , and . With we get:
- The Raiders
- The wildcats
, , ,
- The Wildcats.
Now, we can finish the arithmetic progression:
- The Wildcats
Thus our answer is
~ firebolt360
Video Solution
~IceMatrix
See also
2010 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 18 |
Followed by Problem 20 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
2010 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 23 |
Followed by Problem 25 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.