| |x − a| = d |
which points are exactly d units from a? |
x = a + d and x = a − d |
| |x − a| = |x − b| |
which point is equidistant from a and b? |
x = (a + b) ⁄ 2 (midpoint) |
| |x − a| + |x − b| = d, d < |a − b| |
total distance less than the gap? |
none (impossible) |
| |x − a| + |x − b| = d, d = |a − b| |
total distance equals the gap? |
every x in [a, b] |
| |x − a| + |x − b| = d, d > |a − b| |
total distance greater than the gap? |
two points, one outside each endpoint |