Exponential form of a log

177 Views Asked by At

I'm a bit confused on the wording of this question:

An equation is shown below

x = log(20)

What is the exponential form of this equation?

So my answer is $10^x$=20. But I am not sure if that is even the right format of an exponential form or if that is the most simplified answer I can give?

1

There are 1 best solutions below

0
On

Remember that $e^{x}$ is the inverse function of $\ln(x)$, so they "undo" each other: $e^{\ln(x)}=x$ and $\ln(e^x)=x$. Therefore you can rearrange your equation by doing this:

\begin{equation} e^x = e^{\ln20} \\ \therefore e^x = 20 \end{equation}

which is the "exponential form" of the equation.