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

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

Antworten:

Entfernung # = sqrt (10 #

Erläuterung:

Die Punkte sind

# (1,6) = Farbe (blau) (x_1, y_1 #) und

# (4,5) = Farbe (blau) (x_2, y_2 #

Die Entfernung wird von berechnet

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

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

# = sqrt ((4-1) ^ 2 + (5-6) ^ 2) #

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

# = sqrt ((9 + 1) #

# = sqrt ((10) #