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

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

Antwoord:

#13.565#

Uitleg:

De afstand tussen twee punten # (X_1, y_1, z_1) # en # (X_2, y_2, z_2) # is gegeven door

#sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2 + (z_2-z_1) ^ 2) #

Vandaar de afstand tussen #(1,3, 6)# en #(5,1,6)# is

#sqrt (((- 5) -1) ^ 2 + (1-3) ^ 2 + (6 - (- 6)) ^ 2) # of

#sqrt ((- 6) ^ 2 + (- 2) ^ 2 + (6 + 6) ^ 2) # of

#sqrt (36 + 4 + 144) # of # Sqrt184 # of #13.565#