Camila writes down five positive integers. The unique mode of these integers is greater than their median, and the median is greater than their arithmetic mean. What is the least possible value for the mode?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Mode above median forces the top two values to equal the mode; the two smallest are then distinct with sum 2m − 10, so the mean m ≥ 7.
Solution
Let the mean be , so the median is and the mode is . The median of five integers is the middle integer, so and hence are integers.
Sort the numbers , with . The mode is larger than the median, so it can only occupy positions and ; being a mode it appears at least twice, so .
Since the mode is unique, no other value may appear twice. Thus (if , the median value would also appear twice).
The sum is :
With , the smallest possible is , so , i.e. (as is an integer).
For : , so and the list is . Check: mean , median , unique mode . The mode is .
The answer is .
Why this works
Translate each statistic into structural facts about the sorted list: the mean fixes the total, the median fixes the middle entry, and "unique mode above the median" forces the top two entries to be equal and everything else to be distinct. Minimizing then reduces to an inequality on the two smallest entries. Always check the integrality that the median of an odd-sized integer list provides.
Alternative approach
Test the choices from the bottom. Mode means mean , impossible with five positive integers summing to unless all are . Mode or means mean or with the top two entries or , and the remaining sum for comes out negative or below . Mode works with .
The trap
Letting the two smallest numbers be equal (which creates a second mode) or forgetting that the mean must be an integer here.
Common mistakes
- Letting the two smallest numbers be equal (which creates a second mode) or forgetting that the mean must be an integer here.
- Placing the mode at the median position or below it, even though the mode is stated to be larger than the median.
Techniques
Bound the quantity above/below or estimate to pin it down · Consider the largest/smallest element or boundary case