$$\frac{1}{2} \log(x+2)=2$$
I'm decently good at logarithms but this one seems to be tricky, when I did it myself I got a negative decimal as my answer but I'm not 100% confident in it, and I would really appreciate some help!
$$\frac{1}{2} \log(x+2)=2$$
I'm decently good at logarithms but this one seems to be tricky, when I did it myself I got a negative decimal as my answer but I'm not 100% confident in it, and I would really appreciate some help!
You have
$\frac{1}{2} \log(x+2)=2$
multiply both sides for 2
$\log(x+2)=4$
Now, I suppose the logarithm base is $e$ so, raise $e$ to both sides of the equation
$(x+2)=e^4$
so, $x=e^4-2$.
Similarly, if the base of the logarithm is 10, the answer is $x=10^4-2$
what are you guys talking about? $\log_{e}$ is written as $\ln$. The easiest way to solve this problem is simply writing logarithm in exponent form. First, move the $1/2$ up to an exponent (law of logs). Now we have $\log(x+2)^{1/2} = 2$. From there, (and it is base ten), rewrite in exponent form --> the base, raised to the answer, equals whats in from of the log. So $$10^2 = (x+2)^{1/2}$$ $$100 = \sqrt{x+2}$$ $$10000 = x+2$$ $$99998 = x$$