Narenn
INEQUATIONS (INEQUALITIES): PrologueExample 4 :- \(\frac{(x+3)}{(x-2)}\) ≤ 2
1. \(\frac{(x+3)}{(x-2)}\) ≤ 2
2. \(\frac{(x+3)}{(x-2)}\) - 2 ≤ 0
3. \(\frac{(x+3-2x+4)}{(x-2)}\) ≤ 0
4. \(\frac{(-x+7)}{(x-2)}\) ≤ 0
5. \(\frac{(x-7)}{(x-2)}\) ≥ 0 -------------------[Multiplying both sides by -1]
x-7 ≥ 0 ---------> x ≥ 7
x-2 ≥ 0 ---------> x ≥ 2
x = 7 and 2 are the critical points.

The Real line is divided into three regions. Since the Inequation (obtained in step 4) possesses greater than sign which means that LHS of the Inequation is positive. So, the solution set of the given Inequation is the union of the regions containing positive sign.
Hence x ≥ 7 or x ≤ 2 -----------> (-∞, 2] U [7, ∞)
---------- End of First Part ------------
Quick questions about Example 4 / inequalities in general, and also looking for clarification. I added Step #'s beside each line in the quoted example, just for clarity when writing this up.
1) Between steps 1. and 2., if we had left 2 on the RHS, we couldn't multiply the entire inequality by (x-2) because it could be negative, correct? But we can manipulate by bringing the 2 over, then multiply 2 by (x-2) to create 1 fraction with a common denominator, and not affect the overall inequality? (i hope that makes sense - I might be overthinking this).
2) Between steps 4. and 5., we're allowed tomultiply the numerator by -1, and therefore flip the inequality, because we know the inequality in Step 4 is < 0 (so we know the sign), right?