We have been studying exponential functions, logarithms and converting numbers to same base numbers/potencys, but the task was to solve it using equation, so without use of logarithm I guess..?
Anyway, in JeffM answer, where does that -2/+2 come from? Otherwise I think that is the correct answer, thought logarithm was used. So maybe MarkFL way of solving might also be right, thought A0 doesn't mean anything to me, unless it is related to sequence of numbers...
Thank you all already btw.
Perhaps the primary
practical purpose of logarithms today outside of calculus is to
solve exponential equations. So you probably were meant to set up an exponential equation and then to solve it using logarithms. In general,
[MATH]0 < a,\ 0 < b,\ b \ne 1, d > 0, \text { and } c = d * a^x \implies[/MATH]
[MATH]x = \dfrac{log_b(c) - log_b(d)}{log_b(a)}.[/MATH]
For many (except in calculus courses) [MATH]log(a) \ MEANS \ log_{10}(a).[/MATH]
That is the way that most calculators are set up.
Now to answer your question about where the 2 came from, let's do it this way, which is a slightly closer to Mark's way.
Start by setting up a notation.
[MATH]f(t) = \text {percentage of radioactive stuff left after t days.}[/MATH]
Next write down what you know.
[MATH]f(t) = 100 * \left ( \dfrac{1}{2} \right)^{(t/8)}.[/MATH]
That is the equation, and it is an exponential equation.
We want to know t when f(t) = 5.
[MATH]\therefore 5 = 100 * \left ( \dfrac{1}{2} \right )^{(t/8)} \implies[/MATH]
[MATH]log_{10}(5) = log_{10}\left \{100 * \left ( \dfrac{1}{2} \right )^{(t/8)} \right \} = log_{10}(100) + log_{10}\left ( 0.5^{(t/8)} \right ) =[/MATH]
[MATH]log_{10}(10^2) + \dfrac{t}{8} * log_{10}(0.5) =2 * log_{10}(10) + \dfrac{t}{8} * log_{10}(0.5) =[/MATH]
[MATH]2 * 1 + \dfrac{t}{8} * log_{10}(0.5) = 2 + \dfrac{t}{8} * log_{10}(0.5) \implies[/MATH]
[MATH]log_{10}(5) = 2 + \dfrac{t}{8} * log_{10}(0.5) \implies \dfrac{t}{8} * log_{10}(0.5) = log_{10}(5) - 2 \implies[/MATH]
[MATH]t * log{10}(0.5) = 8\{log_{10}(0.5) - 2\} \implies t = \dfrac{8\{log_{10}(0.5) - 2\}}{log_{10}(0.5)} \approx 34.575424759.[/MATH]