If i’m reading you correctly, the example given is: “negative three is bigger than one-third times R”
In this case, you can sort of treat the inequality as an equals sign. If one-third of R is smaller than negative three, than R MUST be smaller than -9:
-9 > R
(you get this by multiplying both sides by three). For example, if R is -18, one third of R is -6, and -6 is smaller than -3. Likewise, -18 is smaller than -9
Another example:
X+2 > 4
since X plus two is greater than 4, X must be greater than 2:
X > 2
(subtract two from each side).
for instance, if X is 3, X+2 = 5, which is greater than 4. Meanwhile, X itself is greater than two, so that works.
Another one:
5*Y < 20
(five times Y is less than 20). By this same method, Y must be less than 4:
Y < 4
(divide both sides by 5). If Y is 2, 5*Y is less than 20, and Y is less than 4.
There is one exception to this, which is when negative numbers are involved. If you need to divide by a negative number, you need to FLIP the inequality sign.
example:
-2*U < 10
divide both sides by negative two, and flip the sign:
U > -5
this is because of what happens when you multiply negative numbers by eachother. If U = -3, the inequality holds, beucause -2*-3 = +6.