Question
(7,9) and (8,10) distance between
Answers
GPT 3.5
To find the distance between two points, you can use the distance formula:
Distance = √((x2 - x1)^2 + (y2 - y1)^2)
Using the given points (7,9) and (8,10):
Distance = √((8 - 7)^2 + (10 - 9)^2)
= √(1^2 + 1^2)
= √(1 + 1)
= √2
Therefore, the distance between the points (7,9) and (8,10) is √2, which is approximately 1.41.
Distance = √((x2 - x1)^2 + (y2 - y1)^2)
Using the given points (7,9) and (8,10):
Distance = √((8 - 7)^2 + (10 - 9)^2)
= √(1^2 + 1^2)
= √(1 + 1)
= √2
Therefore, the distance between the points (7,9) and (8,10) is √2, which is approximately 1.41.