document.write( "Question 25686: 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( "I'm just having a problem setting up this problem. Any help you can give will be greatly appreciated. \n" );
document.write( "
Algebra.Com's Answer #13796 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Formula: A=P(1/2)^(t/1234) \n" ); document.write( "A is the amount you have after some years. \n" ); document.write( "P is the amount you started with. \n" ); document.write( "t is the number of years since the start time. \n" ); document.write( "You want A=10%(p)= 0.1P \n" ); document.write( "So, you have 0.1P=P(1/2)^(t/1234) \n" ); document.write( "0.1=2^(-t/1234) \n" ); document.write( "Take the ln of both sides to get: \n" ); document.write( " ln(0.1)= (-t/1234)(ln 2) \n" ); document.write( " t=[-1234{ln 0.1)/(ln 2)] \n" ); document.write( "I don't have a calculator with me so I will leave \n" ); document.write( "the calculating to you.\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |