GMAT PREP sequence question help

This topic has expert replies
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 431
Joined: Sat Jan 10, 2009 9:32 am
Thanked: 16 times
Followed by:1 members

by kanha81 » Mon Mar 02, 2009 4:16 pm
k=1: first term = 1/2
k=2: second term = -1/4
...
k=10: tenth term = -1/2^10

T=summation of first 10 terms
= (1/2 - 1/4) + (1/8 - 1/16) + ... + (1/512 - 1/1024)

this is Geometric Progression

S(n) = a*(1-r^n) / (1-r)
here a=1/2; r=(-1/4) / (1/2) = -1/2; n=10

=> S(10) = (1/2) * (1-(-1/2)^10) / (1-(-1/2))
=> S(10) = (1/2) * (1-(1/2)) / (3/2)
= (1/2) * (1/2) / (3/2)
= 1/6 < 1/4

Hence [E]
Want to Beat GMAT.
Always do what you're afraid to do. Whoooop GMAT

Senior | Next Rank: 100 Posts
Posts: 48
Joined: Tue Sep 23, 2008 6:38 pm

by semidevil » Mon Mar 02, 2009 6:58 pm
Is there a way to solve this w/out knowing that it's a geometric progression? I was adding it all by hand and it was taking forever. any shortcuts besides geometric progression?

Master | Next Rank: 500 Posts
Posts: 125
Joined: Mon Dec 15, 2008 9:24 pm

by joyseychow » Mon Mar 02, 2009 10:11 pm
semidevil wrote:Is there a way to solve this w/out knowing that it's a geometric progression? I was adding it all by hand and it was taking forever. any shortcuts besides geometric progression?
I did the same too. Can someone enlighten us on this?

Senior | Next Rank: 100 Posts
Posts: 53
Joined: Mon Feb 09, 2009 12:18 am
Thanked: 1 times

by kaf » Tue Mar 03, 2009 2:04 am
kanha81,

Thanks for the solution.

Stating that it was geometric progression was really helpful because all i had to do was to do a little research on geometric progression and found out what it was and as a result i got to know about arithmetric progression as well.

Thanks

User avatar
Master | Next Rank: 500 Posts
Posts: 229
Joined: Tue Jan 13, 2009 6:56 am
Thanked: 8 times
GMAT Score:700

by Uri » Fri Mar 06, 2009 2:48 pm
we don't need G.P for this. once we simplify the function for different values ranging from 1 to 10 inclusive, we find a series as below:
(1/2 -1/4) + (1/8 - 1/16) + .....
Observe that the first group inside the bracket yields 1/4
the second group will yield 1/16
this will continue.
so, obviously the answer is more than 1/4. but it will never be 1/2, as we each successive group becomes even smaller than the previous one. So, ans will be (D).
hope this helps.