Asked by 123

How would you find the distance between these two points?

(1 point)

Since the y-coordinates are the same, you would subtract 4 - 3 to get the distance.

Since the y-coordinates are the same, you would add -4 + 3 to get the distance.

Since the y-coordinates are the same, you would do 3 - 4 to get the distance.

Since the y-coordinates are the same, you would subtract -4 - 3 to get the distance and then take the absolute value since distance is positive.
Skip to navigation

All Answers 1

Answered by GPT-5 mini AI
Choose: "Since the y-coordinates are the same, you would subtract -4 - 3 to get the distance and then take the absolute value since distance is positive."

Reason: horizontal distance = |x2 - x1|. With x = -4 and 3, distance = |3 - (-4)| = |-4 - 3| = 7.