Difference between revisions of "2020 AMC 10A Problems/Problem 8"
(aaaaa i didnt see solution 7 aaaa) |
|||
(8 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
− | What is the value of | + | What is the value of <cmath>1+2+3-4+5+6+7-8+\cdots+197+198+199-200?</cmath> |
− | |||
− | < | ||
<math>\textbf{(A) } 9,800 \qquad \textbf{(B) } 9,900 \qquad \textbf{(C) } 10,000 \qquad \textbf{(D) } 10,100 \qquad \textbf{(E) } 10,200</math> | <math>\textbf{(A) } 9,800 \qquad \textbf{(B) } 9,900 \qquad \textbf{(C) } 10,000 \qquad \textbf{(D) } 10,100 \qquad \textbf{(E) } 10,200</math> | ||
Line 30: | Line 28: | ||
== Solution 6 == | == Solution 6 == | ||
We can split up this long sum into groups of four integers. Finding the first few sums, we have that <math>1 + 2 + 3 - 4 = 2</math>, <math>5 + 6 + 7 - 8 = 10</math>, and <math>9 + 10 + 11 - 12 = 18</math>. Notice that this is an increasing arithmetic sequence, with a common difference of <math>8</math>. We can find the sum of the arithmetic sequence by finding the average of the first and last terms, and then multiplying by the number of terms in the sequence. The first term is <math>1 + 2 + 3 - 4</math>, or <math>2</math>, the last term is <math>197 + 198 + 199 - 200</math>, or <math>394</math>, and there are <math>200\div 4</math> or <math>50</math> terms. So, we have that the sum of the sequence is <math>\frac{(394+2)\cdot 50}{2}</math>, or <math>\boxed{\textbf{(B) }9900}</math>. ~Arctic_Bunny | We can split up this long sum into groups of four integers. Finding the first few sums, we have that <math>1 + 2 + 3 - 4 = 2</math>, <math>5 + 6 + 7 - 8 = 10</math>, and <math>9 + 10 + 11 - 12 = 18</math>. Notice that this is an increasing arithmetic sequence, with a common difference of <math>8</math>. We can find the sum of the arithmetic sequence by finding the average of the first and last terms, and then multiplying by the number of terms in the sequence. The first term is <math>1 + 2 + 3 - 4</math>, or <math>2</math>, the last term is <math>197 + 198 + 199 - 200</math>, or <math>394</math>, and there are <math>200\div 4</math> or <math>50</math> terms. So, we have that the sum of the sequence is <math>\frac{(394+2)\cdot 50}{2}</math>, or <math>\boxed{\textbf{(B) }9900}</math>. ~Arctic_Bunny | ||
+ | |||
+ | == Solution 7 == | ||
+ | Note that the original expression is equal to | ||
+ | <cmath> (1+2+3+\dots+199+200)-2(4(1+2+3+\dots+49+50)). </cmath> | ||
+ | Since the sum of the first <math> n </math> positive integers is <math> \frac{n(n+1)}{2} </math>, this is equal to | ||
+ | <cmath> \frac{200(201)}{2}-2\left(4\left(\frac{50(51)}{2}\right)\right), </cmath> | ||
+ | which can be simplified as | ||
+ | <cmath> 20100-4(50)(51)=20100-10200. </cmath> | ||
+ | Doing the subtraction yields <math> \boxed{\textbf{(B) }9900} </math>. -BorealBear | ||
+ | |||
+ | == Solution 8 == | ||
+ | We can split the sum into 4 groups so that the terms in these groups have the same common difference of 4 | ||
+ | <math>(1+5+9+...+197)+(2+6+10+...+198)+(3+7+11+...+199)-(4+8+12+...+200)</math>. | ||
+ | Then, we can use the sum formula. It's equal to | ||
+ | <math>\frac{50\cdot(1+197)}{2} + \frac{50\cdot(2+198)}{2} + \frac{50\cdot(3+199)}{2} - \frac{50\cdot(4+200)}{2}</math>. | ||
+ | This can also be expressed as | ||
+ | <math>(25\cdot198) + (25\cdot200) + (25\cdot202) - (25\cdot204)</math>. | ||
+ | And it is equal to <math>25\cdot(198+200+202-204) = 25\cdot396 = 9900</math>. | ||
+ | Therefore, the answer is <math> \boxed{\textbf{(B) }9900} </math>. ~kurbanlik_21 | ||
+ | |||
+ | == Solution 9 == | ||
+ | We can split the answer into trios of sums and a difference: | ||
+ | (1+2+3) + (5+6+7) + (9+10+11) ... + (197+198+199) - (4+8+12+ ... + 200). | ||
+ | We note that each of our trios are consecutive integers so replace them by their average - e.g., 5+6+7 = 3*6. | ||
+ | |||
+ | We have 3 (2+6+10+ ... +198) - 4 (1+2+3+ ... + 50) = 3A - 4B. | ||
+ | How we can use a "rainbow" method for A to add 2+198 = 6+194 = .... How many terms do we have? | ||
+ | 2, 6, 10, ..., 198 has the same number of terms as the sequence | ||
+ | 0, 4, 8, ..., 198-2 = 196, which has the same number of terms as the sequence | ||
+ | 0, 1, 2, ..., 196/4 = 49 | ||
+ | So there are 50 terms, which means 50/2 = 25 pairs of 200. A is 25*200 | ||
+ | B is just 50*51/2 = 25*51 | ||
+ | |||
+ | So we have 3(25*200) - 4(25*51) = 100(150-51) = 9900 | ||
+ | ~Dilip | ||
+ | == Solution 10 (very similar to solution 7) == | ||
+ | We can treat the negative numbers separately than the rest of the sequence. | ||
+ | |||
+ | The negative numbers are as follows: <math>-4, -8, -12,... -200</math> | ||
+ | |||
+ | Summing all of the negative numbers up <math>[-51*(25*4)]</math> (first dividing the negative sequence by 4, using Gauss to add all of the numbers up, then re-multiplying by 4), we get <math>-5100</math>. | ||
+ | |||
+ | Now, we can add up the original sequence as if there were no negative numbers (so converting all negatives into positives), to which we get <math>20100</math> by having <math>201*100</math>. | ||
+ | |||
+ | We then subtract <math>5100</math> from <math>20100</math> twice (the first time to make all of the negative numbers <math>0</math> in the sequence, second time to obtain the answer). | ||
+ | |||
+ | And we obtain <math> \boxed{\textbf{(B) }9900} </math>. ~martianrunner | ||
==Video Solution 1== | ==Video Solution 1== |
Latest revision as of 01:10, 17 July 2024
Contents
Problem
What is the value of
Solution 1
Looking at the numbers, you see that every set of has positive numbers and 1 negative number. Calculating the sum of the first couple sets gives us . Clearly, this pattern is an arithmetic sequence. By using the formula we get .
-ViratKohli2018
Solution 2
Split the even numbers and the odd numbers apart. If we group every 2 even numbers together and add them, we get a total of . Summing the odd numbers is equivalent to summing the first 100 odd numbers, which is equal to . Adding these two, we obtain the answer of .
Solution 3 (bashing)
We can break this entire sum down into integer bits, in which the sum is , where is the first integer in this bit. We can find that the first sum of every sequence is , which we plug in for the bits in the entire sequence is , so then we can plug it into the first term of every sequence equation we got above , and so the sum of every bit is , and we only found the value of , the sum of the sequence is .-middletonkids
Solution 4
Another solution involves adding everything and subtracting out what is not needed. The first step involves solving . To do this, we can simply multiply and and divide by to get us . The next step involves subtracting out the numbers with minus signs. We actually have to do this twice, because we need to take out the numbers we weren’t supposed to add and then subtract them from the problem. Then, we can see that from to , incrementing by , there are numbers that we have to subtract. To do this we can do times divided by , and then we can multiply by , because we are counting by fours, not ones. Our answer will be , but remember, we have to do this twice. Once we do that, we will get . Finally, we just have to do , and our answer is .
—
Solution 5
In this solution, we group every 4 terms. Our groups should be: , , , ... . We add them together to get this expression: . This can be rewritten as . We add this to get . ~Baolan
Solution 6
We can split up this long sum into groups of four integers. Finding the first few sums, we have that , , and . Notice that this is an increasing arithmetic sequence, with a common difference of . We can find the sum of the arithmetic sequence by finding the average of the first and last terms, and then multiplying by the number of terms in the sequence. The first term is , or , the last term is , or , and there are or terms. So, we have that the sum of the sequence is , or . ~Arctic_Bunny
Solution 7
Note that the original expression is equal to Since the sum of the first positive integers is , this is equal to which can be simplified as Doing the subtraction yields . -BorealBear
Solution 8
We can split the sum into 4 groups so that the terms in these groups have the same common difference of 4 . Then, we can use the sum formula. It's equal to . This can also be expressed as . And it is equal to . Therefore, the answer is . ~kurbanlik_21
Solution 9
We can split the answer into trios of sums and a difference: (1+2+3) + (5+6+7) + (9+10+11) ... + (197+198+199) - (4+8+12+ ... + 200). We note that each of our trios are consecutive integers so replace them by their average - e.g., 5+6+7 = 3*6.
We have 3 (2+6+10+ ... +198) - 4 (1+2+3+ ... + 50) = 3A - 4B. How we can use a "rainbow" method for A to add 2+198 = 6+194 = .... How many terms do we have? 2, 6, 10, ..., 198 has the same number of terms as the sequence 0, 4, 8, ..., 198-2 = 196, which has the same number of terms as the sequence 0, 1, 2, ..., 196/4 = 49 So there are 50 terms, which means 50/2 = 25 pairs of 200. A is 25*200 B is just 50*51/2 = 25*51
So we have 3(25*200) - 4(25*51) = 100(150-51) = 9900 ~Dilip
Solution 10 (very similar to solution 7)
We can treat the negative numbers separately than the rest of the sequence.
The negative numbers are as follows:
Summing all of the negative numbers up (first dividing the negative sequence by 4, using Gauss to add all of the numbers up, then re-multiplying by 4), we get .
Now, we can add up the original sequence as if there were no negative numbers (so converting all negatives into positives), to which we get by having .
We then subtract from twice (the first time to make all of the negative numbers in the sequence, second time to obtain the answer).
And we obtain . ~martianrunner
Video Solution 1
Education, The Study of Everything
Video Solution 2
~IceMatrix
Video Solution 3
~savannahsolver
See Also
2020 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 7 |
Followed by Problem 9 | |
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.