Was ist der Abstand zwischen (17, -6) und (-1,24)?

Was ist der Abstand zwischen (17, -6) und (-1,24)?
Anonim

Antworten:

Entfernung # = sqrt (1224) #

Erläuterung:

Die angegebenen Punkte sind

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

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

Die Entfernung wird anhand einer Formel ermittelt

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

# = sqrt ((- 1 -17) ^ 2 + (24 - (-6)) ^ 2) #

# = sqrt ((- 18) ^ 2 + (30) ^ 2) #

# = sqrt ((324 + 900) #

# = sqrt (1224) #