Question
Question: The value of $2^2 + 22^2 + 222^2 ...$ upto n terms = $\frac{4}{81}[\frac{100(10^{2n}-1)}{99}-(n+2a)]...
The value of 22+222+2222... upto n terms = 814[99100(102n−1)−(n+2a)]

False
Solution
The k-th term of the series is the number formed by repeating the digit 2, k times. This can be written as:
ak=2×k times11…1
The number k times11…1 is a repunit, which can be expressed as 910k−1.
So, the k-th term is ak=2×910k−1=92(10k−1).
We need to find the sum of the squares of these terms up to n terms:
Sn=∑k=1nak2=∑k=1n(92(10k−1))2
Sn=∑k=1n814(10k−1)2
Sn=814∑k=1n(102k−2⋅10k+1)
We can separate the sum into three parts:
Sn=814(∑k=1n102k−2∑k=1n10k+∑k=1n1)
Let's evaluate each sum:
-
∑k=1n1=n
-
∑k=1n10k=101+102+⋯+10n. This is a geometric series with the first term a=10, common ratio r=10, and n terms. The sum is r−1a(rn−1)=10−110(10n−1)=910(10n−1).
-
∑k=1n102k=∑k=1n(102)k=∑k=1n100k=1001+1002+⋯+100n. This is a geometric series with the first term a=100, common ratio r=100, and n terms. The sum is r−1a(rn−1)=100−1100(100n−1)=99100(102n−1).
Substitute these sums back into the expression for Sn:
Sn=814(99100(102n−1)−2⋅910(10n−1)+n)
Sn=814(99100(102n−1)−920(10n−1)+n)
Now, let's compare this derived formula with the given formula:
Given formula: Sn=814[99100(102n−1)−(n+2a)]
Let's try to match the terms inside the square brackets. The first term 99100(102n−1) matches.
The remaining terms in our derived formula are −920(10n−1)+n.
The remaining term in the given formula is −(n+2a).
For the formulas to be equal, we would need:
−920(10n−1)+n=−(n+2a)
Since the value of 'a' depends on 'n', 'a' is not a constant. The structure of the derived formula involves a term with 10n, while the given formula has a term linear in n (plus a constant). This indicates that the given formula is incorrect.
Therefore, the given formula is incorrect.