Question:
Find the maximum integral value which satisfies: $$\frac{x-2}{x^2-9}<0$$
I know that this means either of the following:
#1. $x-2<0$ and $x^2-9>0$. Implies that $x \in (3, 2)$, which is false. [1]
#2. $x-2>0$ and $x^2-9<0$. Implies that $x \in (2, 3)$, which is true. [1]
However, this does not give the correct answer. Of course, I can solve this by checking values, but I want a proper method of solving.
I, thus, need help in figuring out the method to get the correct answer
[1] - $x^2-9>0 \Rightarrow x^2>9 \Rightarrow x>3$
What about "standard" approach to solving such inequalities in real variable $x$? $$ \frac{x-2}{x^2-9} < 0\qquad\qquad |x|\neq3 $$ Now multiply both sides by $(x^2-9)^2$ which is always positive and does not change the inequality sign. $$ (x-2)(x^2-9) < 0 $$ $$ (x-2)(x-3)(x+3) < 0 $$ We got a fairly easy polynomial inequality. Given $|x|\neq3$ the solution is: $$ x\in (-\infty,-3)\cup(2,3) $$ The maximum integer value from this set is obviously $-4$.