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

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

Antwoord:

# sqrt293 ~~ 17.12 "tot 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) = (- 4,5,4), (x_2, y_2, z_2) = (3, -7, -6) #

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

#color (wit) (d) = sqrt (7 ^ 2 + (- 12) ^ 2 + (- 10) ^ 2) #

#color (wit) (d) = sqrt (49 + 144 + 100) = sqrt293 ~~ 17,12 #