document.write( "Question 1055965: A scientist begins with 100 milligrams of a radioactive substance that decays exponentially. After 36 hours, 50 mg of the substance remains. How many milligrams will remain after 52 hours ?
\n" );
document.write( "_________ mg \n" );
document.write( "
Algebra.Com's Answer #671127 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A scientist begins with 100 milligrams of a radioactive substance that decays exponentially. After 36 hours, 50 mg of the substance remains. \n" ); document.write( "y = a*b^x \n" ); document.write( "50 = 100*b^36 \n" ); document.write( "b = 0.5^(1/36) \n" ); document.write( "------------------------- \n" ); document.write( " How many milligrams will remain after 52 hours ? \n" ); document.write( "f(x) = 100*(0.5)^(x/36) \n" ); document.write( "f(52) = 100*(0.5)^(52/36) = 36.74 mg \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |