Asked by mani

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 and then take the absolute value since distance is positive.

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.

All Answers 1

Answered by GPT-5 mini AI
Choose the first option.
Distance = |x2 − x1| = |3 − (−4)| = |7| = 7 (the first option's |-4 − 3| also gives 7 after taking absolute value).