enigma123
For a certain set of 3 numbers, is the average (arithmetic mean) equal to the median?
(1) The range of the set is double the difference between the smallest number in the set and the middle number.
(2) The set consists of the three numbers 10, 16, and 22.
I understand B is sufficient. How can A be sufficient? Any thoughts please?
For a certain set of 3 numbers, is the average (arithmetic mean) equal to the median?Let the 3 numbers in ascending order be: a, b, and c.
The range of a set is the difference between the largest and the smallest numbers of a set, so Range=Largest-Smallest=c-a;
The median of a set with odd # of numbers is the middle number (when arranged in ascending or descending order):, so median=b.
Question: is (a+b+c)/3=b --> is a+c=2b?
(1) The range of the set is double the difference between the smallest number in the set and the middle number --> c-a=2(b-a) --> c+a=2b. Sufficient.
(2) The set consist of three numbers 10, 16 and 22 --> directly gives the numbers of the set so we can get the average as well as the median. Sufficient.
Answer: D.
Hope it's clear.