document.write( "Question 1091248: When the meteor hit the earth, there were 600,000 dinosaurs alive. Thirty years later there were only 15,000. If they died exponentially, after how many years would there be only five dinosaurs left?\r
\n" );
document.write( "\n" );
document.write( "---I believe the exponential growth/decay formula I learned is y=k⋅a^t, in this case I think it would be y=600,000(1-15,000)^30 \r
\n" );
document.write( "\n" );
document.write( "y = amount after increase/decrease (in this case decrease)\r
\n" );
document.write( "\n" );
document.write( "k = original amount\r
\n" );
document.write( "\n" );
document.write( "a = decrease/decay factor. In this case I think it would be (1-15,000)\r
\n" );
document.write( "\n" );
document.write( "t = time \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #705639 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 600000*b^t, where t=30=15000 \n" ); document.write( "b^30=15000/600000=1/40 \n" ); document.write( "30 ln b=ln (1/40)=-3.689 \n" ); document.write( "divide by 30 without rounding \n" ); document.write( "ln b=-0.1230. \n" ); document.write( "raise both sides to the e power \n" ); document.write( "b=0.8843 \n" ); document.write( "600000*0.8843^t=5 \n" ); document.write( "divide by 600000 \n" ); document.write( "0.8843^x=5/600000=0.000008333 \n" ); document.write( "logs of both sides \n" ); document.write( "x log (0.8843)=-5.079 \n" ); document.write( "x=-5.079/log (0.8843)=95.12 years ANSWER \n" ); document.write( "check \n" ); document.write( "in 30 years, it decreases 1/40 \n" ); document.write( "in 60 years, 1/1600 \n" ); document.write( "in 90 years, 1/64000 \n" ); document.write( "so it will decrease somewhat more than 1/64000 \n" ); document.write( "600000*(0.8843)^95=5.07 \n" ); document.write( " |