AIME: I'm not sure what the question is asking for

134 Views Asked by At

I've encountered this problem:

Let $f(x)=|x-p|+|x-15|+|x-p-15|$, where $0 < p < 15$. Determine the minimum value taken by $f(x)$ for $x$ in the interval $p \leq x\leq15$.

I'm not sure what the question is asking for, because at least the way I understand it, there is no minimum value of x! You can sub any real number x into the function, and it will work. At most, given the that $p \leq x\leq15$, the minimum value of x is that 1>x>0!

Can someone tell me what the question wants me to do, without telling me how to solve the question?

2

There are 2 best solutions below

2
On

We are not asked for the value of $x$ that makes a minimum, we are asked for the minimum value of $f(x)$. As $f(x)$ is a sum of absolute values it is always nonnegative. Therefore $0$ is a lower bound, so the set of possible values has a greatest lower bound, which is what we are asked for.

As the question is asked it implies that the answer is independent of $p$ when $p$ is in the given range. I would try $p=1$ and $p=14$ and see what I find.

When I did that the minimum was $15$ at $x=15$ in both cases. You can justify that.

0
On

Given $f(x)=|x-p|+|x-15|+|x-p-15|$, where $0 < p < 15$, the minimum of $f(x)$ in $p \leq x\leq15$ would be: $$x\ge p \Rightarrow x-p\ge 0 \Rightarrow |x-p|=x-p; \\ x\le 15 \Rightarrow x-15\le 0 \Rightarrow |x-15|=15-x;\\ x\le 15 \ \text{and} \ p>0 \Rightarrow x-15-p<0 \Rightarrow |x-p-15|=15+p-x;\\ f(x)=x-p+15-x+15+p-x=30-x;\\ f_{min}(15)=15.$$