I am working through Serge Lang's "Basic mathematics", currently on chapter 1, Section 5 question 21.
The part that troubles me is, when I asked someone I know how to solve this, they suggested using logarithm's, except in Lang's book, logarithm's are not until Chapter 13.
So obviously another way exists which I can't figure out.
What would be the best way to solve this assuming one hasn't yet learned log's?
Question:
Every 10 years the population of a city is five-fourths of what it was 10 years before.
A) How many years does it take before the population doubles?
B) Before it triples?
The easiest way to do this is to come up with a formula for the change in the population after $n$ years, and then try and figure out what whole number you have to plug in to $n$ so the change is atleast 2, and then atleast 3.
EDIT: the $A(t)=A_0*(1-r)^{t/p}$ is very similar to what you will have to use, but that is for some value that is decreasing by $r$ every $p$ years. So if the population of the city was decreasing by $\frac{1}{3}$ you would get a formula of $A(t)=A_0 \cdot (1-\frac {1}{3})^{t/10}=A_0 \cdot (\frac {2}{3})^{t/10}$. Can you modify that, or find the right formula, when the population is increasing?