I'm given the sequence t(n) = 3 (-1)^n (0.5)^n ; n >= 1
It first asks for the sum of the terms t(1) + t(2) + ... + t(99) which is fine, but it follows up by asking the sum of t(1) + t(3) + t(5) + ... + t(99).
Would i be using partial sums to solve this? If so, i don't know how to find...