divanshuj
5< - x
is equal to
x > - 5
right since I am multiplying both sides by - 1
but as per the OG quant review
5< - x
is equal to
x< - 5
What am I missing (I know I am DF)
but can someone explain this to me.
Given: \(x>y\). When we multiply inequality by negative number - we multiply both sides of inequality and flip the sign --> \(n<0\), \(nx<ny\).
Examples:
\(2<3\), multiply it by \(-2\) --> \(2*(-2)>3*(-2)\) --> \(-4>-6\);
\(-5>-7\), multiply it by \(-3\) --> \(-5*(-3)<-7*(-3)\) --> \(15<21\);
Your example:
\(5<-x\), multiply it by \(-1\) --> \(5*(-1)>-x*(-1)\) --> \(-5>x\).
Hope it helps.