Last visit was: 26 Apr 2024, 15:13 It is currently 26 Apr 2024, 15:13

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
SORT BY:
Date
Tags:
Show Tags
Hide Tags
User avatar
Manager
Manager
Joined: 04 Dec 2008
Posts: 55
Own Kudos [?]: 1088 [98]
Given Kudos: 2
Send PM
Most Helpful Reply
User avatar
SVP
SVP
Joined: 12 Oct 2009
Status:<strong>Nothing comes easy: neither do I want.</strong>
Posts: 2279
Own Kudos [?]: 3595 [34]
Given Kudos: 235
Location: Malaysia
Concentration: Technology, Entrepreneurship
Schools: ISB '15 (M)
GMAT 1: 670 Q49 V31
GMAT 2: 710 Q50 V35
Send PM
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619237 [13]
Given Kudos: 81609
Send PM
General Discussion
User avatar
Manager
Manager
Joined: 01 Feb 2010
Posts: 90
Own Kudos [?]: 136 [1]
Given Kudos: 2
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
1
Kudos
joyseychow wrote:
The population of locusts in a certain swarm doubles every two hours. If 4 hours ago there were 1,000 locusts in the swarm, in approximately how many hours will the swarm population exceed 250,000 locusts?
A) 6
B) 8
C) 10
D) 12
E) 14

OA is E. I got this correct by using population chart, ie. multiplying every 2 years. Is there a formula I could apply?


n - number of 2 hours from now to cross 250000

so 2^(n+2)(1000) = 250000
now n must be integer as the possible answer are all integer
2^(n+2) = 256 (nearest 2 factor)
n+ 2 = 8
n = 6
total hours = 12 answer is D
User avatar
Current Student
Joined: 23 Oct 2010
Posts: 235
Own Kudos [?]: 1111 [5]
Given Kudos: 73
Location: Azerbaijan
Concentration: Finance
Schools: HEC '15 (A)
GMAT 1: 690 Q47 V38
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
5
Kudos
1000*2^(4/2)=4000 (now)


4000*2^t/2=250000

2^t/2=62.5

since 2^6=64, t/2=6
t=12
ans is 12
Senior Manager
Senior Manager
Joined: 24 Aug 2009
Posts: 388
Own Kudos [?]: 2261 [2]
Given Kudos: 276
Concentration: Finance
Schools:Harvard, Columbia, Stern, Booth, LSB,
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
2
Kudos
Is there a formula I could apply?

Yes there is formula you can apply but be careful while using it.

This question is a very simple application of Geometric progression wherein b/a = c/b = r i.e. the ratio of any two consecutive terms in a series is always constant.
Series in this question is 1 ,2 , 4,8,16,32........250
Nth term of GP is given by = (first term) ((Ratio^n)-1)

So the question is what is the Least value of n so that
250 < (first term) ((Ratio^n)-1)

I am leaving the remaining part so that others can apply this concept on their own.

In case, anyone didn't get the solution, let me know
User avatar
Intern
Intern
Joined: 29 Aug 2012
Posts: 24
Own Kudos [?]: 172 [1]
Given Kudos: 56
Schools: Babson '14
GMAT Date: 02-28-2013
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
1
Kudos
If we use g.p in this question . And if we consider a=4000 ; r=2 then 4000*2^(n-1) > 250000 --------> 2^n > 125 <------> n=7 . Hence answer is 14 .... Pl. help me find anomaly to above mentioned description...
Senior Manager
Senior Manager
Joined: 24 Aug 2009
Posts: 388
Own Kudos [?]: 2261 [1]
Given Kudos: 276
Concentration: Finance
Schools:Harvard, Columbia, Stern, Booth, LSB,
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
1
Kudos
himanshuhpr wrote:
If we use g.p in this question . And if we consider a=4000 ; r=2 then 4000*2^(n-1) > 250000 --------> 2^n > 125 <------> n=7 . Hence answer is 14 .... Pl. help me find anomaly to above mentioned description...


Hi,

You can refer to gurpreetsingh's post. He has used the same concept, though he has reduced the no of terms.
User avatar
Director
Director
Joined: 22 Mar 2011
Posts: 520
Own Kudos [?]: 2136 [2]
Given Kudos: 43
WE:Science (Education)
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
2
Kudos
fameatop wrote:
Is there a formula I could apply?

Yes there is formula you can apply but be careful while using it.

This question is a very simple application of Geometric progression wherein b/a = c/b = r i.e. the ratio of any two consecutive terms in a series is always constant.
Series in this question is 1 ,2 , 4,8,16,32........250
Nth term of GP is given by = (first term) ((Ratio^n)-1)

So the question is what is the Least value of n so that
250 < (first term) ((Ratio^n)-1)

I am leaving the remaining part so that others can apply this concept on their own.

In case, anyone didn't get the solution, let me know


Nth term of GP is given by = (first term) ((Ratio^n)-1)

The correct formula is (first term)(Ratio^(n-1)) or \(a_n=a_1R^{n-1}\) and not \(a_1(R^n-1)\).
User avatar
Director
Director
Joined: 22 Mar 2011
Posts: 520
Own Kudos [?]: 2136 [6]
Given Kudos: 43
WE:Science (Education)
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
4
Kudos
2
Bookmarks
himanshuhpr wrote:
If we use g.p in this question . And if we consider a=4000 ; r=2 then 4000*2^(n-1) > 250000 --------> 2^n > 125 <------> n=7 . Hence answer is 14 .... Pl. help me find anomaly to above mentioned description...


The confusion comes from the interpretation of the formula:
\(a_1\) is the first term and then \(a_n=a_1R^{n-1}\), which is the term on the \(n\)th place. Between the first term and the \(n\)th term, \(n-1\) multiplications by the ratio \(R\) take place, and this is reflected in the exponent of \(n-1\).

Using the formula, you deduced that if \(a_1=4000\) is the first term, then the 7th term will be greater than 250,000. Between the first population and the 7th one, 6 cycles of 2 hours passed, a total of 12 hours, which is the correct answer.
According to the question, your answer should be \(n-1\) from your formula and not \(n\).
In other posts, \(2^n\) was considered, which means \(n\) represents the number of multiplications by \(n\), and obviously the \((n+1)\)th term is greater than 250,000. In both cases we talk about 6 and 7, the difference is whether you called 6 \(n\) or \(n-1\).

Originally posted by EvaJager on 22 Oct 2012, 04:21.
Last edited by EvaJager on 22 Oct 2012, 06:56, edited 2 times in total.
User avatar
Senior Manager
Senior Manager
Joined: 07 Apr 2014
Status:Math is psycho-logical
Posts: 340
Own Kudos [?]: 386 [4]
Given Kudos: 169
Location: Netherlands
GMAT Date: 02-11-2015
WE:Psychology and Counseling (Other)
Re: The population of locusts in a certain swarm doubles every [#permalink]
4
Kudos
I also did the same as fourteenstix, starting with adding a time for now and leaving it blank. The stem says that it doubles every 2 hours. We know that 4 hours ago their number was 1000. So, we add - 4 hours and the number 1000. In 2 hours, their number doubles, so we add - 2 hours and the number 2000. Using the same logic, their number is now 2000*2= 4000. We continue by adding hours to now, so now+2, now+4, now+6..... When we reach to + 12 their number is 256000, which is more than 250000, and we cn stop!

- 4 hours: 1,000
-2 hours: 2,000
Now: 4,000
+ 2 hours: 8,000
+ 4 hours: 16,000
+ 6 hours: 32,000
+ 8 hours: 64,000
+ 10 hours: 128,000
+ 12 hours: 256,000
Intern
Intern
Joined: 08 Sep 2015
Posts: 45
Own Kudos [?]: 158 [3]
Given Kudos: 29
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
3
Kudos
I found this formula to be easy to apply.

Final population growth = S * P ^ (t/l)
S = starting population
P = progression (doubles = 2, triples = 3 etc.)
t/l = total amount of iterations
t = time
I = intervals

In this question, 250,000 = 1000 * 2 ^(t/2) = > 250 = 2 ^ (t/2)
The questions asks in approximately how many hours will the swarm population exceed 250,000 locusts , 256 is 2^8

=> 2^8 = 2 ^(t/2) => 8 = t/2 => t =16...but the whole process started 4 hrs ago, which means that 16-4 = 12 hrs - in 12 hrs the population will exceed 250,000
Intern
Intern
Joined: 18 Aug 2014
Posts: 41
Own Kudos [?]: 17 [1]
Given Kudos: 2
Location: India
GMAT 1: 740 Q49 V40
GPA: 3.11
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
1
Kudos
i am bit confused with this topic :shock: can anyone explain the theory behind this problem. :roll:
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619237 [0]
Given Kudos: 81609
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
Expert Reply
AARONRAMSEY wrote:
i am bit confused with this topic :shock: can anyone explain the theory behind this problem. :roll:


The question deals with geometric progressions: https://gmatclub.com/forum/math-sequenc ... 01891.html
Check similar topics here: https://gmatclub.com/forum/the-populati ... l#p1286223

Hope it helps.
Tutor
Joined: 04 Aug 2010
Posts: 1315
Own Kudos [?]: 3136 [1]
Given Kudos: 9
Schools:Dartmouth College
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
1
Bookmarks
Expert Reply
joyseychow wrote:
The population of locusts in a certain swarm doubles every two hours. If 4 hours ago there were 1,000 locusts in the swarm, in approximately how many hours will the swarm population exceed 250,000 locusts?

A. 6
B. 8
C. 10
D. 12
E. 14


Since the population doubles every 2 hours, we get:
4 hours ago --> 1000
2 hours ago --> 2000
Now --> 4000

Formula for exponential change:
Final amount = (original amount) * (multiplier)^(number of changes)

Since the final amount must exceed 250,000, we get:
(original amount) * (multiplier)^(number of changes) > 250,000

Here:
original amount = current amount = 4000
multiplier = 2 (since the population keeps doubling)
x = number of changes

Plugging these values into the blue inequality above, we get::
\(4000 * 2^x > 250,000\)
\(2^x > 62.5\)

Since \(2^6 = 64\), the population must double 6 times.
Since the population doubles every 2 hours, the number of hours required = 2*6 = 12

Manager
Manager
Joined: 21 Mar 2019
Posts: 66
Own Kudos [?]: 88 [0]
Given Kudos: 1049
Location: India
GMAT 1: 640 Q45 V35
GMAT 2: 660 Q47 V34
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
Hello Bunuel

I used G.P formula to solve the question as it used byhimanshuhpr, but could not get the answer. could you please throw some light on why we can not use it to get the correct answer.

Thanks and regards
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32689
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: The population of locusts in a certain swarm doubles every [#permalink]
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.
GMAT Club Bot
Re: The population of locusts in a certain swarm doubles every [#permalink]
Moderators:
Math Expert
92948 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne