Was ist der Abstand zwischen (2, -4) und (0,6)?

Was ist der Abstand zwischen (2, -4) und (0,6)?
Anonim

Antworten:

# sqrt104 ~~ 10.198 "bis 3 Dez.-Plätze" #

Erläuterung:

# "Berechne den Abstand mit der Entfernungsformel" Farbe (blau) "#

# • Farbe (weiß) (x) d = sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2) #

# "lassen" (x_1, y_1) = (2, -4) "und" (x_2, y_2) = (0,6) #

# d = sqrt ((0-2) ^ 2 + (6 + 4) ^ 2) = sqrt104 ~~ 10.198 #