median of 3 positive number - GMATPrep(TM) question

This topic has expert replies
User avatar
Junior | Next Rank: 30 Posts
Posts: 28
Joined: Wed Feb 14, 2007 12:25 am
Thanked: 1 times
GMAT Score:690
"Is z equal to the median of the three positive integers, x, y and z?
(1) x < y + z;
(2) y = z."

The official answer is B.

My answer is E.
Why?

A - no clear answer, as it can be:
- x < y + z => 4< 2+3 => z is median
- x< y + x => 4< 2 + 7 => z is not median;

B - no clear answer, as is can be:
- x = 4, y=z=4 so median is: (4+4)/2 = 4 => z is median; (it is not stated that x MUST be different than y=z);
- x = 10, y=z=2, so median is: (2+10)/ = 6 => z is not median;

C - no clear answer, as it can be:
- x = 4, y=z=4 so median is: (4+4)/2 = 4 => z is median; (it is not stated that x must be different than y=z);
- x = 4, y=z=6 so median is: (4+6)/2 = 5 => z is not median;

So I think the only correct answer must be E.
Please tell me where my fault is, thank you in advance.
Source: — Data Sufficiency |

Legendary Member
Posts: 869
Joined: Wed Aug 26, 2009 3:49 pm
Location: California
Thanked: 13 times
Followed by:3 members

by heshamelaziry » Sat Sep 05, 2009 1:55 am
X,Y,Z ----> 2,3,3 - WE CAN'T THAT THE MEDIAN IS (3+2)/2. MEDIAN IS 3, SO AS LONG AS Y=Z Z IS THE MEDIAN OF X,Y,Z

User avatar
Master | Next Rank: 500 Posts
Posts: 139
Joined: Tue Aug 18, 2009 11:52 am
Location: Jersey City, NJ
Thanked: 14 times
GMAT Score:770

by shadowsjc » Sat Sep 05, 2009 10:50 am
Your method for solving for the median is incorrect. If you have an odd number of terms, the median is simply the middle term.

Assuming you have x = 1, y = z = 2, then

1, 2, 2.

The median is 2 (which is equal to z)

If you have x = 3, y = z = 2, then you have

2, 2, 3

and again, your median is 2 (which is Z).

Therefore, the correct answer is B (you know that no matter what the numbers, z will always be the median).

Your analysis on the first part of the problem was correct, as there is no way to figure out from the problem whether z is the median.
my GMAT debrief: https://www.beatthegmat.com/came-through ... 44327.html

You will not fear the terror of night, nor the arrow that flies by day,
nor the pestilence that stalks in the darkness, nor the plague that destroys at midday.
A thousand may fall at your side, ten thousand at your right, but it will not come near you.

- Psalm 91: 5-7

User avatar
Junior | Next Rank: 30 Posts
Posts: 28
Joined: Wed Feb 14, 2007 12:25 am
Thanked: 1 times
GMAT Score:690

by Andrei » Sat Sep 05, 2009 2:15 pm
Thank you for the answers, I forgot that in an odd string, the median is the middle ... irrespective of the values

Master | Next Rank: 500 Posts
Posts: 156
Joined: Sat Jul 19, 2008 6:41 am
Thanked: 8 times
Andrei wrote:"Is z equal to the median of the three positive integers, x, y and z?
(1) x < y + z;
(2) y = z."

The official answer is B.

My answer is E.
Why?

A - no clear answer, as it can be:
- x < y + z => 4< 2+3 => z is median
- x< y + x => 4< 2 + 7 => z is not median;

B - no clear answer, as is can be:
- x = 4, y=z=4 so median is: (4+4)/2 = 4 => z is median; (it is not stated that x MUST be different than y=z);
- x = 10, y=z=2, so median is: (2+10)/ = 6 => z is not median;

C - no clear answer, as it can be:
- x = 4, y=z=4 so median is: (4+4)/2 = 4 => z is median; (it is not stated that x must be different than y=z);
- x = 4, y=z=6 so median is: (4+6)/2 = 5 => z is not median;

So I think the only correct answer must be E.
Please tell me where my fault is, thank you in advance.
You are calculating Median wrongly. A median is just the middle number if there are odd number of elements in the the "ordered" set and a median is the average of 2 middle numbers if there are even number of elements in the "ordered" set.

So, let's consider the examples you have taken to prove B wrong.
1.x = 4, y=z=4. Then your set will become,
{4, 4, 4}. Median = 4. z = 4.

2. x = 10, y=z=2. Then your set will become,
{2, 2, 10}. Median = 2. z = 2. (Note the set here is {y,z,x} or {z,y,x}. Why? Because this set needs to be ordered)

3. Consider, x=1, y=z=73. Then the set will become,
{1, 73, 73} Again Median=73. z=73.

There you go. B is sufficient.