sum of terms problem - please help explain

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 18
Joined: Thu Nov 17, 2011 1:07 pm

sum of terms problem - please help explain

by kjallow » Tue Feb 28, 2012 7:16 pm
Question: For every integer K from 1-10, inclusive, the Kth term of a certain sequence is given by (-1)^k+1(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/4

I tried using the formula below but just don't get it
Sum = average * # of terms
where average = (1st term + last term)/2

official answer is d - between 1/4 and 1/2
Source: — Problem Solving |

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Tue Feb 28, 2012 7:24 pm
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

User avatar
Master | Next Rank: 500 Posts
Posts: 143
Joined: Mon Mar 14, 2011 3:13 am
Thanked: 34 times
Followed by:5 members

by krusta80 » Tue Feb 28, 2012 8:15 pm
kjallow wrote:Question: For every integer K from 1-10, inclusive, the Kth term of a certain sequence is given by (-1)^k+1(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/4

I tried using the formula below but just don't get it
Sum = average * # of terms
where average = (1st term + last term)/2

official answer is d - between 1/4 and 1/2
Looks like you copied it wrong?

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 3835
Joined: Fri Apr 02, 2010 10:00 pm
Location: Milpitas, CA
Thanked: 1854 times
Followed by:523 members
GMAT Score:770

by Anurag@Gurome » Tue Feb 28, 2012 9:32 pm
kjallow wrote:Question: For every integer K from 1-10, inclusive, the Kth term of a certain sequence is given by (-1)^k+1(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/4

I tried using the formula below but just don't get it
Sum = average * # of terms
where average = (1st term + last term)/2

official answer is d - between 1/4 and 1/2
We know that the sum of n terms of a geometric series is given by:
S(n) = a(1 - r�)(1 - r), where a is the first term, r is the common ratio of the geometric progression and n = number of terms.

Here, a = 1/2, r = -1/2, n = 10
T = 1/2[1 - (-1/2)^10]/[1 + 1/2]
= 1/2[1 - 1/1024]/[3/2]
= 1/2 * 1023/1024 * (2/3)
= (1023/1024) * (1/3)
Now (1023/1024) = 1 approx, so T = 1/3, which lies between 1/4 and 1/2.

The correct answer is D.
Anurag Mairal, Ph.D., MBA
GMAT Expert, Admissions and Career Guidance
Gurome, Inc.
1-800-566-4043 (USA)

Join Our Facebook Groups
GMAT with Gurome
https://www.facebook.com/groups/272466352793633/
Admissions with Gurome
https://www.facebook.com/groups/461459690536574/
Career Advising with Gurome
https://www.facebook.com/groups/360435787349781/

Junior | Next Rank: 30 Posts
Posts: 18
Joined: Thu Nov 17, 2011 1:07 pm

by kjallow » Thu Mar 01, 2012 1:30 pm
Anurag@Gurome wrote:
kjallow wrote:Question: For every integer K from 1-10, inclusive, the Kth term of a certain sequence is given by (-1)^k+1(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/4

I tried using the formula below but just don't get it
Sum = average * # of terms
where average = (1st term + last term)/2

official answer is d - between 1/4 and 1/2
We know that the sum of n terms of a geometric series is given by:
S(n) = a(1 - r�)(1 - r), where a is the first term, r is the common ratio of the geometric progression and n = number of terms.

Here, a = 1/2, r = -1/2, n = 10
T = 1/2[1 - (-1/2)^10]/[1 + 1/2]
= 1/2[1 - 1/1024]/[3/2]
= 1/2 * 1023/1024 * (2/3)
= (1023/1024) * (1/3)
Now (1023/1024) = 1 approx, so T = 1/3, which lies between 1/4 and 1/2.

The correct answer is D.
Thanks Anurag, I like the formula approach. Can you please explain though why r is -1/2 and not just 1/2? From this am assuming too that it helps to know before test day that 2^10 is 1024 instead of having to compute it then. Thanks again!