xyz > 0 in two cases:
1. all the numbers are positive.
2. two of the numbers are negative and the other is positve.
st 1:
xy > 0
This statement is insufficient because x could be positive or negative to make it work.
It does give a useful piece of information though:
if x and y are both postive, xy > 0 and therefore z would have to also be positve to make xyz > 0.
or
if x and y are both negative, xy > 0 and therefore z would have to be positve to make xyz > 0.
Basically, the statement is saying that z must be positive.
st 2:
xz > 0
This statement is insufficient because x could be positive or negative to make it work.
It does give a useful piece of information though:
if x and z are both postive, xz > 0 and therefore y would have to also be positve to make xyz > 0.
or
if x and z are both negative, xz > 0 and therefore y would have to be positve to make xyz > 0.
Basically, the statement is saying that y must be positive.
Combined
From the two statements we know that z must be positive (st 1) and y must be postive (st 2).
If y and z are both positive, the only way that xyz will be > 0 is if x is positive or x > 0.
Therefore C.