|
Author |
Message |
|
TAGS:
|
|
|
Intern
Joined: 29 Nov 2009
Posts: 26
Location: Bangalore - INDIA
Schools: Duke, NUS,Rutgers
WE 1: Health & Life Science
Followers: 0
Kudos [?]:
1
[0], given: 3
|
If |x| - |y| = |x+y| and xy does not equal to 0, which of [#permalink]
13 Jul 2010, 23:00
Question Stats:
57% (02:25) correct
42% (01:41) wrong based on 50 sessions
If |x| - |y| = |x+y| and xy does not equal to 0, which of the following must be true? A. x-y > 0 B. x-y < 0 C. x+y > 0 D. xy > 0 E. xy < 0
Last edited by Bunuel on 04 Dec 2012, 02:11, edited 1 time in total.
Renamed the topic and edited the question.
|
|
|
|
|
|
|
GMAT Club team member
Joined: 02 Sep 2009
Posts: 11628
Followers: 1802
Kudos [?]:
9612
[2] , given: 829
|
Re: PS - Number system [#permalink]
14 Jul 2010, 05:56
2
This post received KUDOS
divakarbio7 wrote: if lxl - lyl = lx+yl anf xy does , not equal to o, which of the following must be true?
A. x-y > 0 B. x-y < 0 C. x+y >0 D. xy>0 E. xy<0 |x|-|y|=|x+y| --> square both sides --> (|x|-|y|)^2=(|x+y|)^2 --> note that (|x+y|)^2=(x+y)^2 --> (|x|-|y|)^2=(x+y)^2 --> x^2-2|xy|+y^2=x^2+2xy+y^2 --> |xy|=-xy --> xy\leq{0}, but as given that xy\neq{0}, then xy<0. Answer: E. Another way:Right hand side, |x+y|, is an absolute value, which is always non-negative, but as xy\neq{0}, then in this case it's positive --> RHS=|x+y|>0. So LHS must also be more than zero |x|-|y|>0, or |x|>|y|. So we can have following 4 scenarios: 1. ------0--y----x--: 0<y<x --> |x|-|y|=x-y and |x+y|=x+y --> x-y\neq{x+y}. Not correct. 2. ----y--0------x--: y<0<x --> |x|-|y|=x+y and |x+y|=x+y --> x+y={x+y}. Correct. 3. --x------0--y----: x<0<y --> |x|-|y|=-x-y and |x+y|=-x-y --> -x-y={-x-y}. Correct. 4. --x----y--0------: x<y<0 --> |x|-|y|=-x+y and |x+y|=-x-y --> -x+y\neq{-x-y}. Not correct. So we have that either y<0<x (case 2) or x<0<y (case 3) --> x and y have opposite signs --> xy<0. Answer: E. Hope it helps.
_________________
PLEASE READ AND FOLLOW: 11 Rules for Posting!!!
RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory
COLLECTION OF QUESTIONS: PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!
DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!
 What are GMAT Club Tests? 25 extra-hard Quant Tests
Find out what's new at GMAT Club - latest features and updates
|
|
|
|
|
|
Intern
Joined: 09 Oct 2009
Posts: 49
Followers: 1
Kudos [?]:
2
[0], given: 11
|
Re: PS - Number system [#permalink]
15 Jul 2010, 05:12
divakarbio7 wrote: if lxl - lyl = lx+yl anf xy does , not equal to o, which of the following must be true?
A. x-y > 0 B. x-y < 0 C. x+y >0 D. xy>0 E. xy<0 Also, if you're short on time, and since you know that xy is not 0, then you know it MUST be greater than or less than 0, so you can narrow your choices down to D or E.
|
|
|
|
|
|
Manager
Joined: 06 Apr 2010
Posts: 84
Followers: 1
Kudos [?]:
5
[0], given: 2
|
Re: PS - Number system [#permalink]
01 Sep 2010, 05:03
SnehaC wrote: divakarbio7 wrote: if lxl - lyl = lx+yl anf xy does , not equal to o, which of the following must be true?
A. x-y > 0 B. x-y < 0 C. x+y >0 D. xy>0 E. xy<0 Also, if you're short on time, and since you know that xy is not 0, then you know it MUST be greater than or less than 0, so you can narrow your choices down to D or E. the only way lxl - lyl can equal lx+yl is when one number is positive and one number is negative or both are zero. So then xy must be negative. I think I read if somewhere in Bunuel's post
|
|
|
|
|
|
Senior Manager
Joined: 13 Aug 2012
Posts: 468
Followers: 12
Kudos [?]:
75
[0], given: 11
|
If |x| - |y| = |x+y| and xy does not equal to 0, which of the fo [#permalink]
03 Dec 2012, 20:27
When you see |x| or absolute values being tested in the GMAT, this means testing (1) positive and negative signs (2) zeroes (3) nature of |x| and |y| against each other
Looking at the equation we know |x| - |y| = |x + y| where xy is not 0. (1) We figure that |x| and |y| are non-zeroes (2) We figure that |x| - |y| > 0. This means |x| > |y|
Now, we figure the signs of the two variables by lining up possibilities (1) both negative ==> x=-5,y=-4 ==> |-5| - |-4| = |-9| FALSE (2) both positive ==> x=5,y=4 ==> |5| - |4| = |5 + 4| FALSE (3) x is positive, y is negative ==> |5| - |-4| = |5-4| TRUE (4) y is positive, x is negative ==> |-5| - |4| = |-5+4| TRUE
Now, let's find the answer A) x-y > 0 ==> -5-(-4) = -1 FALSE E) xy <0 ==> This is exactly what we need. x and y have both different signs.
Answer: E
|
|
|
|
|
|
Intern
Joined: 22 Sep 2012
Posts: 9
Followers: 0
Kudos [?]:
0
[0], given: 4
|
Re: I need a strategy for this one. [#permalink]
04 Dec 2012, 00:46
I think the best strategy is to square up the equation.
|x| - |y| = |x+y|
> (|x| - |y|)^2 = (|x+y|)^2
> x^2 + y^2 - 2|x|.|y| = x^2 + y^2 + 2xy
> |x|.|y| = - xy
'Cause xy#0 and |x|.|y|>=0 --> xy<0
|
|
|
|
|
|
Intern
Status: Need some help
Joined: 27 Nov 2012
Posts: 3
Location: United States
Concentration: General Management, Human Resources
GMAT 1: 650 Q43 V37
GPA: 3.56
WE: Sales (Internet and New Media)
Followers: 0
Kudos [?]:
5
[0], given: 1
|
Re: If |x| - |y| = |x+y| and xy does not equal to 0, which of [#permalink]
06 Jan 2013, 19:22
this is specific to Eden,
For your rule. what if X = -1 and Y = 2 then it would be l - 1 l - l 2 l = l -1 + 2 l ... 1 - 2 = 1 incorrect. is this correct?
|
|
|
|
|
|
Manager
Joined: 08 Dec 2012
Posts: 50
WE: Engineering (Consulting)
Followers: 0
Kudos [?]:
10
[0], given: 31
|
Re: PS - Number system [#permalink]
10 Feb 2013, 10:31
Bunuel wrote: divakarbio7 wrote: if lxl - lyl = lx+yl anf xy does , not equal to o, which of the following must be true?
A. x-y > 0 B. x-y < 0 C. x+y >0 D. xy>0 E. xy<0 |x|-|y|=|x+y| --> square both sides --> (|x|-|y|)^2=(|x+y|)^2 --> note that (|x+y|)^2=(x+y)^2 --> (|x|-|y|)^2=(x+y)^2 --> x^2-2|xy|+y^2=x^2+2xy+y^2 --> |xy|=-xy --> xy\leq{0}, but as given that xy\neq{0}, then xy<0. Answer: E. Another way:Right hand side, |x+y|, is an absolute value, which is always non-negative, but as xy\neq{0}, then in this case it's positive --> RHS=|x+y|>0. So LHS must also be more than zero |x|-|y|>0, or |x|>|y|. So we can have following 4 scenarios: 1. ------0--y----x--: 0<y<x --> |x|-|y|=x-y and |x+y|=x+y --> x-y\neq{x+y}. Not correct. 2. ----y--0------x--: y<0<x --> |x|-|y|=x+y and |x+y|=x+y --> x+y={x+y}. Correct. 3. --x------0--y----: x<0<y --> |x|-|y|=-x-y and |x+y|=-x-y --> -x-y={-x-y}. Correct. 4. --x----y--0------: x<y<0 --> |x|-|y|=-x+y and |x+y|=-x-y --> -x+y\neq{-x-y}. Not correct. So we have that either y<0<x (case 2) or x<0<y (case 3) --> x and y have opposite signs --> xy<0. Answer: E. Hope it helps. Hi Bunuel, I thought an absolute value of a product can never be a negative. Could you please explain in your equation how did you progress after getting this negative?
|
|
|
|
|
|
Manager
Joined: 24 Jan 2013
Posts: 76
Followers: 3
Kudos [?]:
30
[0], given: 6
|
Re: If |x| - |y| = |x+y| and xy does not equal to 0, which of [#permalink]
10 Feb 2013, 18:03
Basically, remember in these exercises to do square root in both sides to simplify: (|x+y|)^2 = (x+y)^2 or (|x|)^2 = x^2 And also remember that: |x||y|=|xy| Therefore, with: -|x||y| = xy I would say: xy is always equal to something negative. Solution: E.
_________________
Does this post deserve KUDOS?
Free Prep: Self-prepare GMAT for free and GMAT Math tips for free Free Flashcards: Free GMAT Flashcards
More: "All I wish someone had told me about GMAT beforehand" There are many things you want to know before doing the GMAT exam (how is exam day, what to expect, how to think, to do's...), and you have them in this blog, in a simple way
|
|
|
|
|
|
Intern
Joined: 17 Oct 2012
Posts: 15
Followers: 0
Kudos [?]:
0
[0], given: 1
|
Re: If |x| - |y| = |x+y| and xy does not equal to 0, which of [#permalink]
12 Mar 2013, 05:44
Let us separate LHS and RHS : 1] |x| - |y| =0 It follows the curve x=y in 1st and 2nd quadrant
2] |x+y|=0. It follows he curve x=-y in 4rth and 2nd quadrant The common set is 2nd quadrant which implies E with the exception of origin as xy<>0
Am I wrong in my interpretation ? But this is the way I visualize the problem.
|
|
|
|
|
|
SVP
Joined: 05 Jul 2006
Posts: 1568
Followers: 4
Kudos [?]:
63
[0], given: 36
|
Re: If |x| - |y| = |x+y| and xy does not equal to 0, which of [#permalink]
09 May 2013, 07:15
Interpreting the given
the distance between x and 0 is larger than that between y and 0 and this difference in distance of each of x and y from zero is equal to the distance between x and -y
draw this on a number line
..................x..............-y...............0.............y
this means that x and y has to be on opposite sides from zero , i.e. different signs thus xy<0
|
|
|
|
|
|
SVP
Joined: 05 Jul 2006
Posts: 1568
Followers: 4
Kudos [?]:
63
[0], given: 36
|
Re: If |x| - |y| = |x+y| and xy does not equal to 0, which of [#permalink]
12 May 2013, 07:56
can we do the following
Generally /x/ - /-y/ <= /x-(-y)/ and the equality hold true only when -xy>o or xy<0 and /x/>/-y/ or /x/>/y/
given xy not = 0 , and given /x/-/y/ = /x+y/ , i.e. /x/ - /-y/ = /x-(-y)/ therefore /x/> /-y/ and -xy>o ,i.e xy<0
|
|
|
|
|
|
|
Re: If |x| - |y| = |x+y| and xy does not equal to 0, which of
[#permalink]
12 May 2013, 07:56
|
|
|
|
|
|
|
|
|
Similar topics |
Author |
Replies |
Last post |
|
Similar Topics:
|
|
|
|
If x and y are integers and xy does not equal 0, is xy <
|
sujayb |
3 |
22 Nov 2006, 13:23 |
|
|
|
If x and y are integers and xy does not equal 0, is xy <
|
thinkblue |
13 |
28 Sep 2008, 23:45 |
|
|
|
If x and y are integers and xy does not equal 0, is xy <
|
lbsgmat |
9 |
09 Aug 2009, 05:02 |
|
1
|
|
If xy does not equal 0 and points (-x,y) ans (-y,x) are in
|
marcusaurelius |
2 |
21 May 2010, 11:17 |
|
3
|
|
If x does not equal y, and xy does not equal 0, then when x
|
Phaser |
7 |
02 Nov 2010, 01:48 |
|
|
|
|
|
|