document.write( "Question 150908: Find the exponential decay function for a radioactive material that has a half-life of 1234 years. How long will it take until only 10% of the material remains.\r
\n" );
document.write( "\n" );
document.write( " P(T) = P e^-kt \n" );
document.write( "
Algebra.Com's Answer #110859 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the exponential decay function for a radioactive material that has a half-life of 1234 years. How long will it take until only 10% of the material remains. \n" ); document.write( "---------------- \n" ); document.write( "P(T) = P e^-kt \n" ); document.write( "0.10P = P*e^(-t/1234) \n" ); document.write( "0.10 = e^(-t/1234) \n" ); document.write( "Take the natural log of both sides to get: \n" ); document.write( "-t/1234 = ln(0.10) \n" ); document.write( "-t = 1234*-2.3026 \n" ); document.write( "t = 2841.39 years \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |