anwesha.deb Wrote:Emily,
I applied your approach exactly.
But I still thought it was too time consuming while I was taking the test.
Is there a faster approach ?
there is, if you know a certain formula -- this type of sum is called a "geometric series", so, if you know the formula for a geometric series, you can find the sum.
in this sort of series, each term is the same multiple "r" of the previous term. note that every term of this series is -1/2 times the previous term:
1/2
-1/4
1/8
-1/16
etc.
so "r" = -1/2.
also, "a", the first term, is 1/2 as well.
the formula says that, if there are "n" terms in the sequence, then the sum of all of them is
a*(1 - r^n)/(1 - r)
= (1/2)*(1 - (-1/2)^10)/(1 - (-1/2))
= (1/2)(1023/1024)/(3/2)
= 1023/3072
this is between 1/4 and 1/2.
of course, that's probably not any better than just straight-up adding the terms together, but ... hey, you asked for it.
--
in any case, it's very likely (close to 0% probability) that you're going to see any other problems that are purely the sum of a geometric series, but it's highly likely that you'll see
something like this (i.e., some sort of multi-step pattern recognition problem) again.
takeaway:
if any problem has TOO MANY STEPS TO BE REASONABLE, or if the behavior is TOO WEIRD for you to figure out the appropriate theory, then you should be able to do PATTERN RECOGNITION.on a gmat problem, you will never HAVE TO do the same sort of step more than 2-3 times -- this is not a "busy work" sort of test. (this doesn't mean that you can't do more than 2-3 of the same step -- it just means that there will always be some type of approach that doesn't.)
in other words:
START WORKING TOWARD THAT GOAL -- even though you know that the goal itself is WAY too far away to reach -- until you SEE A PATTERN.
ONCE YOU SEE A PATTERN, JUST CONTINUE THE PATTERN. DO NOT WORRY ABOUT WHY THE PATTERN EXISTS.
in this problem:
if you add up the first 3 terms, you'll get a value between 1/2 and 1/4.
if you add up the first 4 terms, you'll get a value between 1/2 and 1/4.
if you add up the first 5 terms, you'll get a value between 1/2 and 1/4.
etc.
you can trust that this pattern will continue.