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)         
--------------- - 1 >= 0
       x                
$$-1 + \frac{\left(x - 2\right) \left(x + 3\right)}{x} \geq 0$$
-1 + ((x - 2)*(x + 3))/x >= 0
Detail solution
Given the inequality:
$$-1 + \frac{\left(x - 2\right) \left(x + 3\right)}{x} \geq 0$$
To solve this inequality, we must first solve the corresponding equation:
$$-1 + \frac{\left(x - 2\right) \left(x + 3\right)}{x} = 0$$
Solve:
Given the equation:
$$-1 + \frac{\left(x - 2\right) \left(x + 3\right)}{x} = 0$$
transform:
Take common factor from the equation
$$\frac{x^{2} - 6}{x} = 0$$
the denominator
$$x$$
then
x is not equal to 0

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} - 6 = 0$$
solve the resulting equation:
2.
$$x^{2} - 6 = 0$$
This equation is of the form
a*x^2 + b*x + c = 0

A quadratic equation can be solved
using the discriminant.
The roots of the quadratic equation:
$$x_{1} = \frac{\sqrt{D} - b}{2 a}$$
$$x_{2} = \frac{- \sqrt{D} - b}{2 a}$$
where D = b^2 - 4*a*c - it is the discriminant.
Because
$$a = 1$$
$$b = 0$$
$$c = -6$$
, then
D = b^2 - 4 * a * c = 

(0)^2 - 4 * (1) * (-6) = 24

Because D > 0, then the equation has two roots.
x1 = (-b + sqrt(D)) / (2*a)

x2 = (-b - sqrt(D)) / (2*a)

or
$$x_{1} = \sqrt{6}$$
$$x_{2} = - \sqrt{6}$$
but
x is not equal to 0

$$x_{1} = \sqrt{6}$$
$$x_{2} = - \sqrt{6}$$
$$x_{1} = \sqrt{6}$$
$$x_{2} = - \sqrt{6}$$
This roots
$$x_{2} = - \sqrt{6}$$
$$x_{1} = \sqrt{6}$$
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}$$
=
$$- \sqrt{6} - \frac{1}{10}$$
=
$$- \sqrt{6} - \frac{1}{10}$$
substitute to the expression
$$-1 + \frac{\left(x - 2\right) \left(x + 3\right)}{x} \geq 0$$
$$-1 + \frac{\left(\left(- \sqrt{6} - \frac{1}{10}\right) - 2\right) \left(\left(- \sqrt{6} - \frac{1}{10}\right) + 3\right)}{- \sqrt{6} - \frac{1}{10}} \geq 0$$
     /  21     ___\ /29     ___\     
     |- -- - \/ 6 |*|-- - \/ 6 |     
     \  10        / \10        /     
-1 + --------------------------- >= 0
               1      ___            
             - -- - \/ 6             
               10                    

but
     /  21     ___\ /29     ___\    
     |- -- - \/ 6 |*|-- - \/ 6 |    
     \  10        / \10        /    
-1 + --------------------------- < 0
               1      ___           
             - -- - \/ 6            
               10                   

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