Qual é a distância entre (0,1, -4) e (-1,4,3)?

Qual é a distância entre (0,1, -4) e (-1,4,3)?
Anonim

Responda:

# "O reqd. Dist. =" Sqrt59 ~~ 7.68. #

Explicação:

A distancia # PQ # btwn pts. #P (x_1, y_1, z_1) & Q (x_2, y_2, z_2) # é

# PQ = sqrt {(x_1-x_2) ^ 2 + (y_1-y_2) ^ 2 + (z_1-z_2) ^ 2}. #

Então, no nosso caso, o reqd. dist. é, #sqrt {(0 + 1) ^ 2 + (1-4) ^ 2 + (- 4-3) ^ 2} = sqrt (1 + 9 + 49) #

# = sqrt59 ~~ 7.68. #