Question 207023
First, we need to find the sequence that generates the terms. You are correct in that the next term is simply the negative double of the previous term. 



So we start with 3 and we multiply by -2 to get -6. Then we multiply -6 by -2 to get 12. What we're really doing is multiplying 3 by -2 twice to get to 12 (since {{{(3)(-2)(-2)=12}}}). To get -24, we multiply 12 by -2. We could think of it as multiplying by -2 three times like so {{{(3)(-2)(-2)(-2)=-24}}}. To get 48, we just multiply by 4 negative two's as such {{{(3)(-2)(-2)(-2)(-2)=48}}}. To shorten these expressions, we can use exponents. So {{{3(-2)^2=12}}}, {{{3(-2)^3=-24}}}, and {{{3(-2)^4=48}}} can replace the last three expressions.



To get the the nth term (some general unknown term), we need to multiply 3 by 'n' {{{-2}}} terms. Or to simplify things, we multiply 3 by {{{(-2)^n}}}. So the sequence is {{{a[n]=3(-2)^n}}} where 'n' starts at n=0. Your book or your teacher may require you to start at n=1. So simply multiply by -2 to shift the entire sequence to get {{{a[n]=3(-2)^(n-1)}}} where 'n' now starts at n=1.



To keep things simple, I'm going to use the sequence {{{a[n]=3(-2)^(n-1)}}}



So to get the 6th term, we plug in n=6 to get {{{a[6]=3(-2)^(6-1)=3(-2)^5=3(-32)=-96}}} which is indeed the 6th term (try other values of 'n' to test this sequence)



So once we've found the sequence, simply stick it in a summation symbol like so



*[Tex \LARGE \displaystyle \sum_{i=1}^n 3(-2)^{i-1}]



Note: I'm using the variable 'i' (for index) as you'll commonly see this variable used in summations.



Further note: I didn't realize this, but if you want to stop the series at 96, then simply use the summation


*[Tex \LARGE \displaystyle \sum_{i=1}^6 3(-2)^{i-1}]



This will simply add up the terms from 3 to 96. In other words, 



*[Tex \LARGE \displaystyle \sum_{i=1}^6 3(-2)^{i-1}=3-6+12-24+48-96]