Question 50273
If you multiply or divide by a positive number, you do not switch the sign.
{{{2x > 2}}}
{{{x > 1}}}
If you add or subtract by a negative or positive number, you do not switch the sign.
{{{x + 1 > 1}}}
{{{x > 0}}}
and
{{{x - 1 > 1}}}
{{{x > 2}}}
If you divide or multiply by a negative number, you switch the sign.
{{{-x < 4}}}
{{{x > -4}}}