document.write( "Question 892642: The population of a certain species of fish has a relative growth rate of 1.2% per year. It is estimated that the population in 2000 was 10million.
\n" );
document.write( "a. Find an exponential model N(t)=N e^rt for the population after 2000
\n" );
document.write( "
\n" );
document.write( "b. Estimate the fish population in the year 2007\r
\n" );
document.write( "\n" );
document.write( "c. After how year will the fish population reach 13 million \n" );
document.write( "
Algebra.Com's Answer #540663 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The population of a certain species of fish has a relative growth rate of 1.2% per year. It is estimated that the population in 2000 was 10million. \n" ); document.write( "------------------------ \n" ); document.write( "a. Find an exponential model N(t)=N e^rt for the population after 2000 \n" ); document.write( "N(t) = 10^6*e^(0.012t) \n" ); document.write( "---------------------------------\r \n" ); document.write( "\n" ); document.write( " b. Estimate the fish population in the year 2007 \n" ); document.write( "N(7) = 10^6*e^(0.012*7) \n" ); document.write( "--- \n" ); document.write( "N(7) = 1087628.9 \n" ); document.write( "Round up. \n" ); document.write( "-------------------- \n" ); document.write( "c. After how many years will the fish population reach 13 million \n" ); document.write( "13*10^6 = 10^6*e^(0.012t) \n" ); document.write( "---- \n" ); document.write( "e^(0.012t) = 13 \n" ); document.write( "0.012t = ln(13) \n" ); document.write( "t = 213.7 years \n" ); document.write( " ------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |