Was ist der Abstand zwischen (-5,4) und (1, -4)?

Was ist der Abstand zwischen (-5,4) und (1, -4)?
Anonim

Antworten:

Entfernung #= 10 #

Erläuterung:

# (- 5,4) = Farbe (blau) (x_1, y_1) #

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

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

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

# = sqrt (36 + 64) #

# = sqrt (100) #

#= 10 #