Find the number of positive integers $x$, such that $$\log_{(x/9)}\left(\frac{x^2}{3}\right) < 6 + \log_{(3)}\left(\frac{9}{x}\right); 1≤x≤100, x≠9$$
Here's what I did:
Using Base Changing Theorem, the inequality can be written as $${\log(x^2/3)\over \log(x/9)} < 6+ {\log(9/x)\over \log(3)}$$ Simplifying it I ended up here: $$ 17(\log (3))²+8\log(x)\log(3)-(\log(x))^2>0$$
After eliminating $log3$, and solving the quadratic in $logx$, I got $$ (logx -4+ \sqrt33)(logx-4- \sqrt33)<0.$$ But this doesn't seem to be the right answer.
What should I do next?