OG (12th ed) DS Prob #106

This topic has expert replies
User avatar
Senior | Next Rank: 100 Posts
Posts: 42
Joined: Mon Jan 10, 2011 6:57 pm
Thanked: 6 times

OG (12th ed) DS Prob #106

by meanjonathan » Sun Apr 15, 2012 1:57 pm
Fairly straightforward problem...

If x and y are integers, is xy even?

1) x=y+1
2) x/y is an even integer.

Answer guide says D.

How does statement 1) eliminate the possibility of x or y being 0? For instance, y=0, x=0+1, 0*1=0; non-even... or y=-1, x=0, -1*0=0

What am I missing?
Source: — Data Sufficiency |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 3835
Joined: Fri Apr 02, 2010 10:00 pm
Location: Milpitas, CA
Thanked: 1854 times
Followed by:523 members
GMAT Score:770

by Anurag@Gurome » Sun Apr 15, 2012 7:03 pm
meanjonathan wrote:Fairly straightforward problem...

If x and y are integers, is xy even?

1) x=y+1
2) x/y is an even integer.

Answer guide says D.

How does statement 1) eliminate the possibility of x or y being 0? For instance, y=0, x=0+1, 0*1=0; non-even... or y=-1, x=0, -1*0=0

What am I missing?
Note that 0 is an even integer.

Question: Is xy an even integer?

(1) x = y + 1
If y = 0, then x = 1 and xy = 0, which is an even integer.
If y = 1, then x = 2 and xy = (2)(1) = 2, which is an even integer.
If y = 2, then x = 3 and xy = (2)(3) = 6, which is an even integer.
In general, if y = even, x = even + 1 = odd, and xy = odd * even = even
If y = odd, x = odd + 1 = even and xy = even * odd = even; SUFFICIENT.

(2) x/y is an even integer implies both x and y are even integers. Hence xy will also be an even integer; SUFFICIENT.

The correct answer is D.

Hope that helps.
Anurag Mairal, Ph.D., MBA
GMAT Expert, Admissions and Career Guidance
Gurome, Inc.
1-800-566-4043 (USA)

Join Our Facebook Groups
GMAT with Gurome
https://www.facebook.com/groups/272466352793633/
Admissions with Gurome
https://www.facebook.com/groups/461459690536574/
Career Advising with Gurome
https://www.facebook.com/groups/360435787349781/

User avatar
Master | Next Rank: 500 Posts
Posts: 134
Joined: Fri Apr 06, 2012 3:11 am
Thanked: 35 times
Followed by:5 members

by Shalabh's Quants » Sun Apr 15, 2012 9:43 pm
meanjonathan wrote:Fairly straightforward problem...

If x and y are integers, is xy even?

1) x=y+1
2) x/y is an even integer.

Answer guide says D.

How does statement 1) eliminate the possibility of x or y being 0? For instance, y=0, x=0+1, 0*1=0; non-even... or y=-1, x=0, -1*0=0

What am I missing?
Stat. 1...

x=y+1

=> x=y+odd;

If y is odd then x=odd+odd=even, then x.y=odd.even=even

If y is even then x=even+odd=odd,then x.y=even.odd=even

Stat. 1 is suff.

Stat. 2...

x/y is an even integer.

For Division (If completely divisible) of 2 integers to be even,

(1) Either Numerator should be Even and Denominator should be Odd. Even/Odd=Even (6/3=2; 100/25=4 etc.). It means x is Even so XY will be even.

(2) Or If both Numerator & Denominator are Even, then result may be Even or Odd [4/2=2(Even); 10/2=5(odd)]. In our case x/y is even(given), It means x & Y both are Even so XY will be even.

Stat. 2 is suff. Ans. D.
Shalabh Jain,
e-GMAT Instructor

User avatar
Master | Next Rank: 500 Posts
Posts: 342
Joined: Wed Jul 08, 2009 8:50 am
Thanked: 214 times
Followed by:19 members
GMAT Score:740

by Birottam Dutta » Mon Apr 16, 2012 5:35 am
The two important points to note in this problem are :

1. 0 is even
2. Odd * even = Even, Even * Even = Even, odd* odd= Odd.

In statement 1, X= Y+1. So, if y is even, x is odd and vice versa. In either case, xy will be even.

In statement 2, x/y is an even integer. Let, x/y = k, where k is the even integer, then x= k*y = even irrespective of whether y is even or odd. Hence, in this case also, x*y will be even as x is even.

You only need one even term to make the product of two numbers even.

User avatar
Senior | Next Rank: 100 Posts
Posts: 42
Joined: Mon Jan 10, 2011 6:57 pm
Thanked: 6 times

by meanjonathan » Mon Apr 16, 2012 6:01 am
0 is even. That resolves the descrepancy. Thanks.