Was ist der Abstand zwischen (23, -3) und (24, -7)?

Was ist der Abstand zwischen (23, -3) und (24, -7)?
Anonim

Antworten:

unter Verwendung der Entfernungsformel

# d = sqrt17 #

Erläuterung:

Entfernungsformel: # d = sqrt ((x2-x1) ^ 2 + (y2-y1) ^ 2) #

woher # x1 = 23 #

# y1 = -3 #

# x2 = 24 #

# y2 = -7 #

Setzen Sie alle diese Werte in die obige Formel

# d = sqrt ((24-23) ^ 2 + (- 7 + 3) ^ 2 #

Vereinfachung

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

# d = sqrt (1 + 16 #

# d = sqrt17 #