document.write( "Question 92097: 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( "
Algebra.Com's Answer #66934 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( "A(t) = A(o)(1/2)^(t/1234) \n" ); document.write( "----------- \n" ); document.write( "0.10A(o) = A(o)(1/2)^(t/1234) \n" ); document.write( "0.10 = (1/2)^(t/1234) \n" ); document.write( "Take the log of both sides to get: \n" ); document.write( "log0.10 = (t/1234)log(1/2) \n" ); document.write( "t/1234 = [log0.10]/[log(1/2) = 3.321928095... \n" ); document.write( "t = 4099.259269 years \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |