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

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

Antworten:

Entfernung # = sqrt (32 #

Erläuterung:

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

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

Die Entfernung kann mithilfe einer Formel ermittelt werden

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

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

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

# = sqrt ((16 +16) #

# = sqrt ((32) #