Distance between points (2,3) and (7,3) is ______?

Distance between points (2,3) and (7,3) is ______?

Explanation

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

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

Given points:

(x₁, y₁) = (2, 3)

(x₂, y₂) = (7, 3)

Substitute the values:

Distance = √((7 - 2)² + (3 - 3)²)

= √((5)² + 0²)

= √(25)

= 5