Solve the equation for $x$ by using base 10 logarithms.
$$16\cdot4^{2.5x}=9$$
EDIT: I made a typo (somehow... I was very far off!!)
The correct equation is this: $$16\cdot4^{2.5x}=70$$
Can it be written like:
$$2.5x\log_{10}(5)=70\ ?$$
Then get:
$$\log_{10}(5)=\frac{70}{2.5x}$$
The computer wants a largest value and smallest value, similar to an answer for a quadratic problem. I need to know how to get the 2 answers even if one ends up negative (I know the negative will be tossed out, but I still need to know how to get the answer).
$$ \begin{align} 16\cdot4^{2.5x}&=70\\ 2^4\cdot(2^2)^{2.5x}&=70\\ 2^4\cdot2^{5x}&=70\\ 2^{4+5x}&=70\\ \log_{10}2^{4+5x}&=\log_{10}70\\ (4+5x)\log_{10}2&=\log_{10}70\\ 4+5x&=\frac{\log_{10}70}{\log_{10}2} \end{align} $$ Can you take it from here?
Addendum : $$ \begin{align} 4^2\cdot(2^2)^{2.5x}&=70\\ 4^2\cdot(2^2)^{2.5x}-(\sqrt{70})^2&=0\\ (4\cdot2^{2.5x}-\sqrt{70})(4\cdot2^{2.5x}+\sqrt{70})&=0 \end{align} $$ It will yield two solutions like you want.