document.write( "Question 170670: I did all the math for this one, but still having problems writing out the equation:\r
\n" );
document.write( "\n" );
document.write( "Suppose a population of initial size 100 grows at the rate of 8% per year forever.\r
\n" );
document.write( "\n" );
document.write( "What is the size of the population at the end of year 1? ( 108)\r
\n" );
document.write( "\n" );
document.write( "What is the size of the population at the end of year 2? (117)\r
\n" );
document.write( "\n" );
document.write( "What is the size of the population at the end of year 3? (126)\r
\n" );
document.write( "\n" );
document.write( "(This is where I get lost)\r
\n" );
document.write( "\n" );
document.write( "What is the size of the population at the end of year n (for any integer n)?\r
\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? \n" );
document.write( "
Algebra.Com's Answer #126004 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I did all the math for this one, but still having problems writing out the equation: \n" ); document.write( "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? ( 108) \n" ); document.write( "What is the size of the population at the end of year 2? (117) \n" ); document.write( "What is the size of the population at the end of year 3? (126) \n" ); document.write( "(This is where I get lost) \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? \n" ); document.write( "-------------------------- \n" ); document.write( "Use PV = SV*(1 + r)^n where PV is Present Value, SV is Start Value, r is rate and n is periods. This is common in interest on money, tho the terms used might be different. \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( "That's the eqn, PV = SV*(1 + r)^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? \n" ); document.write( "The same eqn will do that, PV is 2x SV \n" ); document.write( "200 = 100*(1 + 0.08)^x \n" ); document.write( "2 = (1.08)^x \n" ); document.write( "log(2) = x*log(1.08) \n" ); document.write( "x = log(2)/log(1.08) \n" ); document.write( "x =~ 9.006 years \n" ); document.write( "PS you can use log base 10, or ln, as long as you're consistent.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |