Analyzing the Setup
Welcome, future engineers! Today, we are going to dissect a beautiful problem involving a Geometric Progression (G.P.). When you see a G.P. problem in the JEE Advanced, do not just start crunching numbers. First, pause and look at the 'DNA' of the sequence.
We define our terms as a1=a, a2=ar, a3=ar2, a4=ar3, and a5=ar4. The problem gives us two critical constraints: the numbers are positive, and the sequence is increasing.
This immediately tells us that a>0 and r>1. If r were less than 1, the terms would shrink; if r were negative, the terms would flip-flop between positive and negative. Keep these constraints in your pocket—they are the key to rejecting extraneous solutions later.
The Product Trap
The problem provides the product of the third and fifth terms: a3a5=729. Let us translate this into our algebraic language:
When you multiply these, remember the laws of exponents: a⋅a=a2 and r2⋅r4=r6. So, we have a2r6=729.
Now, look at this expression. It is a perfect square! We can rewrite it as (ar3)2=729. Taking the square root of both sides, we get:
This is the 'Aha!' moment. We have reduced a complex product into a clean, linear-looking relationship.
The Summation Bridge
Next, we are given the sum of the second and fourth terms: a2+a4=4111. Translating this, we get:
Now, look at the beauty of the substitution method. We already know from Equation (i) that ar3=27. Why solve for a and r separately when we can just plug this value in?
Substituting 27 into our sum equation, we get ar+27=4111. Subtracting 27 from both sides, we find:
Calculating this, 27×4=108, so ar=4111−108=43. We label this Equation (iii):
The Final Assembly
Now we have two simple equations: ar3=27 and ar=43. To isolate r, we divide the first by the second:
The a terms cancel out, leaving r2=27×34=9×4=36. Since r>1, we take the positive root:
With r in hand, finding a is trivial. Using ar=43, we get a(6)=43, which simplifies to:
We have successfully decoded the sequence! The final task is to calculate 24(a1+a2+a3), which is 24(a+ar+ar2). Factoring out a, we get:
Substituting our values:
24×81×(1+6+62)=3×(1+6+36)=3×43=129
There it is! The logic holds, the math is clean, and the final answer is 129. Remember, in JEE, it is never just about the final number; it is about the elegance of the path you take to get there.