If $$\log_{10}(x)\log_{10}(2) = 2$$ What is $x$ ?
WolframAlpha says $x = e^{\frac2{\log_{10}(2)}}$
But i don't understand why it is.. Please explain it. Thanks
If $$\log_{10}(x)\log_{10}(2) = 2$$ What is $x$ ?
WolframAlpha says $x = e^{\frac2{\log_{10}(2)}}$
But i don't understand why it is.. Please explain it. Thanks
On
That's because, when you write down $\log$ in WolframAlpha, it is interpreted as $\log_e$ or $\ln$. So WolframAlpha solved the equation
$$\ln(x)\ln(2)=2$$
Which is solved by first dividing the equation by $\ln 2$, obtaining $$ln(x) = \frac{2}{\ln 2}$$
Then using the fact that $a=b\iff e^a=e^b$ to get
$$(x=)e^{\ln x} = e^{\frac{2}{\ln2}}$$
There's really not much to it, but you probably used $\ln$ when asking W|A (
logis interpreted as the natural logaritm by default). $$\log_{10} x \log_{10} 2 = 2 \\ \Rightarrow \log_{10} x = \frac2{\log_{10}2} \\ \Rightarrow x = 10^{\log_{10} x} = 10^{\frac2{\log_{10}2}}$$