document.write( "Question 725094: A sample of 800 grams of radioactive substance decays according to the function A(t)=800e^-0.028t, where t is the time in years . How much of the substance will be left in the sample after 10 years? Round to the nearest whole gram.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #443965 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Just replace the t with 10 and enter it into your calculator. If your calculator has buttons for parentheses and for the number e, you could enter the whole expression at once: \n" ); document.write( "800*(e^(-0.028*10)) \n" ); document.write( "If there is no button for \"e\" then use ln^(-1)(1) or 2.7182818284590452353602874713527 (or a rounded off version of this). \n" ); document.write( "If there are no buttons for parentheses then raise e to the -0.28 power (since (-0.028 * 10 = -0.28) and then multiply by 800. \n" ); document.write( "And last, round the answer you get to the nearest whole number. \n" ); document.write( " |