
The text with this example is: "We would like to multiply by x * (x- 1) to clear the inequality of fractions,
but this would require considering three cases separately. (What are they?)"
if i follow those steps:
(3 / (x-1) < -2 / x) * (x(x-1))
= 3x(x-1) / (x-1) + 2x(x-1) < 0
= 3x + 2x -2 < 0
= 5x < 2
= x < 2/5
Im clearly doing something wrong, how do i get to three cases?