SOLUTION: Hi, I was wondering if you can help me with the following problem. I need to write the following series using the summation notation: 3-6+12-24+48-96 I can tell that you g

Algebra ->  Sequences-and-series -> SOLUTION: Hi, I was wondering if you can help me with the following problem. I need to write the following series using the summation notation: 3-6+12-24+48-96 I can tell that you g      Log On


   



Question 207023: Hi, I was wondering if you can help me with the following problem.
I need to write the following series using the summation notation:
3-6+12-24+48-96
I can tell that you get the next number in the series by multiplying the previous one by -2.... but I don't know where to go from there.
Please help.
Thank You

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
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 %283%29%28-2%29%28-2%29=12). To get -24, we multiply 12 by -2. We could think of it as multiplying by -2 three times like so %283%29%28-2%29%28-2%29%28-2%29=-24. To get 48, we just multiply by 4 negative two's as such %283%29%28-2%29%28-2%29%28-2%29%28-2%29=48. To shorten these expressions, we can use exponents. So 3%28-2%29%5E2=12, 3%28-2%29%5E3=-24, and 3%28-2%29%5E4=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 %28-2%29%5En. So the sequence is a%5Bn%5D=3%28-2%29%5En 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%5Bn%5D=3%28-2%29%5E%28n-1%29 where 'n' now starts at n=1.


To keep things simple, I'm going to use the sequence a%5Bn%5D=3%28-2%29%5E%28n-1%29


So to get the 6th term, we plug in n=6 to get a%5B6%5D=3%28-2%29%5E%286-1%29=3%28-2%29%5E5=3%28-32%29=-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





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




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