Finding the values that $x$ can take $\left|\frac{-10}{x-3}\right|>\:5$

64 Views Asked by At

$$\left|\frac{-10}{x-3}\right|>\:5$$

  • Find the values that $x$ can take.

I know that

$$\left|\frac{-10}{x-3}\right|>\:5$$ and $$\left|\frac{-10}{x-3}\right|<\:-5$$

4

There are 4 best solutions below

0
On BEST ANSWER

$$\left| \frac { -10 }{ x-3 } \right| >\: 5\\ \frac { 10 }{ \left| x-3 \right| } >5\\ \left| x-3 \right| <2\\ -2<x-3<2\\ 1<x<5\\ \left( 1;5 \right) -\left\{ 3 \right\} \\ \\ $$

0
On

$$\left|\frac{-10}{x-3}\right|>\:5$$ so $$10> 5|x-3| \Longrightarrow -2<x-3<2 \Longrightarrow 1<x<5; x\ne 3$$

2
On

simplifying and multiplying by $$|x-3|$$ for $$x\ne 3$$ we get $$2>|x-3|$$ this is equivalent to $$2>x-3$$ if $$x\geq 3$$ and $$2>-x+3$$ if $$x<3$$

0
On

First note that $x=3$ cannot be a part of the solution. That in mind, we have: $$|\frac{-10}{x-3}|>5 \implies \frac{10}{5}> |x-3| \implies -2< x -3 < 2 \implies x \in (1,5) - \{3\}$$