Question 597238
how would I solve a log fuction that is a exponent of a number.. example would be 10^log5  Log base is 10
------------
The log is the exponent.  It's the number to which 10 is raised to get 5.
{{{10^log(5) = 5}}}
----------
{{{10^log(x) = x}}}
=======================
another approach:
{{{n = 10^log(5)}}} solve for n
Take the log of both sides
{{{log(n) = (log(5))*log(10)}}}
log(10) = 1
--> log(n) = log(5)
--> n = 5