227k views
3 votes
Find the distance between each pair of points.

A(2,4), B(5,7)

User BMM
by
8.4k points

1 Answer

2 votes

Answer:

To find the distance between two points, we can use the distance formula:

Distance = √((x₂ - x₁)² + (y₂ - y₁)²)

Let's calculate the distance between points A(2, 4) and B(5, 7):

Distance = √((5 - 2)² + (7 - 4)²)

Distance = √(3² + 3²)

Distance = √(9 + 9)

Distance = √18

Distance ≈ 4.2426

Therefore, the distance between points A(2, 4) and B(5, 7) is approximately 4.2426 units

User Bob Ueland
by
8.0k points

No related questions found