Analyzing the Setup
We are tasked with finding the sum of the first 20 terms of the sequence 0.7,0.77,0.777,….
At first glance, you might be tempted to look for a common difference or a common ratio, but you will quickly realize that neither exists. This is not an Arithmetic Progression, nor is it a Geometric Progression.
It is a hybrid, a pattern that requires us to peel back the layers using the art of algebraic manipulation.
The Magic of the Nine
To solve this, we need to transform the sequence into something our mathematical toolkit can handle. The educator's secret weapon here is the 9/9 trick.
Why nine? Because nine is just one step away from ten, and powers of ten are the language of decimals. Let us factor out the 7 from each term:
Now, we multiply and divide by 9 to get:
Suddenly, the sequence starts to look familiar. We have turned a messy decimal sequence into a series of numbers that are almost integers.
The Decomposition
Breaking the Pattern
This is the pivotal moment in our journey. We can rewrite each term 0.9,0.99,0.999,… as a difference: 0.9=1−0.1, 0.99=1−0.01, and 0.999=1−0.001.
In the language of powers, this is (1−10−1),(1−10−2),(1−10−3),…,(1−10−20). By substituting this back into our sum, we get:
S=97[(1−10−1)+(1−10−2)+⋯+(1−10−20)]
Now, we can separate the constants from the powers of ten. We have 20 ones, which sum to 20, and a series of negative powers of ten:
S=97[20−(10−1+10−2+⋯+10−20)]
The Geometric Progression Revealed
Now, look at the second part of the expression: (10−1+10−2+⋯+10−20). This is a classic Geometric Progression (GP) where the first term a=10−1=0.1 and the common ratio r=10−1=0.1.
The number of terms is n=20. Using the sum formula for a GP, Sn=1−ra(1−rn), we calculate:
Sum=1−0.10.1(1−0.120)=0.90.1(1−10−20)=91(1−10−20)
The Final Synthesis
We are almost at the finish line. Let us plug this back into our main equation:
To simplify this, we take 91 as a common factor from inside the bracket:
This gives us:
Simplifying the constants, we arrive at the final result:
This elegant result matches our option perfectly. Remember, in JEE Advanced, the complexity is often just a veil. Once you apply the right transformation, the problem collapses into a simple, beautiful solution.