The Elegance of Arithmetic Progressions
Imagine you are standing at the base of a grand, infinite staircase. Each step you take represents a term in an Arithmetic Progression (A.P.).
You know exactly where you started—the first step, a1, is at a height of 8. You also know that every time you move to the next step, you climb by a constant, fixed height, which we call the common difference, d.
This is the heartbeat of an A.P.: a predictable, rhythmic climb. Today, we are going to decode the structure of this staircase using only the clues provided by the sum of its parts.
Phase 1
Decoding the Start
We are told that the sum of the first four steps is 50. Let's translate this into the language of algebra.
The first four terms are a1,a2,a3, and a4. In an A.P., we can express any term using the first term and the common difference: ak=a1+(k−1)d.
Thus, our sum becomes:
a1+(a1+d)+(a1+2d)+(a1+3d)=50
Simplifying this, we get 4a1+6d=50. Since we know a1=8, we substitute it in: 4(8)+6d=50, which simplifies to 32+6d=50.
Subtracting 32 from both sides gives us 6d=18, and finally, d=3. We have successfully unlocked the rhythm of our staircase; every step is exactly 3 units higher than the last.
Phase 2
The Bridge to the End
Now, let's look at the other end of the sequence. The problem tells us that the sum of the last four terms is 170.
These terms are an−3,an−2,an−1, and an. Using our general term formula, we express each of these in terms of n and d:
an−3=a1+(n−4)d
an−2=a1+(n−3)d
an−1=a1+(n−2)d
an=a1+(n−1)d
When we sum these, we get 4a1+(4n−10)d=170. Substituting a1=8 and d=3, we have 4(8)+(4n−10)3=170.
Expanding this, we get 32+12n−30=170, which simplifies beautifully to 12n+2=170. Solving for n, we find 12n=168, so n=14. Our staircase has exactly 14 steps.
Phase 3
Finding the Middle
With n=14, we are dealing with an even number of terms. In such a sequence, there isn't just one middle term; there are two.
They sit at positions 2n and 2n+1. For n=14, these are the 7th and 8th terms, a7 and a8.
Let's calculate them:
a7=a1+6d=8+6(3)=8+18=26
a8=a1+7d=8+7(3)=8+21=29
The Final Celebration
We have reached the summit! The question asks for the product of these two middle terms.
We simply multiply 26 and 29:
And there it is. By breaking the problem into manageable phases—first finding the common difference, then the total number of terms, and finally identifying the middle—we have navigated the complexity with ease.
Remember, in JEE Advanced, the math is rarely about brute force; it is about finding the hidden geometric or algebraic structure and letting it guide you to the solution. The final answer is 754.