Bunuel
The sequences \(x_1\), \(x_2\), ... and \(y_1\), \(y_2\), ... are in arithmetic progressions (an arithmetic progression is a sequence of numbers such that the difference between the consecutive terms is constant) such that \(x_1+y_1=100\) and \(x_{22}−x_{21}=y_{99}−y_{100}\). What is the sum of the first 100 terms of the progression, \((x_1+y_1)\), \((x_2+y_2)\), ....
A. 0
B. 9,900
C. 10,000
D. 11,000
E. 12,000
Are You Up For the Challenge: 700 Level Questions Deconstructing the QuestionSequence \(x\) is an Arithmetic Progression (AP) with common difference \(d_x\).
Sequence \(y\) is an AP with common difference \(d_y\).
Given:
1. \(x_1 + y_1 = 100\)
2. \(x_{22} - x_{21} = y_{99} - y_{100}\)
Target: Sum of the first 100 terms of the sequence \((x_n + y_n)\).
Step 1: Analyze the Common DifferencesBy definition of AP:
\(x_{22} - x_{21} = d_x\) (Difference between consecutive terms).
\(y_{99} - y_{100} = -(y_{100} - y_{99}) = -d_y\).
Substitute these into the given equation:
\(d_x = -d_y\)
\(d_x + d_y = 0\).
Step 2: Analyze the Combined SequenceLet the new sequence be \(z_n = x_n + y_n\).
The common difference of this new sequence (\(D\)) is the sum of the individual common differences:
\(D = d_x + d_y\).
From Step 1, we know \(D = 0\).
This means the sequence \(z_n\) is a
constant sequence. Every term is equal to the first term.
Step 3: Calculate the SumFirst term: \(z_1 = x_1 + y_1 = 100\).
Since the sequence is constant, the first 100 terms are all equal to 100.
Sum = \(100 \times (\text{Value of each term})\)
Sum = \(100 \times 100 = 10,000\).
Answer: C