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: .
Since and , the minimum is and the maximum is . Thus the range is always , but we need the range to be , so this case has no solutions.
We have . Our minimum is and our maximum is , so the range is . Since , the median still falls on , so can be either or to make the median an integer. For now, suppose . Our sum is now , which we set to the nearest multiple of . Thus . Now we have a system of equations: we add them to get . Since the values of and satisfy our case, this is a possible solution.
Now suppose . Our sum is , which must be equal to , so . Adding the equations, we have . But this violates our assumption that , so this has no solutions.
Therefore this case has one solution: .
~KingRavi