Bunuel
In a sequence of numbers \(t_1\), \(t_2\), \(t_3\), ... the difference of any two successive terms is a constant. If \(|t_8| = |t_{16}|\) and \(t_3 ≠ t_7\), what is the sum of the first 23 terms of the sequence?
A. -10
B. -4
C. 0
D. 4
E. 10
Are You Up For the Challenge: 700 Level QuestionsSince the difference between 2 consecutive terms is constant, we can have many possible scenarios, one of which is an Arithmetic progression.
For example, one series can be: a, b, a, b, a, b ... where the terms alternate. Since we are discussing the difference, we have to basically subtract the smaller from the larger. Thus, the series 1, 4, 1, 4, ... has difference between successive terms always 3.
In such a scenario, the terms t1 = t3 = t5 = t7 = t9 etc. and t2 = t4 = t6 = t8 ... = t16
Note that we cannot have this particular case as possible since t3 and t7 are not equal (mentioned).
However, there can be other variations too; for example: 1, 4, 7, 10, 7, 4, 1, 4, 7 ... also has the difference between consecutive terms equal.
In such cases, it won't be possible to determine the answer since there can be many possibilities.
Most likely, this question should be interpreted as an Arithmetic sequence.
In that case, we have: |t8| = |t16|=> t8 and t16 are equal but opposite in sign (since they all cannot be equal as it is mentioned that t3 is not equal to t7).Thus, the middle number (between t8 and t16), i.e. t12 must be zeroThe average of the first 23 terms is the (23 + 1)/2 = 12th termThus, the average of the first 23 terms is 0=> Sum of the first 23 terms is also 0
Answer C