A list of 2018 positive integers has a unique mode, which occurs exactly 10 times. What is the least number of distinct values that can occur in the list?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The mode appears 10 times, so there are 2 0 1 8 − 1 0 = 2 0 0 8 numbers left to distribute among other values.
To get the smallest number of distinct values, we need to have each appear as many times as possible, and that is 9 times at most.
9 2 0 0 8 = 2 2 3 + 9 1
This can be covered by 2 2 3 + 1 = 2 2 4 values.
Adding the mode makes a total of 2 2 5 values.