document.write( "Question 968704: In the absence of predators, the natural growth rate of rabbits is
\n" );
document.write( "4% per year. A population begins with 100 rabbits. The function
\n" );
document.write( "f(x) = 100(1.04)^x gives the population of rabbits in x years.
\n" );
document.write( "a. How long will it take the population of rabbits to double?
\n" );
document.write( "b. How long will it take the population of rabbits to reach 1000? \n" );
document.write( "
Algebra.Com's Answer #591908 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! a.For the population to double we have 100(1.04)^x=200 \n" ); document.write( " (1.04)^x=2 \n" ); document.write( " Taking logarithm on both sides to base 10 we get, \n" ); document.write( " x log(1.04)=log2 \n" ); document.write( " x=log2/log(1.04)=17.67 years \n" ); document.write( " It will double in 17.67 years. \n" ); document.write( "b.For the population to become 1000 we have 100(1.04)^x=1000 \n" ); document.write( " (1.04)^x=10 \n" ); document.write( " Taking logarithm on both sides to base 10 we get, \n" ); document.write( " x log(1.04)=log 10 \n" ); document.write( " x log(1.04)=1 \n" ); document.write( " x=1/log(1.04)=58.708 years. \n" ); document.write( " It will become 1000 in 58.708 years. \n" ); document.write( " |