You can put this solution on YOUR website! Find the half life of a radioactive substance that decays by 20% in 10 years.
---------------
A(t)= a*b^t
------------------
Given:
0.20a = ab^10
b^10 = 0.20
b = 0.2^(1/10)
====================
Find half-life:
(1/2)a = a*b^t
---
Cancel the "a's" and substitute for "b":
1/2 = 0.2^(t/10)
Solve for "t":
(t/10)log(0.2) = log(0.5)
t/10 = log(0.5)/log(0.2)
t/10 = 0.4307
t = 4.307 years (half-life of the substance)
Cheers,
Stan H.
==========