Analyzing the Setup
We are given an Arithmetic Progression (A.P.) with 2n terms: a1,a2,a3,…,a2n. The sum of the odd-positioned terms is 24, and the sum of the even-positioned terms is 30.
Instead of using the standard sum formula, we observe the symmetry of the sequence. We define the sum of odd terms as Sodd and the sum of even terms as Seven.
The Subtraction Trick
Consider the difference between the sum of even-positioned terms and odd-positioned terms:
Seven−Sodd=(a2−a1)+(a4−a3)+⋯+(a2n−a2n−1)
Each bracketed term represents the common difference d. Since there are 2n terms, there are exactly n such pairs.
This yields our first fundamental relation: nd=6.
The Last Term Constraint
We are given that the last term exceeds the first by 221. Mathematically, this is expressed as:
Using the general term formula a2n=a1+(2n−1)d, we substitute to get:
Expanding this equation, we obtain:
Solving for Parameters
Substituting our known relation nd=6 into the equation above:
Now, we solve for n using nd=6:
The total number of terms in the sequence is 2n=8.
The Final Hunt
To find the first term a1, we use the sum of the odd-positioned terms:
Sodd=2n[2a1+(n−1)(2d)]=24
Substituting n=4 and d=1.5 (so 2d=3):
The sequence is 1.5,3,4.5,6,7.5,9,10.5,12. The integer terms in this sequence are 3,6,9,12.
There are exactly 4 integer terms in the sequence.