AGP sumHardQuestion 210033
Question
The sum 1 + 2·3 + 3·3² + 4·3³ + ... + n·3^(n−1) equals:
- A(2n−1)3ⁿ + 1)/4
- B((2n−1)3ⁿ+1)/4Correct
- C3ⁿ(n−1)+1
- Dn·3ⁿ/2
Correct answer
((2n−1)3ⁿ+1)/4
Explanation
This is an arithmetico-geometric series. Use S − 3S method: S = Σ r·3^(r−1). Then S − 3S = 1+3+9+...+3^(n−1) − n·3ⁿ = (3ⁿ−1)/2 − n·3ⁿ. Solve: S = ((2n−1)3ⁿ+1)/4.