SOLUTION: What is the S12 for tn= 2(3) ^(n-1)
S12 means Sum of 12
I attempted this several times and I got, 1062882, another time I got 531440.
I appreciate any help.
Algebra ->
Sequences-and-series
-> SOLUTION: What is the S12 for tn= 2(3) ^(n-1)
S12 means Sum of 12
I attempted this several times and I got, 1062882, another time I got 531440.
I appreciate any help.
Log On
Question 1181767: What is the S12 for tn= 2(3) ^(n-1)
S12 means Sum of 12
I attempted this several times and I got, 1062882, another time I got 531440.
I appreciate any help. Found 4 solutions by math_helper, greenestamps, MathLover1, ikleyn:Answer by math_helper(2461) (Show Source):
You can put this solution on YOUR website! perl -e '$sum=0; for($i=0;$i<12; $i++) { $sum += (2*(3**($i))); print "$sum\n"; }'
2
8
26
80
242
728
2186
6560
19682
59048
177146
531440 <<< sum of first 12 terms