Hi,
1)
Mean of {x,y,z,4} > Mean of {x,y,z}
This means that atleast 2 numbers in x y z are less than 4. This condition can only bring the mean higher by adding 4 to the set.
Also solving this
(x+y+z+4)/4 > (x+y+z)/3
gives x+y+z < 12
however the set can be anything in the range
x,y,z = 1,3,5 , or 1,2,8
Insufficient
2)
Median of {x,y,z,4} < {x,y,z}
This does not restrict the values of x,y,z
4 can be anywhere, so the sorted order can be anything
4,x,y,z
x,4,y,z
x,y,4,z
x,y,z,4
Median of {x,y,z} = y
for the median of {x,y,z,4} to be less than y,
these two are only possible
4,x,y,z
x,4,y,z
still it doesnt give us much information about how the numbers are spread.
Insufficient.
Now lets try to combine the two.
x+y+z < 12 from 1)
from 2) firstchoice is out, 4,x,y,z as we cannot have the above condition with this.
So the choice is x,4,y,z and x+y+z < 12
I dont think its possible for the values of x,y,z to satisfy both the conditions. So we can know that z-y not equal to y-x.
Can someone confirm?