Bunuel
If x, y and z are positive integers, is \((x - y)(y - z)(x - z) > 0\)?
(1) \(x^2 + yz = xy + xz\)
(2) \(xy - y^2 = xz - yz\)
Official Solution:If \(x\), \(y\) and \(z\) are positive integers, is \((x - y)(y - z)(x - z) > 0\)? (1) \(x^2 + yz = xy + xz\)
To obtain information about the factors in the question (\((x - y)\), \((y - z)\), and \((x - z)\)), we can manipulate the given equation:
Rearrange: \(x^2 + yz - xy - xz = 0\);
Group: \((x^2 - xy) + (yz - xz) = 0\).
Factor out \(x\) and \(-z\), respectively: \(x(x - y) - z(x - y) = 0\)
Factor out \(x-y\): \((x - y)(x - z) = 0\)
This implies that either \((x - y)\) or \((x - z)\) is 0, resulting in \((x - y)(y - z)(x - z)\) being equal to 0, which answers the question with a NO.
Sufficient.
(2) \(xy - y^2 = xz - yz\)
Again, we manipulate the given equation to obtain information about the factors in the question (\((x - y)\), \((y - z)\), and \((x - z)\)):
Rearrange: \(xy - y^2 - xz + yz=0\);
Factor out \(y\) and \(-z\), respectively: \(y(x - y) - z(x - y) = 0\)
Factor out \(x-y\): \((x - y)(y - z) = 0\)
This implies that either \((x - y)\) or \((y - z)\) is 0, resulting in \((x - y)(y - z)(x - z)\) being equal to 0, which answers the question with a NO.
Sufficient.
Answer: D