How can one go from $(x-5)^2 >9$ to $(x-5)>3$ and $(x-5)<-3$ ? I don't understand what mathematical logic is used in this case.
2026-04-24 06:49:39.1777013379
On
How can one go from $(x-5)^2 >9$ to $(x-5)>3$ and $(x-5)<-3$?
54 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
11
On
Hint
$$(x-5)^2-9>0\to [(x-5)-3][(x-5)+3]>0$$
so,
$1)$ $(x-5)-3>0$ and $(x-5)+3>0$ $\Leftrightarrow$ $(x-5)>3$ and $(x-5)>-3$.
Once both inequality have to happen at the same time we then should get the intersection, what give us
$$(x-5)>3$$
$2)$ $(x-5)-3<0$ and $(x-5)+3<0$
can you finish?
we use the square root non both sides and we get $$|x-5|>3$$ and this is equivalent to $$x-5>3$$ if $$x\geq 5$$ or $$-x+5>3$$ if $$x<5$$