Wat is de afstand tussen (10,15, -2) en (12, -2,15)?

Wat is de afstand tussen (10,15, -2) en (12, -2,15)?
Anonim

Antwoord:

# sqrt582 ~~ 24.12 "tot 2 dec. plaatsen" #

Uitleg:

# "gebruik maken van de 3-dimensionale vorm van de" color (blue) "afstandsformule" #

# • 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) = (10,15, -2) "en" #

# (X_2, y_2, z_2) = (12, -2,15) #

# D = sqrt ((12-10) ^ 2 + (- 15/02) ^ 2 + (15 + 2) ^ 2) #

#color (wit) (d) = sqrt (4 + 289 + 289) = sqrt582 ~~ 24,12 #