I'm not sure what to google search for this. Let's say I have the expression:
$$ 2 < \frac{10}{x} < 3 $$
We need to see if x is positive or negative. If positive, we have:
$$ 2x < 10 < 3x $$
If negative we have:
$$ 2x > 10 > 3x $$
It can't be negative since $2x$ can't be greater than $10$. So $x$ must be positive.
Now, what do I do with $ 2x < 10 < 3x $ to get $x$ in the middle so that it is $x$ not $1/x$. I am not sure what rule or term to google for.
Thanks!
Note that the inequality $2x<10<3x$ is actually two inequalities: $$2x<10\qquad\text{ and }\qquad 3x>10.$$ Dividing them by $2$ and $3$, respectively, shows that $$x<\frac{10}{2}\qquad\text{ and }\qquad x>\frac{10}{3},$$ which can be written more concisely as $\tfrac{10}{3}<x<\tfrac{10}{2}.$
More abstractly, for the function $f(x)=\tfrac1x$ we can write the inequalities as $$f(\tfrac12)<f(\tfrac{x}{10})<f(\tfrac13).$$ Because $f(x)$ is positive if and only if $x$ is positive, we see that also $\tfrac{x}{10}$ is positive, so $x$ is positive. Moreover, because $f$ is strictly decreasing on the positive numbers, it follows that $$\tfrac12>\tfrac{x}{10}>\tfrac13,$$ yielding the bounds $\tfrac{10}{3}<x<\tfrac{10}{2}$.