Mister Exam

Other calculators

(x+2)^2>4(x+2) inequation

A inequation with variable

The solution

You have entered [src]
       2            
(x + 2)  > 4*(x + 2)
$$\left(x + 2\right)^{2} > 4 \left(x + 2\right)$$
(x + 2)^2 > 4*(x + 2)
Solving inequality on a graph
Rapid solution [src]
Or(And(-oo < x, x < -2), And(2 < x, x < oo))
$$\left(-\infty < x \wedge x < -2\right) \vee \left(2 < x \wedge x < \infty\right)$$
((-oo < x)∧(x < -2))∨((2 < x)∧(x < oo))
Rapid solution 2 [src]
(-oo, -2) U (2, oo)
$$x\ in\ \left(-\infty, -2\right) \cup \left(2, \infty\right)$$
x in Union(Interval.open(-oo, -2), Interval.open(2, oo))