Qual é a distância entre (4, -5) e (-6,7)?

Qual é a distância entre (4, -5) e (-6,7)?
Anonim

Responda:

# 2 sqrt (61) #

Explicação:

Use a fórmula de distância que é

# d = sqrt ((x_2 - x_1) ^ 2 + (y_2 - y_1) ^ 2) #

Agora,

# (x_1, y_1) = (4, -5) "" # e # "" (x_2, y_2) = (-6, 7) #

Substituindo em fórmula dá

#d = sqrt ((-6-4) ^ 2 + 7- (-5) ^ 2) #

# = sqrt ((-10) ^ 2 + (12) ^ 2) #

# = sqrt (100 + 144) #

# = sqrt (244) = 2 sqrt (61) #