Question 561024
ax<4 is only the same as x<4/a only if a > 0. If a < 0, then ax<4 is NOT the same as x<4/a it's actually the same as x>4/a.