document.write( "Question 403442: The table shows the number of squirrels in a particular forest t years after a forest fire.\r
\n" ); document.write( "\n" ); document.write( "Years Squirrels
\n" ); document.write( "0, 30
\n" ); document.write( "1, 60
\n" ); document.write( "2, 120
\n" ); document.write( "3, 240
\n" ); document.write( "4, 480
\n" ); document.write( "5, 960
\n" ); document.write( "a. Explain how the population of squirrels is changing each year.
\n" ); document.write( "b. Write a function to model the situation. Explain what each number represents.
\n" ); document.write( "

Algebra.Com's Answer #285284 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
a: The population doubles every year.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b: \"f%28t%29+=+2%5Et\", 2 is the base and t is the exponent. For year t+1, \"f%28t%29+=+2%5E%28t%2B1%29+=+2%2A2%5Et+=+2f%28t%29\" so this shows that the function doubles every year.
\n" ); document.write( "
\n" );