|
Author |
Message |
|
TAGS:
|
|
|
Intern
Joined: 19 Dec 2009
Posts: 8
Followers: 1
Kudos [?]:
0
[0], given: 2
|
For every integer k from 1 to 10, inclusive the [#permalink]
01 Jan 2010, 19:46
Question Stats:
61% (02:02) correct
38% (02:40) wrong based on 0 sessions
For every integer k from 1 to 10, inclusive the "k"th term of a certain sequence is given by (-1)^{(k+1)}*(\frac{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 don't know how to solve it. it goes as (1/2)-(1/2^2)+(1/2^3)- ... -(1/2^10)=T
|
|
|
|
|
|
|
GMAT Club team member
Joined: 02 Sep 2009
Posts: 11534
Followers: 1795
Kudos [?]:
9566
[4] , given: 826
|
Re: Sequence: can anyone help with this question [#permalink]
01 Jan 2010, 20:23
4
This post received KUDOS
For every integer k from 1 to 10, inclusive the "k"th term of a certain sequence is given by (-1)^{(k+1)}*(\frac{1}{2^k}) if T is the sum of the first 10 terms in the sequence, then T isA. 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 First of all we see that there is set of 10 numbers and every even term is negative. Second it's not hard to get this numbers: \frac{1}{2}, -\frac{1}{4}, \frac{1}{8}, -\frac{1}{16}, \frac{1}{32}... enough for calculations, we see pattern now. And now the main part: adding them up is quite a job, after calculations you'll get \frac{341}{1024}. You can add them up by pairs but it's also time consuming. Once we've done it we can conclude that it's more than \frac{1}{4} and less than \frac{1}{2}, so answer is D. BUT there is shortcut:Sequence \frac{1}{2}, -\frac{1}{4}, \frac{1}{8}, -\frac{1}{16}, \frac{1}{32}... represents geometric progression with first term \frac{1}{2} and the common ratio of -\frac{1}{2}. Now, the sum of infinite geometric progression with common ratio |r|<1[/m], is sum=\frac{b}{1-r}, where b is the first term.So, if the sequence were infinite then the sum would be: \frac{\frac{1}{2}}{1-(-\frac{1}{2})}=\frac{1}{3}This means that no matter how many number (terms) we have their sum will never be more then \frac{1}{3} (A, B and C are out). Also this means that the sum of our sequence is very close to \frac{1}{3} and for sure more than \frac{1}{4} (E out). So the answer is D.
_________________
PLEASE READ AND FOLLOW: 11 Rules for Posting!!!
RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory
COLLECTION OF QUESTIONS: PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!
DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!
 What are GMAT Club Tests? 25 extra-hard Quant Tests
Find out what's new at GMAT Club - latest features and updates
|
|
|
|
|
|
GMAT Instructor
Joined: 24 Jun 2008
Posts: 973
Location: Toronto
Followers: 167
Kudos [?]:
443
[2] , given: 3
|
Re: Sequence: can anyone help with this question [#permalink]
18 Feb 2011, 13:09
2
This post received KUDOS
A few things here: * I've never seen a real GMAT question that requires one to know any geometric sequence formulas. Of course there are questions where you might use such formulas, but there will always be a different approach available; * In any sequence question which gives an expression for each term, you'll always want to write down the first few terms using the given expression to work out what the sequence looks like. Here we have: \frac{1}{2}, \frac{-1}{4}, \frac{1}{8}, \frac{-1}{16}, \frac{1}{32}, \frac{-1}{64}, \frac{1}{128}, \frac{-1}{256}, \frac{1}{512}, \frac{-1}{1024}* Now, adding all of these fractions together would take a long time to do. The GMAT *never* requires you to perform any crazy calculations, so there must be a different way to answer the question. Notice the answer choices are only estimates, so we only need to estimate the sum of the first 10 terms. When we want to estimate the value of a sum, we ignore terms that make only a tiny contribution to the sum. The last few terms in our sequence are minuscule compared to the first few, so to get a good estimate, we can completely ignore them; adding, say, the first four terms will give a perfectly good approximation of the sum here (you get 5/16, which is enough to choose the right answer). * The sequence in this question is what is known as an 'alternating sequence' -- that is, the terms alternate between positive and negative values. When adding an alternating sequence, you most often want to add your terms in pairs first, grouping one positive and one negative (add the 1st and 2nd term, the 3rd and 4th, and so on). One doesn't need to do this for this question, but it does make the answer a bit easier to see - we'd find our sum is \frac{1}{4} + \frac{1}{16} + \frac{1}{64} + \frac{1}{256} + \frac{1}{1024}from which you can instantly see the sum is greater than 1/4. Since every term here is tiny after the first two, the sum is certainly less than 1/2.
_________________
Nov 2011: After years of development, I am now making my advanced Quant books and high-level problem sets available for sale. Contact me at ianstewartgmat at gmail.com for details.
Private GMAT Tutor based in Toronto
|
|
|
|
|
|
SVP
Joined: 07 Nov 2007
Posts: 1842
Location: New York
Followers: 20
Kudos [?]:
290
[0], given: 5
|
Re: Sequence: can anyone help with this question [#permalink]
01 Jan 2010, 22:25
bekbek wrote: Thank you very much guys..
Any formula for this question:
For every integer k from 1 to 10, inclusive the "k"th term of a certain sequence is given by (-1)^{(k+1)}*(\frac{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
OA is D but i don't know how to solve it. it goes as (1/2)-(1/2^2)+(1/2^3)- ... -(1/2^10)=T Agree with Bunuel.. Use the Geometric Series formual to get the answer. S = a+ ar + ar^2+.....ar^n when 0<r<1 and series is infinte n=infinite a = a(1-r^n)/(1-r) = a/1-r S=(1/2)-(1/2^2)+(1/2^3)- ... -(1/2^10) = 1/2 (1+(-1/2) +(-1/2)^2 +(-1/2)^3)....) = 1/2 ( 1/(1-(-1/2)) =1/3 So Values is near to 1/3 and slightly less than 1/3 D is the correct answer.
_________________
Your attitude determines your altitude Smiling wins more friends than frowning
|
|
|
|
|
|
Manager
Joined: 18 Nov 2009
Posts: 57
Followers: 0
Kudos [?]:
9
[0], given: 7
|
Re: Sequence: can anyone help with this question [#permalink]
02 Jan 2010, 03:39
the way i saw it is this way, the first two terms are 1/2 and -1/4, added together will give you 1/4. the rest of the term pairs will only be added to this, so there's no way that the end result will be less than 1/4. you now have your lower-bound...
-----> if you're pressed for time, you'll have a pretty good idea of the answer because D is the only one that has greater than 1/4, you can intelligently guess that... if you do have more time, press on...
if you look at the other term pairs, they'll be: 1/8, 1/16, 1/32 ... even if this goes on forever, the sequence will keep on halving itself...
now you do some quick calculations:
1/4 =2/8 = 4/16 = 8/32 .... etc. + 1/8 = 2/16 = 4/32 .... etc. + 1/16 = 2/32 .... etc. + 1/32 .... etc. _____________________________ --- add each column up = 1/4 3/8 7/16 15/32 .... etc.
what you'll notice is that the sums keep getting closer and closer to 1/2 but will never actually get there (if you graph this, it will be asymptotic to 1/2). you now have your upper-bound... 1/2
answer: 1/4 < result < 1/2, D
|
|
|
|
|
|
Director
Joined: 03 Sep 2006
Posts: 910
Followers: 5
Kudos [?]:
29
[0], given: 33
|
Please explain....
Attachments

PS5.PNG [ 12.56 KiB | Viewed 2505 times ]
|
|
|
|
|
|
Senior Manager
Joined: 08 Nov 2010
Posts: 435
WE 1: Business Development
Followers: 6
Kudos [?]:
25
[0], given: 161
|
Re: Sequence: can anyone help with this question [#permalink]
18 Feb 2011, 10:53
|
|
|
|
|
|
Manager
Status: Completed GMAT on 22 Nov 2011
Joined: 08 Nov 2010
Posts: 167
Followers: 6
Kudos [?]:
31
[0], given: 12
|
Re: Sequence: can anyone help with this question [#permalink]
25 May 2011, 06:40
Step 1: Lets substitute k=1 ((-1)^2)*(1/(2^1)) = 1/2 Let substitute k=2 ((-1)^3)*(1/(2^2)) = -1/4
Since we have understood the pattern, we can write the remaining numbers which are (1/2-1/4)+(1/8-1/16)+(1/32-1/64)+(1/128-1/256)+(1/512-1/1024)
Step 2: The initially value is 0.5 . From 0.5 we are subtracting 0.25. Then the remaining value is 0.25. Then we are adding 0.125 which gives 0.375 then we are subtracting 0.0625 which gives 0.3125. So, if we add further numbers also, the total will not cross 0.5 for the 10 numbers
So the clear option is (D)
Last edited by mba4viplav on 25 May 2011, 10:54, edited 1 time in total.
|
|
|
|
|
|
VP
Status: There is always something new !!
Affiliations: PMI,QAI Global,eXampleCG
Joined: 08 May 2009
Posts: 1400
Followers: 8
Kudos [?]:
84
[0], given: 10
|
Re: Sequence: can anyone help with this question [#permalink]
25 May 2011, 07:30
checking upto 5 terms will give the value. (1/2-1/4)+(1/8-1/16)+(1/32-1/64)+ .... 1/4 + 1/16 + 1/64 + 1/128 + .. value will be between 1/4 < x < 1/2. D
_________________
Visit -- http://www.sustainable-sphere.com/ Promote Green Business,Sustainable Living and Green Earth !!
|
|
|
|
|
|
Director
Status: GMAT Learner
Joined: 14 Jul 2010
Posts: 672
Followers: 21
Kudos [?]:
108
[0], given: 31
|
Re: Sequence: can anyone help with this question [#permalink]
26 May 2011, 11:27
The first term is (-1)^2*1/(2)^1 = 1/2 The second term is = -1/4 The third term is = 1/8 Looking at the answer choices, you don't need to continue. Since the denominator is increasing exponentially, the terms added and subtracted are becoming closer to 0. From the first term, we know we will never go above 1/2 After subtracting the second term, we know we will never go below ¼. Ans. D.
_________________
I am student of everyone-baten Collections:- PSof OG solved by GC members: http://gmatclub.com/forum/collection-ps-with-solution-from-gmatclub-110005.html DS of OG solved by GC members: http://gmatclub.com/forum/collection-ds-with-solution-from-gmatclub-110004.html 100 GMAT PREP Quantitative collection http://gmatclub.com/forum/gmat-prep-problem-collections-114358.html Collections of work/rate problems with solutions http://gmatclub.com/forum/collections-of-work-rate-problem-with-solutions-118919.html Mixture problems in a file with best solutions: http://gmatclub.com/forum/mixture-problems-with-best-and-easy-solutions-all-together-124644.html
|
|
|
|
|
|
|
Re: Sequence: can anyone help with this question
[#permalink]
26 May 2011, 11:27
|
|
|
|
|
|
|
|
|
Similar topics |
Author |
Replies |
Last post |
|
Similar Topics:
|
|
|
|
For every integer k from 1 to 10, inclusive, the kth term of
|
macca |
5 |
27 Mar 2006, 14:56 |
|
|
|
for every integer k, from 1 to 10 inclusive, the kth term of
|
anonymousegmat |
5 |
01 Aug 2007, 14:57 |
|
|
|
1) For every integer K from 1 to 10 inclusive, the Kth term
|
zakk |
6 |
11 Aug 2007, 13:14 |
|
|
|
For every integer k from 1 to 10, inclusive, the kth term of
|
marcodonzelli |
3 |
03 Mar 2008, 12:00 |
|
|
|
For every integer k from 1 to 10, inclusive, the kth term of
|
cyclops |
7 |
31 Aug 2008, 01:27 |
|
|
|
|
|
|