document.write( "Question 1004575: At the beginning of an experiment, a scientist has 256 grams of radioactive goo. After 105 minutes, her sample has decayed to 16 grams. \r
\n" );
document.write( "\n" );
document.write( "What is the half-life of the goo in minutes?
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "Find a formula for G(t), the amount of goo remaining at time t. G(t) =
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "How many grams of goo will remain after 17 minutes?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #621046 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Our half-life formula is \n" ); document.write( "G(t) = Ao * (1/2)^(t/h), where h is the half-life and A0 is the beginning amount \n" ); document.write( "16 = 256 * (1/2)^(105/h) \n" ); document.write( "1/16 = (1/2)^(105/h) \n" ); document.write( "use definition of logarithm \n" ); document.write( "105/h = log (base 1/2) of 1/16 \n" ); document.write( "105/h = 4 \n" ); document.write( "h = 105/4 = 26.25 minutes \n" ); document.write( "half-life is 26.25 minutes \n" ); document.write( "******************************************************************************** \n" ); document.write( "we use our formula for t = 17 \n" ); document.write( "G(17) = 256 * (1/2)^(17/26.25) \n" ); document.write( "G(17) = 163.413226968 approx 163.4 \n" ); document.write( "There is 163.4 grams of goo after 17 minutes \n" ); document.write( " \n" ); document.write( " |