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

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

Antwoord:

# 10 "eenheden" #

Uitleg:

met behulp van de 3-d-versie van de #color (blauw) "afstandsformule" #

#color (rood) (balk (ul (| kleur (wit) (2/2) kleur (zwart) (d = sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2 + (z_2-z_1) ^ 2) kleur (wit) (2/2) |))) #

waar # (x_1, y_1, z_1), (x_2, y_2, z_2) "zijn 2 coördinaatpunten" #

# "de 2 punten zijn hier" (-6,3,1) "en" (2, -3,1) #

# "let" (x_1, y_1, z_1) = (- 6,3,1), (x_2, y_2, z_2) = (2, -3,1) #

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

#color (wit) (d) = sqrt (64 + 36 + 0) #

#color (wit) (d) = sqrt100 = 10 "eenheden" #