Difference between revisions of "1994 AHSME Problems/Problem 14"
(Created page with "==Problem== Find the sum of the arithmetic series <cmath> 20+20\frac{1}{5}+20\frac{2}{5}+\cdots+40 </cmath> <math> \textbf{(A)}\ 3000 \qquad\textbf{(B)}\ 3030 \qquad\textbf{(C)}\...") |
(→Solution) |
||
Line 4: | Line 4: | ||
<math> \textbf{(A)}\ 3000 \qquad\textbf{(B)}\ 3030 \qquad\textbf{(C)}\ 3150 \qquad\textbf{(D)}\ 4100 \qquad\textbf{(E)}\ 6000 </math> | <math> \textbf{(A)}\ 3000 \qquad\textbf{(B)}\ 3030 \qquad\textbf{(C)}\ 3150 \qquad\textbf{(D)}\ 4100 \qquad\textbf{(E)}\ 6000 </math> | ||
==Solution== | ==Solution== | ||
+ | |||
+ | |||
+ | |||
+ | ===Brief Introduction=== | ||
+ | |||
+ | For those that do not know the formula, the sum of an arithmetic series with first term <math>a_1</math>, last term <math>a_n</math> as <math>n</math> terms, is <cmath>n=\frac{a_1+a_n}{2}.</cmath> We can prove this as follows: | ||
+ | |||
+ | Let <math>d</math> be the common difference between terms of our series and let <math>n</math> be the number of terms in our series. Let <math>a_1</math> be the first term. Our series is <cmath>a_1,~a_1+d,~a_1+2d,\dots,a_1+(n-1)d.</cmath> Note that we have <math>n-1</math> in the last term because <math>a_1</math> is a term. Let <math>S</math> be our sum such that <cmath>S=a_1+(a_1+d)+\dots+(a_1+(n-d)d).</cmath> We can rewrite our sums as <cmath>S=(a_1+(n-1)d)+(a_1+(n-2)d)+\dots+(a_1+d)+a_1.</cmath> Adding these two sums together essentially creates <math>n</math> pairs of <math>a_1+(a_1+(n-1)d)</math> as shown below: <cmath>2S=n(a_1+(a_1+(n-1)d))\implies S=n\left(\frac{a_1+a_n}{2}\right).</cmath> We use <math>a_n</math> in place of <math>a_1+(n-1)d</math> to represent the last term. | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===Solving=== | ||
+ | |||
+ | Our first term is <math>20</math> and our last term is <math>40</math>. To find the number of terms, <math>n</math>, we note that the common difference between each term is <math>\frac{1}{5}</math>. So we have <cmath>20+\frac{1}{5}(n-1)=40\implies n-1=100\implies n=101.</cmath> Using our formula, our sum is <cmath>101\left(\frac{20+40}{2}\right)=101\times 30=\boxed{\textbf{(B) }3030.}</cmath> | ||
+ | |||
+ | |||
+ | --Solution by [http://www.artofproblemsolving.com/Forum/memberlist.php?mode=viewprofile&u=200685 TheMaskedMagician] |
Revision as of 18:52, 20 July 2014
Problem
Find the sum of the arithmetic series
Solution
Brief Introduction
For those that do not know the formula, the sum of an arithmetic series with first term , last term as terms, is We can prove this as follows:
Let be the common difference between terms of our series and let be the number of terms in our series. Let be the first term. Our series is Note that we have in the last term because is a term. Let be our sum such that We can rewrite our sums as Adding these two sums together essentially creates pairs of as shown below: We use in place of to represent the last term.
Solving
Our first term is and our last term is . To find the number of terms, , we note that the common difference between each term is . So we have Using our formula, our sum is
--Solution by TheMaskedMagician