Question 550196
If he population of a city doubles every 20 years, how long does it take to triple? (state this is logarithmic form and find solution)
----------
FP = PP*2^t (FP = future Pop, PP = present Pop, t in 20 year periods)
For FP = 3PP:
2^t = 3
t*log(2) = log(3)
t = log(3)/log(2)
# of years = 20t = 20log(3)/log(2)
years =~ 31.699
---------
You can use logs or ln, doesn't matter.