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

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

Antworten:

Entfernung # = sqrt (113 #

Erläuterung:

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

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

Die Entfernung wird nach folgender Formel berechnet:

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

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

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

# = sqrt (49 + 64 #

# = sqrt (113 #