- theboyleman32
- Junior | Next Rank: 30 Posts
- Posts: 11
- Joined: Mon Apr 07, 2014 12:27 pm
- Followed by:1 members
If the product xyz is even, one of them, two of them, or all three of them could be even. If we want to know if z is even, we can test numbers, or think conceptually.
1) x/y = z
Think conceptually:
We can rearrange this to say x = yz. If x is equal to the product of y and z, then xyz = x^2. Since we know that xyz is even, it must also follow that x^2 is even, and thus x is even. (An even squared = even; odd squared = odd).
Since x is even, and it's the product of y and z, it must follow that either y or z is even, or both (because odd*odd = odd, so they can't both be odd). It's possible, though, that y is even and z is odd.
Test numbers:
x=4, y=2, z=2 --> 4/2 = 2
yes, z is even
x=6, y=2, z=3 --> 6/2 = 3
no, z is no even
Insufficient.
2) z = xy
Think conceptually:
If z is equal to the product of x and y, then xyz = z^2. Since we know that xyz is even, it must also follow that z^2 is even, and thus z is even. (An even squared = even; odd squared = odd).
Or thinking about it another way, if x and y were both odd, then z would be odd, and the product xyz would be odd, which can't be true. Thus, either x or y or both must be even, making z even.
Test numbers:
x=2, y=3, z=6 --> 6 = 2*3
There are no numbers that we could test here that would give us an even product of xyz, but not an even product of xy.
Sufficient.
The answer is B.














