cfaking Wrote:Yes, you are right
provided other conditions such as " x Not equal to Zero(in 2nd case) etc"..are met
pls Note
> changes to < only when you change the Sign on both sides
like
say if (-)x/y > (-) p/q
then the following is true
=>x/y < p/q
I would like to add my 2 cents on it.. We should not ever cross multiply inequalities is we are not sure about the sign of variables involved.. The reason behind this is if we multiply anything negative to both the sides the inequality is reversed.
Example:
2 < 3
Multilpying by 2 both sides we get
4 < 6 which is true
But, multiplying by -2 both sides we get
-4 < -6 which is false, so we should reverse the inequality as well when multiplying with negative. therefore after reversing the inequality we get -4 > -6 which is true..
HTH!!!