Question

Difficulty: Very hardIntegers, Absolute Value, and Number Lines

Four distinct integers, pp, qq, rr, and ss, are represented on a standard number line. The distance between pp and qq is 3, the distance between qq and rr is 4, and the distance between rr and ss is 5. What is the minimum possible distance between pp and ss?

Answer: 2

Answer

The minimum possible distance between pp and ss is 2.
By setting p=0p = 0 as a reference point, the coordinate for qq must be either 33 or 3-3. Assuming q=3q = 3 by symmetry, rr must be either 1-1 or 77 because it is at a distance of 4 from qq. From r=7r = 7, a distance of 5 leads to ss being at 22 or 1212. From r=1r = -1, a distance of 5 leads to ss being at 44 or 6-6. All of these positions result in four distinct integers. The distances between pp and ss are the absolute values of their coordinates, which are 1212, 22, 66, and 44. The minimum of these distances is 22.

Step-by-Step Solution

1
Establish a coordinate system on the number line.
Let pp be at position 0. Since the distance between pp and qq is 3, qq is at either 33 or 3-3. By symmetry, we assume q=3q = 3.
Setting one point at the origin simplifies the relative distance calculations for all other points.
2
Find the possible coordinates of rr.
Since the distance between qq and rr is 4, rr is at 34=13 - 4 = -1 or 3+4=73 + 4 = 7.
The absolute value equation qr=4|q - r| = 4 has two solutions for rr given q=3q = 3.
3
Find the possible coordinates of ss for each case of rr.
If r=7r = 7, then ss can be at 75=27 - 5 = 2 or 7+5=127 + 5 = 12. If r=1r = -1, then ss can be at 15=6-1 - 5 = -6 or 1+5=4-1 + 5 = 4. All generated sets contain distinct values, satisfying the requirement.
The absolute value equation rs=5|r - s| = 5 has two solutions for ss for each candidate coordinate of rr.
4
Determine the minimum distance between pp and ss.
The possible values for the distance ps|p - s| are 02=2|0 - 2| = 2, 012=12|0 - 12| = 12, 0(6)=6|0 - (-6)| = 6, and 04=4|0 - 4| = 4. The minimum value is 2.
Comparing all possible valid configurations ensures we find the true minimum distance.

Key Concept

Representing distances between points on a number line using absolute values and resolving configurations for distinct integers.
Rate this question