document.write( "Question 323985: Suppose that you have 12 grams of a substance, which decays exponentially and has a half-life of 23 years. How long will it be before there is only 1.5 grams left? \n" ); document.write( "
Algebra.Com's Answer #231868 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that you have 12 grams of a substance, which decays exponentially and has a half-life of 23 years. How long will it be before there is only 1.5 grams left? \n" ); document.write( "-------------- \n" ); document.write( "A(t) = Ao*(1/2)^(t/23) \n" ); document.write( "1.5 = 12*(1/2)^(t/23) \n" ); document.write( "------------------------- \n" ); document.write( "(1/2)^(t/23) = 0.125 \n" ); document.write( "--- \n" ); document.write( "Take the log of both sides: \n" ); document.write( "(t/23)*log(1/2) = log(0.125) \n" ); document.write( "t/23 = 3 \n" ); document.write( "--- \n" ); document.write( "t = 69 years \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |