Mister Exam

Other calculators

(x-2)(x+3)/(x-1)>=0 inequation

A inequation with variable

The solution

You have entered [src]
(x - 2)*(x + 3)     
--------------- >= 0
     x - 1          
$$\frac{\left(x - 2\right) \left(x + 3\right)}{x - 1} \geq 0$$
((x - 2)*(x + 3))/(x - 1) >= 0
Detail solution
Given the inequality:
$$\frac{\left(x - 2\right) \left(x + 3\right)}{x - 1} \geq 0$$
To solve this inequality, we must first solve the corresponding equation:
$$\frac{\left(x - 2\right) \left(x + 3\right)}{x - 1} = 0$$
Solve:
Given the equation:
$$\frac{\left(x - 2\right) \left(x + 3\right)}{x - 1} = 0$$
the denominator
$$x - 1$$
then
x is not equal to 1

Because the right side of the equation is zero, then the solution of the equation is exists if at least one of the multipliers in the left side of the equation equal to zero.
We get the equations
$$x - 2 = 0$$
$$x + 3 = 0$$
solve the resulting equation:
1.
$$x - 2 = 0$$
Move free summands (without x)
from left part to right part, we given:
$$x = 2$$
We get the answer: x1 = 2
2.
$$x + 3 = 0$$
Move free summands (without x)
from left part to right part, we given:
$$x = -3$$
We get the answer: x2 = -3
but
x is not equal to 1

$$x_{1} = 2$$
$$x_{2} = -3$$
$$x_{1} = 2$$
$$x_{2} = -3$$
This roots
$$x_{2} = -3$$
$$x_{1} = 2$$
is the points with change the sign of the inequality expression.
First define with the sign to the leftmost point:
$$x_{0} \leq x_{2}$$
For example, let's take the point
$$x_{0} = x_{2} - \frac{1}{10}$$
=
$$-3 + - \frac{1}{10}$$
=
$$- \frac{31}{10}$$
substitute to the expression
$$\frac{\left(x - 2\right) \left(x + 3\right)}{x - 1} \geq 0$$
$$\frac{\left(- \frac{31}{10} - 2\right) \left(- \frac{31}{10} + 3\right)}{- \frac{31}{10} - 1} \geq 0$$
-51      
---- >= 0
410      

but
-51     
---- < 0
410     

Then
$$x \leq -3$$
no execute
one of the solutions of our inequality is:
$$x \geq -3 \wedge x \leq 2$$
         _____  
        /     \  
-------•-------•-------
       x2      x1
Solving inequality on a graph
Rapid solution [src]
Or(And(-3 <= x, x < 1), And(2 <= x, x < oo))
$$\left(-3 \leq x \wedge x < 1\right) \vee \left(2 \leq x \wedge x < \infty\right)$$
((-3 <= x)∧(x < 1))∨((2 <= x)∧(x < oo))
Rapid solution 2 [src]
[-3, 1) U [2, oo)
$$x\ in\ \left[-3, 1\right) \cup \left[2, \infty\right)$$
x in Union(Interval.Ropen(-3, 1), Interval(2, oo))