Absolute Value question

This topic has expert replies
Source: — Data Sufficiency |

Legendary Member
Posts: 1084
Joined: Fri Apr 15, 2011 2:33 pm
Thanked: 158 times
Followed by:21 members

by pemdas » Wed Feb 29, 2012 5:45 pm
HG10 wrote:Is |x - z| = |y - z|?

1. x = y
2. |x| - z = |y| - z

OA: A
square both sides, Is (x-z)^2=(y-z)^2?
st(1) (y-z)^2=(y-z)^2 Sufficient
st(2) |x|=|y| or x^2=y^2

x^2-2zx+z^2 ... y^2-2zy+z^2 <> y^2-2zx+z^2 ... y^2-2zy+z^z^2
since we don't know about 2zx and 2zy we cannot answer this question, Not Sufficient

a
Success doesn't come overnight!

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 » Wed Feb 29, 2012 6:56 pm
HG10 wrote:Is |x - z| = |y - z|?

1. x = y
2. |x| - z = |y| - z

OA: A
Question rephrased: Is the distance between x and z equal to the distance between y and z?

Statement 1: x=y
Since x and y are equal, each is the same distance from z.
SUFFICIENT.

Statement 2: |x| - z = |y| - z
Thus, |x| = |y|.
If x=y=1, then x and y are each the same distance from z.
If x=1, y=-1, and z=10, then x and y are not the same distance from z.
INSUFFICIENT.

The correct answer is A.

Note that, by treating this as a DISTANCE problem, we were able to evaluate the statements very efficiently.
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

User avatar
Master | Next Rank: 500 Posts
Posts: 143
Joined: Mon Mar 14, 2011 3:13 am
Thanked: 34 times
Followed by:5 members

by krusta80 » Wed Feb 29, 2012 7:21 pm
HG10 wrote:Is |x - z| = |y - z|?

1. x = y
2. |x| - z = |y| - z

OA: A
Squaring is a nice trick, but you can always just create three non-abs formulas (only one of which need be validated):

a.) x - z = y - z

OR

b.) x - z = z - y

OR

c.) z - x = y - z


(1) x = y

Applying to (a), we get y - z = y - z, which is always true. SUFFICIENT


(2) |x| - z = |y| - z

z's cancel to leave |x| = |y|

x = y, from before we know that this validate's

AND

-x = y

a.) x = y = 0, does NOT always evaluate to true
b.) -z = z, is NEVER true
c.) z = -z, is NEVER true

Given part (2), the main statement works when x = y but does NOT work when x = -y.

INSUFFICIENT

A is the answer

User avatar
Master | Next Rank: 500 Posts
Posts: 136
Joined: Wed Apr 08, 2009 12:09 pm
Thanked: 4 times
Followed by:1 members

by Troika » Thu Mar 01, 2012 7:06 am
@pemdas, GmatGuruNY & krusta80:

Thank you for explaining this to me!