Difference between revisions of "2022 AMC 10B Problems/Problem 15"

(Created page with "==Problem== Let <math>S_n</math> be the sum of the first <math>n</math> term of an arithmetic sequence that has a common difference of <math>2</math>. The quotient <math>\fra...")
 
(Solution)
Line 8: Line 8:
  
 
Suppose that the first number of the arithmetic sequence is <math>a</math>. We will try to compute the value of <math>S_{n}</math>. First, note that the sum of an arithmetic sequence is equal to the number of terms multiplied by the median of the sequence. The median of this sequence is equal to <math>a + n - 1</math>. Thus, the value of <math>S_{n}</math> is <math>n(a + n - 1) = n^2 + n(a - 1)</math>. Then, <cmath>\frac{S_{3n}}{S_{n}} = \frac{9n^2 + 3n(a - 1)}{n^2 + n(a - 1)} = 9 - \frac{6n(a-1)}{n^2 + n(a-1)}.</cmath> Of course, for this value to be constant, <math>6n(a-1)</math> must be <math>0</math> for all values of <math>n</math>, and thus <math>a = 1</math>. Finally, the value of <math>S_{20}</math> is <math>20^2 = \fbox{D. 400}</math>
 
Suppose that the first number of the arithmetic sequence is <math>a</math>. We will try to compute the value of <math>S_{n}</math>. First, note that the sum of an arithmetic sequence is equal to the number of terms multiplied by the median of the sequence. The median of this sequence is equal to <math>a + n - 1</math>. Thus, the value of <math>S_{n}</math> is <math>n(a + n - 1) = n^2 + n(a - 1)</math>. Then, <cmath>\frac{S_{3n}}{S_{n}} = \frac{9n^2 + 3n(a - 1)}{n^2 + n(a - 1)} = 9 - \frac{6n(a-1)}{n^2 + n(a-1)}.</cmath> Of course, for this value to be constant, <math>6n(a-1)</math> must be <math>0</math> for all values of <math>n</math>, and thus <math>a = 1</math>. Finally, the value of <math>S_{20}</math> is <math>20^2 = \fbox{D. 400}</math>
 +
 +
~mathboy100

Revision as of 16:28, 17 November 2022

Problem

Let $S_n$ be the sum of the first $n$ term of an arithmetic sequence that has a common difference of $2$. The quotient $\frac{S_{3n}}{S_n}$ does not depend on $n$. What is $S_{20}$?

$\textbf{(A) } 340 \qquad \textbf{(B) } 360 \qquad \textbf{(C) } 380 \qquad \textbf{(D) } 400 \qquad \textbf{(E) } 420$

Solution

Suppose that the first number of the arithmetic sequence is $a$. We will try to compute the value of $S_{n}$. First, note that the sum of an arithmetic sequence is equal to the number of terms multiplied by the median of the sequence. The median of this sequence is equal to $a + n - 1$. Thus, the value of $S_{n}$ is $n(a + n - 1) = n^2 + n(a - 1)$. Then, \[\frac{S_{3n}}{S_{n}} = \frac{9n^2 + 3n(a - 1)}{n^2 + n(a - 1)} = 9 - \frac{6n(a-1)}{n^2 + n(a-1)}.\] Of course, for this value to be constant, $6n(a-1)$ must be $0$ for all values of $n$, and thus $a = 1$. Finally, the value of $S_{20}$ is $20^2 = \fbox{D. 400}$

~mathboy100