Question

Difficulty: Very hardIntegers, Absolute Value, and Number Lines

On a standard number line, the coordinates of three distinct points AA, BB, and CC are represented by the integers aa, bb, and cc, respectively, such that a<b<ca < b < c. The distance between each point and the origin is represented by its absolute value, and these distances satisfy the inequality a<b<c|a| < |b| < |c|. If the product of the three coordinates is negative (abc<0abc < 0) and the sum of their absolute values is 2020, what is the maximum possible value of the coordinate bb?

  1. A
    6
  2. B
    8
  3. 9Answer
  4. D
    10
  5. E
    18

Answer

9
The correct answer is 9. By analyzing the signs of the coordinates, we determine that only aa is negative, so a<0<b<ca < 0 < b < c. Since aa is a negative integer, the minimum value of a|a| is 1. Under the constraint a<b<c|a| < |b| < |c| and a+b+c=20|a| + |b| + |c| = 20, we let x=ax = -a, y=by = b, and z=cz = c. We have x+y+z=20x + y + z = 20 with 1x<y<z1 \le x < y < z. Since z>yz > y, we get 20=x+y+z>1+2y20 = x + y + z > 1 + 2y, which implies 2y<192y < 19, or y<9.5y < 9.5. The maximum integer value for yy (which is bb) is 9, achieved when the coordinates are -1, 9, and 10.

Step-by-Step Solution

1
Determine the signs of the coordinates based on the given constraints.
The sign configuration must be a<0<b<ca < 0 < b < c.
Since the product abc<0abc < 0, either all three coordinates are negative or exactly one is negative. If all three were negative (a<b<c<0a < b < c < 0), their absolute values would satisfy a>b>c|a| > |b| > |c|, which contradicts a<b<c|a| < |b| < |c|. Thus, exactly one coordinate (aa) is negative, and the other two (bb and cc) are positive.
2
Translate the absolute values and sum constraint into algebraic terms.
a+b+c=20-a + b + c = 20, where a<0a < 0 and b,c>0b, c > 0.
For a negative number aa, the absolute value a=a|a| = -a. For positive numbers bb and cc, b=b|b| = b and c=c|c| = c. Therefore, the sum a+b+c=20|a| + |b| + |c| = 20 simplifies to a+b+c=20-a + b + c = 20.
3
Set up inequalities to bound the coordinate of the middle point.
1a<b<c1 \le -a < b < c.
Since aa is a non-zero negative integer, the smallest possible value for its absolute value a=a|a| = -a is 11. The condition a<b<c|a| < |b| < |c| then becomes 1a<b<c1 \le -a < b < c.
4
Use the constraints to find the maximum value of bb.
The maximum possible value of bb is 99.
Let x=ax = -a, y=by = b, and z=cz = c. We have x+y+z=20x + y + z = 20 with 1x<y<z1 \le x < y < z. Since z>yz > y, we have 20=x+y+z>x+2y1+2y20 = x + y + z > x + 2y \ge 1 + 2y. This simplifies to 19>2y19 > 2y, or y<9.5y < 9.5. Since yy must be an integer, the maximum possible value for yy (which is bb) is 99. We can verify this maximum by setting a=1a = -1, b=9b = 9, and c=10c = 10, which perfectly satisfies all conditions.

Key Concept

Analyzing coordinate signs and absolute value inequalities on a number line to perform optimization under integer constraints.
Rate this question