A dataset consists of positive integers sorted in non-decreasing order. The mean of the dataset is , the median is , and the unique mode is . If the range of the dataset is , what is the minimum possible value of the largest number in the dataset?
- A27
- B29
- 30Answer
- D35
- E37
Answer
30
The correct answer is 30 because minimizing the largest value requires minimizing the smallest value under the sum and uniqueness constraints. When the smallest value is 8, the largest value is 30, which allows for a valid, sorted sequence of positive integers where 15 is the unique mode: {8, 15, 15, 18, 26, 28, 30}.
Step-by-Step Solution
Key Concept
Descriptive Statistics and Optimization