I am trying to figure out how to simplify adding of 2 log terms with the same base but different power.
For example in my textbook:
\begin{align} \ln(x) &= 0.8\ln\left(20000\left(1+\frac r{100}\right)\right) + 0.2\ln\left(20000\left(1-\frac s{100}\right)\right)\\ \ln(x) &= 0.8\left[\ln(20000) + \ln\left(1+\frac r{100}\right)\right] + 0.2\left[(\ln(20000) + \ln\left(1-\frac s{100}\right)\right]\\ \ln(x) &= \ln(20000) + 0.8\ln\left(1+\frac r{100}\right) + 0.2\ln\left(1-\frac s{100}\right) \end{align}
This is what I have got so far
The final simplification is:
$$x = 20000\left(1+\frac r{100}\right)^{0.8}\left(1-\frac s{100}\right)^{0.2}$$
Any help will be greatly appreciated. Thank you.