NYC493 wrote:Can someone tell me a quick way to decode a problem like this? If you start to solve each number in the sequence manually, you can see that it's alternating from positive to negative. But, how do you arrive at an approximate sum quickly?
"For every integer k from 1 to 10, inclusive, the kth term of a certain sequence is given by (-1)^(k+1) x (1/2^k). If "T" is the sum of the first 10 terms in the sequence, then T is:
A. greater than 2
B. between 1 and 2
C. between 1/2 and 1
D. between 1/4 and 1/2
E. less than 1/2
Thanks!
Pemdas's method is very impressive...a lot can be learned from the way he manipulated the algebra. That said, though, during a test -- when time is of the essence -- I would probably do something along the following lines...
STEP 1
Formulas of these types can be generalized as...
(-1)^(i) * (r)^j
The first thing I look at is the value of r. Specifically, is r less than 1 or greater than 1? If it's less than 1 (btw...it almost always will be in my experience), then I know that the sum will change less and less as j increases. This is because a fraction less than 1 will get smaller and smaller as it's exponent increases.
The next thing to do is to figure out how many terms are enough to determine the right choice. I do this by first finding the smallest range from the given choices. In this case...
A) Range is infinite
B) Range is 1
C) Range is 1/2
D) Range is 1/4
E) Range is 1/2
***Side note: The GMAT is designed to challenge us...to trick us at times. Therefore, right away I'm leaning toward either C,D, or E. Why? Because their target ranges are the smallest, and the smaller the range, the more terms required to determine whether that answer choice is correct.
So, the smallest range is 1/4. What power of 1/2 gives us 1/4? 2 of course. This means that it'll take two terms to reach that range's level of precision. For this problem:
1/2 - 1/4 = 1/4 OK, so we're close already. It's either going to be D or E.
Once you reach the required level of precision, I would be safe by going with two more terms (notice always an EVEN number of terms to cancel out the opposing signs):
1/4 + 1/8 - 1/16 = (4+2-1)/16 = 5/16.
This leaves choice D. Hey what do you know...they picked the narrowest range!