Difference between revisions of "2020 AMC 10A Problems/Problem 8"

(Solution 3)
(Video Solution)
(19 intermediate revisions by 7 users not shown)
Line 7: Line 7:
  
 
== Solution 1 ==
 
== Solution 1 ==
 +
 +
Looking at the numbers, you see that every set of <math>4</math> has <math>3</math> positive numbers and 1 negative number. Calculating the sum of the first couple sets gives us <math>2+10+18...+394</math>. Clearly, this pattern is an arithmetic sequence. By using the formula we get <math>\frac{2+394}{2}\cdot 50=\boxed{\textbf{(B) }9900}</math>
 +
 +
-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 <math>50\cdot (-2)=-100</math>. Summing the odd numbers is equivalent to summing the first 100 odd numbers, which is equal to <math>100^2=10000</math>. Adding these two, we obtain the answer of <math>\boxed{\text{(B) }9900}</math>.
 
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 <math>50\cdot (-2)=-100</math>. Summing the odd numbers is equivalent to summing the first 100 odd numbers, which is equal to <math>100^2=10000</math>. Adding these two, we obtain the answer of <math>\boxed{\text{(B) }9900}</math>.
  
== Solution 2 ==
+
== Solution 3 (bashy) ==
 +
 
 +
We can break this entire sum down into <math>4</math> integer bits, in which the sum is <math>2x</math>, where <math>x</math> is the first integer in this bit. We can find that the first sum of every sequence is <math>4x-3</math>, which we plug in for the <math>50</math> bits in the entire sequence is <math>1+2+3+\cdots+50=1275</math>, so then we can plug it into the first term of every sequence equation we got above <math>4(1275)-3(50)=4950</math>, and so the sum of every bit is <math>2x</math>, and we only found the value of <math>x</math>, the sum of the sequence is <math>4950\cdot2=\boxed{(B)9900}</math>.-middletonkids
  
We can break this entire sum down into <math>4</math> integer bits, in which the sum is <math>2x</math>, where <math>x</math> is the first integer in this bit. We can find that the first sum of every sequence is <math>4x-3</math>, which we plug in for the <math>50</math> bits in the entire sequence is <math>1+2+3+\cdots+50=1275</math>, so then we can plug it into the first term of every sequence equation we got above <math>4(1275)-3(50)=4950</math>, and so the sum of every bit is <math>2x</math>, and we only found the value of <math>x</math>, the sum of the sequence is <math>4950\cdot2=\boxed{(B)9900}</math>.
+
== Solution 4 ==
 +
Another solution involves adding everything and subtracting out what is not needed.  The first step involves solving <math>1+2+3+4+5+6+7+8+\cdots+197+198+199+200</math>.  To do this, we can simply multiply <math>200</math> and <math>201</math> and divide by <math>2</math> to get us <math>20100</math>.  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 <math>4</math> to <math>200</math>, incrementing by <math>4</math>, there are <math>50</math> numbers that we have to subtract.  To do this we can do <math>50</math> times <math>51</math> divided by <math>2</math>, and then we can multiply by <math>4</math>, because we are counting by fours, not ones.  Our answer will be <math>5100</math>, but remember, we have to do this twice.  Once we do that, we will get <math>10200</math>.  Finally, we just have to do <math>20100-10200</math>, and our answer is <math>\boxed{\text{(B) }9900}</math>.  
  
-middletonkids
+
— <math>Phineas1500</math>
  
== Solution 3 ==
+
== Solution 5 ==  
Another solution involves adding everything and subtracting out what is not needed. The first step involves solving <math>1+2+3+4+5+6+7+8+\cdots+197+198+199+200</math>.  To do this, we can simply multiply <math>200</math> and <math>201</math> and divide by <math>2</math>. This will get us <math>20100</math>. 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.  Doing a quick calculation, we can see that from <math>4</math> to <math>200</math>, incrementing by <math>4</math>, there are <math>50</math> numbers that we have to subtract. To do this we can do <math>50</math> times <math>51</math> divided by <math>2</math>, and then we can multiply by <math>4</math>, because we are counting by fours, not ones. Our answer will be <math>5100</math>, but remember, we have to do this twice. As a result, we will get <math>10200</math>. Finally, we just have to do <math>20100-10200</math>, and our answer is <math>\boxed{\text{(B) }9900}</math>.  
+
In this solution, we group every 4 terms. Our groups should be: <math>1 + 2 + 3 - 4 = 2</math>, <math>5 + 6 + 7 - 8 = 10</math>, <math>9 + 10 + 11 - 12 = 18</math>, ... <math>197 + 198 + 199 - 200 = 394</math>. We add them together to get this expression: <math>2 + 10 + 18 + ... + 394</math>. This can be rewritten as <math>8 * (0 + 1 + 2 + ... + 49) + 100</math>. We add this to get <math>\boxed{\textbf{(B) }9900}</math>.   ~Baolan
  
— Phineas1500
+
== 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{\text{(B) }9900}</math>. ~Arctic_Bunny
  
 
==Video Solution==
 
==Video Solution==
 +
 +
Education, The Study of Everything
 +
 +
https://youtu.be/xoIWkRr0BOo
 +
 
https://youtu.be/JEjib74EmiY
 
https://youtu.be/JEjib74EmiY
  
 
~IceMatrix
 
~IceMatrix
 +
 +
https://youtu.be/8osKFz1CMSc
 +
 +
~savannahsolver
  
 
==See Also==
 
==See Also==

Revision as of 11:46, 7 November 2020

Problem

What is the value of

$1+2+3-4+5+6+7-8+\cdots+197+198+199-200?$

$\textbf{(A) } 9,800 \qquad \textbf{(B) } 9,900 \qquad \textbf{(C) } 10,000 \qquad \textbf{(D) } 10,100 \qquad \textbf{(E) } 10,200$

Solution 1

Looking at the numbers, you see that every set of $4$ has $3$ positive numbers and 1 negative number. Calculating the sum of the first couple sets gives us $2+10+18...+394$. Clearly, this pattern is an arithmetic sequence. By using the formula we get $\frac{2+394}{2}\cdot 50=\boxed{\textbf{(B) }9900}$

-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 $50\cdot (-2)=-100$. Summing the odd numbers is equivalent to summing the first 100 odd numbers, which is equal to $100^2=10000$. Adding these two, we obtain the answer of $\boxed{\text{(B) }9900}$.

Solution 3 (bashy)

We can break this entire sum down into $4$ integer bits, in which the sum is $2x$, where $x$ is the first integer in this bit. We can find that the first sum of every sequence is $4x-3$, which we plug in for the $50$ bits in the entire sequence is $1+2+3+\cdots+50=1275$, so then we can plug it into the first term of every sequence equation we got above $4(1275)-3(50)=4950$, and so the sum of every bit is $2x$, and we only found the value of $x$, the sum of the sequence is $4950\cdot2=\boxed{(B)9900}$.-middletonkids

Solution 4

Another solution involves adding everything and subtracting out what is not needed. The first step involves solving $1+2+3+4+5+6+7+8+\cdots+197+198+199+200$. To do this, we can simply multiply $200$ and $201$ and divide by $2$ to get us $20100$. 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 $4$ to $200$, incrementing by $4$, there are $50$ numbers that we have to subtract. To do this we can do $50$ times $51$ divided by $2$, and then we can multiply by $4$, because we are counting by fours, not ones. Our answer will be $5100$, but remember, we have to do this twice. Once we do that, we will get $10200$. Finally, we just have to do $20100-10200$, and our answer is $\boxed{\text{(B) }9900}$.

$Phineas1500$

Solution 5

In this solution, we group every 4 terms. Our groups should be: $1 + 2 + 3 - 4 = 2$, $5 + 6 + 7 - 8 = 10$, $9 + 10 + 11 - 12 = 18$, ... $197 + 198 + 199 - 200 = 394$. We add them together to get this expression: $2 + 10 + 18 + ... + 394$. This can be rewritten as $8 * (0 + 1 + 2 + ... + 49) + 100$. We add this to get $\boxed{\textbf{(B) }9900}$. ~Baolan

Solution 6

We can split up this long sum into groups of four integers. Finding the first few sums, we have that $1 + 2 + 3 - 4 = 2$, $5 + 6 + 7 - 8 = 10$, and $9 + 10 + 11 - 12 = 18$. Notice that this is an increasing arithmetic sequence, with a common difference of $8$. 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 $1 + 2 + 3 - 4$, or $2$, the last term is $197 + 198 + 199 - 200$, or $394$, and there are $200\div 4$ or $50$ terms. So, we have that the sum of the sequence is $\frac{(394+2)\cdot 50}{2}$, or $\boxed{\text{(B) }9900}$. ~Arctic_Bunny

Video Solution

Education, The Study of Everything

https://youtu.be/xoIWkRr0BOo

https://youtu.be/JEjib74EmiY

~IceMatrix

https://youtu.be/8osKFz1CMSc

~savannahsolver

See Also

2020 AMC 10A (ProblemsAnswer KeyResources)
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. AMC logo.png