Question 11033
Yes, whenever you multiply or divide by ANY negative number, the < or > swap around.


You could say the same about =, but of course swapping it, it still looks the same ;-)


eg 2 < 5 is valid


now multiply by 3...
6 < 15 .. still valid


now multiply by -1
-6 < -15 is not true anymore...-15 is now smaller.


so, we need to write 
-6 > -15


jon.