zarak_khan Wrote:Are x and y both positive?
(1) 2x − 2y =1
(2) x/y > 1
This is how I solved this question:
Statement 1--> x - y = 0.5
Values for x, y and x-y
x = 1, y = 0.5, x-y = 0.5 --> x & y > 0
x = 2, y = 1.5, x-y = 0.5 --> x & y > 0
x = 0, y = -0.5, x- y = 0.5 --> x & y not >0 or <0
x = -0.5, y = -1, x - y = 0.5 --> x & y < 0
Insufficient
Statement 2 --> x /y > 1
Values for x, y, x/y
x = 2, y = 1, x/y = 2 --> x & y > 0
x = -1, y = -1/3, x/y = 3 --> x & y < 0
Insufficient
Statement 1 and 2 Combined --> x-y = 0.5 & x/y > 1
Values for x, y, x-y, x/y
x = 1, y = 0.5, x-y = 0.5, x/y>1 --> x & y > 0
x = -1, y = -1.5, x-y = 0.5, x/y<1 --> 2nd statement not satisfied
x = -2, y = -1.5, x-y = -0.5 --> 2nd statement not satisfied
Since Statement 1 and 2 combined give me valid answers for x & y > 0 only, I can conclude that C is the answer choice.
Tutors, is my strategy good enough or too time consuming for actual test conditions?
Thanks!
well, we can't really comment on whether it is too time-consuming; that's really a matter of how quickly you can do this sort of computation.
however, the approach that you have taken to the combined statements (1) and (2) is not efficient. from the looks of things, when you got to the point where you were considering the two statements together, you were still taking BOTH
(a) values that fail to satisfy statement 1
AND
(b) values that fail to satisfy statement 2
!!!
so, the question is this -- what is the system that you were using to generate these values? were they just random values?
if you are "plugging in" on a DS problem, and reach a situation in which you have the two statements together, do the following:
* take a bunch of values that satisfy ONE of the statements (note that you should already have such lists, from considering the individual statements)
* cross off the ones that DON'T satisfy the OTHER statement
* investigate the ones that remain in your case, a nice jumping-off point would be the list that you have already compiled for statement 1:
x = 1, y = 0.5
x = 2, y = 1.5
x = 0, y = -0.5
x = -0.5, y = -1
the last two of these don't satisfy statement 2, so you can just forget about them.
the two choices that remain both give the same answer to the question (i.e., "yes").
if that's not enough evidence to convince you, investigate a few more choices that satisfy statement 1 -- you'll notice that the only ones that also pass the test of statement 2 consist of two positive numbers, with X greater than Y.