courtrigrad
- 1,236
- 2
(1) Let's say you have the progression 5 + 12 + 21 + ... + 1048675 and you want to find the sum of 20 terms. I know that the kth term is given by 2^{k} +3 + 5(k-1). So would I treat the 2^{k} terms separately from the 3 + 5(k-1) terms? Would it be 2 + 4 + 8 + 16 +... + 2^{n} and 3 + 8 + 13 + ... + (3+5(k-1)). Would the total sum be \frac{2 - 2(2)^{n}}{-1} + \frac{n}{2}(3+ (3+5(k-1))?
2097248 + 1010
(2) 3 + 10 + 25 + ... + 39394 and you want to find sum of first 10 terms. I know that the kth term is 2 \times 3^{k-1} + 1 + 3(k-1) Would i do the same thing and treat the 3^{k-1} and 1 + 3(k-1) separately?
Thanks
2097248 + 1010
(2) 3 + 10 + 25 + ... + 39394 and you want to find sum of first 10 terms. I know that the kth term is 2 \times 3^{k-1} + 1 + 3(k-1) Would i do the same thing and treat the 3^{k-1} and 1 + 3(k-1) separately?
Thanks
Last edited: