Vijo
Hong I followed your approach and agree with it. But I really don't understand how to tackle these questions. Is there an easier approach for this????
Hmmm that is a hard question. First thing about a Set question is that you need to make sure what info is given. Such as range(=xn-x1), mean(=(x1+x2+..+xn)/n), median(there are equal number greater than and smaller than it), mode(same elements appear the most of times), etc. Understanding these concept is the key, I believe. Then you'd have to try to write down these given info using letters and numbers, and go from there.
For example: S is a collection of ten integers. The smallest number in S is 5. The mean of all the numbers in S is 8. What is the smallest range?
You know that mean = (x1+x2+x10)/10=(5+x2+..+x10)/10=8
Therefore x2+...+x10=75
You want the biggest number x10 to be small, that means you want x2 to 8 to be as large as possible (but still not bigger than x10), because to get to the same mean if one number is smaller the other number would have to be bigger. So you figure that you would need three 9s and six 8s and that the range is 4.
Not sure if this helps. Hopefully I didn't confuse you too much.

When you do more of this type of questions you may be able to get a feeling.
Anybody has a better approach/explanation to this kind of questions?