Suppose I have the inequality $(\frac{A}{B})^X < (\frac{C}{D})\cdot(\frac{E}{F})^Y$ and I want X by itself.
Can I do this $X\cdot \log(\frac{A}{B}) < \log(\frac{C}{D})\cdot(Y\cdot \log(\frac{E}{F}))$? Am I breaking any rules on the right-hand side?
Suppose I have the inequality $(\frac{A}{B})^X < (\frac{C}{D})\cdot(\frac{E}{F})^Y$ and I want X by itself.
Can I do this $X\cdot \log(\frac{A}{B}) < \log(\frac{C}{D})\cdot(Y\cdot \log(\frac{E}{F}))$? Am I breaking any rules on the right-hand side?
It should be $$X\log \left(\frac{A}{B}\right)=\log \left(\frac{C}{D}\right)+Y\log \left(\frac{E}{F}\right)$$ You did not break the log into addition as $\log xy =\log x +\log y$
Yes!!! You need to apply the rule of addition for logarithmic functions.
Right hand side should be log(C / D) + (Y * log(E / F)).
One of the logarithm rules is $\log (ab)=\log a + \log b$. Therefore, on the right, it should be $\log (\frac{C}{D}) + Y \log (\frac{E}{F})$.