document.write( "Question 1193272: MAT 145: Topics In Contemporary Math\r
\n" );
document.write( "\n" );
document.write( " 19: Solving Exponential Growth\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "4) The population of bison was almost hunted to extinction when the United States
\n" );
document.write( "expanded westward. The population decreased by 40% per year when the expansion
\n" );
document.write( "began in 1803. If the herds of bison originally contained 500,000 bison, long would it
\n" );
document.write( "take for there to only be 1,000 bison left? \n" );
document.write( "
Algebra.Com's Answer #825277 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The population of bison was almost hunted to extinction when the United States \n" ); document.write( "expanded westward. \n" ); document.write( " The population decreased by 40% per year when the expansion began in 1803. \n" ); document.write( " If the herds of bison originally contained 500,000 bison, long would it \n" ); document.write( "take for there to only be 1,000 bison left? \n" ); document.write( ": \n" ); document.write( "let t = time required for this to happen \n" ); document.write( "With 40% decrease, that means .6 of original amt remain \n" ); document.write( ": \n" ); document.write( "500000*.6^t = 1000 \n" ); document.write( ".6^t = 1000/500000 \n" ); document.write( ".6^t = 1/500 \n" ); document.write( "uing natural logs \n" ); document.write( "t*ln(.6) = ln(1/500) \n" ); document.write( "t = ln(1/500)/ln(.6) \n" ); document.write( "using calc \n" ); document.write( "t ~ 12 years \n" ); document.write( " |