Respuesta :
The distance between two points knowing theirs coordinates:
AB =√[(x₂-x₁)² +(y₂-y₁)²]; ===>A(-2,4) & B(0,-6) Given
A(x₁,y₁) & B(y₂,y₁)
AB =√[(0-(-2))²+(-6-4)²] =√(104) = 10.198 ≈ 10.2
AB =√[(x₂-x₁)² +(y₂-y₁)²]; ===>A(-2,4) & B(0,-6) Given
A(x₁,y₁) & B(y₂,y₁)
AB =√[(0-(-2))²+(-6-4)²] =√(104) = 10.198 ≈ 10.2