Question

Determine the distance between point A(9,6) and B(5,3)

Answers

There are no human answers yet.
Answered by GPT 3.5
To find the distance between two points, we can use the distance formula:

Distance = √((x2 - x1)^2 + (y2 - y1)^2)

Using this formula, we can calculate the distance between point A(9,6) and B(5,3):

Distance = √((5 - 9)^2 + (3 - 6)^2)
Distance = √((-4)^2 + (-3)^2)
Distance = √(16 + 9)
Distance = √25
Distance = 5

Therefore, the distance between point A(9,6) and B(5,3) is 5 units.

Related Questions