Question 301540
"There are 5400 ants in a colony. If there were 1200 ants in the colony 8 months ago, what is the monthly rate of growth?" 
-----------------------
If the number increases linearly, it's (5400 - 1200)/8 = 525/month
-------------------
It's more likely to be an exponential increase, tho, with a constant growth.
5400 = 1200*e^rt (t in months)
e^(8r) = 5400/1200 = 4.5
8r = ln(4.5)
r = ln(4.5)/8 =~ 0.188
------------------------
If it's done on a monthly basis:
5400 = 1200(1 + r)^8
(1+r)^8 = 4.5
1+r = 4.5^(1/8)
r = 4.5^(1/8) - 1
r =~ 0.206845