Analyzing the Setup
Imagine you are standing at the start of a long, perfectly spaced line of numbers. This is an Arithmetic Progression (AP), a sequence where every step you take is of the exact same size, d.
We are given an AP with 30 terms, a1,a2,…,a30. We have two sums: S, the sum of all 30 terms, and T, the sum of only the odd-indexed terms. Our goal is to find a10.
Deconstructing the Total Sum S
The standard formula for the sum of the first n terms of an AP is:
For our total sum S, we have n=30. Substituting this, we get:
S=230[2a1+(30−1)d]=15(2a1+29d)
Expanding this, we obtain our first pillar:
The Mystery of the Sub-sequence T
Now, let us look at T=a1+a3+a5+⋯+a29. Notice that T is itself an arithmetic progression.
The first term is a1, the common difference is 2d, and there are exactly 15 terms. Applying the sum formula:
Simplifying the expression inside the brackets:
T=215[2a1+28d]=15(a1+14d)=15a1+210d
To facilitate our calculation, we compute 2T:
The Algebraic Dance
We are given the relationship S−2T=75. Substituting our derived expressions:
(30a1+435d)−(30a1+420d)=75
The a1 terms cancel out entirely, leaving:
Dividing by 15, we find the common difference:
Final Calculation
Now that we have d, we use the given condition a5=27. Using the general term formula an=a1+(n−1)d:
Substituting d=5:
a1+4(5)=27⇒a1+20=27⇒a1=7
Finally, we calculate the target term a10:
The final answer is 52.