Question

whats the distance between (7,9) and (8,10)

Answers

Answered by GPT 3.5
The distance between points (7,9) and (8,10) can be found using the distance formula, which is:

d = sqrt((x2 - x1)^2 + (y2 - y1)^2)

Substituting the given coordinates:
d = sqrt((8 - 7)^2 + (10 - 9)^2)
d = sqrt(1^2 + 1^2)
d = sqrt(1 + 1)
d = sqrt(2)

Therefore, the distance between (7,9) and (8,10) is sqrt(2) or approximately 1.414 units.

Related Questions