So, I need to solve the following Inequality-
$$\frac{2y-3}{y}>0$$
I proceeded in the following manner-
$$2y-3>0\qquad \text{[Multiplying both sides by }y.]$$
$$y>\frac{3}{2}\qquad \text{[Adding 3 to both sides and and dividing by 2.]}$$
So my solution set is ($\frac{3}{2},\infty$)
But clearly, the inequality also holds true whenever y has any negative value. Hence, my solution set should in fact be: $(-\infty,0)\cup(\frac{3}{2},\infty)$.
My question is- What is the proper way of solving such inequalities in order to get all values of the variable? I am looking for a simple explanation(pre-college level) if possible.
Here. You multiplied both sides of an inequality by some number, but you forgot to check whether that number was positive (in which case the sign remains ">") or negative (in which case the sign becomes "<").
If you want to make sure you have all the solutions, make sure you don't accidentally multiply or divide by something that might be non-positive, or each time you do it, split it into two cases ("Case 1: y > 0" and "Case 2: y < 0").