SAM Wrote:If -2x > 3y, is x negative ?
1)y > 0
2)2x + 5y - 20 = 0
Answer is D. Can anybody please explain how the 2nd option holds true ?
first off, an admonishment: please follow the rules when posting questions.
your title should consist of the first 8 words (approximately) of the problem. since i am a true gentleman with a big heart, i have changed the title of this thread (and your other one) for you, but please title your posts correctly from now on.
--
the above solution takes a bit of ingenuity; here's a more ground-level solution.
notice that there's a '2x' in the inequality given in the question prompt, and another '2x' in statement 2. this is a fine opportunity for substitution.
so, SOLVE both things for the '2x':
divide the inequality by -1 --> 2x < -3y
isolate the '2x' in statement (2) --> 2x = -5y + 20
substitute --> -5y + 20 < -3y
solve --> 20 < 2y
10 < y
y > 10
which means
-2x > 3y > 30
-2x > 30
x < -15
sufficient
--
you can theoretically use plug-in-numbers on this problem, but it's much more trouble than is worthwhile to discuss.