Analyzing the Setup
Imagine you are standing on a long, straight road, and every few meters, there is a milestone. These milestones represent an Arithmetic Progression (A.P.), a sequence where the gap between any two consecutive points is always the same.
In our problem, we are given a sequence
a1,a2,a3,…,an and a specific sum:
a1+a4+a7+a10+a13+a16=114
At first glance, this looks like a standard algebra problem where you might be tempted to dive into the formulas for the n-th term, an=a+(n−1)d. However, before you start scribbling down equations for a and d, let us pause and look for the hidden geometry of the sequence.
The Power of Pairs
There is a beautiful, almost poetic property in an A.P.: the sum of terms equidistant from the beginning and the end is constant. Mathematically, this means ak+an−k+1=a1+an.
The magic lies in the indices. If the sum of the indices is constant, the sum of the terms is constant. Let us look at our given terms: a1,a4,a7,a10,a13,a16.
If we pair them up, we get:
Pair 1: (a1+a16), where 1+16=17.
Pair 2: (a4+a13), where 4+13=17.
* Pair 3: (a7+a10), where 7+10=17.
Because the sum of the indices for every pair is exactly 17, the property tells us that a1+a16=a4+a13=a7+a10.
Simplifying the Equation
Now, the problem transforms from a tedious calculation into a simple substitution. We can rewrite our original sum as:
(a1+a16)+(a4+a13)+(a7+a10)=114
Since all these pairs are equal to
(a1+a16), we can replace them all:
(a1+a16)+(a1+a16)+(a1+a16)=114
This simplifies beautifully to:
3(a1+a16)=114
Dividing by 3, we find that a1+a16=38. This value is the key to the entire puzzle.
The Final Leap
We are asked to find the sum S=a1+a6+a11+a16. Let us apply our pairing strategy again.
We group them as (a1+a16)+(a6+a11). We already know a1+a16=38.
What about a6+a11? The sum of the indices is 6+11=17. By our symmetry property, a6+a11 must also equal a1+a16, which is 38.
Therefore, our target sum is simply:
S=38+38=76
By observing the symmetry rather than brute-forcing the algebra, we have arrived at the answer with elegance and speed. This is the heart of JEE Advanced mathematics: finding the simplest path through the complexity. The final answer is 76.