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?
Try also
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.
To reduce the number of distinct values, we need to repeat the values that are already in the list as much as possible. Since the list has a unique mode, which occurs 10 times, the greatest number of occurrences of any other value is 9. Therefore we will have 10 lots of a value, 9 lots of a value, 9 lots of a value, 9 lots of a value.... 9 2 0 1 8 − 1 0 ≈ 2 2 3 . 1 Therefore, we will have 223 groups of 9, and we will also need a 224th group of size 1. Not forgetting the modal value, we will have 2 2 5