Answer:
Distance = 0.3
Step-by-step explanation:
We have two point in a line (one dimension).
One point is at 2.1 units and 1.8 units.
The distance between two points can be calculated as the absolute value of the difference between the position of each point.
This can be derived from the distance formula for two dimensions:
[tex]d=\sqrt{(y_2-y_1)^2+(x_2-x_1)^2}\\\\y_1=y_2=0\\\\d=\sqrt{(x_2-x_2)^2}\\\\d=|x_2-x_1|[/tex]
Then, for this case, the distance is:
[tex]d=|1.8-2.1|=|-0.3|=0.3[/tex]