loki.gmat wrote:here is the shortcut method.
Its a geometric progression for sure.
1st term = 1/2
2nd tern = -1/4
3rd term = 1/8
common ratio = (-1/4)/(1/2) = -1/2
sum of n terms in a geometric progression = a(1-r^n)/(1-r)
where a = 1st term r=common ration n=no of terms
Sn = (1/2)[1-(-1/2)^10]/[1-(-1/2)]
which is approximately equal to 1/3.
hence IMO C.
Thanks!
Yes Loki, this would be the preferred method. I posted a review on this topic here:
https://gmatclub.com/forum/guide-to-seri ... 85969.html
When you want to find the sum of a sequence use the formula:
Sum of sequence = [First term * (1 - common ratio^Nth term)]/(1-common ratio)
Sn = a(1-r^n)/1-r, where "a" is the first term in the sequence. "a" is usually given to you. If not you can compute it with the formula for geometric series. This is posted in my review link on how to do this.
----
A common mistake is that people unfamiliar with the formula will not follow PEMDAS and will subtract "r" from "1" in the numerator before taking "r to the nth power". Do not do this! You must first compute "r^n" and then subtract that from one.
----
Of course on test day if you don't remember the formula or don't know it, you could always do this problem by computing it. If you know your powers of 2 then it should not take more than 2 minutes.
Thanks,
Benjiboo