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$)?
You're on the right way. You need to find the function f so that $f(log(x))=x$
Hint
$\forall x \in \mathbb{R}, log_a(a^x)=x, a\in \mathbb{R}$