SOLUTION: How can I solve to find "A" in the following formula =10^((A-B)/C)*D*E Many thanks

Algebra ->  Exponential-and-logarithmic-functions -> SOLUTION: How can I solve to find "A" in the following formula =10^((A-B)/C)*D*E Many thanks      Log On


   



Question 1114012: How can I solve to find "A" in the following formula
=10^((A-B)/C)*D*E
Many thanks

Answer by stanbon(75887) About Me  (Show Source):
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.