Wiki User
∙ 5y agoIt is simply the difference between their y coordinates.
Parker Kiehn
DISTANCE
Horizontal
The distance between (x, y1) and (x, y2) is abs(y1 - y2) or |y1 - y2|.
9
The absolute difference in the vertical direction is zero but the absolute difference in the horizontal direction will be the horizontal distance - which is the distance between the points.
The distance between any two points on a number line is the absolute value of the difference of the coordinates.
It is simply the difference between their y coordinates.
DISTANCE
Horizontal
x-coordinates :)
Add the x-coordinates of the points and take the absolute value
Subtract the y-coordinates of the points and take the absolute value
The distance between (x, y1) and (x, y2) is abs(y1 - y2) or |y1 - y2|.
The distance between them is the absolute value of the difference in their vertical coordinates.
distance
how do you find distance between points
The distance between two points is Square root of [ (difference in their 'x' coordinates)2 + (difference in their 'y' coordinates)2 ]