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

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

Antworten:

# 5sqrt2 ~~ 7.07 "bis 2 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) = (1,5) "und" (x_2, y_2) = (2, -2) #

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

#color (weiß) (d) = sqrt (1 ^ 2 + (- 7) ^ 2) = sqrt (1 + 49) = sqrt50 = 5sqrt2 ~~ 7.07 #