document.write( "Question 252496: A breeding pair of rats produced 12 baby rats (6 female
\n" );
document.write( "and 6 male) in January. There were 14 rats at that time.
\n" );
document.write( "In February, each female-male pair of rats again bred
\n" );
document.write( "12 baby rats. The total number of rats was then 98. In
\n" );
document.write( "this way, each month, the parents, their children, their
\n" );
document.write( "grandchildren, and so forth, breed 12 baby rats each. How
\n" );
document.write( "many rats would there be at the end of one year?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #184467 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! WHat we have is an exponential growth function: \n" ); document.write( "R = 2(7)^n, where n is the number of months >=0.\r \n" ); document.write( "\n" ); document.write( "n = 0 - -> R = 2(7)^0 = 2 \n" ); document.write( "n = 1 - -> R = 2(7)^1 = 14 \n" ); document.write( "n = 2 - -> R = 2(7)^2 = 98 \n" ); document.write( ". . . \n" ); document.write( "n = 12 - -> R = 2(7)^12 = 27,682,574,402. \n" ); document.write( " |