Qual é a distância entre (–3, –2) e (-6, -7)?

Qual é a distância entre (–3, –2) e (-6, -7)?
Anonim

Responda:

distância # = sqrt (34) #

Explicação:

Os pontos são:

# (- 3, -2) = cor (azul) (x_1, y_1 #

# (- 6, -7) = cor (azul) (x_2, y_2 #

Distância # = sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2 #

# = sqrt ((- 6 - (-3)) ^ 2 + (- 7 - (-2)) ^ 2 #

# = sqrt ((- 6 +3) ^ 2 + (- 7 +2) ^ 2 #

# = sqrt ((- 3) ^ 2 + (- 5) ^ 2 #

# = sqrt (9 +25) #

# = sqrt (34) #