Difference between revisions of "2022 AMC 10B Problems/Problem 15"
Mathboy100 (talk | contribs) (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...") |
Mathboy100 (talk | contribs) (→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 15:28, 17 November 2022
Problem
Let be the sum of the first term of an arithmetic sequence that has a common difference of . The quotient does not depend on . What is ?
Solution
Suppose that the first number of the arithmetic sequence is . We will try to compute the value of . 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 . Thus, the value of is . Then, Of course, for this value to be constant, must be for all values of , and thus . Finally, the value of is
~mathboy100