document.write( "Question 980759: Using the A = Pe^rt formula\r
\n" );
document.write( "\n" );
document.write( "The population of a town is presently about 25,000 people, and is growing at a rate of 3% peryear. How long will it take for the population to reach 40,000 people? \n" );
document.write( "
Algebra.Com's Answer #601844 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Using the A = Pe^rt formula\r \n" ); document.write( "\n" ); document.write( "The population of a town is presently about 25,000 people, and is growing at a rate of 3% peryear. How long will it take for the population to reach 40,000 people? \n" ); document.write( "------------- \n" ); document.write( "40000 = 25000*e^(0.03t) \n" ); document.write( "e^(0.03t) = 40000/25000 = 1.6 \n" ); document.write( "0.03t = ln(1.6) \n" ); document.write( "t = ln(1.6)/0.03 \n" ); document.write( "t =~ 15.667 years \n" ); document.write( " |