document.write( "Question 163468: 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 #120426 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
After year 1, the population would be
\n" ); document.write( "\"P%5B1%5D=100%281%2B.08%29=108\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"P%5B2%5D=P%5B1%5D%281%2B.08%29=108%281.08%29=116.64=117\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"P%5B3%5D=P%5B2%5D%281%2B.08%29=117%281.08%29=126.36=126\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "
\n" ); document.write( "Continuing all the way back to time t=0 years,
\n" ); document.write( "\"P%5Bn%5D=P%5B0%5D%281.08%29%5En\"
\n" ); document.write( "\"P%5Bn%5D=100%281.08%29%5En\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"200=100%281.08%29%5Ex\"
\n" ); document.write( "\"1.08%5Ex=2\"
\n" ); document.write( "You can use a calculator to iterate for x.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "Algebraically you can solve it using logarithm functions.
\n" ); document.write( "\"x=log%281.08%2C2%29\"
\n" ); document.write( "\"x=9\"
\n" ); document.write( "Nine years to double the population at 8% growth.
\n" ); document.write( "
\n" );