Respuesta :

Answer

The distance between the two coordinates = 13.416

Explanation

The distance between two points with the coordinates (x₁, y₁) and (x₂, y₂) is given as

d = √[(x₂ - x₁)² + (y₂ - y₁)²]

(x₁, y₁) and (x₂, y₂) is (-3. -7) and (3, -5) respectively

x₁ = -3

y₁ = -7

x₂ = 3

y₂ = -5

d = √[(3 - (-3))² + (-5 - (-7))²]

d = √[(6)² + (-12)²]

d = √(180)

d = 13.416

Hope this Helps!!!