Difference between revisions of "2024 AMC 12B Problems/Problem 10"

(Solution)
(Solution)
Line 8: Line 8:
  
 
It is easiest to do casework on the range. We have four possible cases:
 
It is easiest to do casework on the range. We have four possible cases:
 +
 
<math>x<1</math>, <math>z<7</math>
 
<math>x<1</math>, <math>z<7</math>
  
Line 24: Line 25:
  
 
<math>\textbf{Case 2:}</math>
 
<math>\textbf{Case 2:}</math>
 +
 +
Since <math>x>1</math> and <math>z<7</math>, the minimum is <math>1</math> and the maximum is <math>7</math>. Thus the range is always <math>6</math>, but we need the range to be <math>7</math>, so this case has no solutions.
 +
 +
<math>\textbf{Case 3:}</math>
  
 
~KingRavi
 
~KingRavi

Revision as of 02:17, 14 November 2024

Problem 10

A list of 9 real numbers consists of $1$, $2.2$, $3.2$, $5.2$, $6.2$, $7$, as well as $x, y,z$ with $x\leq y\leq z$. The range of the list is $7$, and the mean and median are both positive integers. How many ordered triples $(x,y,z)$ are possible?

$\textbf{(A) }1 \qquad\textbf{(B) }2 \qquad\textbf{(C) }3 \qquad\textbf{(D) }4 \qquad\textbf{(E) \text{infinitely many}}\qquad$

Solution

It is easiest to do casework on the range. We have four possible cases:

$x<1$, $z<7$

$x>1$, $z<7$

$x<1$, $z>7$

$x>1$, $z>7$

These encapsulate all possible values of $x$ and $z$ 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 $24.8$: when we add $x,y,z$, it must be a multiple of $9$ to yield an integer mean. Also remember that the median of an increasing list of $9$ numbers is the fifth number.

$\textbf{Case 1:}$

Since $x<1$, $z<7$, $x$ must be the minimum of this list of numbers and $7$ is the max: so the range is $7-x$. This must be equal to $7$, so $x=0$. Now we try to make the median an integer. With $x=0$, the fifth smallest number currently is $5.2$, which is clearly not an integer. But if we stick $y$ or $z$ in between $3.2$ and $5.2$, then the median will be an integer. So let one of $y,z$ be $4$: then the sum of all the numbers we have so far is $28.8$. To make this a multiple of $9$, the last number has to be $7.2$ to add up to $36$. However, we said that $z<7$, so this violates the bounds of this case. So then we set $y=5$, so our sum is $29.9$: then $z=36-29.9 = 6.2$. Here everything checks out, so for this case there is one solution: $(0,5,6.2)$.

$\textbf{Case 2:}$

Since $x>1$ and $z<7$, the minimum is $1$ and the maximum is $7$. Thus the range is always $6$, but we need the range to be $7$, so this case has no solutions.

$\textbf{Case 3:}$

~KingRavi