If x and y are non-zero integers and |x| + |y| = 32, what is xy?
(1) -4x – 12y = 0
(2) |x| – |y| = 16
Hi,
I ran across this problem in the CAT and am very confused by the explanation given below for why the first statement is sufficient.
1. The statements in bold seem to conflict with each other.
Can someone please reconcile those statements? If the negative expression cancels out, then how do we know the product of |x| and |y| is negative?
(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.