If x and y are non-zero integers and |x| + |y| = 32, what is xy?
(1) -4x - 12y = 0
(2) |x| - |y| = 16
Statement (1) ALONE is sufficient, but statement (2) alone is not sufficient.
Statement (2) ALONE is sufficient, but statement (1) alone is not sufficient.
Both statements TOGETHER are sufficient, but NEITHER one ALONE is sufficient.
EACH statement ALONE is sufficient.
Statements (1) and (2) TOGETHER are NOT sufficient.
For statement 1 : manhattan explanation is
1) SUFFICIENT: Statement (1) can be rephrased as follows:
-4x - 12y = 0
-4x = 12y
x = -3y
If x and y are non-zero integers, we can deduce that they must have opposite signs: one positive, and the other negative. Therefore, this last equation could be rephrased as
|x| = 3|y|
We don’t know whether x or y is negative, but we do know that they have the opposite signs. Converting both variables to absolute value cancels the negative sign in the expression x = -3y.
We are left with two equations and two unknowns, where the unknowns are |x| and |y|:
|x| + |y| = 32
|x| - 3|y| = 0
Subtracting the second equation from the first yields
4|y| = 32
|y| = 8
Substituting 8 for |y| in the original equation, we can easily determine that |x| = 24. Because we know that one of either x or y is negative and the other positive, xy must be the negative product of |x| and |y|, or -8(24) = -192.
How ever i do not get this statement that
If x and y are non-zero integers, we can deduce that they must have opposite signs: one positive, and the other negative. Therefore, this last equation could be rephrased as
|x| = 3|y|
I do understant that x and y have opposite signs. So keeping this fact if i put a mod value then one of the solution could be
x = 3y.
An explanation about this point would be really helpful.