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

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

Antworten:

Die Distanz # = sqrt (185) #

Erläuterung:

# (- 6, -6) = Farbe (blau) (x_1, y_1) #

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

# = sqrt ((5 + 6) ^ 2 + (2 + 6) ^ 2 #

# = sqrt ((11) ^ 2 + (8) ^ 2 #

# = sqrt (121+ 64) #

# = sqrt (185) #