Was ist der Abstand zwischen (–7, 8) und (3,7)?

Was ist der Abstand zwischen (–7, 8) und (3,7)?
Anonim

Antworten:

#sqrt (101) #

Erläuterung:

Im Allgemeinen: Abstand zwischen zwei Punkten # (x_1, y_1) # und # (x_2, y_2) # ist #sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2 #

Also durch Einfügen # x_1 # als -7, # y_1 # als 8, # x_2 # als 3 und # y_2 # als 7:

Abstand = #sqrt ((3--7) ^ 2 + (7-8)) ^ 2 #

Abstand = #sqrt (10 ^ 2 + (- 1) ^ 2) #

Abstand = #sqrt (100 + 1) #

Abstand = #sqrt (101) #