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

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

Antworten:

Entfernung # = sqrt ((10) #

Erläuterung:

Die Punkte sind

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

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

# = sqrt ((- 1) ^ 2 + (3) ^ 2 #

# = sqrt ((1 + 9) #

# = sqrt ((10) #