Was ist der Abstand zwischen (2, 8) und (-6, -7)?

Was ist der Abstand zwischen (2, 8) und (-6, -7)?
Anonim

Antworten:

Die Distanz #= 17#

Erläuterung:

# (2, 8) = Farbe (blau) (x_1, y_1) #

# (-6, - 7) = Farbe (blau) (x_2, y_2) #

Die Entfernung wird nach folgender Formel berechnet:

Entfernung # = sqrt ((x_2 - x_1) ^ 2 + (y_2 - y_1) ^ 2 #

# = sqrt ((-6 - 2) ^ 2 + (-7 - 8) ^ 2 #

# = sqrt ((-8) ^ 2 + (-15) ^ 2 #

# = sqrt (64 + 225) #

# = sqrt (289) #

#=17#