Wat is de afstand tussen (-7,12, -10) en (2, -3, -16)?

Wat is de afstand tussen (-7,12, -10) en (2, -3, -16)?
Anonim

Antwoord:

# sqrt342 ~~ 18.493 "naar 3 dec. plaatsen" #

Uitleg:

# "met behulp van de driedimensionale vorm van de" color (blue) "-afstandformule" #

# • kleur (wit) (x) d = sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2 + (z_2-z_1) ^ 2 #

# "let" (x_1, y_1, z_1) = (- 7,12, -10) #

# "en" (x_2, y_2, z_2) = (2, -3, -16) #

# D = sqrt ((2 + 7) ^ 2 + (- 12/03) ^ 2 + (- 16 + 10) ^ 2 #

#color (wit) (d) = sqrt (81 + 25 + 36) = 18,493 sqrt342 ~~ #