SOLUTION: Find the sum to n terms of the G.P. 1+12+104+1006+....
Algebra
->
Sequences-and-series
-> SOLUTION: Find the sum to n terms of the G.P. 1+12+104+1006+....
Log On
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
Question 323108
:
Find the sum to n terms of the G.P. 1+12+104+1006+....
Answer by
Jk22(389)
(
Show Source
):
You can
put this solution on YOUR website!
=sum(10^k+2k,k=0,n-1)
=1/9*(10^n-1)+n(n-1)