I understand the answer to this question is C if you assume X is positive. But if you work out both cases (pos and neg), shouldnt the answer be E?
If x is an integer, what is the value of x?
(1) -5x > -3x + 10
(2) -11x - 10 < 67
mithunsam Wrote:-5x > -3x + 10 => -2x > 10 => -x > 5 => x < -5 [This is true only when x is -ve]
scott.yin Wrote:mithunsam Wrote:-5x > -3x + 10 => -2x > 10 => -x > 5 => x < -5 [This is true only when x is -ve]
Don't you need to test both +ve and -ve cases (flip the initial inequality)?
So wouldnt you also go ahead and find -5x < -3x + 10 => -x < 5 => x >5 ??