Bunuel
If a, b, c, and d are distinct integers, is a + b + c + d a multiple of 12 ?
(1) The range of {a, b, c, d} is less than 4.
(2) The median of {a, b, c, d} is equal to its average (arithmetic mean).
(1) The range of {a, b, c, d} is less than 4.If range of 4 distinct integers is less than 4, it is safe to imply that they are consecutive integers because otherwise there is no way the range will be less than 4
Now 4 consecutive integers, their sum will NEVER equal to a multiple of 12. Sum will always be 2 less or 2 more than the sum of 12
Example: 1,2,3,4 = 10: 2,3,4,5 = 14: 3,4,5,6 = 18 and so on
SUFFICIENT(2) The median of {a, b, c, d} is equal to its average (arithmetic mean).Although there is a property of evenly spaced sets which states that for any evenly spaced set, the mean = median BUT that property is not always true in the opposite direction meaning that if given that the median is equal to mean of a set, it does not necessarily mean that the set is an evenly spaced set
Let us look at cases
Case 1: {2,4,6,8}: Mean=5, Median=5, Sum=20, NOT A MULTIPLE OF 12
Case 2: {1,2,4,5}: Mean=3, Median=3, Sum=12, YES, A MULTIPLE OF 12
NOT SUFFICIENTAnswer - A