Was ist der Abstand zwischen (-2,1, -3) und (15, -13, -18)?

Was ist der Abstand zwischen (-2,1, -3) und (15, -13, -18)?
Anonim

Antworten:

#color (grün) ("distance" d ~~ 26.61 "units" #

Erläuterung:

# (x_1, y_1, z_1) = (-2, 1, -3), (x_2, y_2, z_2) = (15, -13, -18) #

#color (Purpur) (d = sqrt ((x_2 - 1) ^ 2 + (y_2 - y_1) ^ 2 + (z_2 - z_1) ^ 2) #

#d = sqrt ((15 + 2) ^ 2 + (-13-1) ^ 2 + (-18 + 3) ^ 2) #

#d = sqrt (17 ^ 2 + 14 ^ 2 + 15 ^ 2) = sqrt (708 #

#color (grün) ("distance" d ~~ 26.61 "units" #