"A certain bacteria population is known to quadruple every $90$ minutes. Suppose that there are initially $120$ bacteria.
What is the size of the population after $t$ hours?"
I've been using this formula: $$N(t) = ae^{rt}$$ Where $a$ is the starting amount and $r$ is the rate of growth and $t$ is the time
So since the population quadruples every $90$ minutes, we have to convert it to how much it would grow in an hour, right?
$$4 (\text{initial growth rate}) * 60/90 = 8/3 (\text{growth rate per hour})$$
So after plugging everything in, I get $N(t) = 120e^{(8/3)t}$
This is incorrect. What am I doing wrong?