document.write( "Question 1010239: In the formula N = Pe^kt, N is the number of items in terms of an initial population P at a given time t and k is a growth constant equal to the percent of growth per unit time. How long will it take for the population of a certain country to double if its annual growth rate is 8.6%? Round to the nearest year. \n" ); document.write( "
Algebra.Com's Answer #626552 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
From N = Pe^kt, we plug in, knowing we want to double our initial P, and get
\n" ); document.write( "2P = Pe^(.086t)
\n" ); document.write( "and solve for t...
\n" ); document.write( "2 = e^(.086t)
\n" ); document.write( "ln 2 = .086t
\n" ); document.write( "t = ln 2 / .086 = 8.06 years or about 8 years
\n" ); document.write( "
\n" );