220k views
2 votes
When working with inequalities what do you do when its x squared > 16 and vice versa does the sign flip.

2 Answers

5 votes

No it doesn't flip. You split into two possible cases with two separate inequalities.

x^2 > 16

| x | > 4

And since now you are working with an absolute value, you split into 2 possible cases.

if x >= 0: then x > 4

if x < 0: then -x > 4

x < -4

FOR THE FIRST:

x ∈ (4, + ∞)

FOR THE SECOND:

x ∈ (-∞, -4)

Their UNITY is: x ∈ (-∞, -4) U (4, +∞)

And that's how you go about solving these. Hope I helped! :)

User Komizo
by
4.9k points
3 votes

Answer:


x<-4\quad \mathrm{or}\quad \:x>4


\{x\in \mathbb{R}| \:\left(-\infty \:,\:-4\right)\cup \left(4,\:\infty \:\right) \}

Explanation:


x^2>16


x<-√(16)\quad \mathrm{or}\quad \:x>√(16)


x<-4\quad \mathrm{or}\quad \:x>4

The interval notation will be:


\{x\in \mathbb{R}| \:\left(-\infty \:,\:-4\right)\cup \left(4,\:\infty \:\right) \}

The contrary,


x^2<16

is
-4<x<4

User Comanitza
by
5.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.