Geometric progression

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 85
Joined: Mon Nov 12, 2012 11:12 am
Thanked: 8 times
Followed by:2 members

Geometric progression

by Anindya Madhudor » Fri Nov 30, 2012 1:16 pm
A certain club has exactly 5 new members at the end of its week. Every subsequent week, each of the previous week's new members (and only these members) brings exactly x new members into the club. If y is the number of new members brought into the club during the twelfth week, which of the following could be y?

a) 5^(1/12)
b) 3^11 * 5^11
c) 3^12 * 5^12
d) 3^11 * 5^12
e) 60^12

Newbie | Next Rank: 10 Posts
Posts: 3
Joined: Fri Nov 30, 2012 11:21 am
Thanked: 1 times

by jnicholson » Fri Nov 30, 2012 4:31 pm
With these sequence-type problems, I usually find it helpful to make lists and look for patterns so it will be easier to fill in the blanks.

First, identify clearly what they're asking for: the # of new members in week 12. (They call this y, but that turns out to be unimportant.)

Then, start with the information they've given you:

There are 5 new members in week 1. Each new member brings x new members the following week.

Let's start with a sample number to see how this sequence works. Let's say each new member brings 2 new members the following week. How many new members will there be in week 2?

5 new members from week 1 x 2 new members each = 10 new members for week 2

How many new members will there be in week 3?

10 new members from week 2 x 2 new members each = 20 new members for week 3

Aha! We're just multiplying by 2 each time! Therefore, week 4 will be

5*2*2*2 = 5 x 2^3 = 40 new members for week 4

We start to see a pattern...

# new members in week n will be 5*2^(n-1)

However, we just picked 2 as a test number. Let's generalize that finding by saying the following:

# new members in week n will be 5*x^(n-1)

Therefore, the number of new members in week 12 will be 5*x^(12-1) = 5*x^(11)

We don't know what x is, but at least we know the format of the calculation. We then scan the answer choices looking for a 5 times some number to the 11th power.

A) This number is going to be way too small. This is the twelfth root of 5.
B) If we try to manipulate this to get it into the form we want, we end up with 5*3^11*5^10. That's not what we want.
C) Again, if we try to get this into our target form, we have 5*3^12*5^11. Again, not what we want
D) If we take a 5 from this we have 5*3^11*5^11. Again, not quite what we want. BUT this one we can manipulate further to get what we want! Remember this property:

(a^x)*(b^x) = (ab)^x

Therefore (3^11)*(5^11) = 15^11.

Eureka! We have 5*15^11, which means Answer D is a possibility, and x=15.

E) We could get 5*12^12, which is again, not what we're looking for.

The correct answer is D.

User avatar
Master | Next Rank: 500 Posts
Posts: 435
Joined: Mon Mar 15, 2010 6:15 am
Thanked: 32 times
Followed by:1 members

by eaakbari » Fri Nov 30, 2012 9:36 pm
From the question, we can clearly infer that this is a Geometric Progression such as below.

5 , 5x , 5x^2 , 5x^3....

The nth term of a G.P. is = a* r ^(n-1)

Since y is the number of new members after 12 weeks,

y = 5 * x ^ (12-1) = 5 * x ^ 11

On checking our answers, A,B,C,E can be eliminated straight away as it is not in the above format.

That only leaves us with D

which is 3^11 * 5^12
= (3*5) ^ 11 * 5

Hence D
Whether you think you can or can't, you're right.
- Henry Ford