I have to admit that I'm not an expert on geometric series - I'd always attack this kind of question by picking numbers, which to me is much simpler. However, I think the problem is that you're using "y" to mean different things in different places.
You say that:
For geo seires, Population as a function of y: P(y) = a (x^y) ; a = initial population.
In that formula, isn't y the number of population increases and x the increase per period? (In other words, it's basically the compound interest formula: x=(1+r) and y=t.)
However, in your next equation you're using the y from the question stem, which is the duration of each period, not the number of periods. Since y in your first equation is a completely different variable from y in your second equation, you can't set them equal to each other.
In other words, the first equation is really:
a*10^4 = a*(x^t)
and the second equation is:
x = 10^y
and since t doesn't equal y, there's no way you can say that 10^4 = (10^y)^y.
Let's solve by picking numbers:
We know that x = 10^y, so let's pick x=100 and y=2. Let's pick an original population of 1. We also have to assume (which you'll never have to do on a real GMAT question - a big strike against this one) that "growth of x" means that we multiply the population by x every period.
start: 1... goal: 10^4*1 = 10000
after 2 minutes: 100
after 4 minutes: 10000
So, it took us 4 minutes... choose 4!
Wasn't that way easier than using fancy formulas?
voodoo_child wrote:The rate of bacterial population growth is 'x' every 'y' minutes. How much time would it take for the population to be 10^4 times the original population, given that x^ (1/y) = 10?
For geo seires, Population as a function of y: P(y) = a (x^y) ; a = initial population.
a*10^4 = a (x^y) => 10^4 = (x^y) ...(i)
Now if X^ (1/y) = 10 => X = 10^y ... (ii)
Now, substitute (ii) in (i)
(10^4) = (10^y)^y
Therefore, 10000 = 10^ (y^2) => 4 = y^2 => y=2. However, OA is 4. Where am I going wrong?
Please help me....
Thanks
Voodoo