hi,
n2739178 Wrote:i tried to solve it by generating test cases and proving insufficiency for each statement...
that's a good strategy. it's highly effective on a great many data sufficiency problems, including this one.
(1)
2x5x3
5x3x2
6x5x1 xyz = 651
5x6x1
3x5x2 xyz = 352
NOT SUFF.
this works, although i'm a little confused. why did you ignore the first two cases?
i.e., your very first case (253) gives a "yes" answer, but you don't seem to have recognized that (because you kept going until you got 352).
so, you could have stopped as soon as you reached 651.
(2)
2+5+3
3+5+2
5+5+0 xyz = 550
4+4+2
5+4+1
6+3+1 xyz = 631
NOT SUFF.
same here -- you're done as soon as you find 253 and 550.
also, make sure you read the question more carefully/literally. the two cases you actually wrote out here -- 550 and 631 -- are both "no" to the question.
1+2
??
i got stuck here trying to put the info from both statements together and I don't know why...
I think when I did it, i wasn't confident that i'd generated enough numbers and so i couldnt see how to put the info from both statements together...
this is where you have to start getting systematic. i don't see any obvious shortcut to combining the statements -- but the good news is that you don't need a shortcut, because there aren't very many cases to consider.
on any DS problem with only a modest number of cases, don't be afraid to just WRITE OUT ALL THE CASES.for the first statement, the only viable combinations of digits are 2,3,5 and 1,5,6. i think you basically figured this out above; if you didn't, you'd figure it out soon enough after trying (unsuccessfully) to find other groups of digits.
this is all possible cases:
* all possible orderings of 2,3,5
* all possible orderings of 1,5,6
the former will satisfy statement 2 as well; the second won't. so, the numbers that satisfy both statements together are the different orderings of 2,3,5.
from those numbers, can you get a "yes" to this question? sure you can -- just make any random number out of these digits and you'll get a "yes".
can you get a "no" to the question? nope -- the biggest number you can make with these digits is 532.
so, definite "yes". sufficient.
or for these types of questions, do I just use the conditions from both statements to eliminate test cases that don't meet both conditions, and then see if the remaining test cases are sufficient?
that's a very potent approach, especially if there are only a modest number of cases to begin with.