Question
(2,4) and (5,8) what's the distance
Answers
GPT 3.5
To find the distance between two points (x1, y1) and (x2, y2), we can use the distance formula:
d = √((x2 - x1)^2 + (y2 - y1)^2)
Using the given points (2, 4) and (5, 8):
d = √((5 - 2)^2 + (8 - 4)^2)
= √(3^2 + 4^2)
= √(9 + 16)
= √25
= 5
Therefore, the distance between (2, 4) and (5, 8) is 5 units.
d = √((x2 - x1)^2 + (y2 - y1)^2)
Using the given points (2, 4) and (5, 8):
d = √((5 - 2)^2 + (8 - 4)^2)
= √(3^2 + 4^2)
= √(9 + 16)
= √25
= 5
Therefore, the distance between (2, 4) and (5, 8) is 5 units.