If x and y are non-zero integers

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 418
Joined: Sun Jul 04, 2010 12:48 pm
Thanked: 6 times
Followed by:3 members

If x and y are non-zero integers

by gmatdriller » Fri Jan 13, 2012 4:46 pm
If x and y are non-zero integers and |x| + |y| = 32, what is xy?

(i) -4x - 12y = 0
(ii) |x| - |y| = 16

Please explain the approach without to use without stripping the absolute
signs expressions to the various forms.

Source is MANHATTANGMAT CAT6

OA A
Source: — Data Sufficiency |

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Fri Jan 13, 2012 6:35 pm
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

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 » Fri Jan 13, 2012 7:50 pm
gmatdriller wrote:If x and y are non-zero integers and |x| + |y| = 32, what is xy?

(i) -4x - 12y = 0
(ii) |x| - |y| = 16

Please explain the approach without to use without stripping the absolute
signs expressions to the various forms.

Source is MANHATTANGMAT CAT6

OA A
(1) -4x - 12y = 0 ---> x = -3y
This means if x and y have different signs.

Now, two cases are possible,
1. x > 0 and y < 0 ---> x - y = 32 ---> -3y - y = 32 ---> y = -8 and x = 24
1. x < 0 and y > 0 ---> -x + y = 32 ---> 3y + y = 32 ---> y = 8 and x = -24

In both of the above cases, xy = -(8*24)

Sufficient

(2) |x| - |y| = 16
Combining this with |x| + |y| = 32, we have 2|x| = 48 ---> x = ±24 ---> y = ±8

Hence, xy = ±(8*24)

Not sufficient

The correct answer is A.
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/

Master | Next Rank: 500 Posts
Posts: 382
Joined: Thu Mar 31, 2011 5:47 pm
Thanked: 15 times

by ArunangsuSahu » Sat Jan 14, 2012 8:58 am
When 2 equations have 2 variables with mod it's bound to generate different solution..

There is no determinant

So (B) is always INSUFFICIENT

(A) is SUFFICIENT

Master | Next Rank: 500 Posts
Posts: 418
Joined: Sun Jul 04, 2010 12:48 pm
Thanked: 6 times
Followed by:3 members

by gmatdriller » Sat Jan 14, 2012 9:13 am
I liked the substituting "x = -3y" into
|x| + |y| = 32 as explained by GmatGuruNY.

Also, since both x and y are non-zero integers, the new
equation shows that both have different signs.
Flipping the sign of x in the original equation was interesting.


Thanks to both GmatGuryNY and Anurag@Gurome