Last visit was: 19 Nov 2025, 04:55 It is currently 19 Nov 2025, 04:55
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,384
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,384
Kudos: 778,201
 [40]
Kudos
Add Kudos
39
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
JeffTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 04 Mar 2011
Last visit: 05 Jan 2024
Posts: 2,977
Own Kudos:
8,389
 [6]
Given Kudos: 1,646
Status:Head GMAT Instructor
Affiliations: Target Test Prep
Expert
Expert reply
Posts: 2,977
Kudos: 8,389
 [6]
4
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
User avatar
GMATinsight
User avatar
Major Poster
Joined: 08 Jul 2010
Last visit: 18 Nov 2025
Posts: 6,839
Own Kudos:
16,351
 [6]
Given Kudos: 128
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Products:
Expert
Expert reply
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
Posts: 6,839
Kudos: 16,351
 [6]
3
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
General Discussion
User avatar
niks18
User avatar
Retired Moderator
Joined: 25 Feb 2013
Last visit: 30 Jun 2021
Posts: 867
Own Kudos:
1,763
 [3]
Given Kudos: 54
Location: India
GPA: 3.82
Products:
Posts: 867
Kudos: 1,763
 [3]
1
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
Bunuel
For every integer n from 1 to 200, inclusive, the nth term of a certain sequence is given by \((-1)^n*2^{(-n)}\). If N is the sum of the first 200 terms in the sequence, then N is

(A) less than -1
(B) between -1 and -1/2
(C) between -1/2 and 0
(D) between 0 and 1/2
(E) greater than 1/2

the sequence can be written as \(\frac{-1}{2}, \frac{1}{2^2}, \frac{-1}{2^3}, \frac{1}{2^4}......................., \frac{-1}{2^{199}}, \frac{1}{2^{200}}\). For simplicity let \(\frac{1}{2}=a\)

so \(N= (a^2+a^4+.....a^{200})-(a+a^3+......a^{199})\). This is a GP series. Sum of GP series is \(a_1*\frac{(1-r^n)}{1-r}\). Here we have two GP series and each has 100 terms, for the first series \(a_1=a^2\) and for the second series \(a_1=a\), common ratio, \(r=a^2\) and \(n=100\), which is same for both the series.

Hence \(N= a^2*\frac{[1-(a^2)^{100}]}{1-a^2} - a*\frac{[1-(a^2)^{100}]}{1-a^2} = \frac{[1-(a^2)^{100}]}{1-a^2}*(a^2-a)\). Now substitute the value of \(a\) here to get

\([(1-\frac{1}{2^{200}})/(1-\frac{1}{2^2})]*(\frac{1}{2^2}-\frac{1}{2})\). on solving this equation, we will get \((\frac{1}{2^{200}}-1)*\frac{1}{3}\)

Among the options given, this value will fall between \(\frac{-1}{2}\) and \(0\)

Option C
User avatar
generis
User avatar
Senior SC Moderator
Joined: 22 May 2016
Last visit: 18 Jun 2022
Posts: 5,272
Own Kudos:
37,386
 [2]
Given Kudos: 9,464
Expert
Expert reply
Posts: 5,272
Kudos: 37,386
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
For every integer n from 1 to 200, inclusive, the nth term of a certain sequence is given by \((-1)^n*2^{(-n)}\). If N is the sum of the first 200 terms in the sequence, then N is

(A) less than -1
(B) between -1 and -1/2
(C) between -1/2 and 0
(D) between 0 and 1/2
(E) greater than 1/2
As GMATinsight suggests, because the geometric approach seemed too time-consuming, I looked for a pattern. This arithmetic is not hard.

The nth term of a certain sequence is given by \((-1)^n*2^{(-n)}\)

First 6 terms
\(A_1 =(-1^1*2^{-1})=(-1*\frac{1}{2^1})=-\frac{1}{2}\)

\(A_2 =(-1^2*2^{-2})=(1*\frac{1}{2^2})=(1*\frac{1}{4})=\frac{1}{4}\)

\(A_3 =(-1^3*2^{-3})=-\frac{1}{8}\)

\(A_4 =(1*2^{-4})=\frac{1}{16}\)

\(A_5 = (-1*\frac{1}{32})=-\frac{1}{32}\)

\(A_6 = (1*\frac{1}{64})=\frac{1}{64}\)


Pattern? Sum a few terms

We need a pattern for the sum of terms.
Extrapolate directly from the terms' values above, or add:

\(A_1+A_2= (-\frac{1}{2}+\frac{1}{4})=-\frac{1}{4}\)

\((A_1+A_2) + A_3= (-\frac{1}{4}+\frac{1}{8})=-\frac{1}{8}\)

\((A_1+A_2+A_3)+ A_4= (-\frac{1}{8}+\frac{1}{16})=-\frac{1}{16}\)


The pattern emerges: Summing the terms gets us closer to 0 by exactly half.

We will never reach 0. We add a positive number to a negative number, but |negative| > positive

\(-Sum + \frac{1}{2}Sum= -\frac{1}{2}Sum\)

The added positive term is never enough to get to 0 and beyond.
Upper limit is 0.
Only one answer has 0 on RHS. That's enough.

Answer C

*Lower limit? Sequence starts with \(A_1 = -\frac{1}{2}\)
But the sum of just 2 terms (let alone 200), \(A_1+A_2\), is already > than \(-\frac{1}{2}\)
Whole sequence, summed, is thus also > than \(-\frac{1}{2}\)
Lower limit is \(-\frac{1}{2}\)
\(-\frac{1}{2} < Sum < 0\)
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,583
Own Kudos:
Posts: 38,583
Kudos: 1,079
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
Moderators:
Math Expert
105383 posts
Tuck School Moderator
805 posts