Solving linear inequality
Solving an inequality means isolating the variable and then graphing the solution on a number line, or writing it in interval or set-builder notation. To solve an inequality, you use the following properties of inequality.
Addition and subtraction properties of inequality
For any real numbers $a$, $b$, and $c$,
if $a\lt b$, then
$a+c\lt b+c$
and
$a-c\lt b-c$
Multiplication and division properties of inequality
For any real numbers $a$, $b$, and $c$,
if $a\lt b$, then
$ac\lt bc$ if $c$ is positive.
$ac\gt bc$ if $c$ is negative.
and
$\dfrac{a}{c}\lt \dfrac{b}{c}$ if $c$ is positive.
$\dfrac{a}{c}\gt \dfrac{b}{c}$ if $c$ is negative.
Note that if you multiply or divide by a negative number, the inequality sign reverses. That is, $\lt$ becomes $\gt$, and vice versa.
If you switch sides — moving everything on the right to the left and everything on the left to the right — you must also reverse the inequality sign. For example,
$4\lt x \:$ is same as $\: x \gt 4$
$y\ge -4 \:$ is same as $\: -4 \le y$
Example 1: Solve, $3x+6\ge 9$
Solution:
$\begin{align*} 3x+6\quad &\ge 9\\ -6:\quad 3x\quad &\ge 9-6\\ \qquad 3x\quad &\ge 3\\ \div 3:\quad x\quad &\ge 1 \end{align*}$
The solution in interval notation is
$[1,\infty)$
Example 2: Solve, $14+6y\gt 2+9y$
Solution:
$\begin{align*} 14+6y\quad &\gt \quad 2+9y\\ -9y:\quad 14-3y\quad &\gt \quad 2\\ -14:\qquad -3y\quad &\gt \quad -12\\ \div -3:\qquad y\quad &\lt \quad 4\\ \end{align*}$
The solution in interval notation is
$(-\infty, 4)$