Mister Exam

Other calculators

(3x-2):(3-x)=<2 inequation

A inequation with variable

The solution

You have entered [src]
3*x - 2     
------- <= 2
 3 - x      
3x23x2\frac{3 x - 2}{3 - x} \leq 2
(3*x - 2)/(3 - x) <= 2
Detail solution
Given the inequality:
3x23x2\frac{3 x - 2}{3 - x} \leq 2
To solve this inequality, we must first solve the corresponding equation:
3x23x=2\frac{3 x - 2}{3 - x} = 2
Solve:
Given the equation:
3x23x=2\frac{3 x - 2}{3 - x} = 2
Multiply the equation sides by the denominator 3 - x
we get:
(23x)(3x)x3=62x\frac{\left(2 - 3 x\right) \left(3 - x\right)}{x - 3} = 6 - 2 x
Expand brackets in the left part
2+3*x3+x-3+x = 6 - 2*x

Looking for similar summands in the left part:
(2 - 3*x)*(3 - x)/(-3 + x) = 6 - 2*x

Move free summands (without x)
from left part to right part, we given:
(23x)(3x)x3+3=92x\frac{\left(2 - 3 x\right) \left(3 - x\right)}{x - 3} + 3 = 9 - 2 x
Move the summands with the unknown x
from the right part to the left part:
2x+(23x)(3x)x3+3=92 x + \frac{\left(2 - 3 x\right) \left(3 - x\right)}{x - 3} + 3 = 9
Divide both parts of the equation by (3 + 2*x + (2 - 3*x)*(3 - x)/(-3 + x))/x
x = 9 / ((3 + 2*x + (2 - 3*x)*(3 - x)/(-3 + x))/x)

x1=85x_{1} = \frac{8}{5}
x1=85x_{1} = \frac{8}{5}
This roots
x1=85x_{1} = \frac{8}{5}
is the points with change the sign of the inequality expression.
First define with the sign to the leftmost point:
x0x1x_{0} \leq x_{1}
For example, let's take the point
x0=x1110x_{0} = x_{1} - \frac{1}{10}
=
110+85- \frac{1}{10} + \frac{8}{5}
=
32\frac{3}{2}
substitute to the expression
3x23x2\frac{3 x - 2}{3 - x} \leq 2
2+3323322\frac{-2 + \frac{3 \cdot 3}{2}}{3 - \frac{3}{2}} \leq 2
5/3 <= 2

the solution of our inequality is:
x85x \leq \frac{8}{5}
 _____          
      \    
-------•-------
       x1
Solving inequality on a graph
-10.0-7.5-5.0-2.50.02.55.07.510.012.515.0-1000010000
Rapid solution 2 [src]
(-oo, 8/5] U (3, oo)
x in (,85](3,)x\ in\ \left(-\infty, \frac{8}{5}\right] \cup \left(3, \infty\right)
x in Union(Interval(-oo, 8/5), Interval.open(3, oo))
Rapid solution [src]
Or(And(x <= 8/5, -oo < x), And(3 < x, x < oo))
(x85<x)(3<xx<)\left(x \leq \frac{8}{5} \wedge -\infty < x\right) \vee \left(3 < x \wedge x < \infty\right)
((x <= 8/5)∧(-oo < x))∨((3 < x)∧(x < oo))