Question

Difficulty: HardIntegers, Absolute Value, and Number Lines

On a standard number line, points AA, BB, CC, and DD have distinct integer coordinates aa, bb, cc, and dd, respectively, such that a<b<c<da < b < c < d. The distance between AA and BB is equal to the distance between CC and DD. The distance between BB and CC is 23\frac{2}{3} of the distance between AA and BB. If the average (arithmetic mean) of the four coordinates is 00 and ad=24|a - d| = 24, what is the coordinate of BB?

Answer: -3

Answer

The coordinate of BB is 3-3.
The coordinate of BB is found by setting the segment lengths to 3k3k, 2k2k, and 3k3k based on the given ratio. Using the absolute value distance ad=24|a - d| = 24, we find k=3k = 3, meaning the segments are 99, 66, and 99. Using the coordinate sum of 00, we get 4a+48=0    a=124a + 48 = 0 \implies a = -12. Substituting this back gives the coordinate of BB as 3-3.

Step-by-Step Solution

1
Define segment lengths using a variable kk based on the given ratio.
Let the distance AB=CD=3kAB = CD = 3k and BC=2kBC = 2k.
This allows us to write all distances as integer multiples of a single variable since the ratio of BCBC to ABAB is 23\frac{2}{3}.
2
Set up an equation for the total distance from AA to DD using the absolute value ad=24|a - d| = 24.
Since a<da < d, da=ad=24d - a = |a - d| = 24. The sum of the segments is 3k+2k+3k=8k3k + 2k + 3k = 8k. Solving 8k=248k = 24 yields k=3k = 3.
The absolute value of the difference between the outermost points represents the total length of the number line segment containing all four points.
3
Express the coordinates of bb, cc, and dd in terms of aa using the calculated segment lengths.
b=a+9b = a + 9, c=a+15c = a + 15, and d=a+24d = a + 24.
Since the points are in order a<b<c<da < b < c < d, we add the segment lengths successively to find the coordinates.
4
Apply the average condition to solve for the coordinate aa.
The sum of the coordinates is 4×0=04 \times 0 = 0, so a+(a+9)+(a+15)+(a+24)=4a+48=0a + (a + 9) + (a + 15) + (a + 24) = 4a + 48 = 0, giving a=12a = -12.
An average of 00 for four numbers means their sum must be 00.
5
Find the coordinate of BB by substituting the value of aa into the expression for bb.
b=12+9=3b = -12 + 9 = -3.
This yields the specific coordinate requested by the question.

Key Concept

Using absolute value as distance on a number line and expressing relationships between ordered coordinates algebraically.
Rate this question