by RonPurewal Fri Dec 14, 2007 5:14 am
the easiest way to approach many problems involving the signs of numbers, like this one, is simply to enumerate all possibilities. in this problem, the question prompt requires xyz > 0; there are only four combinations of x, y, and z that satisfy that requirement:
(listed in order x y z)
+ + +
+ - -
- + -
- - +
since the prompt condition must be satisfied, you can examine each given statement by choosing from this list, rather than slogging through lots of theory.
(1) of the options on the above list, (+ + +) and (- - +) work here. x is positive in the former and negative in the latter, so this is insufficient.
(2) of the options on the above list, (+ + +) and (- + -) work here. x is positive in the former and negative in the latter, so this is insufficient.
(together) only (+ + +) works, so, sufficient.
answer = c