I was given a log equation:
$$D = 10 \log (I/I_0) $$
$I$ is the unknown in this case, $I_0 = 10^{-12}$ and $D = 89.3$.
I did the following steps:
$$ \begin{aligned} \ 89.3 &= 10 \log \left(\frac{I}{10^{-12}}\right) \\ \ \frac{89.3}{10} &= \log \left(\frac{I}{10^{-12}}\right) \\ \ 8.93 &= \log \left(\frac{I}{10^{-12}}\right) \\ \end{aligned} $$
I'm not quite sure how to isolate I after step 3, and I'm also unsure if dividing $89.3/10$ is correct as well. So how can I find the unknown ($I$)?