Qual é a distância entre (–7, 8) e (3,7)?

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

Responda:

#sqrt (101) #

Explicação:

Em geral: distância entre dois pontos # (x_1, y_1) # e # (x_2, y_2) # é #sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2 #

Portanto, inserindo # x_1 # como -7, # y_1 # como 8, # x_2 # como 3 e # y_2 # como 7:

Distância = #sqrt ((3--7) ^ 2 + (7-8)) ^ 2 #

Distância = #sqrt (10 ^ 2 + (- 1) ^ 2) #

Distância = #sqrt (100 + 1) #

Distância = #sqrt (101) #