I need help with this exponential equation: $5^{x+2}\ 2^{4-x} = 1000 $
We know that $ 1000 = 10^3$, so:
$$\ln(5^{x+2}\cdot2^{4-x}) = \ln10^3 \implies\ln(5^{x+2}) + \ln(2^{4-x}) = \ln10^3$$
In the next step I use that: $\ln(a^x) = x\ln(a)$
$$(x+2)\ln 5 + (4-x)\ln 2 = 3\ln 10$$
And I'm stuck here.
You can simplify a little more: $$\begin{align}(x+2)\ln 5 + (4-x)\ln2 &= 3\ln 10 \\ &=3\ln2 + 3 \ln 5 \\ (x-1)\ln5+(1-x)\ln2&=0.\end{align}$$ Can you finish it off from here?
Alternatively, you can do this without logs: $5^{x+2} \times 2^{4-x} = 2^3 5^3$, so $5^x 2^{-x} = \frac{5}{2}$, from where the answer should also be clear.