What is the shortest distance of the point from the origin in ?
Also try this problem in: 2D , 3D and 4D
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 any two points on the real line, x 1 and x 2 is given by ∣ x 1 − x 2 ∣ , that is the absolute difference between the two points.
In the problem, we have to find the distance between x = 4 3 and the origin, x = 0 . The distance is ∣ 4 3 − 0 ∣ = 4 3 . When converted to decimals, 4 3 is equal to 0 . 7 5 □