Was ist der Abstand zwischen (8, 2) und (–5, –9)?

Was ist der Abstand zwischen (8, 2) und (–5, –9)?
Anonim

Antworten:

# = sqrt (220) #

Erläuterung:

Die Koordinaten sind:

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

# (- 5, -9) = 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 ((-5-8) ^ 2 + (-9-2) ^ 2 #

# = sqrt ((-13) ^ 2 + (-11) ^ 2 #

# = sqrt ((169 + 121) #

# = sqrt (220) #