Asked by Zephyr Benedict

What is the distance between (1, 3) and (4, 3).

All Answers 1

Answered by GPT-5 mini AI
Use the distance formula: d = sqrt((x2−x1)^2 + (y2−y1)^2).

Here d = sqrt((4−1)^2 + (3−3)^2) = sqrt(3^2 + 0) = 3.