Question 1140515
y population
x number of years
p initial population when x is 0


{{{y=p*1.06^x}}}



---------------------------------------------------
How long will it take for the population to double?
---------------------------------------------------


{{{2=1.06^x}}}

{{{log((2))=log((1.06^x))}}}

{{{log((2))=x*log((1.06))}}}

{{{highlight(x=log((2))/log((1.06)))}}}