Analyzing the Setup
Imagine you are standing before a complex, multi-layered puzzle. You have an Arithmetic Progression (AP), but you do not know its starting point a, its common difference d, or even the number of terms n.
Yet, you are asked to find the sum of the first 6n terms. It feels impossible, but the secret of JEE Advanced is to look for the structure of the whole when the individual pieces remain elusive.
The Toolkit
The Sum Formula
Our journey begins with the fundamental tool for the sum of the first k terms of an AP:
We are given S1 (the sum of 2n terms) and S2 (the sum of 4n terms). We express these as:
S1=22n[2a+(2n−1)d]=n[2a+(2n−1)d]
S2=24n[2a+(4n−1)d]=2n[2a+(4n−1)d]
The Algebraic Dance
We face the condition S2−S1=1000. Substituting our expressions, we get:
2n[2a+(4n−1)d]−n[2a+(2n−1)d]=1000
Distributing the terms, we obtain:
4na+2n(4n−1)d−2na−n(2n−1)d=1000
Grouping the a terms yields 2na. For the d terms, we factor out nd:
Simplifying the bracketed expression:
Our equation now stands as 2na+nd(6n−1)=1000. Factoring out n, we reach the revelation:
The Final Act
We are asked to find S6n. Writing its formula:
S6n=26n[2a+(6n−1)d]=3n[2a+(6n−1)d]
Look closely at this expression; it is exactly 3 times the expression we just derived. Since n[2a+(6n−1)d]=1000, it follows that:
We did not need to find a, d, or n. By recognizing the pattern, we arrive at the final answer of 3000.