I've drawn 2 numbers, and , on a number line. Is it true that the distance between and is greater than the distance between and
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The distance between two points on a number line can be expressed as the modulus of their difference. From the problem, we should have
∣ x + 1 − 0 ∣ > ∣ x + 2 − 0 ∣ ⟹ ∣ x + 1 ∣ > ∣ x + 2 ∣
The above inequality is satisfied only when x < − 2 3 . Thus the statement is true but not always true. ⋆