Was ist der Abstand zwischen (-19,7) und (44,3)?

Was ist der Abstand zwischen (-19,7) und (44,3)?
Anonim

Antworten:

Entfernung # = sqrt (3985) #

Erläuterung:

# (-19, 7) = Farbe (grün) (x_1, y_1 #

# (44, 3) = Farbe (grün) (x_2, y_ 2 #

Die Entfernung wird nach folgender Formel berechnet:

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

# = sqrt ((44 - (-19)) ^ 2 + (3 - 7) ^ 2) #

# = sqrt ((44 + 19) ^ 2 + (-4) ^ 2) #

# = sqrt ((63) ^ 2 + (-4) ^ 2) #

# = sqrt ((3969 + 16) #

# = sqrt (3985) #