Okay, I'm presented with this problem:
So I used the formula A(t) = A0 * e ^ ktQuote:
The half-life of element X is 9 hours. If 80mg are present now, how much will exist after 2 days?
So now I have A(t) = A0 * e ^ -.0077tCode:.5 = e ^ 9k
ln .5 = 9k
k = ln (.5)/9
k = -0.0077
So I do:
Which obviously isn't correct. What am I doing wrong?Code:A = 80e ^ -.0077(48)
A = 3810.55
