You can put this solution on YOUR website! How can I solve to find "A" in the following formula
10^((A-B)/C)*D*E = 0
---
Take the log of both sides to get:
(A-B)/C + log(D)+log(E) = 0
--------
A-B + Clog(D) + Clog(E) = 0
------
A = B - logD^C - logE^C
-----
A = B - log(DE)^C
------------------
Cheers,
Stan H.