If x, y, and z are integers, and x < y < z, is z - y = y - x?
(1) The mean of the set {x, y, z, 4} is greater than the mean of the set {x, y, z}.
(2) The median of the set {x, y, z, 4} is less than the median of the set {x, y, z}.
Ans. given as C. However, I am getting E.
Both statements together show that (mean) < 4 < (median). This means that the mean and median are not equal, and so the set is not in arithmetic progression, which means that z - y can NOT equal y - x.
However, if I put values x = 10, y = 20 and z = 30
then,
{4, 10, 20, 30} - mean = 32
{10, 20, 30} - mean = 20
{4, 10, 20, 30} - median = 15
{10, 20, 30} - median = 20
As per above, for statement 1 mean {4,x,y,z} > mean {x, y, z}
and as per st II median {4,x,y,z} < {x,y,z}
and z - y can equal y - x
Please let me know where am I wrong? and why answer is C?