Step 1: Understanding the Question
This is a Yes/No question. We are given that w, x, y, and z are integers. For their product `wxyz` to equal -1, an odd number of them must be -1 and the rest must be 1. In other words, each variable must be either 1 or -1.
Step 2: Analysis of Statement (1)
Statement (1) gives the equation \( wx/yz = -1 \), which implies \( wx = -yz \).
Let's test some integer values that satisfy this condition.
Case 1: Let w=1, x=1, y=1, z=-1.
Here, \(wx = 1\) and \(yz = -1\). So, \(wx = -yz\) becomes \(1 = -(-1)\), which is true.
The product is \(wxyz = (1)(1)(1)(-1) = -1\). The answer to the question is "Yes".
Case 2: Let w=2, x=1, y=-2, z=1.
Here, \(wx = 2\) and \(yz = -2\). So, \(wx = -yz\) becomes \(2 = -(-2)\), which is true.
The product is \(wxyz = (2)(1)(-2)(1) = -4\). The answer to the question is "No".
Since we can get both a "Yes" and a "No" answer, Statement (1) ALONE is not sufficient.
Step 3: Analysis of Statement (2)
Statement (2) gives two equations: \(w = -1/x\) and \(y = 1/z\).
From \(w = -1/x\), we can write \(wx = -1\). Since w and x must be integers, the only possibilities are:
w = 1 and x = -1
w = -1 and x = 1
In both cases, the product \(wx\) is -1.
From \(y = 1/z\), we can write \(yz = 1\). Since y and z must be integers, the only possibilities are:
y = 1 and z = 1
y = -1 and z = -1
In both cases, the product \(yz\) is 1.
Now we can find the value of the product wxyz:
\[ wxyz = (wx)(yz) = (-1)(1) = -1 \]
This gives a definite value of -1. The answer to the question is always "Yes".
Therefore, Statement (2) ALONE is sufficient.
Step 4: Final Answer
Since Statement (2) alone is sufficient, but Statement (1) alone is not, the correct answer is (B).