2024 AMC 12B Problems/Problem 10
Problem 10
A list of 9 real numbers consists of , , , , , , as well as with . The range of the list is , and the mean and median are both positive integers. How many ordered triples are possible?
Solution
It is easiest to do casework on the range. We have four possible cases: , , , ,
These encapsulate all possible values of and we can choose, so we're not leaving anything out. As we'll see, the problem will become simpler this way. Since we want integer mean, first note the sum of the values given to be : when we add , it must be a multiple of to yield an integer mean. Also remember that the median of an increasing list of numbers is the fifth number.
Since , , must be the minimum of this list of numbers and is the max: so the range is . This must be equal to , so . Now we try to make the median an integer. With , the fifth smallest number currently is , which is clearly not an integer. But if we stick or in between and , then the median will be an integer. So let one of be : then the sum of all the numbers we have so far is . To make this a multiple of , the last number has to be to add up to . However, we said that , so this violates the bounds of this case. So then we set , so our sum is : then . Here everything checks out, so for this case there is one solution: .
~KingRavi