Skip to main content

2003 AMC 12B Problem 24

Problem 24 of 25HarderAlgebra

Positive integers a,a, b,b, and cc are chosen so that a<b<c,a \lt b \lt c, and the system of equations 2x+y=20032x + y = 2003 and y=xa+xb+xc \begin{aligned} &y = |x - a| + |x - b| \\ &\quad {}+ |x - c| \end{aligned} has exactly one solution. What is the minimum value of c?c?

Answer choices

Show solution

Solution

The function y=xa+xb+xcy = |x-a| + |x-b| + |x-c| is piecewise linear with slopes 3,1,1,3-3, -1, 1, 3 and corners at x=a,b,c.x = a, b, c. The line 2x+y=20032x + y = 2003 has slope 2.-2. A line of slope 2-2 meets this graph exactly once only if it passes through the leftmost corner (a,b+c2a),(a,\, b + c - 2a), where the graph’s slope jumps from 3-3 to 1.-1. Substituting, 2a+(b+c2a)=2003, 2a + (b + c - 2a) = 2003, so b+c=2003.b + c = 2003. Since b<c,b \lt c, we need c>20032,c \gt \dfrac{2003}{2}, so c1002.c \ge 1002. This bound is attained: take a=1,a = 1, b=1001,b = 1001, and c=1002.c = 1002. Therefore the minimum is 1002.1002. Thus, the correct answer is C.

More practice

Concepts: absolute value · system of equations

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.