N
ND
Guest
Can the sum 1+11+111+...+11111... (n digits) be found using a method other than this:
1111... (n digits) is the sum of the GP 1+10+100+...(n terms) = (10^n - 1)/9
.'. 1+11+111+...+11111... = (10 - 1)/9 + (10^2 - 1)/9 +.... (10^n - 1)/9
= (10 + 10^2 +...+ 10^n)/9 - n/9
= 10(10^n - 1)/81 - n/9 (as 10 + 10^2 +...+ 10^n is a GP = 10(10^n - 1)/9)
Thanks.
1111... (n digits) is the sum of the GP 1+10+100+...(n terms) = (10^n - 1)/9
.'. 1+11+111+...+11111... = (10 - 1)/9 + (10^2 - 1)/9 +.... (10^n - 1)/9
= (10 + 10^2 +...+ 10^n)/9 - n/9
= 10(10^n - 1)/81 - n/9 (as 10 + 10^2 +...+ 10^n is a GP = 10(10^n - 1)/9)
Thanks.