document.write( "Question 176776: Suppose a population of initial size 100 grows at the rate of 8% per year forever.
\n" );
document.write( "What is the size of the population at the end of year 1?
\n" );
document.write( "What is the size of the population at the end of year 2?
\n" );
document.write( "What is the size of the population at the end of year 3?
\n" );
document.write( "What is the size of the population at the end of year n (for any integer n)?
\n" );
document.write( "What algebraic equation would you need to solve to find the number of years x that it would take for our population to reach 200? Use a calculator to solve to x. \n" );
document.write( "
Algebra.Com's Answer #131848 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose a population of initial size 100 grows at the rate of 8% per year forever. \n" ); document.write( "What is the size of the population at the end of year 1? \n" ); document.write( "100*(1.08) \n" ); document.write( "-------------------- \n" ); document.write( "What is the size of the population at the end of year 2? \n" ); document.write( "100(1.08)^2 \n" ); document.write( "--------------------- \n" ); document.write( "What is the size of the population at the end of year 3? \n" ); document.write( "100(1.08)^3 \n" ); document.write( "---------------------------- \n" ); document.write( "What is the size of the population at the end of year n (for any integer n)? \n" ); document.write( "100(1.08)^n \n" ); document.write( "----------------------- \n" ); document.write( "What algebraic equation would you need to solve to find the number of years x that it would take for our population to reach 200? Use a calculator to solve to x. \n" ); document.write( "100(1.08)^n = 200 \n" ); document.write( "1.08^n = 2 \n" ); document.write( "n = log(2)/log(1.08) = 9.0064 years \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |