Wat is de afstand tussen (-7,5,6) en (-1,4,3)?

Wat is de afstand tussen (-7,5,6) en (-1,4,3)?
Anonim

Antwoord:

# sqrt46 ~~ 6.78 "naar 2 dec. plaatsen" #

Uitleg:

# "met behulp van de 3D-versie 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,5,6) #

# "en" (x_2, y_2, z_2) = (- 1,4,3) #

# D = sqrt ((- 7 + 1) ^ 2 + (4-5) ^ 2 + (3-6) ^ 2) #

#color (wit) (d) = sqrt (6 ^ 2 + (- 1) ^ 2 + (- 3) ^ 2) #

#color (wit) (d) = sqrt (36 + 1 + 9) = sqrt46 ~~ 6.78 #