How do you solve #x/(x-1)<1#?
1 Answer
Reformulate without multiplying either side by a potentially negative expression to find:
#x < 1#
Explanation:
This could be a little fiddly, since if you multiply both sides by
So let's use a different approach:
#1 > x / (x - 1) = (x - 1 + 1) / (x - 1) = 1 + 1/(x - 1)#
Subtract
#0 > 1/(x-1)#
That is:
#1/(x-1) < 0#
The left hand side will be negative when
In general you can perform any of the following operations on an inequality and preserve its truth:
(1) Add or subtract the same value on both sides.
(2) Multiply or divide both sides by the same positive value.
(3) Multiply or divide both sides by the same negative value and reverse the inequality (i.e.
(4) Apply the same strictly increasing monotonic function to both sides (e.g.
(5) Apply the same strictly monotonically decreasing function to both sides and reverse the inequality.