document.write( "Question 1005726: Radium-221 has a half life of 30 seconds, how long will it take for 72% of a sample to decay?\r
\n" );
document.write( "\n" );
document.write( "Please help me !! \n" );
document.write( "
Algebra.Com's Answer #621879 by fractalier(6550) You can put this solution on YOUR website! We use the formula \n" ); document.write( "A(t) = Ao * (1/2)^(t/30) \n" ); document.write( ".28Ao = Ao * (1/2)^(t/30) \n" ); document.write( ".28 = (1/2)^(t/30) \n" ); document.write( "Now take ln and get \n" ); document.write( "ln .28 = (-t/30)ln 2 \n" ); document.write( "t = -30 * ln(.28) / ln 2 = 55.1 seconds \n" ); document.write( " |