I'm trying to solve the following inequality $\dfrac{(\log_2 (8x) \times \log_{x/8} 2)}{\log_{x/2} 16} \leq 0.25$
Wolfram alpha gives the answer $(0, 0.5], [1,8)$ but surely $x \not= 2$ since log to base $1$ is undefined. But is the fact that it basically shrinks the fraction down to $0$ sufficient to satisfy this inequality? Could someone clear this up for me?
Wolfram link is here.
You can otherwise write the inequality as: $$\frac{\log_2 8x \times \log_{\frac{x}{8}}2 \times \log \frac{x}{2}}{\log 16} \leq 0.25$$ $$\Rightarrow \frac{\log \frac{x}{2} \times \log 8x}{\log 16 \times \log \frac{x}{8}} \leq 0.25$$ What we just did is to use the logarithmic identity: $\log_{a}b = \frac{\log b}{\log a}$. Now we can see that $x$ can take the value of $2$ because due to this identity, we now have the numerator as $0$ which is less than $0.25$.
Hope it is much clearer to you now.