
Patrick B. answered 11/10/18
Math and computer tutor/teacher
The main concept you need is the PARTIAL SUM.
This PARTIAL SUM is , in and of itself, another sequence, defined
in terms of common ratio r.
The first partial sum, denoted S1, is simply the first term. So S1 = 1 = r^0
The 2nd partial sum is S2 = 1 + r^1 = 1+r
THe 3rd partial sum is S3 = 1 + r + r^2
etc etc
The Kth partial sum is Sk = 1 + r + r^2 + r^3 + ... + r^k where k in integer greater than 3
The FORMULA to calculate ANY Kth Partial Sum is:
[ 1 - r^(k+1)]/ (1-r)
For example, to calculate the 10th partial sum, you do [ 1 - r^11]/(1-r)
So for your sequence , you have 3^k
So r = 3.
So the 8th partial sum is
[ 1 - 3^9]/(1-3) =
[ 1 - 19683]/(-2) =
-19682/(-2) =
9841