Question
Question: Find the sum of first n terms of: i) 4 + 44 + 444 +.... ii) 0.7 + 0.77 + 0.777 +.......
Find the sum of first n terms of:
i) 4 + 44 + 444 +....
ii) 0.7 + 0.77 + 0.777 +....
Solution
Hint: We need to convert the given terms into particular series where we can apply some formula to get the desired result.
i)4 + 44 + 444 +.... up to n terms
4(1+11+111+.....up to n terms)
Dividing and multiplying the above series of 9, we get
⇒94(9+99+999+....uptonterms)
⇒94[(10−1)+(102−1)+....uptonterms]
Separating the terms inside brackets,
⇒94[(10+102+....+10n)−(1+1+1+...ntimes)]
The terms are 10+102+....+10n in geometric progression (G.P.) with a = 10, r = 10, using the formula of sum of n terms of G.P. ⇒Sn=[(r−1)a(rn−1)],r>1
⇒94⋅10[(10−1)(10n−1)]−n(1)
⇒94[910(10n−1)−n]
∴ The sum of 4 + 44 + 444 +.... up to n terms = 94[910(10n−1)−n]
ii)We have to find the Sum = 0.7 + 0.77 + 0.777 +....up to n terms
Dividing and multiplying the above series with 9, we get
⇒97(0.9+0.99+0.999+....uptonterms)
⇒97[(1−0.1)+(1−0.01)+(1−0.001)....uptonterms]
Separating the terms inside the bracket
⇒97[(1+1+1+...ntimes)−(101+1001+10001+....uptonterms)]
The terms (101+1001+10001+....uptonterms) are in G.P. with a = 101, r = 101, using the formula of sum of n terms of G.P. ⇒Sn=[(1−r)a(1−rn)],r<1
⇒97[n−0.1×1−0.11−(0.1)n]
⇒817[9n−1+10−n]
∴ The sum of 0.7 + 0.77 + 0.777 +....up to n terms = 817[9n−1+10−n]
Note:
We need to follow the step by step procedure just as shown above to get the solution.
We have the sum of first ‘n’ terms in a geometric progression with first term as ‘a’ and common ratio as ‘r’ is given by
Sn=[(r−1)a(rn−1)],whenr>1
Sn=[(1−r)a(1−rn)],whenr<1.