Analyzing the Setup
Imagine you are standing before a sequence of numbers, a Geometric Progression (G.P.), where every term is born from the previous one by a constant multiplier, r. In the world of JEE Advanced, problems like this are not just about calculation; they are about pattern recognition.
We are given two conditions: the sum of the second, fourth, and sixth terms is 21, and the sum of the eighth, tenth, and twelfth terms is 15309.
At first glance, this looks like a system of equations that might lead to a nightmare of algebra. But pause. Take a breath. Look at the indices.
The terms are T2,T4,T6 and T8,T10,T12. Each term in the second set is exactly r6 times the corresponding term in the first set. This is the hidden geometric reality.
Decoding the Conditions
Let us formalize this. We define our G.P. with first term a and common ratio r. The first condition is T2+T4+T6=21.
Expanding this using Tn=arn−1, we get ar+ar3+ar5=21. If we factor out ar, we are left with:
ar(1+r2+r4)=21(Equation 1)
Now, look at the second condition: T8+T10+T12=15309. Expanding this, we get ar7+ar9+ar11=15309.
If we factor out ar7, we get:
ar7(1+r2+r4)=15309(Equation 2)
Notice the beauty? The term (1+r2+r4) is identical in both equations. This is not a coincidence; it is the problem designer's gift to you.
The Power of Division
Now, we perform the masterstroke. We divide Equation 2 by Equation 1:
ar(1+r2+r4)ar7(1+r2+r4)=2115309
The a cancels. The entire bracket (1+r2+r4) cancels. We are left with:
We have successfully isolated the common ratio. Since 36=729, we find r=3. We reject r=−3 because the problem implies positive terms.
With r=3 in hand, we return to Equation 1:
This becomes 3a(1+9+81)=21, or 3a(91)=21. Solving for a, we get:
The Final Summation
We have our foundation: a=131 and r=3. The question asks for the sum of the first nine terms, S9.
We use the formula Sn=r−1a(rn−1). Substituting our values:
S9=3−1131(39−1)=13×239−1=2639−1
We know 36=729, so 39=729×27=19683. Thus:
S9=2619683−1=2619682=757
The journey is complete. We navigated the algebra, respected the constraints, and arrived at the elegant solution of 757. Keep this mindset—look for the symmetry, and the math will always reveal its secrets.